Skip to content

Commit 24228d4

Browse files
feat(aiplatform): update the api
#### aiplatform:v1 The following keys were deleted: - schemas.GoogleCloudAiplatformV1NotebookExecutionJob.properties.scheduleResourceName.readOnly (Total Keys: 1) The following keys were added: - schemas.GoogleCloudAiplatformV1RetrievalConfig (Total Keys: 4) - schemas.GoogleCloudAiplatformV1SupervisedTuningDataStats.properties.droppedExampleReasons (Total Keys: 3) - schemas.GoogleCloudAiplatformV1SupervisedTuningDataStats.properties.totalTruncatedExampleCount.readOnly (Total Keys: 1) - schemas.GoogleCloudAiplatformV1SupervisedTuningDataStats.properties.truncatedExampleIndices.readOnly (Total Keys: 1) - schemas.GoogleCloudAiplatformV1ToolConfig.properties.retrievalConfig.$ref (Total Keys: 1) - schemas.GoogleTypeLatLng (Total Keys: 6) #### aiplatform:v1beta1 The following keys were deleted: - schemas.GoogleCloudAiplatformV1beta1NotebookExecutionJob.properties.scheduleResourceName.readOnly (Total Keys: 1) The following keys were added: - schemas.GoogleCloudAiplatformV1beta1ExportPublisherModelOperationMetadata (Total Keys: 3) - schemas.GoogleCloudAiplatformV1beta1ExportPublisherModelResponse (Total Keys: 4) - schemas.GoogleCloudAiplatformV1beta1Part.properties.thought.readOnly (Total Keys: 1) - schemas.GoogleCloudAiplatformV1beta1RetrievalConfig (Total Keys: 4) - schemas.GoogleCloudAiplatformV1beta1SupervisedTuningDataStats.properties.droppedExampleReasons (Total Keys: 3) - schemas.GoogleCloudAiplatformV1beta1SupervisedTuningDataStats.properties.totalTruncatedExampleCount.readOnly (Total Keys: 1) - schemas.GoogleCloudAiplatformV1beta1SupervisedTuningDataStats.properties.truncatedExampleIndices.readOnly (Total Keys: 1) - schemas.GoogleCloudAiplatformV1beta1ToolConfig.properties.retrievalConfig.$ref (Total Keys: 1) - schemas.GoogleTypeLatLng (Total Keys: 6)
1 parent 04355c7 commit 24228d4

26 files changed

+507
-164
lines changed

docs/dyn/aiplatform_v1.datasets.datasetVersions.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h3>Method Details</h3>
120120
&quot;etag&quot;: &quot;A String&quot;, # Used to perform consistent read-modify-write updates. If not set, a blind &quot;overwrite&quot; update happens.
121121
&quot;metadata&quot;: &quot;&quot;, # Required. Output only. Additional information about the DatasetVersion.
122122
&quot;modelReference&quot;: &quot;A String&quot;, # Output only. Reference to the public base model last used by the dataset version. Only set for prompt dataset versions.
123-
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The resource name of the DatasetVersion.
123+
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`
124124
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
125125
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
126126
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when this DatasetVersion was last updated.
@@ -212,7 +212,7 @@ <h3>Method Details</h3>
212212
&quot;etag&quot;: &quot;A String&quot;, # Used to perform consistent read-modify-write updates. If not set, a blind &quot;overwrite&quot; update happens.
213213
&quot;metadata&quot;: &quot;&quot;, # Required. Output only. Additional information about the DatasetVersion.
214214
&quot;modelReference&quot;: &quot;A String&quot;, # Output only. Reference to the public base model last used by the dataset version. Only set for prompt dataset versions.
215-
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The resource name of the DatasetVersion.
215+
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`
216216
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
217217
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
218218
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when this DatasetVersion was last updated.
@@ -247,7 +247,7 @@ <h3>Method Details</h3>
247247
&quot;etag&quot;: &quot;A String&quot;, # Used to perform consistent read-modify-write updates. If not set, a blind &quot;overwrite&quot; update happens.
248248
&quot;metadata&quot;: &quot;&quot;, # Required. Output only. Additional information about the DatasetVersion.
249249
&quot;modelReference&quot;: &quot;A String&quot;, # Output only. Reference to the public base model last used by the dataset version. Only set for prompt dataset versions.
250-
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The resource name of the DatasetVersion.
250+
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`
251251
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
252252
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
253253
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when this DatasetVersion was last updated.
@@ -276,7 +276,7 @@ <h3>Method Details</h3>
276276
<pre>Updates a DatasetVersion.
277277

278278
Args:
279-
name: string, Output only. Identifier. The resource name of the DatasetVersion. (required)
279+
name: string, Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` (required)
280280
body: object, The request body.
281281
The object takes the form of:
282282

