File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ If none of the above scenarios could help you find the right tools for your task
107
107
108
108
Importing
109
109
^^^^^^^^^
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:
111
111
112
112
.. code-block :: Python
113
113
@@ -119,7 +119,7 @@ Vertex AI SDK preview functionality can be used by importing the following names
119
119
120
120
from vertexai import preview
121
121
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:
123
123
124
124
.. code-block :: Python
125
125
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ If none of the above scenarios could help you find the right tools for your task
101
101
102
102
Importing
103
103
^^^^^^^^^
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:
105
105
106
106
.. code-block :: Python
107
107
@@ -113,10 +113,11 @@ Vertex AI SDK preview functionality can be used by importing the following names
113
113
114
114
from vertexai import preview
115
115
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:
117
117
118
118
.. code-block :: Python
119
119
120
+ import vertexai
120
121
121
122
Initialization
122
123
^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments