You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/aiplatform_v1.datasets.datasetVersions.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ <h3>Method Details</h3>
120
120
"etag": "A String", # Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
121
121
"metadata": "", # Required. Output only. Additional information about the DatasetVersion.
122
122
"modelReference": "A String", # Output only. Reference to the public base model last used by the dataset version. Only set for prompt dataset versions.
123
-
"name": "A String", # Output only. Identifier. The resource name of the DatasetVersion.
123
+
"name": "A String", # Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`
124
124
"satisfiesPzi": True or False, # Output only. Reserved for future use.
125
125
"satisfiesPzs": True or False, # Output only. Reserved for future use.
126
126
"updateTime": "A String", # Output only. Timestamp when this DatasetVersion was last updated.
@@ -212,7 +212,7 @@ <h3>Method Details</h3>
212
212
"etag": "A String", # Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
213
213
"metadata": "", # Required. Output only. Additional information about the DatasetVersion.
214
214
"modelReference": "A String", # Output only. Reference to the public base model last used by the dataset version. Only set for prompt dataset versions.
215
-
"name": "A String", # Output only. Identifier. The resource name of the DatasetVersion.
215
+
"name": "A String", # Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`
216
216
"satisfiesPzi": True or False, # Output only. Reserved for future use.
217
217
"satisfiesPzs": True or False, # Output only. Reserved for future use.
218
218
"updateTime": "A String", # Output only. Timestamp when this DatasetVersion was last updated.
@@ -247,7 +247,7 @@ <h3>Method Details</h3>
247
247
"etag": "A String", # Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
248
248
"metadata": "", # Required. Output only. Additional information about the DatasetVersion.
249
249
"modelReference": "A String", # Output only. Reference to the public base model last used by the dataset version. Only set for prompt dataset versions.
250
-
"name": "A String", # Output only. Identifier. The resource name of the DatasetVersion.
250
+
"name": "A String", # Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`
251
251
"satisfiesPzi": True or False, # Output only. Reserved for future use.
252
252
"satisfiesPzs": True or False, # Output only. Reserved for future use.
253
253
"updateTime": "A String", # Output only. Timestamp when this DatasetVersion was last updated.
@@ -276,7 +276,7 @@ <h3>Method Details</h3>
276
276
<pre>Updates a DatasetVersion.
277
277
278
278
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)
280
280
body: object, The request body.
281
281
The object takes the form of:
282
282
@@ -287,7 +287,7 @@ <h3>Method Details</h3>
287
287
"etag": "A String", # Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
288
288
"metadata": "", # Required. Output only. Additional information about the DatasetVersion.
289
289
"modelReference": "A String", # Output only. Reference to the public base model last used by the dataset version. Only set for prompt dataset versions.
290
-
"name": "A String", # Output only. Identifier. The resource name of the DatasetVersion.
290
+
"name": "A String", # Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`
291
291
"satisfiesPzi": True or False, # Output only. Reserved for future use.
292
292
"satisfiesPzs": True or False, # Output only. Reserved for future use.
293
293
"updateTime": "A String", # Output only. Timestamp when this DatasetVersion was last updated.
@@ -309,7 +309,7 @@ <h3>Method Details</h3>
309
309
"etag": "A String", # Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
310
310
"metadata": "", # Required. Output only. Additional information about the DatasetVersion.
311
311
"modelReference": "A String", # Output only. Reference to the public base model last used by the dataset version. Only set for prompt dataset versions.
312
-
"name": "A String", # Output only. Identifier. The resource name of the DatasetVersion.
312
+
"name": "A String", # Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`
313
313
"satisfiesPzi": True or False, # Output only. Reserved for future use.
314
314
"satisfiesPzs": True or False, # Output only. Reserved for future use.
315
315
"updateTime": "A String", # Output only. Timestamp when this DatasetVersion was last updated.
"languageCode": "A String", # The language code of the user.
615
+
"latLng": { # 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
+
"latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
617
+
"longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
618
+
},
619
+
},
613
620
},
614
621
"tools": [ # 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.
615
622
{ # 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>
1049
1056
],
1050
1057
"mode": "A String", # Optional. Function calling mode.
"languageCode": "A String", # The language code of the user.
1061
+
"latLng": { # 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
+
"latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
1063
+
"longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
1064
+
},
1065
+
},
1052
1066
},
1053
1067
"tools": [ # 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.
1054
1068
{ # 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).
"languageCode": "A String", # The language code of the user.
194
+
"latLng": { # 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
+
"latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
196
+
"longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
197
+
},
198
+
},
192
199
},
193
200
"tools": [ # Optional. Input only. Immutable. A list of `Tools` the model may use to generate the next response
194
201
{ # 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>
400
407
],
401
408
"mode": "A String", # Optional. Function calling mode.
"languageCode": "A String", # The language code of the user.
412
+
"latLng": { # 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
+
"latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
414
+
"longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
415
+
},
416
+
},
403
417
},
404
418
"tools": [ # Optional. Input only. Immutable. A list of `Tools` the model may use to generate the next response
405
419
{ # 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>
636
650
],
637
651
"mode": "A String", # Optional. Function calling mode.
"languageCode": "A String", # The language code of the user.
655
+
"latLng": { # 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
+
"latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
657
+
"longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
658
+
},
659
+
},
639
660
},
640
661
"tools": [ # Optional. Input only. Immutable. A list of `Tools` the model may use to generate the next response
641
662
{ # 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>
858
879
],
859
880
"mode": "A String", # Optional. Function calling mode.
"languageCode": "A String", # The language code of the user.
884
+
"latLng": { # 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
+
"latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
886
+
"longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
887
+
},
888
+
},
861
889
},
862
890
"tools": [ # Optional. Input only. Immutable. A list of `Tools` the model may use to generate the next response
863
891
{ # 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>
1088
1116
],
1089
1117
"mode": "A String", # Optional. Function calling mode.
"languageCode": "A String", # The language code of the user.
1121
+
"latLng": { # 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
+
"latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
1123
+
"longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
1124
+
},
1125
+
},
1091
1126
},
1092
1127
"tools": [ # Optional. Input only. Immutable. A list of `Tools` the model may use to generate the next response
1093
1128
{ # 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>
1300
1335
],
1301
1336
"mode": "A String", # Optional. Function calling mode.
"languageCode": "A String", # The language code of the user.
1340
+
"latLng": { # 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
+
"latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
1342
+
"longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
1343
+
},
1344
+
},
1303
1345
},
1304
1346
"tools": [ # Optional. Input only. Immutable. A list of `Tools` the model may use to generate the next response
1305
1347
{ # 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