@@ -287,7 +287,7 @@ <h3>Method Details</h3>
287287
&quot;etag&quot;: &quot;A String&quot;, # Used to perform consistent read-modify-write updates. If not set, a blind &quot;overwrite&quot; update happens.
288288
&quot;metadata&quot;: &quot;&quot;, # Required. Output only. Additional information about the DatasetVersion.
289289
&quot;modelReference&quot;: &quot;A String&quot;, # Output only. Reference to the public base model last used by the dataset version. Only set for prompt dataset versions.
290-
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The resource name of the DatasetVersion.
290+
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`
291291
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
292292
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
293293
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when this DatasetVersion was last updated.
@@ -309,7 +309,7 @@ <h3>Method Details</h3>
309309
&quot;etag&quot;: &quot;A String&quot;, # Used to perform consistent read-modify-write updates. If not set, a blind &quot;overwrite&quot; update happens.
310310
&quot;metadata&quot;: &quot;&quot;, # Required. Output only. Additional information about the DatasetVersion.
311311
&quot;modelReference&quot;: &quot;A String&quot;, # Output only. Reference to the public base model last used by the dataset version. Only set for prompt dataset versions.
312-
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The resource name of the DatasetVersion.
312+
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`
313313
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
314314
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
315315
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when this DatasetVersion was last updated.

