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_v1beta1.projects.locations.tuningJobs.html
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,6 @@ <h3>Method Details</h3>
153
153
"a_key": "A String",
154
154
},
155
155
"name": "A String", # Output only. Identifier. Resource name of a TuningJob. Format: `projects/{project}/locations/{location}/tuningJobs/{tuning_job}`
156
-
"pipelineJob": "A String", # Output only. The resource name of the PipelineJob associated with the TuningJob. Format: `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}`.
157
156
"startTime": "A String", # Output only. Time when the TuningJob for the first time entered the `JOB_STATE_RUNNING` state.
158
157
"state": "A String", # Output only. The detailed state of the job.
159
158
"supervisedTuningSpec": { # Tuning Spec for Supervised Tuning. # Tuning Spec for Supervised Fine Tuning.
@@ -293,7 +292,6 @@ <h3>Method Details</h3>
293
292
"a_key": "A String",
294
293
},
295
294
"name": "A String", # Output only. Identifier. Resource name of a TuningJob. Format: `projects/{project}/locations/{location}/tuningJobs/{tuning_job}`
296
-
"pipelineJob": "A String", # Output only. The resource name of the PipelineJob associated with the TuningJob. Format: `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}`.
297
295
"startTime": "A String", # Output only. Time when the TuningJob for the first time entered the `JOB_STATE_RUNNING` state.
298
296
"state": "A String", # Output only. The detailed state of the job.
299
297
"supervisedTuningSpec": { # Tuning Spec for Supervised Tuning. # Tuning Spec for Supervised Fine Tuning.
@@ -440,7 +438,6 @@ <h3>Method Details</h3>
440
438
"a_key": "A String",
441
439
},
442
440
"name": "A String", # Output only. Identifier. Resource name of a TuningJob. Format: `projects/{project}/locations/{location}/tuningJobs/{tuning_job}`
443
-
"pipelineJob": "A String", # Output only. The resource name of the PipelineJob associated with the TuningJob. Format: `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}`.
444
441
"startTime": "A String", # Output only. Time when the TuningJob for the first time entered the `JOB_STATE_RUNNING` state.
445
442
"state": "A String", # Output only. The detailed state of the job.
446
443
"supervisedTuningSpec": { # Tuning Spec for Supervised Tuning. # Tuning Spec for Supervised Fine Tuning.
@@ -593,7 +590,6 @@ <h3>Method Details</h3>
593
590
"a_key": "A String",
594
591
},
595
592
"name": "A String", # Output only. Identifier. Resource name of a TuningJob. Format: `projects/{project}/locations/{location}/tuningJobs/{tuning_job}`
596
-
"pipelineJob": "A String", # Output only. The resource name of the PipelineJob associated with the TuningJob. Format: `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}`.
597
593
"startTime": "A String", # Output only. Time when the TuningJob for the first time entered the `JOB_STATE_RUNNING` state.
598
594
"state": "A String", # Output only. The detailed state of the job.
599
595
"supervisedTuningSpec": { # Tuning Spec for Supervised Tuning. # Tuning Spec for Supervised Fine Tuning.
<pclass="firstline">Creates a new Cluster in a given project and location, with a volume restored from the provided source, either a backup ID or a point-in-time and a source cluster.</p>
<pclass="firstline">Switches the role of PRIMARY and SECONDARY cluster without any data loss. This promotes the SECONDARY cluster to PRIMARY and sets up original PRIMARY cluster to replicate from this newly promoted cluster.</p>
<pre>Switches the role of PRIMARY and SECONDARY cluster without any data loss. This promotes the SECONDARY cluster to PRIMARY and sets up original PRIMARY cluster to replicate from this newly promoted cluster.
1222
+
1223
+
Args:
1224
+
name: string, Required. The name of the resource. For the required format, see the comment on the Cluster.name field (required)
1225
+
body: object, The request body.
1226
+
The object takes the form of:
1227
+
1228
+
{ # Message for switching over to a cluster
1229
+
"requestId": "A String", # Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
1230
+
"validateOnly": True or False, # Optional. If set, performs request validation (e.g. permission checks and any other type of validation), but do not actually execute the delete.
1231
+
}
1232
+
1233
+
x__xgafv: string, V1 error format.
1234
+
Allowed values
1235
+
1 - v1 error format
1236
+
2 - v2 error format
1237
+
1238
+
Returns:
1239
+
An object of the form:
1240
+
1241
+
{ # This resource represents a long-running operation that is the result of a network API call.
1242
+
"done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
1243
+
"error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
1244
+
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
1245
+
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
1246
+
{
1247
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
1248
+
},
1249
+
],
1250
+
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
1251
+
},
1252
+
"metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
1253
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
1254
+
},
1255
+
"name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
1256
+
"response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
1257
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
<pclass="firstline">Creates a new Cluster in a given project and location, with a volume restored from the provided source, either a backup ID or a point-in-time and a source cluster.</p>
<pclass="firstline">Switches the role of PRIMARY and SECONDARY cluster without any data loss. This promotes the SECONDARY cluster to PRIMARY and sets up original PRIMARY cluster to replicate from this newly promoted cluster.</p>
<pre>Switches the role of PRIMARY and SECONDARY cluster without any data loss. This promotes the SECONDARY cluster to PRIMARY and sets up original PRIMARY cluster to replicate from this newly promoted cluster.
1282
+
1283
+
Args:
1284
+
name: string, Required. The name of the resource. For the required format, see the comment on the Cluster.name field (required)
1285
+
body: object, The request body.
1286
+
The object takes the form of:
1287
+
1288
+
{ # Message for switching over to a cluster
1289
+
"requestId": "A String", # Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
1290
+
"validateOnly": True or False, # Optional. If set, performs request validation (e.g. permission checks and any other type of validation), but do not actually execute the delete.
1291
+
}
1292
+
1293
+
x__xgafv: string, V1 error format.
1294
+
Allowed values
1295
+
1 - v1 error format
1296
+
2 - v2 error format
1297
+
1298
+
Returns:
1299
+
An object of the form:
1300
+
1301
+
{ # This resource represents a long-running operation that is the result of a network API call.
1302
+
"done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
1303
+
"error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
1304
+
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
1305
+
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
1306
+
{
1307
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
1308
+
},
1309
+
],
1310
+
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
1311
+
},
1312
+
"metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
1313
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
1314
+
},
1315
+
"name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
1316
+
"response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
1317
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
<pclass="firstline">Creates a new Cluster in a given project and location, with a volume restored from the provided source, either a backup ID or a point-in-time and a source cluster.</p>
<pclass="firstline">Switches the role of PRIMARY and SECONDARY cluster without any data loss. This promotes the SECONDARY cluster to PRIMARY and sets up original PRIMARY cluster to replicate from this newly promoted cluster.</p>
<pre>Switches the role of PRIMARY and SECONDARY cluster without any data loss. This promotes the SECONDARY cluster to PRIMARY and sets up original PRIMARY cluster to replicate from this newly promoted cluster.
1276
+
1277
+
Args:
1278
+
name: string, Required. The name of the resource. For the required format, see the comment on the Cluster.name field (required)
1279
+
body: object, The request body.
1280
+
The object takes the form of:
1281
+
1282
+
{ # Message for switching over to a cluster
1283
+
"requestId": "A String", # Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
1284
+
"validateOnly": True or False, # Optional. If set, performs request validation (e.g. permission checks and any other type of validation), but do not actually execute the delete.
1285
+
}
1286
+
1287
+
x__xgafv: string, V1 error format.
1288
+
Allowed values
1289
+
1 - v1 error format
1290
+
2 - v2 error format
1291
+
1292
+
Returns:
1293
+
An object of the form:
1294
+
1295
+
{ # This resource represents a long-running operation that is the result of a network API call.
1296
+
"done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
1297
+
"error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
1298
+
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
1299
+
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
1300
+
{
1301
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
1302
+
},
1303
+
],
1304
+
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
1305
+
},
1306
+
"metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
1307
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
1308
+
},
1309
+
"name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
1310
+
"response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
1311
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
0 commit comments