Skip to content

Commit 16d6b58

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
docs: Add missing code block in docs/README.rst
PiperOrigin-RevId: 602884629
1 parent 4cab4d9 commit 16d6b58

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ If none of the above scenarios could help you find the right tools for your task
107107

108108
Importing
109109
^^^^^^^^^
110-
Vertex AI SDK functionality can be used by importing the following namespace:
110+
Vertex AI SDK resource based functionality can be used by importing the following namespace:
111111

112112
.. code-block:: Python
113113
@@ -119,7 +119,7 @@ Vertex AI SDK preview functionality can be used by importing the following names
119119
120120
from vertexai import preview
121121
122-
Vertex AI client library functionality can be used by importing the following namespace:
122+
Vertex AI SDK general availability (GA) functionality can be used by importing the following namespace:
123123

124124
.. code-block:: Python
125125

docs/README.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ If none of the above scenarios could help you find the right tools for your task
101101

102102
Importing
103103
^^^^^^^^^
104-
Vertex AI SDK functionality can be used by importing the following namespace:
104+
Vertex AI SDK resource based functionality can be used by importing the following namespace:
105105

106106
.. code-block:: Python
107107
@@ -113,10 +113,11 @@ Vertex AI SDK preview functionality can be used by importing the following names
113113
114114
from vertexai import preview
115115
116-
Vertex AI client library functionality can be used by importing the following namespace:
116+
Vertex AI SDK general availability (GA) functionality can be used by importing the following namespace:
117117

118118
.. code-block:: Python
119119
120+
import vertexai
120121
121122
Initialization
122123
^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)