docs/dyn/aiplatform_v1.endpoints.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,13 @@ <h3>Method Details</h3>
610610
],
611611
&quot;mode&quot;: &quot;A String&quot;, # Optional. Function calling mode.
612612
},
613+
&quot;retrievalConfig&quot;: { # Retrieval config. # Optional. Retrieval config.
614+
&quot;languageCode&quot;: &quot;A String&quot;, # The language code of the user.
615+
&quot;latLng&quot;: { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # The location of the user.
616+
&quot;latitude&quot;: 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
617+
&quot;longitude&quot;: 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
618+
},
619+
},
613620
},
614621
&quot;tools&quot;: [ # Optional. A list of `Tools` the model may use to generate the next response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model.
615622
{ # Tool details that the model may use to generate response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model. A Tool object should contain exactly one type of Tool (e.g FunctionDeclaration, Retrieval or GoogleSearchRetrieval).
@@ -1049,6 +1056,13 @@ <h3>Method Details</h3>
10491056
],
10501057
&quot;mode&quot;: &quot;A String&quot;, # Optional. Function calling mode.
10511058
},
1059+
&quot;retrievalConfig&quot;: { # Retrieval config. # Optional. Retrieval config.
1060+
&quot;languageCode&quot;: &quot;A String&quot;, # The language code of the user.
1061+
&quot;latLng&quot;: { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # The location of the user.
1062+
&quot;latitude&quot;: 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
1063+
&quot;longitude&quot;: 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
1064+
},
1065+
},
10521066
},
10531067
&quot;tools&quot;: [ # Optional. A list of `Tools` the model may use to generate the next response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model.
10541068
{ # Tool details that the model may use to generate response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model. A Tool object should contain exactly one type of Tool (e.g FunctionDeclaration, Retrieval or GoogleSearchRetrieval).

docs/dyn/aiplatform_v1.projects.locations.cachedContents.html

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,13 @@ <h3>Method Details</h3>
189189
],
190190
&quot;mode&quot;: &quot;A String&quot;, # Optional. Function calling mode.
191191
},
192+
&quot;retrievalConfig&quot;: { # Retrieval config. # Optional. Retrieval config.
193+
&quot;languageCode&quot;: &quot;A String&quot;, # The language code of the user.
194+
&quot;latLng&quot;: { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # The location of the user.
195+
&quot;latitude&quot;: 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
196+
&quot;longitude&quot;: 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
197+
},
198+
},
192199
},
193200
&quot;tools&quot;: [ # Optional. Input only. Immutable. A list of `Tools` the model may use to generate the next response
194201
{ # Tool details that the model may use to generate response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model. A Tool object should contain exactly one type of Tool (e.g FunctionDeclaration, Retrieval or GoogleSearchRetrieval).
@@ -400,6 +407,13 @@ <h3>Method Details</h3>
400407
],
401408
&quot;mode&quot;: &quot;A String&quot;, # Optional. Function calling mode.
402409
},
410+
&quot;retrievalConfig&quot;: { # Retrieval config. # Optional. Retrieval config.
411+
&quot;languageCode&quot;: &quot;A String&quot;, # The language code of the user.
412+
&quot;latLng&quot;: { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # The location of the user.
413+
&quot;latitude&quot;: 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
414+
&quot;longitude&quot;: 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
415+
},
416+
},
403417
},
404418
&quot;tools&quot;: [ # Optional. Input only. Immutable. A list of `Tools` the model may use to generate the next response
405419
{ # Tool details that the model may use to generate response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model. A Tool object should contain exactly one type of Tool (e.g FunctionDeclaration, Retrieval or GoogleSearchRetrieval).
@@ -636,6 +650,13 @@ <h3>Method Details</h3>
636650
],
637651
&quot;mode&quot;: &quot;A String&quot;, # Optional. Function calling mode.
638652
},
653+
&quot;retrievalConfig&quot;: { # Retrieval config. # Optional. Retrieval config.
654+
&quot;languageCode&quot;: &quot;A String&quot;, # The language code of the user.
655+
&quot;latLng&quot;: { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # The location of the user.
656+
&quot;latitude&quot;: 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
657+
&quot;longitude&quot;: 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
658+
},
659+
},
639660
},
640661
&quot;tools&quot;: [ # Optional. Input only. Immutable. A list of `Tools` the model may use to generate the next response
641662
{ # Tool details that the model may use to generate response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model. A Tool object should contain exactly one type of Tool (e.g FunctionDeclaration, Retrieval or GoogleSearchRetrieval).
@@ -858,6 +879,13 @@ <h3>Method Details</h3>
858879
],
859880
&quot;mode&quot;: &quot;A String&quot;, # Optional. Function calling mode.
860881
},
882+
&quot;retrievalConfig&quot;: { # Retrieval config. # Optional. Retrieval config.
883+
&quot;languageCode&quot;: &quot;A String&quot;, # The language code of the user.
884+
&quot;latLng&quot;: { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # The location of the user.
885+
&quot;latitude&quot;: 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
886+
&quot;longitude&quot;: 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
887+
},
888+
},
861889
},
862890
&quot;tools&quot;: [ # Optional. Input only. Immutable. A list of `Tools` the model may use to generate the next response
863891
{ # Tool details that the model may use to generate response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model. A Tool object should contain exactly one type of Tool (e.g FunctionDeclaration, Retrieval or GoogleSearchRetrieval).
@@ -1088,6 +1116,13 @@ <h3>Method Details</h3>
10881116
],
10891117
&quot;mode&quot;: &quot;A String&quot;, # Optional. Function calling mode.
10901118
},
1119+
&quot;retrievalConfig&quot;: { # Retrieval config. # Optional. Retrieval config.
1120+
&quot;languageCode&quot;: &quot;A String&quot;, # The language code of the user.
1121+
&quot;latLng&quot;: { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # The location of the user.
1122+
&quot;latitude&quot;: 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
1123+
&quot;longitude&quot;: 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
1124+
},
1125+
},
10911126
},
10921127
&quot;tools&quot;: [ # Optional. Input only. Immutable. A list of `Tools` the model may use to generate the next response
10931128
{ # Tool details that the model may use to generate response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model. A Tool object should contain exactly one type of Tool (e.g FunctionDeclaration, Retrieval or GoogleSearchRetrieval).
@@ -1300,6 +1335,13 @@ <h3>Method Details</h3>
13001335
],
13011336
&quot;mode&quot;: &quot;A String&quot;, # Optional. Function calling mode.
13021337
},
1338+
&quot;retrievalConfig&quot;: { # Retrieval config. # Optional. Retrieval config.
1339+
&quot;languageCode&quot;: &quot;A String&quot;, # The language code of the user.
1340+
&quot;latLng&quot;: { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # The location of the user.
1341+
&quot;latitude&quot;: 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
1342+
&quot;longitude&quot;: 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
1343+
},
1344+
},
13031345
},
13041346
&quot;tools&quot;: [ # Optional. Input only. Immutable. A list of `Tools` the model may use to generate the next response
13051347
{ # Tool details that the model may use to generate response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model. A Tool object should contain exactly one type of Tool (e.g FunctionDeclaration, Retrieval or GoogleSearchRetrieval).

0 commit comments

Comments
 (0)