2023-08-08
▼ ▲ aiplatform.projects.locations.get
Flat Path: v1/projects/{projectsId}/locations/{locationsId}
Path: v1/{+name}
HTTP Method: GET
Parameters:
name
Pattern: ^projects/[^/]+/locations/[^/]+$
Description: Resource name for the location.
Required: Yes
Location: path
Type: string
Description: Gets information about a location.
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
▼ ▲ aiplatform.projects.locations.list
Path: v1/{+name}/locations
Flat Path: v1/projects/{projectsId}/locations
Parameters:
filter
Type: string
Description: A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
Location: query
pageSize
Format: int32
Type: integer
Description: The maximum number of results to return. If not set, the service selects a default.
Location: query
name
Required: Yes
Location: path
Pattern: ^projects/[^/]+$
Description: The resource that owns the locations collection, if applicable.
Type: string
pageToken
Description: A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
Location: query
Type: string
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Lists information about the supported locations for this service.
Parameter Order: name
HTTP Method: GET
▼ ▲ aiplatform.projects.locations.endpoints.delete
HTTP Method: DELETE
Parameter Order: name
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}
Path: v1/{+name}
Parameters:
name
Location: path
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$
Description: Required. The name of the Endpoint resource to be deleted. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
Type: string
Description: Deletes an Endpoint.
▼ ▲ aiplatform.projects.locations.endpoints.rawPredict
Parameters:
endpoint
Description: Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
Pattern: ^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$
Required: Yes
Location: path
Type: string
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:rawPredict
Description: Perform an online prediction with an arbitrary HTTP payload. The response includes the following HTTP headers: * `X-Vertex-AI-Endpoint-Id`: ID of the Endpoint that served this prediction. * `X-Vertex-AI-Deployed-Model-Id`: ID of the Endpoint's DeployedModel that served this prediction.
Path: v1/{+endpoint}:rawPredict
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: endpoint
HTTP Method: POST
▼ ▲ aiplatform.projects.locations.endpoints.predict
Parameters:
endpoint
Pattern: ^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$
Description: Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
Type: string
Location: path
Required: Yes
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Perform an online prediction.
Parameter Order: endpoint
Path: v1/{+endpoint}:predict
HTTP Method: POST
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:predict
▼ ▲ aiplatform.projects.locations.endpoints.list
Path: v1/{+parent}/endpoints
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/endpoints
Parameters:
orderBy
Location: query
Type: string
Description: A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `display_name` * `create_time` * `update_time` Example: `display_name, create_time desc`.
filter
Description: Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `endpoint` supports = and !=. `endpoint` represents the Endpoint ID, i.e. the last segment of the Endpoint's resource name. * `display_name` supports = and, != * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels."a key"`. Some examples: * `endpoint=1` * `displayName="myDisplayName"` * `labels.myKey="myValue"`
Type: string
Location: query
pageToken
Type: string
Location: query
Description: Optional. The standard list page token. Typically obtained via ListEndpointsResponse.next_page_token of the previous EndpointService.ListEndpoints call.
parent
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+$
Description: Required. The resource name of the Location from which to list the Endpoints. Format: `projects/{project}/locations/{location}`
Type: string
Required: Yes
pageSize
Location: query
Type: integer
Format: int32
Description: Optional. The standard list page size.
readMask
Description: Optional. Mask specifying which fields to read.
Location: query
Format: google-fieldmask
Type: string
Description: Lists Endpoints in a Location.
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: parent
HTTP Method: GET
▼ ▲ aiplatform.projects.locations.endpoints.get
Path: v1/{+name}
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
name
Required: Yes
Description: Required. The name of the Endpoint resource. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
Pattern: ^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$
Type: string
Location: path
HTTP Method: GET
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}
Description: Gets an Endpoint.
Parameter Order: name
▼ ▲ aiplatform.projects.locations.endpoints.mutateDeployedModel
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:mutateDeployedModel
Path: v1/{+endpoint}:mutateDeployedModel
Description: Updates an existing deployed model. Updatable fields include `min_replica_count`, `max_replica_count`, `autoscaling_metric_specs`, `disable_container_logging` (v1 only), and `enable_container_logging` (v1beta1 only).
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
endpoint
Location: path
Description: Required. The name of the Endpoint resource into which to mutate a DeployedModel. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$
Type: string
HTTP Method: POST
Parameter Order: endpoint
▼ ▲ aiplatform.projects.locations.endpoints.explain
HTTP Method: POST
Description: Perform an online explanation. If deployed_model_id is specified, the corresponding DeployModel must have explanation_spec populated. If deployed_model_id is not specified, all DeployedModels must have explanation_spec populated.
Parameter Order: endpoint
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:explain
Path: v1/{+endpoint}:explain
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
endpoint
Type: string
Description: Required. The name of the Endpoint requested to serve the explanation. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$
Required: Yes
▼ ▲ aiplatform.projects.locations.endpoints.undeployModel
Description: Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources it's using.
Path: v1/{+endpoint}:undeployModel
Parameter Order: endpoint
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
endpoint
Description: Required. The name of the Endpoint resource from which to undeploy a Model. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$
Location: path
Type: string
HTTP Method: POST
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:undeployModel
▼ ▲ aiplatform.projects.locations.endpoints.patch
Description: Updates an Endpoint.
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}
HTTP Method: PATCH
Parameters:
updateMask
Location: query
Description: Required. The update mask applies to the resource. See google.protobuf.FieldMask.
Format: google-fieldmask
Type: string
name
Pattern: ^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$
Type: string
Description: Output only. The resource name of the Endpoint.
Required: Yes
Location: path
Path: v1/{+name}
▼ ▲ aiplatform.projects.locations.endpoints.serverStreamingPredict
Description: Perform a server-side streaming online prediction request for Vertex LLM streaming.
Parameters:
endpoint
Pattern: ^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$
Type: string
Description: Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
Required: Yes
Location: path
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:serverStreamingPredict
Path: v1/{+endpoint}:serverStreamingPredict
HTTP Method: POST
Parameter Order: endpoint
▼ ▲ aiplatform.projects.locations.endpoints.deployModel
HTTP Method: POST
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Deploys a Model into this Endpoint, creating a DeployedModel within it.
Path: v1/{+endpoint}:deployModel
Parameter Order: endpoint
Parameters:
endpoint
Required: Yes
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$
Description: Required. The name of the Endpoint resource into which to deploy a Model. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
Location: path
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:deployModel
▼ ▲ aiplatform.projects.locations.endpoints.create
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
parent
Pattern: ^projects/[^/]+/locations/[^/]+$
Location: path
Type: string
Required: Yes
Description: Required. The resource name of the Location to create the Endpoint in. Format: `projects/{project}/locations/{location}`
endpointId
Type: string
Location: query
Description: Immutable. The ID to use for endpoint, which will become the final component of the endpoint resource name. If not provided, Vertex AI will generate a value for this ID. If the first character is a letter, this value may be up to 63 characters, and valid characters are `[a-z0-9-]`. The last character must be a letter or number. If the first character is a number, this value may be up to 9 characters, and valid characters are `[0-9]` with no leading zeros. When using HTTP/JSON, this field is populated based on a query string argument, such as `?endpoint_id=12345`. This is the fallback for fields that are not included in either the URI or the body.
Description: Creates an Endpoint.
HTTP Method: POST
Parameter Order: parent
Path: v1/{+parent}/endpoints
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/endpoints
▼ ▲ aiplatform.projects.locations.endpoints.operations.get
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: GET
Parameter Order: name
Path: v1/{+name}
Parameters:
name
Location: path
Type: string
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/endpoints/[^/]+/operations/[^/]+$
Description: The name of the operation resource.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/operations/{operationsId}
Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
▼ ▲ aiplatform.projects.locations.endpoints.operations.list
Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/operations
Parameter Order: name
Path: v1/{+name}/operations
HTTP Method: GET
Parameters:
name
Description: The name of the operation's parent resource.
Required: Yes
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$
Type: string
pageToken
Type: string
Description: The standard list page token.
Location: query
filter
Location: query
Type: string
Description: The standard list filter.
pageSize
Format: int32
Description: The standard list page size.
Type: integer
Location: query
▼ ▲ aiplatform.projects.locations.endpoints.operations.cancel
HTTP Method: POST
Parameter Order: name
Parameters:
name
Description: The name of the operation resource to be cancelled.
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/endpoints/[^/]+/operations/[^/]+$
Required: Yes
Location: path
Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}:cancel
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/operations/{operationsId}:cancel
▼ ▲ aiplatform.projects.locations.endpoints.operations.delete
Parameter Order: name
Parameters:
name
Description: The name of the operation resource to be deleted.
Pattern: ^projects/[^/]+/locations/[^/]+/endpoints/[^/]+/operations/[^/]+$
Type: string
Location: path
Required: Yes
Path: v1/{+name}
Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: DELETE
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/operations/{operationsId}
▼ ▲ aiplatform.projects.locations.endpoints.operations.wait
Parameters:
timeout
Format: google-duration
Type: string
Location: query
Description: The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
name
Description: The name of the operation resource to wait on.
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/endpoints/[^/]+/operations/[^/]+$
Type: string
Required: Yes
Description: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
Path: v1/{+name}:wait
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: POST
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/operations/{operationsId}:wait
▼ ▲ aiplatform.projects.locations.customJobs.cancel
Path: v1/{+name}:cancel
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
name
Type: string
Location: path
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/customJobs/[^/]+$
Description: Required. The name of the CustomJob to cancel. Format: `projects/{project}/locations/{location}/customJobs/{custom_job}`
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}:cancel
HTTP Method: POST
Description: Cancels a CustomJob. Starts asynchronous cancellation on the CustomJob. The server makes a best effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetCustomJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On successful cancellation, the CustomJob is not deleted; instead it becomes a job with a CustomJob.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and CustomJob.state is set to `CANCELLED`.
Parameter Order: name
▼ ▲ aiplatform.projects.locations.customJobs.get
Parameter Order: name
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}
HTTP Method: GET
Description: Gets a CustomJob.
Parameters:
name
Location: path
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/customJobs/[^/]+$
Description: Required. The name of the CustomJob resource. Format: `projects/{project}/locations/{location}/customJobs/{custom_job}`
Type: string
▼ ▲ aiplatform.projects.locations.customJobs.list
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/customJobs
Parameter Order: parent
HTTP Method: GET
Parameters:
parent
Description: Required. The resource name of the Location to list the CustomJobs from. Format: `projects/{project}/locations/{location}`
Pattern: ^projects/[^/]+/locations/[^/]+$
Location: path
Type: string
Required: Yes
pageSize
Location: query
Format: int32
Type: integer
Description: The standard list page size.
readMask
Description: Mask specifying which fields to read.
Location: query
Type: string
Format: google-fieldmask
pageToken
Location: query
Type: string
Description: The standard list page token. Typically obtained via ListCustomJobsResponse.next_page_token of the previous JobService.ListCustomJobs call.
filter
Location: query
Type: string
Description: The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and `:` wildcard. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, `!=`,`<`, `<=`,`>`, `>=` comparisons. `create_time` must be in RFC 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value equality `labels.key:* - key existence Some examples of using the filter are: * `state="JOB_STATE_SUCCEEDED" AND display_name:"my_job_*"` * `state!="JOB_STATE_FAILED" OR display_name="my_job"` * `NOT display_name="my_job"` * `create_time>"2021-05-18T00:00:00Z"` * `labels.keyA=valueA` * `labels.keyB:*`
Description: Lists CustomJobs in a Location.
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+parent}/customJobs
▼ ▲ aiplatform.projects.locations.customJobs.delete
Description: Deletes a CustomJob.
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
Path: v1/{+name}
Parameters:
name
Description: Required. The name of the CustomJob resource to be deleted. Format: `projects/{project}/locations/{location}/customJobs/{custom_job}`
Type: string
Location: path
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/customJobs/[^/]+$
HTTP Method: DELETE
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}
▼ ▲ aiplatform.projects.locations.customJobs.create
Path: v1/{+parent}/customJobs
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/customJobs
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: POST
Parameters:
parent
Pattern: ^projects/[^/]+/locations/[^/]+$
Required: Yes
Description: Required. The resource name of the Location to create the CustomJob in. Format: `projects/{project}/locations/{location}`
Type: string
Location: path
Description: Creates a CustomJob. A created CustomJob right away will be attempted to be run.
Parameter Order: parent
▼ ▲ aiplatform.projects.locations.customJobs.operations.list
HTTP Method: GET
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}/operations
Path: v1/{+name}/operations
Parameters:
filter
Description: The standard list filter.
Location: query
Type: string
pageToken
Type: string
Description: The standard list page token.
Location: query
name
Required: Yes
Description: The name of the operation's parent resource.
Pattern: ^projects/[^/]+/locations/[^/]+/customJobs/[^/]+$
Type: string
Location: path
pageSize
Description: The standard list page size.
Type: integer
Format: int32
Location: query
Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
▼ ▲ aiplatform.projects.locations.customJobs.operations.wait
Path: v1/{+name}:wait
Description: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
Parameters:
name
Required: Yes
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/customJobs/[^/]+/operations/[^/]+$
Location: path
Description: The name of the operation resource to wait on.
timeout
Description: The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
Format: google-duration
Location: query
Type: string
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}/operations/{operationsId}:wait
HTTP Method: POST
▼ ▲ aiplatform.projects.locations.customJobs.operations.delete
HTTP Method: DELETE
Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
Parameters:
name
Location: path
Required: Yes
Type: string
Description: The name of the operation resource to be deleted.
Pattern: ^projects/[^/]+/locations/[^/]+/customJobs/[^/]+/operations/[^/]+$
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}/operations/{operationsId}
Path: v1/{+name}
▼ ▲ aiplatform.projects.locations.customJobs.operations.get
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}/operations/{operationsId}
Parameter Order: name
Parameters:
name
Type: string
Required: Yes
Description: The name of the operation resource.
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/customJobs/[^/]+/operations/[^/]+$
Path: v1/{+name}
HTTP Method: GET
Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
▼ ▲ aiplatform.projects.locations.customJobs.operations.cancel
Path: v1/{+name}:cancel
Parameter Order: name
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
name
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/customJobs/[^/]+/operations/[^/]+$
Location: path
Required: Yes
Description: The name of the operation resource to be cancelled.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}/operations/{operationsId}:cancel
Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
HTTP Method: POST
▼ ▲ aiplatform.projects.locations.schedules.operations.list
Parameter Order: name
Path: v1/{+name}/operations
HTTP Method: GET
Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
Parameters:
pageSize
Format: int32
Type: integer
Description: The standard list page size.
Location: query
pageToken
Type: string
Location: query
Description: The standard list page token.
filter
Type: string
Location: query
Description: The standard list filter.
name
Required: Yes
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/schedules/[^/]+$
Location: path
Description: The name of the operation's parent resource.
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/schedules/{schedulesId}/operations
▼ ▲ aiplatform.projects.locations.schedules.operations.cancel
Path: v1/{+name}:cancel
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/schedules/{schedulesId}/operations/{operationsId}:cancel
Parameters:
name
Pattern: ^projects/[^/]+/locations/[^/]+/schedules/[^/]+/operations/[^/]+$
Location: path
Required: Yes
Description: The name of the operation resource to be cancelled.
Type: string
Parameter Order: name
Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
HTTP Method: POST
▼ ▲ aiplatform.projects.locations.schedules.operations.get
Path: v1/{+name}
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/schedules/{schedulesId}/operations/{operationsId}
Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Parameters:
name
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/schedules/[^/]+/operations/[^/]+$
Description: The name of the operation resource.
Location: path
Type: string
HTTP Method: GET
Parameter Order: name
▼ ▲ aiplatform.projects.locations.schedules.operations.wait
Description: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
Parameter Order: name
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/schedules/{schedulesId}/operations/{operationsId}:wait
HTTP Method: POST
Parameters:
timeout
Description: The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
Format: google-duration
Type: string
Location: query
name
Required: Yes
Location: path
Type: string
Description: The name of the operation resource to wait on.
Pattern: ^projects/[^/]+/locations/[^/]+/schedules/[^/]+/operations/[^/]+$
Path: v1/{+name}:wait
▼ ▲ aiplatform.projects.locations.schedules.operations.delete
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
Parameter Order: name
HTTP Method: DELETE
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/schedules/{schedulesId}/operations/{operationsId}
Path: v1/{+name}
Parameters:
name
Required: Yes
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/schedules/[^/]+/operations/[^/]+$
Description: The name of the operation resource to be deleted.
Type: string
▼ ▲ aiplatform.projects.locations.schedules.list
Path: v1/{+parent}/schedules
Parameters:
pageSize
Description: The standard list page size. Default to 100 if not specified.
Type: integer
Format: int32
Location: query
filter
Description: Lists the Schedules that match the filter expression. The following fields are supported: * `display_name`: Supports `=`, `!=` comparisons, and `:` wildcard. * `state`: Supports `=` and `!=` comparisons. * `request`: Supports existence of the check. (e.g. `create_pipeline_job_request:*` --> Schedule has create_pipeline_job_request). * `create_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `start_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `end_time`: Supports `=`, `!=`, `<`, `>`, `<=`, `>=` comparisons and `:*` existence check. Values must be in RFC 3339 format. * `next_run_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. Filter expressions can be combined together using logical operators (`NOT`, `AND` & `OR`). The syntax to define filter expression is based on https://google.aip.dev/160. Examples: * `state="ACTIVE" AND display_name:"my_schedule_*"` * `NOT display_name="my_schedule"` * `create_time>"2021-05-18T00:00:00Z"` * `end_time>"2021-05-18T00:00:00Z" OR NOT end_time:*` * `create_pipeline_job_request:*`
Type: string
Location: query
parent
Required: Yes
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+$
Description: Required. The resource name of the Location to list the Schedules from. Format: `projects/{project}/locations/{location}`
Location: path
pageToken
Location: query
Description: The standard list page token. Typically obtained via ListSchedulesResponse.next_page_token of the previous ScheduleService.ListSchedules call.
Type: string
orderBy
Location: query
Description: A comma-separated list of fields to order by. The default sort order is in ascending order. Use "desc" after a field name for descending. You can have multiple order_by fields provided. For example, using "create_time desc, end_time" will order results by create time in descending order, and if there are multiple schedules having the same create time, order them by the end time in ascending order. If order_by is not specified, it will order by default with create_time in descending order. Supported fields: * `create_time` * `start_time` * `end_time` * `next_run_time`
Type: string
Parameter Order: parent
HTTP Method: GET
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/schedules
Description: Lists Schedules in a Location.
▼ ▲ aiplatform.projects.locations.schedules.create
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/schedules
Description: Creates a Schedule.
HTTP Method: POST
Parameter Order: parent
Path: v1/{+parent}/schedules
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
parent
Description: Required. The resource name of the Location to create the Schedule in. Format: `projects/{project}/locations/{location}`
Pattern: ^projects/[^/]+/locations/[^/]+$
Location: path
Type: string
Required: Yes
▼ ▲ aiplatform.projects.locations.schedules.get
Path: v1/{+name}
Description: Gets a Schedule.
Parameters:
name
Pattern: ^projects/[^/]+/locations/[^/]+/schedules/[^/]+$
Type: string
Location: path
Description: Required. The name of the Schedule resource. Format: `projects/{project}/locations/{location}/schedules/{schedule}`
Required: Yes
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/schedules/{schedulesId}
Parameter Order: name
HTTP Method: GET
▼ ▲ aiplatform.projects.locations.schedules.resume
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Resumes a paused Schedule to start scheduling new runs. Will mark Schedule.state to 'ACTIVE'. Only paused Schedule can be resumed. When the Schedule is resumed, new runs will be scheduled starting from the next execution time after the current time based on the time_specification in the Schedule. If Schedule.catchUp is set up true, all missed runs will be scheduled for backfill first.
Path: v1/{+name}:resume
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/schedules/{schedulesId}:resume
HTTP Method: POST
Parameters:
name
Required: Yes
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/schedules/[^/]+$
Description: Required. The name of the Schedule resource to be resumed. Format: `projects/{project}/locations/{location}/schedules/{schedule}`
Location: path
▼ ▲ aiplatform.projects.locations.schedules.patch
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: PATCH
Description: Updates an active or paused Schedule. When the Schedule is updated, new runs will be scheduled starting from the updated next execution time after the update time based on the time_specification in the updated Schedule. All unstarted runs before the update time will be skipped while already created runs will NOT be paused or canceled.
Parameters:
name
Description: Output only. The resource name of the Schedule.
Location: path
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/schedules/[^/]+$
Required: Yes
updateMask
Type: string
Description: Required. The update mask applies to the resource. See google.protobuf.FieldMask.
Format: google-fieldmask
Location: query
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/schedules/{schedulesId}
Path: v1/{+name}
▼ ▲ aiplatform.projects.locations.schedules.delete
Path: v1/{+name}
Parameters:
name
Type: string
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/schedules/[^/]+$
Required: Yes
Description: Required. The name of the Schedule resource to be deleted. Format: `projects/{project}/locations/{location}/schedules/{schedule}`
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/schedules/{schedulesId}
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: DELETE
Description: Deletes a Schedule.
Parameter Order: name
▼ ▲ aiplatform.projects.locations.schedules.pause
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Pauses a Schedule. Will mark Schedule.state to 'PAUSED'. If the schedule is paused, no new runs will be created. Already created runs will NOT be paused or canceled.
Parameters:
name
Required: Yes
Description: Required. The name of the Schedule resource to be paused. Format: `projects/{project}/locations/{location}/schedules/{schedule}`
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/schedules/[^/]+$
Type: string
HTTP Method: POST
Path: v1/{+name}:pause
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/schedules/{schedulesId}:pause
▼ ▲ aiplatform.projects.locations.studies.operations.list
Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
HTTP Method: GET
Path: v1/{+name}/operations
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
pageSize
Format: int32
Description: The standard list page size.
Type: integer
Location: query
name
Description: The name of the operation's parent resource.
Pattern: ^projects/[^/]+/locations/[^/]+/studies/[^/]+$
Required: Yes
Type: string
Location: path
pageToken
Type: string
Location: query
Description: The standard list page token.
filter
Type: string
Location: query
Description: The standard list filter.
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies/{studiesId}/operations
▼ ▲ aiplatform.projects.locations.studies.operations.wait
Parameter Order: name
Path: v1/{+name}:wait
Description: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
HTTP Method: POST
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
timeout
Location: query
Type: string
Description: The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
Format: google-duration
name
Pattern: ^projects/[^/]+/locations/[^/]+/studies/[^/]+/operations/[^/]+$
Required: Yes
Type: string
Description: The name of the operation resource to wait on.
Location: path
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies/{studiesId}/operations/{operationsId}:wait
▼ ▲ aiplatform.projects.locations.studies.operations.cancel
Path: v1/{+name}:cancel
HTTP Method: POST
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
name
Description: The name of the operation resource to be cancelled.
Location: path
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/studies/[^/]+/operations/[^/]+$
Required: Yes
Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies/{studiesId}/operations/{operationsId}:cancel
▼ ▲ aiplatform.projects.locations.studies.operations.get
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies/{studiesId}/operations/{operationsId}
Parameters:
name
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/studies/[^/]+/operations/[^/]+$
Location: path
Description: The name of the operation resource.
Required: Yes
Path: v1/{+name}
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
HTTP Method: GET
▼ ▲ aiplatform.projects.locations.studies.operations.delete
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
name
Required: Yes
Type: string
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/studies/[^/]+/operations/[^/]+$
Description: The name of the operation resource to be deleted.
Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
Parameter Order: name
HTTP Method: DELETE
Path: v1/{+name}
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies/{studiesId}/operations/{operationsId}
▼ ▲ aiplatform.projects.locations.studies.trials.complete
Parameter Order: name
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Marks a Trial as complete.
HTTP Method: POST
Parameters:
name
Description: Required. The Trial's name. Format: `projects/{project}/locations/{location}/studies/{study}/trials/{trial}`
Location: path
Required: Yes
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+$
Path: v1/{+name}:complete
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies/{studiesId}/trials/{trialsId}:complete
▼ ▲ aiplatform.projects.locations.studies.trials.addTrialMeasurement
HTTP Method: POST
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies/{studiesId}/trials/{trialsId}:addTrialMeasurement
Path: v1/{+trialName}:addTrialMeasurement
Parameters:
trialName
Type: string
Description: Required. The name of the trial to add measurement. Format: `projects/{project}/locations/{location}/studies/{study}/trials/{trial}`
Location: path
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+$
Parameter Order: trialName
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Adds a measurement of the objective metrics to a Trial. This measurement is assumed to have been taken before the Trial is complete.
▼ ▲ aiplatform.projects.locations.studies.trials.listOptimalTrials
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies/{studiesId}/trials:listOptimalTrials
Parameter Order: parent
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: POST
Path: v1/{+parent}/trials:listOptimalTrials
Description: Lists the pareto-optimal Trials for multi-objective Study or the optimal Trials for single-objective Study. The definition of pareto-optimal can be checked in wiki page. https://en.wikipedia.org/wiki/Pareto_efficiency
Parameters:
parent
Type: string
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/studies/[^/]+$
Required: Yes
Description: Required. The name of the Study that the optimal Trial belongs to.
▼ ▲ aiplatform.projects.locations.studies.trials.stop
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies/{studiesId}/trials/{trialsId}:stop
Path: v1/{+name}:stop
Parameters:
name
Pattern: ^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+$
Description: Required. The Trial's name. Format: `projects/{project}/locations/{location}/studies/{study}/trials/{trial}`
Location: path
Type: string
Required: Yes
HTTP Method: POST
Description: Stops a Trial.
Parameter Order: name
▼ ▲ aiplatform.projects.locations.studies.trials.create
Description: Adds a user provided Trial to a Study.
Parameter Order: parent
Parameters:
parent
Required: Yes
Description: Required. The resource name of the Study to create the Trial in. Format: `projects/{project}/locations/{location}/studies/{study}`
Type: string
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/studies/[^/]+$
HTTP Method: POST
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+parent}/trials
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies/{studiesId}/trials
▼ ▲ aiplatform.projects.locations.studies.trials.delete
Path: v1/{+name}
Parameter Order: name
Description: Deletes a Trial.
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies/{studiesId}/trials/{trialsId}
Parameters:
name
Pattern: ^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+$
Description: Required. The Trial's name. Format: `projects/{project}/locations/{location}/studies/{study}/trials/{trial}`
Location: path
Type: string
Required: Yes
HTTP Method: DELETE
▼ ▲ aiplatform.projects.locations.studies.trials.get
HTTP Method: GET
Parameters:
name
Description: Required. The name of the Trial resource. Format: `projects/{project}/locations/{location}/studies/{study}/trials/{trial}`
Location: path
Type: string
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+$
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies/{studiesId}/trials/{trialsId}
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Gets a Trial.
Path: v1/{+name}
Parameter Order: name
▼ ▲ aiplatform.projects.locations.studies.trials.list
Path: v1/{+parent}/trials
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies/{studiesId}/trials
Description: Lists the Trials associated with a Study.
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
pageToken
Type: string
Description: Optional. A page token to request the next page of results. If unspecified, there are no subsequent pages.
Location: query
parent
Location: path
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/studies/[^/]+$
Required: Yes
Description: Required. The resource name of the Study to list the Trial from. Format: `projects/{project}/locations/{location}/studies/{study}`
pageSize
Description: Optional. The number of Trials to retrieve per "page" of results. If unspecified, the service will pick an appropriate default.
Format: int32
Type: integer
Location: query
Parameter Order: parent
HTTP Method: GET
▼ ▲ aiplatform.projects.locations.studies.trials.checkTrialEarlyStoppingState
Parameters:
trialName
Required: Yes
Description: Required. The Trial's name. Format: `projects/{project}/locations/{location}/studies/{study}/trials/{trial}`
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+$
Type: string
HTTP Method: POST
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+trialName}:checkTrialEarlyStoppingState
Description: Checks whether a Trial should stop or not. Returns a long-running operation. When the operation is successful, it will contain a CheckTrialEarlyStoppingStateResponse.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies/{studiesId}/trials/{trialsId}:checkTrialEarlyStoppingState
Parameter Order: trialName
▼ ▲ aiplatform.projects.locations.studies.trials.suggest
Path: v1/{+parent}/trials:suggest
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies/{studiesId}/trials:suggest
Description: Adds one or more Trials to a Study, with parameter values suggested by Vertex AI Vizier. Returns a long-running operation associated with the generation of Trial suggestions. When this long-running operation succeeds, it will contain a SuggestTrialsResponse.
Parameters:
parent
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/studies/[^/]+$
Type: string
Required: Yes
Description: Required. The project and location that the Study belongs to. Format: `projects/{project}/locations/{location}/studies/{study}`
HTTP Method: POST
Parameter Order: parent
▼ ▲ aiplatform.projects.locations.studies.trials.operations.cancel
Parameters:
name
Location: path
Description: The name of the operation resource to be cancelled.
Required: Yes
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+/operations/[^/]+$
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}:cancel
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies/{studiesId}/trials/{trialsId}/operations/{operationsId}:cancel
Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
HTTP Method: POST
▼ ▲ aiplatform.projects.locations.studies.trials.operations.delete
Parameter Order: name
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: DELETE
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies/{studiesId}/trials/{trialsId}/operations/{operationsId}
Path: v1/{+name}
Parameters:
name
Description: The name of the operation resource to be deleted.
Pattern: ^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+/operations/[^/]+$
Location: path
Required: Yes
Type: string
Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
▼ ▲ aiplatform.projects.locations.studies.trials.operations.get
Path: v1/{+name}
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies/{studiesId}/trials/{trialsId}/operations/{operationsId}
Parameter Order: name
HTTP Method: GET
Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
name
Description: The name of the operation resource.
Required: Yes
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+/operations/[^/]+$
Location: path
▼ ▲ aiplatform.projects.locations.studies.trials.operations.wait
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies/{studiesId}/trials/{trialsId}/operations/{operationsId}:wait
Parameters:
name
Type: string
Required: Yes
Description: The name of the operation resource to wait on.
Pattern: ^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+/operations/[^/]+$
Location: path
timeout
Format: google-duration
Description: The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
Type: string
Location: query
HTTP Method: POST
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}:wait
Parameter Order: name
Description: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
▼ ▲ aiplatform.projects.locations.studies.trials.operations.list
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
Parameters:
pageSize
Format: int32
Location: query
Type: integer
Description: The standard list page size.
pageToken
Location: query
Type: string
Description: The standard list page token.
name
Description: The name of the operation's parent resource.
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+$
Location: path
Required: Yes
filter
Type: string
Description: The standard list filter.
Location: query
Path: v1/{+name}/operations
HTTP Method: GET
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies/{studiesId}/trials/{trialsId}/operations
Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
▼ ▲ aiplatform.projects.locations.studies.lookup
Parameter Order: parent
Description: Looks a study up using the user-defined display_name field instead of the fully qualified resource name.
Path: v1/{+parent}/studies:lookup
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies:lookup
HTTP Method: POST
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
parent
Location: path
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+$
Description: Required. The resource name of the Location to get the Study from. Format: `projects/{project}/locations/{location}`
Type: string
▼ ▲ aiplatform.projects.locations.studies.list
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies
Path: v1/{+parent}/studies
HTTP Method: GET
Parameters:
pageSize
Type: integer
Format: int32
Location: query
Description: Optional. The maximum number of studies to return per "page" of results. If unspecified, service will pick an appropriate default.
parent
Type: string
Description: Required. The resource name of the Location to list the Study from. Format: `projects/{project}/locations/{location}`
Pattern: ^projects/[^/]+/locations/[^/]+$
Location: path
Required: Yes
pageToken
Location: query
Type: string
Description: Optional. A page token to request the next page of results. If unspecified, there are no subsequent pages.
Description: Lists all the studies in a region for an associated project.
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: parent
▼ ▲ aiplatform.projects.locations.studies.delete
HTTP Method: DELETE
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Deletes a Study.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies/{studiesId}
Parameter Order: name
Parameters:
name
Pattern: ^projects/[^/]+/locations/[^/]+/studies/[^/]+$
Required: Yes
Location: path
Type: string
Description: Required. The name of the Study resource to be deleted. Format: `projects/{project}/locations/{location}/studies/{study}`
Path: v1/{+name}
▼ ▲ aiplatform.projects.locations.studies.get
Path: v1/{+name}
Parameters:
name
Required: Yes
Description: Required. The name of the Study resource. Format: `projects/{project}/locations/{location}/studies/{study}`
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/studies/[^/]+$
Location: path
Parameter Order: name
HTTP Method: GET
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies/{studiesId}
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Gets a Study by name.
▼ ▲ aiplatform.projects.locations.studies.create
Parameters:
parent
Pattern: ^projects/[^/]+/locations/[^/]+$
Required: Yes
Location: path
Type: string
Description: Required. The resource name of the Location to create the CustomJob in. Format: `projects/{project}/locations/{location}`
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+parent}/studies
Description: Creates a Study. A resource name will be generated after creation of the Study.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/studies
HTTP Method: POST
Parameter Order: parent
▼ ▲ aiplatform.projects.locations.batchPredictionJobs.list
HTTP Method: GET
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/batchPredictionJobs
Parameter Order: parent
Description: Lists BatchPredictionJobs in a Location.
Parameters:
parent
Pattern: ^projects/[^/]+/locations/[^/]+$
Description: Required. The resource name of the Location to list the BatchPredictionJobs from. Format: `projects/{project}/locations/{location}`
Required: Yes
Type: string
Location: path
filter
Location: query
Type: string
Description: The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and `:` wildcard. * `model_display_name` supports `=`, `!=` comparisons. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, `!=`,`<`, `<=`,`>`, `>=` comparisons. `create_time` must be in RFC 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value equality `labels.key:* - key existence Some examples of using the filter are: * `state="JOB_STATE_SUCCEEDED" AND display_name:"my_job_*"` * `state!="JOB_STATE_FAILED" OR display_name="my_job"` * `NOT display_name="my_job"` * `create_time>"2021-05-18T00:00:00Z"` * `labels.keyA=valueA` * `labels.keyB:*`
pageSize
Description: The standard list page size.
Type: integer
Format: int32
Location: query
readMask
Type: string
Format: google-fieldmask
Location: query
Description: Mask specifying which fields to read.
pageToken
Description: The standard list page token. Typically obtained via ListBatchPredictionJobsResponse.next_page_token of the previous JobService.ListBatchPredictionJobs call.
Type: string
Location: query
Path: v1/{+parent}/batchPredictionJobs
▼ ▲ aiplatform.projects.locations.batchPredictionJobs.create
HTTP Method: POST
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+parent}/batchPredictionJobs
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/batchPredictionJobs
Parameter Order: parent
Parameters:
parent
Required: Yes
Description: Required. The resource name of the Location to create the BatchPredictionJob in. Format: `projects/{project}/locations/{location}`
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+$
Location: path
Description: Creates a BatchPredictionJob. A BatchPredictionJob once created will right away be attempted to start.
▼ ▲ aiplatform.projects.locations.batchPredictionJobs.delete
Parameters:
name
Pattern: ^projects/[^/]+/locations/[^/]+/batchPredictionJobs/[^/]+$
Type: string
Description: Required. The name of the BatchPredictionJob resource to be deleted. Format: `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`
Location: path
Required: Yes
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: DELETE
Description: Deletes a BatchPredictionJob. Can only be called on jobs that already finished.
Path: v1/{+name}
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/batchPredictionJobs/{batchPredictionJobsId}
▼ ▲ aiplatform.projects.locations.batchPredictionJobs.get
Parameters:
name
Type: string
Required: Yes
Location: path
Description: Required. The name of the BatchPredictionJob resource. Format: `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`
Pattern: ^projects/[^/]+/locations/[^/]+/batchPredictionJobs/[^/]+$
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/batchPredictionJobs/{batchPredictionJobsId}
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Gets a BatchPredictionJob
Parameter Order: name
Path: v1/{+name}
HTTP Method: GET
▼ ▲ aiplatform.projects.locations.batchPredictionJobs.cancel
Parameters:
name
Required: Yes
Type: string
Description: Required. The name of the BatchPredictionJob to cancel. Format: `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`
Pattern: ^projects/[^/]+/locations/[^/]+/batchPredictionJobs/[^/]+$
Location: path
Description: Cancels a BatchPredictionJob. Starts asynchronous cancellation on the BatchPredictionJob. The server makes the best effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetBatchPredictionJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On a successful cancellation, the BatchPredictionJob is not deleted;instead its BatchPredictionJob.state is set to `CANCELLED`. Any files already outputted by the job are not deleted.
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}:cancel
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/batchPredictionJobs/{batchPredictionJobsId}:cancel
HTTP Method: POST
▼ ▲ aiplatform.projects.locations.nasJobs.list
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Lists NasJobs in a Location.
Parameter Order: parent
Parameters:
parent
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+$
Description: Required. The resource name of the Location to list the NasJobs from. Format: `projects/{project}/locations/{location}`
Required: Yes
Type: string
filter
Type: string
Description: The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and `:` wildcard. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, `!=`,`<`, `<=`,`>`, `>=` comparisons. `create_time` must be in RFC 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value equality `labels.key:* - key existence Some examples of using the filter are: * `state="JOB_STATE_SUCCEEDED" AND display_name:"my_job_*"` * `state!="JOB_STATE_FAILED" OR display_name="my_job"` * `NOT display_name="my_job"` * `create_time>"2021-05-18T00:00:00Z"` * `labels.keyA=valueA` * `labels.keyB:*`
Location: query
pageSize
Type: integer
Location: query
Format: int32
Description: The standard list page size.
readMask
Type: string
Description: Mask specifying which fields to read.
Location: query
Format: google-fieldmask
pageToken
Type: string
Location: query
Description: The standard list page token. Typically obtained via ListNasJobsResponse.next_page_token of the previous JobService.ListNasJobs call.
Path: v1/{+parent}/nasJobs
HTTP Method: GET
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/nasJobs
▼ ▲ aiplatform.projects.locations.nasJobs.get
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/nasJobs/{nasJobsId}
HTTP Method: GET
Description: Gets a NasJob
Parameter Order: name
Scopes:
Path: v1/{+name}
Parameters:
name
Location: path
Description: Required. The name of the NasJob resource. Format: `projects/{project}/locations/{location}/nasJobs/{nas_job}`
Required: Yes
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/nasJobs/[^/]+$
▼ ▲ aiplatform.projects.locations.nasJobs.create
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: POST
Description: Creates a NasJob
Parameters:
parent
Pattern: ^projects/[^/]+/locations/[^/]+$
Description: Required. The resource name of the Location to create the NasJob in. Format: `projects/{project}/locations/{location}`
Type: string
Required: Yes
Location: path
Parameter Order: parent
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/nasJobs
Path: v1/{+parent}/nasJobs
▼ ▲ aiplatform.projects.locations.nasJobs.delete
Path: v1/{+name}
HTTP Method: DELETE
Parameters:
name
Description: Required. The name of the NasJob resource to be deleted. Format: `projects/{project}/locations/{location}/nasJobs/{nas_job}`
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/nasJobs/[^/]+$
Location: path
Type: string
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/nasJobs/{nasJobsId}
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
Description: Deletes a NasJob.
▼ ▲ aiplatform.projects.locations.nasJobs.cancel
Description: Cancels a NasJob. Starts asynchronous cancellation on the NasJob. The server makes a best effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetNasJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On successful cancellation, the NasJob is not deleted; instead it becomes a job with a NasJob.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and NasJob.state is set to `CANCELLED`.
Parameters:
name
Required: Yes
Location: path
Description: Required. The name of the NasJob to cancel. Format: `projects/{project}/locations/{location}/nasJobs/{nas_job}`
Pattern: ^projects/[^/]+/locations/[^/]+/nasJobs/[^/]+$
Type: string
Parameter Order: name
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: POST
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/nasJobs/{nasJobsId}:cancel
Path: v1/{+name}:cancel
▼ ▲ aiplatform.projects.locations.nasJobs.nasTrialDetails.list
HTTP Method: GET
Path: v1/{+parent}/nasTrialDetails
Description: List top NasTrialDetails of a NasJob.
Parameter Order: parent
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
pageToken
Location: query
Description: The standard list page token. Typically obtained via ListNasTrialDetailsResponse.next_page_token of the previous JobService.ListNasTrialDetails call.
Type: string
pageSize
Description: The standard list page size.
Type: integer
Format: int32
Location: query
parent
Description: Required. The name of the NasJob resource. Format: `projects/{project}/locations/{location}/nasJobs/{nas_job}`
Pattern: ^projects/[^/]+/locations/[^/]+/nasJobs/[^/]+$
Required: Yes
Type: string
Location: path
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/nasJobs/{nasJobsId}/nasTrialDetails
▼ ▲ aiplatform.projects.locations.nasJobs.nasTrialDetails.get
Description: Gets a NasTrialDetail.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/nasJobs/{nasJobsId}/nasTrialDetails/{nasTrialDetailsId}
Path: v1/{+name}
HTTP Method: GET
Parameters:
name
Description: Required. The name of the NasTrialDetail resource. Format: `projects/{project}/locations/{location}/nasJobs/{nas_job}/nasTrialDetails/{nas_trial_detail}`
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/nasJobs/[^/]+/nasTrialDetails/[^/]+$
Location: path
Type: string
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
▼ ▲ aiplatform.projects.locations.pipelineJobs.operations.wait
Parameters:
timeout
Description: The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
Format: google-duration
Type: string
Location: query
name
Required: Yes
Location: path
Description: The name of the operation resource to wait on.
Pattern: ^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/operations/[^/]+$
Type: string
Description: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
HTTP Method: POST
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/pipelineJobs/{pipelineJobsId}/operations/{operationsId}:wait
Parameter Order: name
Path: v1/{+name}:wait
▼ ▲ aiplatform.projects.locations.pipelineJobs.operations.delete
Path: v1/{+name}
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/pipelineJobs/{pipelineJobsId}/operations/{operationsId}
HTTP Method: DELETE
Parameters:
name
Type: string
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/operations/[^/]+$
Description: The name of the operation resource to be deleted.
Location: path
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
▼ ▲ aiplatform.projects.locations.pipelineJobs.operations.list
Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/pipelineJobs/{pipelineJobsId}/operations
Parameters:
pageToken
Location: query
Type: string
Description: The standard list page token.
name
Pattern: ^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+$
Type: string
Required: Yes
Location: path
Description: The name of the operation's parent resource.
pageSize
Description: The standard list page size.
Type: integer
Format: int32
Location: query
filter
Description: The standard list filter.
Location: query
Type: string
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
Path: v1/{+name}/operations
HTTP Method: GET
▼ ▲ aiplatform.projects.locations.pipelineJobs.operations.cancel
HTTP Method: POST
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/pipelineJobs/{pipelineJobsId}/operations/{operationsId}:cancel
Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
Path: v1/{+name}:cancel
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
name
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/operations/[^/]+$
Description: The name of the operation resource to be cancelled.
Required: Yes
Type: string
▼ ▲ aiplatform.projects.locations.pipelineJobs.operations.get
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/pipelineJobs/{pipelineJobsId}/operations/{operationsId}
Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Path: v1/{+name}
HTTP Method: GET
Parameters:
name
Required: Yes
Description: The name of the operation resource.
Pattern: ^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/operations/[^/]+$
Type: string
Location: path
Parameter Order: name
▼ ▲ aiplatform.projects.locations.pipelineJobs.create
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/pipelineJobs
HTTP Method: POST
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+parent}/pipelineJobs
Description: Creates a PipelineJob. A PipelineJob will run immediately when created.
Parameter Order: parent
Parameters:
pipelineJobId
Type: string
Location: query
Description: The ID to use for the PipelineJob, which will become the final component of the PipelineJob name. If not provided, an ID will be automatically generated. This value should be less than 128 characters, and valid characters are /a-z-/.
parent
Pattern: ^projects/[^/]+/locations/[^/]+$
Location: path
Description: Required. The resource name of the Location to create the PipelineJob in. Format: `projects/{project}/locations/{location}`
Required: Yes
Type: string
▼ ▲ aiplatform.projects.locations.pipelineJobs.delete
Parameters:
name
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+$
Location: path
Description: Required. The name of the PipelineJob resource to be deleted. Format: `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}`
Required: Yes
Path: v1/{+name}
HTTP Method: DELETE
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/pipelineJobs/{pipelineJobsId}
Description: Deletes a PipelineJob.
Parameter Order: name
▼ ▲ aiplatform.projects.locations.pipelineJobs.cancel
Description: Cancels a PipelineJob. Starts asynchronous cancellation on the PipelineJob. The server makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use PipelineService.GetPipelineJob or other methods to check whether the cancellation succeeded or whether the pipeline completed despite cancellation. On successful cancellation, the PipelineJob is not deleted; instead it becomes a pipeline with a PipelineJob.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and PipelineJob.state is set to `CANCELLED`.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/pipelineJobs/{pipelineJobsId}:cancel
Parameter Order: name
HTTP Method: POST
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
name
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+$
Description: Required. The name of the PipelineJob to cancel. Format: `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}`
Type: string
Location: path
Path: v1/{+name}:cancel
▼ ▲ aiplatform.projects.locations.pipelineJobs.get
Parameter Order: name
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: GET
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/pipelineJobs/{pipelineJobsId}
Parameters:
name
Description: Required. The name of the PipelineJob resource. Format: `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}`
Location: path
Type: string
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+$
Path: v1/{+name}
Description: Gets a PipelineJob.
▼ ▲ aiplatform.projects.locations.pipelineJobs.list
Parameters:
orderBy
Type: string
Location: query
Description: A comma-separated list of fields to order by. The default sort order is in ascending order. Use "desc" after a field name for descending. You can have multiple order_by fields provided e.g. "create_time desc, end_time", "end_time, start_time, update_time" For example, using "create_time desc, end_time" will order results by create time in descending order, and if there are multiple jobs having the same create time, order them by the end time in ascending order. if order_by is not specified, it will order by default order is create time in descending order. Supported fields: * `create_time` * `update_time` * `end_time` * `start_time`
pageSize
Location: query
Type: integer
Description: The standard list page size.
Format: int32
pageToken
Location: query
Type: string
Description: The standard list page token. Typically obtained via ListPipelineJobsResponse.next_page_token of the previous PipelineService.ListPipelineJobs call.
filter
Type: string
Location: query
Description: Lists the PipelineJobs that match the filter expression. The following fields are supported: * `pipeline_name`: Supports `=` and `!=` comparisons. * `display_name`: Supports `=`, `!=` comparisons, and `:` wildcard. * `pipeline_job_user_id`: Supports `=`, `!=` comparisons, and `:` wildcard. for example, can check if pipeline's display_name contains *step* by doing display_name:\"*step*\" * `state`: Supports `=` and `!=` comparisons. * `create_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `end_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `labels`: Supports key-value equality and key presence. * `template_uri`: Supports `=`, `!=` comparisons, and `:` wildcard. * `template_metadata.version`: Supports `=`, `!=` comparisons, and `:` wildcard. Filter expressions can be combined together using logical operators (`AND` & `OR`). For example: `pipeline_name="test" AND create_time>"2020-05-18T13:30:00Z"`. The syntax to define filter expression is based on https://google.aip.dev/160. Examples: * `create_time>"2021-05-18T00:00:00Z" OR update_time>"2020-05-18T00:00:00Z"` PipelineJobs created or updated after 2020-05-18 00:00:00 UTC. * `labels.env = "prod"` PipelineJobs with label "env" set to "prod".
parent
Description: Required. The resource name of the Location to list the PipelineJobs from. Format: `projects/{project}/locations/{location}`
Type: string
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+$
Required: Yes
readMask
Type: string
Location: query
Format: google-fieldmask
Description: Mask specifying which fields to read.
HTTP Method: GET
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/pipelineJobs
Description: Lists PipelineJobs in a Location.
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: parent
Path: v1/{+parent}/pipelineJobs
▼ ▲ aiplatform.projects.locations.models.mergeVersionAliases
Parameters:
name
Required: Yes
Description: Required. The name of the model version to merge aliases, with a version ID explicitly included. Example: `projects/{project}/locations/{location}/models/{model}@1234`
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+$
Type: string
Description: Merges a set of aliases for a Model version.
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}:mergeVersionAliases
HTTP Method: POST
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}:mergeVersionAliases
▼ ▲ aiplatform.projects.locations.models.upload
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
parent
Type: string
Description: Required. The resource name of the Location into which to upload the Model. Format: `projects/{project}/locations/{location}`
Pattern: ^projects/[^/]+/locations/[^/]+$
Location: path
Required: Yes
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models:upload
Description: Uploads a Model artifact into Vertex AI.
HTTP Method: POST
Path: v1/{+parent}/models:upload
Parameter Order: parent
▼ ▲ aiplatform.projects.locations.models.delete
HTTP Method: DELETE
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}
Parameters:
name
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+$
Required: Yes
Description: Required. The name of the Model resource to be deleted. Format: `projects/{project}/locations/{location}/models/{model}`
Location: path
Description: Deletes a Model. A model cannot be deleted if any Endpoint resource has a DeployedModel based on the model in its deployed_models field.
Parameter Order: name
▼ ▲ aiplatform.projects.locations.models.updateExplanationDataset
Parameter Order: model
Parameters:
model
Description: Required. The resource name of the Model to update. Format: `projects/{project}/locations/{location}/models/{model}`
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+$
Type: string
Required: Yes
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+model}:updateExplanationDataset
HTTP Method: POST
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}:updateExplanationDataset
Description: Incrementally update the dataset used for an examples model.
▼ ▲ aiplatform.projects.locations.models.copy
Description: Copies an already existing Vertex AI Model into the specified Location. The source Model must exist in the same Project. When copying custom Models, the users themselves are responsible for Model.metadata content to be region-agnostic, as well as making sure that any resources (e.g. files) it depends on remain accessible.
HTTP Method: POST
Parameters:
parent
Pattern: ^projects/[^/]+/locations/[^/]+$
Type: string
Description: Required. The resource name of the Location into which to copy the Model. Format: `projects/{project}/locations/{location}`
Location: path
Required: Yes
Parameter Order: parent
Path: v1/{+parent}/models:copy
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models:copy
▼ ▲ aiplatform.projects.locations.models.deleteVersion
Description: Deletes a Model version. Model version can only be deleted if there are no DeployedModels created from it. Deleting the only version in the Model is not allowed. Use DeleteModel for deleting the Model instead.
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: DELETE
Parameters:
name
Description: Required. The name of the model version to be deleted, with a version ID explicitly included. Example: `projects/{project}/locations/{location}/models/{model}@1234`
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+$
Location: path
Required: Yes
Path: v1/{+name}:deleteVersion
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}:deleteVersion
Parameter Order: name
▼ ▲ aiplatform.projects.locations.models.export
Path: v1/{+name}:export
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}:export
Parameters:
name
Location: path
Description: Required. The resource name of the Model to export. The resource name may contain version id or version alias to specify the version, if no version is specified, the default version will be exported.
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+$
Type: string
HTTP Method: POST
Description: Exports a trained, exportable Model to a location specified by the user. A Model is considered to be exportable if it has at least one supported export format.
▼ ▲ aiplatform.projects.locations.models.list
HTTP Method: GET
Parameter Order: parent
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+parent}/models
Parameters:
pageToken
Location: query
Type: string
Description: The standard list page token. Typically obtained via ListModelsResponse.next_page_token of the previous ModelService.ListModels call.
parent
Pattern: ^projects/[^/]+/locations/[^/]+$
Description: Required. The resource name of the Location to list the Models from. Format: `projects/{project}/locations/{location}`
Required: Yes
Type: string
Location: path
filter
Description: An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `model` supports = and !=. `model` represents the Model ID, i.e. the last segment of the Model's resource name. * `display_name` supports = and != * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels."a key"`. Some examples: * `model=1234` * `displayName="myDisplayName"` * `labels.myKey="myValue"`
Type: string
Location: query
orderBy
Type: string
Location: query
Description: A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `display_name` * `create_time` * `update_time` Example: `display_name, create_time desc`.
pageSize
Format: int32
Type: integer
Location: query
Description: The standard list page size.
readMask
Location: query
Type: string
Description: Mask specifying which fields to read.
Format: google-fieldmask
Description: Lists Models in a Location.
▼ ▲ aiplatform.projects.locations.models.get
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Gets a Model.
Parameters:
name
Required: Yes
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+$
Location: path
Description: Required. The name of the Model resource. Format: `projects/{project}/locations/{location}/models/{model}` In order to retrieve a specific version of the model, also provide the version ID or version alias. Example: `projects/{project}/locations/{location}/models/{model}@2` or `projects/{project}/locations/{location}/models/{model}@golden` If no version ID or alias is specified, the "default" version will be returned. The "default" version alias is created for the first version of the model, and can be moved to other versions later on. There will be exactly one default version.
Path: v1/{+name}
Parameter Order: name
HTTP Method: GET
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}
▼ ▲ aiplatform.projects.locations.models.patch
Path: v1/{+name}
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
updateMask
Description: Required. The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask.
Location: query
Format: google-fieldmask
Type: string
name
Required: Yes
Description: The resource name of the Model.
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+$
Type: string
Location: path
HTTP Method: PATCH
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}
Description: Updates a Model.
▼ ▲ aiplatform.projects.locations.models.listVersions
HTTP Method: GET
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}:listVersions
Path: v1/{+name}:listVersions
Description: Lists versions of the specified model.
Parameter Order: name
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
pageSize
Type: integer
Location: query
Description: The standard list page size.
Format: int32
readMask
Description: Mask specifying which fields to read.
Location: query
Format: google-fieldmask
Type: string
name
Required: Yes
Location: path
Description: Required. The name of the model to list versions for.
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+$
filter
Type: string
Description: An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels."a key"`. Some examples: * `labels.myKey="myValue"`
Location: query
orderBy
Location: query
Type: string
Description: A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `create_time` * `update_time` Example: `update_time asc, create_time desc`.
pageToken
Type: string
Description: The standard list page token. Typically obtained via next_page_token of the previous ListModelVersions call.
Location: query
▼ ▲ aiplatform.projects.locations.models.operations.cancel
Path: v1/{+name}:cancel
HTTP Method: POST
Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
Parameters:
name
Type: string
Description: The name of the operation resource to be cancelled.
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+/operations/[^/]+$
Location: path
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}/operations/{operationsId}:cancel
▼ ▲ aiplatform.projects.locations.models.operations.get
Parameter Order: name
Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Parameters:
name
Required: Yes
Description: The name of the operation resource.
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+/operations/[^/]+$
Type: string
Location: path
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}/operations/{operationsId}
Path: v1/{+name}
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: GET
▼ ▲ aiplatform.projects.locations.models.operations.list
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}/operations
Parameters:
pageSize
Location: query
Description: The standard list page size.
Format: int32
Type: integer
filter
Location: query
Description: The standard list filter.
Type: string
name
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+$
Required: Yes
Location: path
Type: string
Description: The name of the operation's parent resource.
pageToken
Location: query
Description: The standard list page token.
Type: string
Parameter Order: name
HTTP Method: GET
Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
Path: v1/{+name}/operations
▼ ▲ aiplatform.projects.locations.models.operations.delete
Parameter Order: name
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
name
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+/operations/[^/]+$
Description: The name of the operation resource to be deleted.
Location: path
Required: Yes
HTTP Method: DELETE
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}/operations/{operationsId}
Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
Path: v1/{+name}
▼ ▲ aiplatform.projects.locations.models.operations.wait
Description: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
Path: v1/{+name}:wait
HTTP Method: POST
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
name
Required: Yes
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+/operations/[^/]+$
Location: path
Description: The name of the operation resource to wait on.
timeout
Location: query
Format: google-duration
Description: The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
Type: string
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}/operations/{operationsId}:wait
Parameter Order: name
▼ ▲ aiplatform.projects.locations.models.evaluations.operations.list
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}/evaluations/{evaluationsId}/operations
Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
HTTP Method: GET
Parameters:
filter
Location: query
Description: The standard list filter.
Type: string
pageSize
Location: query
Description: The standard list page size.
Format: int32
Type: integer
pageToken
Location: query
Description: The standard list page token.
Type: string
name
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+$
Location: path
Description: The name of the operation's parent resource.
Required: Yes
Path: v1/{+name}/operations
▼ ▲ aiplatform.projects.locations.models.evaluations.operations.cancel
Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
Path: v1/{+name}:cancel
HTTP Method: POST
Parameters:
name
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+/operations/[^/]+$
Required: Yes
Description: The name of the operation resource to be cancelled.
Location: path
Type: string
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}/evaluations/{evaluationsId}/operations/{operationsId}:cancel
Parameter Order: name
▼ ▲ aiplatform.projects.locations.models.evaluations.operations.get
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
name
Required: Yes
Description: The name of the operation resource.
Type: string
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+/operations/[^/]+$
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}/evaluations/{evaluationsId}/operations/{operationsId}
Parameter Order: name
Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
HTTP Method: GET
Path: v1/{+name}
▼ ▲ aiplatform.projects.locations.models.evaluations.operations.delete
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
HTTP Method: DELETE
Path: v1/{+name}
Parameters:
name
Location: path
Type: string
Description: The name of the operation resource to be deleted.
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+/operations/[^/]+$
Required: Yes
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}/evaluations/{evaluationsId}/operations/{operationsId}
▼ ▲ aiplatform.projects.locations.models.evaluations.operations.wait
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
Parameters:
timeout
Location: query
Type: string
Description: The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
Format: google-duration
name
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+/operations/[^/]+$
Type: string
Required: Yes
Location: path
Description: The name of the operation resource to wait on.
HTTP Method: POST
Description: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
Path: v1/{+name}:wait
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}/evaluations/{evaluationsId}/operations/{operationsId}:wait
▼ ▲ aiplatform.projects.locations.models.evaluations.slices.list
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+parent}/slices
HTTP Method: GET
Description: Lists ModelEvaluationSlices in a ModelEvaluation.
Parameters:
filter
Type: string
Location: query
Description: The standard list filter. * `slice.dimension` - for =.
pageSize
Location: query
Description: The standard list page size.
Format: int32
Type: integer
parent
Location: path
Required: Yes
Type: string
Description: Required. The resource name of the ModelEvaluation to list the ModelEvaluationSlices from. Format: `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}`
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+$
pageToken
Location: query
Description: The standard list page token. Typically obtained via ListModelEvaluationSlicesResponse.next_page_token of the previous ModelService.ListModelEvaluationSlices call.
Type: string
readMask
Format: google-fieldmask
Location: query
Type: string
Description: Mask specifying which fields to read.
Parameter Order: parent
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}/evaluations/{evaluationsId}/slices
▼ ▲ aiplatform.projects.locations.models.evaluations.slices.batchImport
HTTP Method: POST
Description: Imports a list of externally generated EvaluatedAnnotations.
Parameter Order: parent
Parameters:
parent
Description: Required. The name of the parent ModelEvaluationSlice resource. Format: `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}/slices/{slice}`
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+/slices/[^/]+$
Type: string
Location: path
Required: Yes
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}/evaluations/{evaluationsId}/slices/{slicesId}:batchImport
Path: v1/{+parent}:batchImport
▼ ▲ aiplatform.projects.locations.models.evaluations.slices.get
Path: v1/{+name}
HTTP Method: GET
Parameters:
name
Required: Yes
Location: path
Type: string
Description: Required. The name of the ModelEvaluationSlice resource. Format: `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}/slices/{slice}`
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+/slices/[^/]+$
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}/evaluations/{evaluationsId}/slices/{slicesId}
Parameter Order: name
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Gets a ModelEvaluationSlice.
▼ ▲ aiplatform.projects.locations.models.evaluations.get
Path: v1/{+name}
HTTP Method: GET
Parameters:
name
Type: string
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+$
Description: Required. The name of the ModelEvaluation resource. Format: `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}`
Required: Yes
Parameter Order: name
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}/evaluations/{evaluationsId}
Description: Gets a ModelEvaluation.
▼ ▲ aiplatform.projects.locations.models.evaluations.list
Parameter Order: parent
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}/evaluations
HTTP Method: GET
Parameters:
pageToken
Type: string
Description: The standard list page token. Typically obtained via ListModelEvaluationsResponse.next_page_token of the previous ModelService.ListModelEvaluations call.
Location: query
pageSize
Location: query
Format: int32
Description: The standard list page size.
Type: integer
readMask
Format: google-fieldmask
Type: string
Description: Mask specifying which fields to read.
Location: query
filter
Description: The standard list filter.
Location: query
Type: string
parent
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+$
Location: path
Description: Required. The resource name of the Model to list the ModelEvaluations from. Format: `projects/{project}/locations/{location}/models/{model}`
Required: Yes
Path: v1/{+parent}/evaluations
Description: Lists ModelEvaluations in a Model.
▼ ▲ aiplatform.projects.locations.models.evaluations.import
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+parent}/evaluations:import
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/models/{modelsId}/evaluations:import
Parameters:
parent
Pattern: ^projects/[^/]+/locations/[^/]+/models/[^/]+$
Required: Yes
Location: path
Description: Required. The name of the parent model resource. Format: `projects/{project}/locations/{location}/models/{model}`
Type: string
Parameter Order: parent
Description: Imports an externally generated ModelEvaluation.
HTTP Method: POST
▼ ▲ aiplatform.projects.locations.publishers.models.predict
Parameter Order: endpoint
Path: v1/{+endpoint}:predict
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/publishers/{publishersId}/models/{modelsId}:predict
Parameters:
endpoint
Description: Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
Required: Yes
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$
Location: path
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Perform an online prediction.
HTTP Method: POST
▼ ▲ aiplatform.projects.locations.publishers.models.rawPredict
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/publishers/{publishersId}/models/{modelsId}:rawPredict
HTTP Method: POST
Parameters:
endpoint
Description: Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$
Required: Yes
Location: path
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Perform an online prediction with an arbitrary HTTP payload. The response includes the following HTTP headers: * `X-Vertex-AI-Endpoint-Id`: ID of the Endpoint that served this prediction. * `X-Vertex-AI-Deployed-Model-Id`: ID of the Endpoint's DeployedModel that served this prediction.
Path: v1/{+endpoint}:rawPredict
Parameter Order: endpoint
▼ ▲ aiplatform.projects.locations.publishers.models.serverStreamingPredict
Path: v1/{+endpoint}:serverStreamingPredict
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/publishers/{publishersId}/models/{modelsId}:serverStreamingPredict
HTTP Method: POST
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
endpoint
Type: string
Description: Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
Location: path
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$
Description: Perform a server-side streaming online prediction request for Vertex LLM streaming.
Parameter Order: endpoint
▼ ▲ aiplatform.projects.locations.operations.get
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}
Parameter Order: name
Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
HTTP Method: GET
Path: v1/{+name}
Parameters:
name
Pattern: ^projects/[^/]+/locations/[^/]+/operations/[^/]+$
Type: string
Description: The name of the operation resource.
Location: path
Required: Yes
▼ ▲ aiplatform.projects.locations.operations.delete
Path: v1/{+name}
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: DELETE
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}
Parameters:
name
Location: path
Description: The name of the operation resource to be deleted.
Pattern: ^projects/[^/]+/locations/[^/]+/operations/[^/]+$
Type: string
Required: Yes
Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
▼ ▲ aiplatform.projects.locations.operations.list
Parameters:
filter
Location: query
Type: string
Description: The standard list filter.
pageSize
Type: integer
Description: The standard list page size.
Location: query
Format: int32
name
Description: The name of the operation's parent resource.
Type: string
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+$
Location: path
pageToken
Location: query
Description: The standard list page token.
Type: string
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/operations
Parameter Order: name
HTTP Method: GET
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}/operations
Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
▼ ▲ aiplatform.projects.locations.operations.wait
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:wait
Parameter Order: name
Path: v1/{+name}:wait
Parameters:
timeout
Description: The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
Type: string
Format: google-duration
Location: query
name
Pattern: ^projects/[^/]+/locations/[^/]+/operations/[^/]+$
Location: path
Required: Yes
Description: The name of the operation resource to wait on.
Type: string
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: POST
Description: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
▼ ▲ aiplatform.projects.locations.operations.cancel
Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
name
Description: The name of the operation resource to be cancelled.
Type: string
Location: path
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/operations/[^/]+$
Path: v1/{+name}:cancel
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel
Parameter Order: name
HTTP Method: POST
▼ ▲ aiplatform.projects.locations.datasets.patch
HTTP Method: PATCH
Parameters:
updateMask
Description: Required. The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask. Updatable fields: * `display_name` * `description` * `labels`
Type: string
Format: google-fieldmask
Location: query
name
Description: Output only. The resource name of the Dataset.
Required: Yes
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+$
Location: path
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}
Path: v1/{+name}
Parameter Order: name
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Updates a Dataset.
▼ ▲ aiplatform.projects.locations.datasets.export
Parameters:
name
Location: path
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+$
Description: Required. The name of the Dataset resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}`
Type: string
Path: v1/{+name}:export
Description: Exports data from a Dataset.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}:export
HTTP Method: POST
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
▼ ▲ aiplatform.projects.locations.datasets.list
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets
HTTP Method: GET
Description: Lists Datasets in a Location.
Parameters:
filter
Type: string
Location: query
Description: An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `display_name`: supports = and != * `metadata_schema_uri`: supports = and != * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels."a key"`. Some examples: * `displayName="myDisplayName"` * `labels.myKey="myValue"`
orderBy
Type: string
Location: query
Description: A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `display_name` * `create_time` * `update_time`
readMask
Location: query
Description: Mask specifying which fields to read.
Type: string
Format: google-fieldmask
pageToken
Type: string
Description: The standard list page token.
Location: query
pageSize
Type: integer
Description: The standard list page size.
Format: int32
Location: query
parent
Description: Required. The name of the Dataset's parent resource. Format: `projects/{project}/locations/{location}`
Pattern: ^projects/[^/]+/locations/[^/]+$
Location: path
Required: Yes
Type: string
Path: v1/{+parent}/datasets
Parameter Order: parent
▼ ▲ aiplatform.projects.locations.datasets.delete
HTTP Method: DELETE
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}
Parameters:
name
Required: Yes
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+$
Description: Required. The resource name of the Dataset to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}`
Type: string
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}
Description: Deletes a Dataset.
▼ ▲ aiplatform.projects.locations.datasets.searchDataItems
HTTP Method: GET
Parameter Order: dataset
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}:searchDataItems
Description: Searches DataItems in a Dataset.
Parameters:
orderByAnnotation.savedQuery
Type: string
Description: Required. Saved query of the Annotation. Only Annotations belong to this saved query will be considered for ordering.
Location: query
dataset
Description: Required. The resource name of the Dataset from which to search DataItems. Format: `projects/{project}/locations/{location}/datasets/{dataset}`
Required: Yes
Type: string
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+$
annotationsFilter
Location: query
Type: string
Description: An expression for filtering the Annotations that will be returned per DataItem. * `annotation_spec_id` - for = or !=.
Deprecated: Yes
pageToken
Location: query
Type: string
Description: A token identifying a page of results for the server to return Typically obtained via SearchDataItemsResponse.next_page_token of the previous DatasetService.SearchDataItems call.
orderBy
Type: string
Description: A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.
Deprecated: Yes
Location: query
pageSize
Description: Requested page size. Server may return fewer results than requested. Default and maximum page size is 100.
Location: query
Format: int32
Type: integer
dataItemFilter
Type: string
Description: An expression for filtering the DataItem that will be returned. * `data_item_id` - for = or !=. * `labeled` - for = or !=. * `has_annotation(ANNOTATION_SPEC_ID)` - true only for DataItem that have at least one annotation with annotation_spec_id = `ANNOTATION_SPEC_ID` in the context of SavedQuery or DataLabelingJob. For example: * `data_item=1` * `has_annotation(5)`
Location: query
annotationFilters
Description: An expression that specifies what Annotations will be returned per DataItem. Annotations satisfied either of the conditions will be returned. * `annotation_spec_id` - for = or !=. Must specify `saved_query_id=` - saved query id that annotations should belong to.
Type: string
Repeated: Yes
Location: query
orderByAnnotation.orderBy
Type: string
Description: A comma-separated list of annotation fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Must also specify saved_query.
Location: query
dataLabelingJob
Type: string
Description: The resource name of a DataLabelingJob. Format: `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}` If this field is set, all of the search will be done in the context of this DataLabelingJob.
Location: query
savedQuery
Type: string
Deprecated: Yes
Description: The resource name of a SavedQuery(annotation set in UI). Format: `projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query}` All of the search will be done in the context of this SavedQuery.
Location: query
annotationsLimit
Type: integer
Location: query
Description: If set, only up to this many of Annotations will be returned per DataItemView. The maximum value is 1000. If not set, the maximum value will be used.
Format: int32
fieldMask
Description: Mask specifying which fields of DataItemView to read.
Type: string
Format: google-fieldmask
Location: query
orderByDataItem
Type: string
Description: A comma-separated list of data item fields to order by, sorted in ascending order. Use "desc" after a field name for descending.
Location: query
Path: v1/{+dataset}:searchDataItems
▼ ▲ aiplatform.projects.locations.datasets.create
HTTP Method: POST
Path: v1/{+parent}/datasets
Parameter Order: parent
Description: Creates a Dataset.
Parameters:
parent
Required: Yes
Type: string
Description: Required. The resource name of the Location to create the Dataset in. Format: `projects/{project}/locations/{location}`
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+$
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets
▼ ▲ aiplatform.projects.locations.datasets.import
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}:import
HTTP Method: POST
Parameters:
name
Required: Yes
Description: Required. The name of the Dataset resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}`
Location: path
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+$
Parameter Order: name
Path: v1/{+name}:import
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Imports data into a Dataset.
▼ ▲ aiplatform.projects.locations.datasets.get
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}
HTTP Method: GET
Parameters:
name
Required: Yes
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+$
Description: Required. The name of the Dataset resource.
Type: string
readMask
Type: string
Location: query
Description: Mask specifying which fields to read.
Format: google-fieldmask
Path: v1/{+name}
Description: Gets a Dataset.
Parameter Order: name
▼ ▲ aiplatform.projects.locations.datasets.operations.delete
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/operations/{operationsId}
HTTP Method: DELETE
Parameters:
name
Required: Yes
Type: string
Description: The name of the operation resource to be deleted.
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/operations/[^/]+$
Location: path
Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
Path: v1/{+name}
Parameter Order: name
▼ ▲ aiplatform.projects.locations.datasets.operations.list
Path: v1/{+name}/operations
HTTP Method: GET
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/operations
Parameter Order: name
Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
Parameters:
pageSize
Description: The standard list page size.
Type: integer
Location: query
Format: int32
filter
Description: The standard list filter.
Location: query
Type: string
name
Required: Yes
Description: The name of the operation's parent resource.
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+$
Type: string
pageToken
Type: string
Location: query
Description: The standard list page token.
▼ ▲ aiplatform.projects.locations.datasets.operations.wait
HTTP Method: POST
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
Path: v1/{+name}:wait
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/operations/{operationsId}:wait
Parameters:
timeout
Location: query
Type: string
Description: The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
Format: google-duration
name
Location: path
Type: string
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/operations/[^/]+$
Description: The name of the operation resource to wait on.
Parameter Order: name
▼ ▲ aiplatform.projects.locations.datasets.operations.cancel
Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: POST
Path: v1/{+name}:cancel
Parameters:
name
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/operations/[^/]+$
Description: The name of the operation resource to be cancelled.
Location: path
Type: string
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/operations/{operationsId}:cancel
Parameter Order: name
▼ ▲ aiplatform.projects.locations.datasets.operations.get
HTTP Method: GET
Parameters:
name
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/operations/[^/]+$
Location: path
Required: Yes
Type: string
Description: The name of the operation resource.
Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Parameter Order: name
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/operations/{operationsId}
▼ ▲ aiplatform.projects.locations.datasets.dataItems.operations.list
Parameter Order: name
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}/operations
Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/operations
HTTP Method: GET
Parameters:
name
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+$
Description: The name of the operation's parent resource.
Required: Yes
Location: path
Type: string
pageToken
Type: string
Location: query
Description: The standard list page token.
pageSize
Type: integer
Location: query
Description: The standard list page size.
Format: int32
filter
Type: string
Description: The standard list filter.
Location: query
▼ ▲ aiplatform.projects.locations.datasets.dataItems.operations.get
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/operations/{operationsId}
Path: v1/{+name}
Parameters:
name
Location: path
Type: string
Description: The name of the operation resource.
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$
Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
HTTP Method: GET
▼ ▲ aiplatform.projects.locations.datasets.dataItems.operations.delete
Path: v1/{+name}
Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/operations/{operationsId}
HTTP Method: DELETE
Parameters:
name
Type: string
Location: path
Description: The name of the operation resource to be deleted.
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$
▼ ▲ aiplatform.projects.locations.datasets.dataItems.operations.wait
HTTP Method: POST
Parameters:
name
Location: path
Required: Yes
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$
Description: The name of the operation resource to wait on.
timeout
Type: string
Description: The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
Format: google-duration
Location: query
Path: v1/{+name}:wait
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/operations/{operationsId}:wait
Description: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
Parameter Order: name
▼ ▲ aiplatform.projects.locations.datasets.dataItems.operations.cancel
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/operations/{operationsId}:cancel
HTTP Method: POST
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
Path: v1/{+name}:cancel
Parameters:
name
Type: string
Location: path
Description: The name of the operation resource to be cancelled.
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$
Required: Yes
Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
▼ ▲ aiplatform.projects.locations.datasets.dataItems.annotations.operations.list
Path: v1/{+name}/operations
HTTP Method: GET
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
Parameter Order: name
Parameters:
name
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+$
Location: path
Type: string
Required: Yes
Description: The name of the operation's parent resource.
pageSize
Type: integer
Description: The standard list page size.
Format: int32
Location: query
pageToken
Location: query
Type: string
Description: The standard list page token.
filter
Description: The standard list filter.
Type: string
Location: query
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations
▼ ▲ aiplatform.projects.locations.datasets.dataItems.annotations.operations.get
Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Path: v1/{+name}
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations/{operationsId}
HTTP Method: GET
Parameters:
name
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$
Required: Yes
Type: string
Description: The name of the operation resource.
Location: path
▼ ▲ aiplatform.projects.locations.datasets.dataItems.annotations.operations.delete
Path: v1/{+name}
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations/{operationsId}
Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
Parameter Order: name
HTTP Method: DELETE
Parameters:
name
Description: The name of the operation resource to be deleted.
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$
Required: Yes
Location: path
▼ ▲ aiplatform.projects.locations.datasets.dataItems.annotations.operations.cancel
HTTP Method: POST
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations/{operationsId}:cancel
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
name
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$
Required: Yes
Description: The name of the operation resource to be cancelled.
Type: string
Location: path
Path: v1/{+name}:cancel
Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
Parameter Order: name
▼ ▲ aiplatform.projects.locations.datasets.dataItems.annotations.operations.wait
Description: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
Path: v1/{+name}:wait
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations/{operationsId}:wait
Parameters:
timeout
Type: string
Format: google-duration
Location: query
Description: The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
name
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$
Location: path
Description: The name of the operation resource to wait on.
Type: string
Required: Yes
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: POST
▼ ▲ aiplatform.projects.locations.datasets.dataItems.annotations.list
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations
Parameters:
pageSize
Description: The standard list page size.
Type: integer
Format: int32
Location: query
parent
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+$
Type: string
Description: Required. The resource name of the DataItem to list Annotations from. Format: `projects/{project}/locations/{location}/datasets/{dataset}/dataItems/{data_item}`
Location: path
Required: Yes
readMask
Description: Mask specifying which fields to read.
Type: string
Location: query
Format: google-fieldmask
pageToken
Description: The standard list page token.
Type: string
Location: query
filter
Location: query
Description: The standard list filter.
Type: string
orderBy
Location: query
Description: A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.
Type: string
Path: v1/{+parent}/annotations
Parameter Order: parent
Description: Lists Annotations belongs to a dataitem
HTTP Method: GET
▼ ▲ aiplatform.projects.locations.datasets.dataItems.list
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: GET
Description: Lists DataItems in a Dataset.
Parameters:
orderBy
Description: A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.
Location: query
Type: string
readMask
Format: google-fieldmask
Location: query
Type: string
Description: Mask specifying which fields to read.
pageSize
Format: int32
Location: query
Description: The standard list page size.
Type: integer
pageToken
Location: query
Description: The standard list page token.
Type: string
parent
Type: string
Location: path
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+$
Description: Required. The resource name of the Dataset to list DataItems from. Format: `projects/{project}/locations/{location}/datasets/{dataset}`
filter
Location: query
Description: The standard list filter.
Type: string
Path: v1/{+parent}/dataItems
Parameter Order: parent
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems
▼ ▲ aiplatform.projects.locations.datasets.annotationSpecs.operations.delete
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations/{operationsId}
Path: v1/{+name}
HTTP Method: DELETE
Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
Parameters:
name
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$
Required: Yes
Location: path
Description: The name of the operation resource to be deleted.
Type: string
Parameter Order: name
▼ ▲ aiplatform.projects.locations.datasets.annotationSpecs.operations.list
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}/operations
Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
HTTP Method: GET
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations
Parameters:
pageSize
Type: integer
Location: query
Description: The standard list page size.
Format: int32
pageToken
Type: string
Location: query
Description: The standard list page token.
filter
Location: query
Type: string
Description: The standard list filter.
name
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+$
Type: string
Required: Yes
Location: path
Description: The name of the operation's parent resource.
Parameter Order: name
▼ ▲ aiplatform.projects.locations.datasets.annotationSpecs.operations.get
HTTP Method: GET
Parameters:
name
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$
Description: The name of the operation resource.
Required: Yes
Location: path
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations/{operationsId}
Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Parameter Order: name
Path: v1/{+name}
▼ ▲ aiplatform.projects.locations.datasets.annotationSpecs.operations.wait
Path: v1/{+name}:wait
Parameter Order: name
Description: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: POST
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations/{operationsId}:wait
Parameters:
name
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$
Description: The name of the operation resource to wait on.
Location: path
Type: string
timeout
Description: The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
Location: query
Format: google-duration
Type: string
▼ ▲ aiplatform.projects.locations.datasets.annotationSpecs.operations.cancel
HTTP Method: POST
Path: v1/{+name}:cancel
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations/{operationsId}:cancel
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
Parameters:
name
Description: The name of the operation resource to be cancelled.
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$
Required: Yes
Location: path
Type: string
Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
▼ ▲ aiplatform.projects.locations.datasets.annotationSpecs.get
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: GET
Description: Gets an AnnotationSpec.
Parameters:
name
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+$
Required: Yes
Description: Required. The name of the AnnotationSpec resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}`
Type: string
readMask
Format: google-fieldmask
Location: query
Description: Mask specifying which fields to read.
Type: string
Parameter Order: name
Path: v1/{+name}
▼ ▲ aiplatform.projects.locations.datasets.savedQueries.operations.delete
Parameter Order: name
Path: v1/{+name}
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations/{operationsId}
Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: DELETE
Parameters:
name
Required: Yes
Type: string
Description: The name of the operation resource to be deleted.
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$
▼ ▲ aiplatform.projects.locations.datasets.savedQueries.operations.get
HTTP Method: GET
Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Parameters:
name
Type: string
Location: path
Required: Yes
Description: The name of the operation resource.
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations/{operationsId}
Parameter Order: name
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}
▼ ▲ aiplatform.projects.locations.datasets.savedQueries.operations.wait
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations/{operationsId}:wait
Path: v1/{+name}:wait
Parameter Order: name
Parameters:
name
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$
Description: The name of the operation resource to wait on.
Required: Yes
Location: path
timeout
Description: The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
Location: query
Format: google-duration
Type: string
Description: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
HTTP Method: POST
▼ ▲ aiplatform.projects.locations.datasets.savedQueries.operations.cancel
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
name
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$
Type: string
Location: path
Description: The name of the operation resource to be cancelled.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations/{operationsId}:cancel
Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
Path: v1/{+name}:cancel
Parameter Order: name
HTTP Method: POST
▼ ▲ aiplatform.projects.locations.datasets.savedQueries.operations.list
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
pageToken
Type: string
Description: The standard list page token.
Location: query
filter
Type: string
Description: The standard list filter.
Location: query
pageSize
Type: integer
Location: query
Format: int32
Description: The standard list page size.
name
Description: The name of the operation's parent resource.
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+$
Location: path
Type: string
Parameter Order: name
Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
Path: v1/{+name}/operations
HTTP Method: GET
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations
▼ ▲ aiplatform.projects.locations.datasets.savedQueries.list
HTTP Method: GET
Parameters:
readMask
Type: string
Description: Mask specifying which fields to read.
Location: query
Format: google-fieldmask
orderBy
Location: query
Type: string
Description: A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.
filter
Type: string
Location: query
Description: The standard list filter.
pageSize
Format: int32
Description: The standard list page size.
Location: query
Type: integer
parent
Type: string
Description: Required. The resource name of the Dataset to list SavedQueries from. Format: `projects/{project}/locations/{location}/datasets/{dataset}`
Location: path
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+$
pageToken
Type: string
Location: query
Description: The standard list page token.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/savedQueries
Description: Lists SavedQueries in a Dataset.
Parameter Order: parent
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+parent}/savedQueries
▼ ▲ aiplatform.projects.locations.datasets.savedQueries.delete
Parameter Order: name
Parameters:
name
Type: string
Required: Yes
Description: Required. The resource name of the SavedQuery to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query}`
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+$
Location: path
Path: v1/{+name}
Description: Deletes a SavedQuery.
HTTP Method: DELETE
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/savedQueries/{savedQueriesId}
▼ ▲ aiplatform.projects.locations.deploymentResourcePools.operations.list
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}/operations
Parameters:
pageToken
Location: query
Type: string
Description: The standard list page token.
filter
Description: The standard list filter.
Type: string
Location: query
pageSize
Location: query
Description: The standard list page size.
Format: int32
Type: integer
name
Required: Yes
Location: path
Description: The name of the operation's parent resource.
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+$
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools/{deploymentResourcePoolsId}/operations
HTTP Method: GET
Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
▼ ▲ aiplatform.projects.locations.deploymentResourcePools.operations.wait
Path: v1/{+name}:wait
Parameter Order: name
Parameters:
timeout
Description: The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
Format: google-duration
Type: string
Location: query
name
Type: string
Required: Yes
Description: The name of the operation resource to wait on.
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+/operations/[^/]+$
HTTP Method: POST
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools/{deploymentResourcePoolsId}/operations/{operationsId}:wait
Description: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
▼ ▲ aiplatform.projects.locations.deploymentResourcePools.operations.get
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Parameters:
name
Description: The name of the operation resource.
Pattern: ^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+/operations/[^/]+$
Location: path
Type: string
Required: Yes
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools/{deploymentResourcePoolsId}/operations/{operationsId}
Path: v1/{+name}
Parameter Order: name
HTTP Method: GET
▼ ▲ aiplatform.projects.locations.deploymentResourcePools.operations.delete
Parameter Order: name
Parameters:
name
Description: The name of the operation resource to be deleted.
Required: Yes
Type: string
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+/operations/[^/]+$
Path: v1/{+name}
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools/{deploymentResourcePoolsId}/operations/{operationsId}
HTTP Method: DELETE
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
▼ ▲ aiplatform.projects.locations.deploymentResourcePools.operations.cancel
Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
HTTP Method: POST
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools/{deploymentResourcePoolsId}/operations/{operationsId}:cancel
Parameters:
name
Description: The name of the operation resource to be cancelled.
Location: path
Required: Yes
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+/operations/[^/]+$
Parameter Order: name
Path: v1/{+name}:cancel
▼ ▲ aiplatform.projects.locations.specialistPools.operations.wait
Parameters:
timeout
Format: google-duration
Type: string
Description: The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
Location: query
name
Description: The name of the operation resource to wait on.
Pattern: ^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+/operations/[^/]+$
Location: path
Required: Yes
Type: string
Path: v1/{+name}:wait
Description: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
HTTP Method: POST
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/specialistPools/{specialistPoolsId}/operations/{operationsId}:wait
Parameter Order: name
▼ ▲ aiplatform.projects.locations.specialistPools.operations.get
Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/specialistPools/{specialistPoolsId}/operations/{operationsId}
Parameter Order: name
HTTP Method: GET
Path: v1/{+name}
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
name
Location: path
Description: The name of the operation resource.
Required: Yes
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+/operations/[^/]+$
▼ ▲ aiplatform.projects.locations.specialistPools.operations.cancel
Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/specialistPools/{specialistPoolsId}/operations/{operationsId}:cancel
Parameters:
name
Type: string
Required: Yes
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+/operations/[^/]+$
Description: The name of the operation resource to be cancelled.
Path: v1/{+name}:cancel
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
HTTP Method: POST
▼ ▲ aiplatform.projects.locations.specialistPools.operations.list
Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
HTTP Method: GET
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/specialistPools/{specialistPoolsId}/operations
Parameter Order: name
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
pageSize
Location: query
Type: integer
Description: The standard list page size.
Format: int32
pageToken
Type: string
Description: The standard list page token.
Location: query
filter
Type: string
Location: query
Description: The standard list filter.
name
Type: string
Required: Yes
Location: path
Description: The name of the operation's parent resource.
Pattern: ^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+$
Path: v1/{+name}/operations
▼ ▲ aiplatform.projects.locations.specialistPools.operations.delete
Parameters:
name
Description: The name of the operation resource to be deleted.
Required: Yes
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+/operations/[^/]+$
Type: string
HTTP Method: DELETE
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/specialistPools/{specialistPoolsId}/operations/{operationsId}
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
Parameter Order: name
Path: v1/{+name}
▼ ▲ aiplatform.projects.locations.specialistPools.get
Description: Gets a SpecialistPool.
Path: v1/{+name}
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/specialistPools/{specialistPoolsId}
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
name
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+$
Description: Required. The name of the SpecialistPool resource. The form is `projects/{project}/locations/{location}/specialistPools/{specialist_pool}`.
Required: Yes
Type: string
HTTP Method: GET
▼ ▲ aiplatform.projects.locations.specialistPools.list
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
pageSize
Location: query
Description: The standard list page size.
Format: int32
Type: integer
readMask
Format: google-fieldmask
Description: Mask specifying which fields to read. FieldMask represents a set of
Location: query
Type: string
parent
Description: Required. The name of the SpecialistPool's parent resource. Format: `projects/{project}/locations/{location}`
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+$
Type: string
Required: Yes
pageToken
Description: The standard list page token. Typically obtained by ListSpecialistPoolsResponse.next_page_token of the previous SpecialistPoolService.ListSpecialistPools call. Return first page if empty.
Type: string
Location: query
Path: v1/{+parent}/specialistPools
HTTP Method: GET
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/specialistPools
Parameter Order: parent
Description: Lists SpecialistPools in a Location.
▼ ▲ aiplatform.projects.locations.specialistPools.patch
Parameters:
updateMask
Location: query
Description: Required. The update mask applies to the resource.
Type: string
Format: google-fieldmask
name
Pattern: ^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+$
Type: string
Required: Yes
Description: Required. The resource name of the SpecialistPool.
Location: path
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}
HTTP Method: PATCH
Description: Updates a SpecialistPool.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/specialistPools/{specialistPoolsId}
Parameter Order: name
▼ ▲ aiplatform.projects.locations.specialistPools.delete
HTTP Method: DELETE
Path: v1/{+name}
Description: Deletes a SpecialistPool as well as all Specialists in the pool.
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
force
Type: boolean
Description: If set to true, any specialist managers in this SpecialistPool will also be deleted. (Otherwise, the request will only work if the SpecialistPool has no specialist managers.)
Location: query
name
Type: string
Description: Required. The resource name of the SpecialistPool to delete. Format: `projects/{project}/locations/{location}/specialistPools/{specialist_pool}`
Required: Yes
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+$
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/specialistPools/{specialistPoolsId}
▼ ▲ aiplatform.projects.locations.specialistPools.create
Parameter Order: parent
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Creates a SpecialistPool.
Path: v1/{+parent}/specialistPools
Parameters:
parent
Type: string
Required: Yes
Description: Required. The parent Project name for the new SpecialistPool. The form is `projects/{project}/locations/{location}`.
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+$
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/specialistPools
HTTP Method: POST
▼ ▲ aiplatform.projects.locations.tensorboards.patch
HTTP Method: PATCH
Parameter Order: name
Path: v1/{+name}
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}
Description: Updates a Tensorboard.
Parameters:
updateMask
Location: query
Type: string
Format: google-fieldmask
Description: Required. Field mask is used to specify the fields to be overwritten in the Tensorboard resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten if it's in the mask. If the user does not provide a mask then all fields are overwritten if new values are specified.
name
Location: path
Description: Output only. Name of the Tensorboard. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
Type: string
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$
▼ ▲ aiplatform.projects.locations.tensorboards.get
Path: v1/{+name}
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}
Parameters:
name
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$
Description: Required. The name of the Tensorboard resource. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
Type: string
Location: path
Required: Yes
Parameter Order: name
Description: Gets a Tensorboard.
Scopes:
HTTP Method: GET
▼ ▲ aiplatform.projects.locations.tensorboards.delete
Parameters:
name
Description: Required. The name of the Tensorboard to be deleted. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$
Required: Yes
Type: string
Location: path
HTTP Method: DELETE
Path: v1/{+name}
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}
Description: Deletes a Tensorboard.
Parameter Order: name
▼ ▲ aiplatform.projects.locations.tensorboards.readSize
Parameters:
tensorboard
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$
Description: Required. The name of the Tensorboard resource. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
Location: path
Required: Yes
Type: string
Path: v1/{+tensorboard}:readSize
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: GET
Description: Returns the storage size for a given TensorBoard instance.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}:readSize
Parameter Order: tensorboard
▼ ▲ aiplatform.projects.locations.tensorboards.list
Description: Lists Tensorboards in a Location.
Path: v1/{+parent}/tensorboards
Scopes:
Parameter Order: parent
HTTP Method: GET
Parameters:
pageToken
Location: query
Description: A page token, received from a previous TensorboardService.ListTensorboards call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to TensorboardService.ListTensorboards must match the call that provided the page token.
Type: string
filter
Location: query
Description: Lists the Tensorboards that match the filter expression.
Type: string
parent
Pattern: ^projects/[^/]+/locations/[^/]+$
Location: path
Type: string
Required: Yes
Description: Required. The resource name of the Location to list Tensorboards. Format: `projects/{project}/locations/{location}`
readMask
Description: Mask specifying which fields to read.
Format: google-fieldmask
Type: string
Location: query
orderBy
Description: Field to use to sort the list.
Type: string
Location: query
pageSize
Description: The maximum number of Tensorboards to return. The service may return fewer than this value. If unspecified, at most 100 Tensorboards are returned. The maximum value is 100; values above 100 are coerced to 100.
Format: int32
Type: integer
Location: query
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards
▼ ▲ aiplatform.projects.locations.tensorboards.create
Parameter Order: parent
Parameters:
parent
Required: Yes
Type: string
Description: Required. The resource name of the Location to create the Tensorboard in. Format: `projects/{project}/locations/{location}`
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+$
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+parent}/tensorboards
Description: Creates a Tensorboard.
HTTP Method: POST
▼ ▲ aiplatform.projects.locations.tensorboards.readUsage
HTTP Method: GET
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}:readUsage
Parameters:
tensorboard
Required: Yes
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$
Description: Required. The name of the Tensorboard resource. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
Type: string
Parameter Order: tensorboard
Description: Returns a list of monthly active users for a given TensorBoard instance.
Path: v1/{+tensorboard}:readUsage
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.create
Path: v1/{+parent}/experiments
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: POST
Description: Creates a TensorboardExperiment.
Parameters:
parent
Description: Required. The resource name of the Tensorboard to create the TensorboardExperiment in. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$
Location: path
Required: Yes
tensorboardExperimentId
Type: string
Description: Required. The ID to use for the Tensorboard experiment, which becomes the final component of the Tensorboard experiment's resource name. This value should be 1-128 characters, and valid characters are /a-z-/.
Location: query
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments
Parameter Order: parent
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.patch
Parameter Order: name
Parameters:
name
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$
Type: string
Location: path
Required: Yes
Description: Output only. Name of the TensorboardExperiment. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
updateMask
Location: query
Format: google-fieldmask
Description: Required. Field mask is used to specify the fields to be overwritten in the TensorboardExperiment resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten if it's in the mask. If the user does not provide a mask then all fields are overwritten if new values are specified.
Type: string
HTTP Method: PATCH
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}
Description: Updates a TensorboardExperiment.
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.list
Path: v1/{+parent}/experiments
Parameters:
pageToken
Type: string
Location: query
Description: A page token, received from a previous TensorboardService.ListTensorboardExperiments call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to TensorboardService.ListTensorboardExperiments must match the call that provided the page token.
parent
Required: Yes
Description: Required. The resource name of the Tensorboard to list TensorboardExperiments. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$
Location: path
Type: string
orderBy
Type: string
Description: Field to use to sort the list.
Location: query
pageSize
Format: int32
Location: query
Description: The maximum number of TensorboardExperiments to return. The service may return fewer than this value. If unspecified, at most 50 TensorboardExperiments are returned. The maximum value is 1000; values above 1000 are coerced to 1000.
Type: integer
readMask
Type: string
Description: Mask specifying which fields to read.
Location: query
Format: google-fieldmask
filter
Location: query
Description: Lists the TensorboardExperiments that match the filter expression.
Type: string
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments
HTTP Method: GET
Parameter Order: parent
Description: Lists TensorboardExperiments in a Location.
Scopes:
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.get
Parameter Order: name
Description: Gets a TensorboardExperiment.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}
HTTP Method: GET
Parameters:
name
Description: Required. The name of the TensorboardExperiment resource. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$
Location: path
Required: Yes
Type: string
Path: v1/{+name}
Scopes:
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.delete
Parameters:
name
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$
Description: Required. The name of the TensorboardExperiment to be deleted. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
Location: path
Required: Yes
Path: v1/{+name}
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}
HTTP Method: DELETE
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Deletes a TensorboardExperiment.
Parameter Order: name
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.write
Parameter Order: tensorboardExperiment
Parameters:
tensorboardExperiment
Location: path
Description: Required. The resource name of the TensorboardExperiment to write data to. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$
Required: Yes
Type: string
HTTP Method: POST
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}:write
Path: v1/{+tensorboardExperiment}:write
Description: Write time series data points of multiple TensorboardTimeSeries in multiple TensorboardRun's. If any data fail to be ingested, an error is returned.
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.operations.delete
Parameter Order: name
Path: v1/{+name}
Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
name
Description: The name of the operation resource to be deleted.
Location: path
Required: Yes
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$
HTTP Method: DELETE
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/operations/{operationsId}
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.operations.get
Path: v1/{+name}
HTTP Method: GET
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
name
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$
Type: string
Description: The name of the operation resource.
Location: path
Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/operations/{operationsId}
Parameter Order: name
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.operations.list
Parameter Order: name
Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
Parameters:
name
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$
Required: Yes
Location: path
Description: The name of the operation's parent resource.
Type: string
pageSize
Location: query
Type: integer
Description: The standard list page size.
Format: int32
pageToken
Description: The standard list page token.
Type: string
Location: query
filter
Type: string
Location: query
Description: The standard list filter.
Path: v1/{+name}/operations
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: GET
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/operations
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.operations.cancel
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/operations/{operationsId}:cancel
Path: v1/{+name}:cancel
Parameter Order: name
Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
Parameters:
name
Type: string
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$
Location: path
Description: The name of the operation resource to be cancelled.
HTTP Method: POST
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.operations.wait
Description: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}:wait
Parameters:
name
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$
Description: The name of the operation resource to wait on.
Location: path
Required: Yes
Type: string
timeout
Description: The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
Type: string
Format: google-duration
Location: query
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/operations/{operationsId}:wait
Parameter Order: name
HTTP Method: POST
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.create
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries
Parameters:
parent
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$
Required: Yes
Type: string
Description: Required. The resource name of the TensorboardRun to create the TensorboardTimeSeries in. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
Location: path
tensorboardTimeSeriesId
Description: Optional. The user specified unique ID to use for the TensorboardTimeSeries, which becomes the final component of the TensorboardTimeSeries's resource name. This value should match "a-z0-9{0, 127}"
Type: string
Location: query
Parameter Order: parent
HTTP Method: POST
Description: Creates a TensorboardTimeSeries.
Path: v1/{+parent}/timeSeries
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.exportTensorboardTimeSeries
Description: Exports a TensorboardTimeSeries' data. Data is returned in paginated responses.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries/{timeSeriesId}:exportTensorboardTimeSeries
Parameter Order: tensorboardTimeSeries
HTTP Method: POST
Path: v1/{+tensorboardTimeSeries}:exportTensorboardTimeSeries
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
tensorboardTimeSeries
Description: Required. The resource name of the TensorboardTimeSeries to export data from. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$
Type: string
Location: path
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.patch
Description: Updates a TensorboardTimeSeries.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries/{timeSeriesId}
HTTP Method: PATCH
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
updateMask
Format: google-fieldmask
Location: query
Type: string
Description: Required. Field mask is used to specify the fields to be overwritten in the TensorboardTimeSeries resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten if it's in the mask. If the user does not provide a mask then all fields are overwritten if new values are specified.
name
Location: path
Description: Output only. Name of the TensorboardTimeSeries.
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$
Type: string
Path: v1/{+name}
Parameter Order: name
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.delete
Description: Deletes a TensorboardTimeSeries.
Parameters:
name
Type: string
Description: Required. The name of the TensorboardTimeSeries to be deleted. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$
Location: path
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries/{timeSeriesId}
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: DELETE
Path: v1/{+name}
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.list
Scopes:
Parameters:
readMask
Format: google-fieldmask
Description: Mask specifying which fields to read.
Type: string
Location: query
pageToken
Type: string
Description: A page token, received from a previous TensorboardService.ListTensorboardTimeSeries call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to TensorboardService.ListTensorboardTimeSeries must match the call that provided the page token.
Location: query
orderBy
Description: Field to use to sort the list.
Location: query
Type: string
pageSize
Location: query
Description: The maximum number of TensorboardTimeSeries to return. The service may return fewer than this value. If unspecified, at most 50 TensorboardTimeSeries are returned. The maximum value is 1000; values above 1000 are coerced to 1000.
Type: integer
Format: int32
filter
Type: string
Location: query
Description: Lists the TensorboardTimeSeries that match the filter expression.
parent
Required: Yes
Type: string
Description: Required. The resource name of the TensorboardRun to list TensorboardTimeSeries. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$
Location: path
Parameter Order: parent
Path: v1/{+parent}/timeSeries
Description: Lists TensorboardTimeSeries in a Location.
HTTP Method: GET
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.readBlobData
HTTP Method: GET
Path: v1/{+timeSeries}:readBlobData
Description: Gets bytes of TensorboardBlobs. This is to allow reading blob data stored in consumer project's Cloud Storage bucket without users having to obtain Cloud Storage access permission.
Parameters:
timeSeries
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$
Type: string
Description: Required. The resource name of the TensorboardTimeSeries to list Blobs. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
Required: Yes
Location: path
blobIds
Description: IDs of the blobs to read.
Repeated: Yes
Location: query
Type: string
Scopes:
Parameter Order: timeSeries
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries/{timeSeriesId}:readBlobData
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.get
Parameter Order: name
Scopes:
Description: Gets a TensorboardTimeSeries.
Parameters:
name
Required: Yes
Location: path
Description: Required. The name of the TensorboardTimeSeries resource. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$
Path: v1/{+name}
HTTP Method: GET
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries/{timeSeriesId}
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.read
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries/{timeSeriesId}:read
HTTP Method: GET
Scopes:
Description: Reads a TensorboardTimeSeries' data. By default, if the number of data points stored is less than 1000, all data is returned. Otherwise, 1000 data points is randomly selected from this time series and returned. This value can be changed by changing max_data_points, which can't be greater than 10k.
Parameters:
maxDataPoints
Type: integer
Description: The maximum number of TensorboardTimeSeries' data to return. This value should be a positive integer. This value can be set to -1 to return all data.
Location: query
Format: int32
filter
Description: Reads the TensorboardTimeSeries' data that match the filter expression.
Location: query
Type: string
tensorboardTimeSeries
Location: path
Description: Required. The resource name of the TensorboardTimeSeries to read data from. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$
Type: string
Required: Yes
Parameter Order: tensorboardTimeSeries
Path: v1/{+tensorboardTimeSeries}:read
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.batchRead
Path: v1/{+tensorboard}/experiments/{experimentsId}/runs/{runsId}/timeSeries:batchRead
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries:batchRead
Parameter Order:
HTTP Method: GET
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Reads multiple TensorboardTimeSeries' data. The data point number limit is 1000 for scalars, 100 for tensors and blob references. If the number of data points stored is less than the limit, all data is returned. Otherwise, the number limit of data points is randomly selected from this time series and returned.
Parameters:
timeSeries
Repeated: Yes
Type: string
Description: Required. The resource names of the TensorboardTimeSeries to read data from. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
Location: query
experimentsId
Location: path
Required: Yes
Type: string
tensorboard
Type: string
Required: Yes
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$
Description: Required. The resource name of the Tensorboard containing TensorboardTimeSeries to read data from. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}`. The TensorboardTimeSeries referenced by time_series must be sub resources of this Tensorboard.
runsId
Location: path
Required: Yes
Type: string
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.batchCreate
Parameters:
parent
Required: Yes
Type: string
Description: Required. The resource name of the TensorboardExperiment to create the TensorboardTimeSeries in. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` The TensorboardRuns referenced by the parent fields in the CreateTensorboardTimeSeriesRequest messages must be sub resources of this TensorboardExperiment.
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$
Location: path
runsId
Location: path
Type: string
Required: Yes
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries:batchCreate
Description: Batch create TensorboardTimeSeries that belong to a TensorboardExperiment.
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+parent}/runs/{runsId}/timeSeries:batchCreate
HTTP Method: POST
Parameter Order:
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.operations.wait
Path: v1/{+name}:wait
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
timeout
Type: string
Location: query
Format: google-duration
Description: The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
name
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$
Type: string
Location: path
Description: The name of the operation resource to wait on.
Required: Yes
Description: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries/{timeSeriesId}/operations/{operationsId}:wait
HTTP Method: POST
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.operations.get
Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Path: v1/{+name}
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
name
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$
Type: string
Description: The name of the operation resource.
Location: path
Required: Yes
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries/{timeSeriesId}/operations/{operationsId}
HTTP Method: GET
Parameter Order: name
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.operations.cancel
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries/{timeSeriesId}/operations/{operationsId}:cancel
Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
Parameters:
name
Location: path
Type: string
Description: The name of the operation resource to be cancelled.
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
Path: v1/{+name}:cancel
HTTP Method: POST
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.operations.list
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries/{timeSeriesId}/operations
Parameters:
pageToken
Location: query
Type: string
Description: The standard list page token.
pageSize
Type: integer
Description: The standard list page size.
Location: query
Format: int32
name
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$
Description: The name of the operation's parent resource.
Type: string
Required: Yes
filter
Location: query
Description: The standard list filter.
Type: string
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: GET
Parameter Order: name
Path: v1/{+name}/operations
Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.timeSeries.operations.delete
Path: v1/{+name}
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
HTTP Method: DELETE
Parameters:
name
Required: Yes
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$
Description: The name of the operation resource to be deleted.
Location: path
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries/{timeSeriesId}/operations/{operationsId}
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.operations.list
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}/operations
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/operations
Parameter Order: name
Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
HTTP Method: GET
Parameters:
name
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$
Location: path
Type: string
Required: Yes
Description: The name of the operation's parent resource.
pageSize
Description: The standard list page size.
Location: query
Type: integer
Format: int32
pageToken
Type: string
Location: query
Description: The standard list page token.
filter
Description: The standard list filter.
Type: string
Location: query
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.operations.cancel
Parameters:
name
Description: The name of the operation resource to be cancelled.
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$
Location: path
Required: Yes
HTTP Method: POST
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/operations/{operationsId}:cancel
Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
Path: v1/{+name}:cancel
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.operations.wait
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/operations/{operationsId}:wait
HTTP Method: POST
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
name
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$
Required: Yes
Description: The name of the operation resource to wait on.
Location: path
timeout
Type: string
Format: google-duration
Description: The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
Location: query
Description: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
Path: v1/{+name}:wait
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.operations.delete
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}
Parameters:
name
Location: path
Description: The name of the operation resource to be deleted.
Required: Yes
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$
HTTP Method: DELETE
Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/operations/{operationsId}
Parameter Order: name
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.operations.get
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: GET
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/operations/{operationsId}
Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Path: v1/{+name}
Parameters:
name
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$
Location: path
Required: Yes
Description: The name of the operation resource.
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.list
HTTP Method: GET
Description: Lists TensorboardRuns in a Location.
Parameters:
readMask
Type: string
Format: google-fieldmask
Description: Mask specifying which fields to read.
Location: query
pageToken
Location: query
Type: string
Description: A page token, received from a previous TensorboardService.ListTensorboardRuns call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to TensorboardService.ListTensorboardRuns must match the call that provided the page token.
parent
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$
Type: string
Required: Yes
Description: Required. The resource name of the TensorboardExperiment to list TensorboardRuns. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
orderBy
Description: Field to use to sort the list.
Type: string
Location: query
pageSize
Location: query
Type: integer
Format: int32
Description: The maximum number of TensorboardRuns to return. The service may return fewer than this value. If unspecified, at most 50 TensorboardRuns are returned. The maximum value is 1000; values above 1000 are coerced to 1000.
filter
Type: string
Location: query
Description: Lists the TensorboardRuns that match the filter expression.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs
Path: v1/{+parent}/runs
Parameter Order: parent
Scopes:
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.batchCreate
Parameters:
parent
Description: Required. The resource name of the TensorboardExperiment to create the TensorboardRuns in. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` The parent field in the CreateTensorboardRunRequest messages must match this field.
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$
Type: string
Required: Yes
Description: Batch create TensorboardRuns.
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+parent}/runs:batchCreate
HTTP Method: POST
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs:batchCreate
Parameter Order: parent
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.create
HTTP Method: POST
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Creates a TensorboardRun.
Parameter Order: parent
Path: v1/{+parent}/runs
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs
Parameters:
parent
Description: Required. The resource name of the TensorboardExperiment to create the TensorboardRun in. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$
Type: string
Required: Yes
tensorboardRunId
Description: Required. The ID to use for the Tensorboard run, which becomes the final component of the Tensorboard run's resource name. This value should be 1-128 characters, and valid characters are /a-z-/.
Type: string
Location: query
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.patch
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}
Parameter Order: name
Path: v1/{+name}
HTTP Method: PATCH
Description: Updates a TensorboardRun.
Parameters:
updateMask
Type: string
Format: google-fieldmask
Description: Required. Field mask is used to specify the fields to be overwritten in the TensorboardRun resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten if it's in the mask. If the user does not provide a mask then all fields are overwritten if new values are specified.
Location: query
name
Required: Yes
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$
Location: path
Description: Output only. Name of the TensorboardRun. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.delete
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}
Parameters:
name
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$
Type: string
Description: Required. The name of the TensorboardRun to be deleted. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
Required: Yes
Location: path
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: DELETE
Parameter Order: name
Description: Deletes a TensorboardRun.
Path: v1/{+name}
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.write
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}:write
Scopes: https://www.googleapis.com/auth/cloud-platform
HTTP Method: POST
Description: Write time series data points into multiple TensorboardTimeSeries under a TensorboardRun. If any data fail to be ingested, an error is returned.
Parameter Order: tensorboardRun
Parameters:
tensorboardRun
Type: string
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$
Location: path
Description: Required. The resource name of the TensorboardRun to write data to. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
Path: v1/{+tensorboardRun}:write
▼ ▲ aiplatform.projects.locations.tensorboards.experiments.runs.get
Path: v1/{+name}
HTTP Method: GET
Parameter Order: name
Parameters:
name
Required: Yes
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$
Type: string
Description: Required. The name of the TensorboardRun resource. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}
Description: Gets a TensorboardRun.
Scopes:
▼ ▲ aiplatform.projects.locations.tensorboards.operations.cancel
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
Path: v1/{+name}:cancel
Parameter Order: name
Parameters:
name
Required: Yes
Description: The name of the operation resource to be cancelled.
Type: string
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/operations/[^/]+$
HTTP Method: POST
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/operations/{operationsId}:cancel
▼ ▲ aiplatform.projects.locations.tensorboards.operations.delete
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
Parameters:
name
Type: string
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/operations/[^/]+$
Description: The name of the operation resource to be deleted.
Required: Yes
Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
HTTP Method: DELETE
Path: v1/{+name}
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/operations/{operationsId}
▼ ▲ aiplatform.projects.locations.tensorboards.operations.get
Parameter Order: name
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}
Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
HTTP Method: GET
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/operations/{operationsId}
Parameters:
name
Description: The name of the operation resource.
Location: path
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/operations/[^/]+$
Type: string
▼ ▲ aiplatform.projects.locations.tensorboards.operations.wait
HTTP Method: POST
Path: v1/{+name}:wait
Parameter Order: name
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
Parameters:
name
Type: string
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/operations/[^/]+$
Location: path
Description: The name of the operation resource to wait on.
timeout
Type: string
Description: The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
Location: query
Format: google-duration
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/operations/{operationsId}:wait
▼ ▲ aiplatform.projects.locations.tensorboards.operations.list
HTTP Method: GET
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/operations
Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}/operations
Parameters:
pageToken
Description: The standard list page token.
Type: string
Location: query
name
Description: The name of the operation's parent resource.
Pattern: ^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$
Location: path
Type: string
Required: Yes
filter
Type: string
Description: The standard list filter.
Location: query
pageSize
Format: int32
Description: The standard list page size.
Location: query
Type: integer
▼ ▲ aiplatform.projects.locations.indexes.delete
Parameters:
name
Pattern: ^projects/[^/]+/locations/[^/]+/indexes/[^/]+$
Type: string
Location: path
Required: Yes
Description: Required. The name of the Index resource to be deleted. Format: `projects/{project}/locations/{location}/indexes/{index}`
HTTP Method: DELETE
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/indexes/{indexesId}
Description: Deletes an Index. An Index can only be deleted when all its DeployedIndexes had been undeployed.
Path: v1/{+name}
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
▼ ▲ aiplatform.projects.locations.indexes.create
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/indexes
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
parent
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+$
Required: Yes
Type: string
Description: Required. The resource name of the Location to create the Index in. Format: `projects/{project}/locations/{location}`
Parameter Order: parent
Path: v1/{+parent}/indexes
HTTP Method: POST
Description: Creates an Index.
▼ ▲ aiplatform.projects.locations.indexes.get
Description: Gets an Index.
Path: v1/{+name}
Parameters:
name
Type: string
Description: Required. The name of the Index resource. Format: `projects/{project}/locations/{location}/indexes/{index}`
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/indexes/[^/]+$
Required: Yes
HTTP Method: GET
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/indexes/{indexesId}
▼ ▲ aiplatform.projects.locations.indexes.patch
HTTP Method: PATCH
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
updateMask
Description: The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask.
Location: query
Format: google-fieldmask
Type: string
name
Description: Output only. The resource name of the Index.
Required: Yes
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/indexes/[^/]+$
Type: string
Path: v1/{+name}
Description: Updates an Index.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/indexes/{indexesId}
Parameter Order: name
▼ ▲ aiplatform.projects.locations.indexes.removeDatapoints
HTTP Method: POST
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Remove Datapoints from an Index.
Parameter Order: index
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/indexes/{indexesId}:removeDatapoints
Parameters:
index
Pattern: ^projects/[^/]+/locations/[^/]+/indexes/[^/]+$
Location: path
Required: Yes
Description: Required. The name of the Index resource to be updated. Format: `projects/{project}/locations/{location}/indexes/{index}`
Type: string
Path: v1/{+index}:removeDatapoints
▼ ▲ aiplatform.projects.locations.indexes.list
Parameters:
parent
Description: Required. The resource name of the Location from which to list the Indexes. Format: `projects/{project}/locations/{location}`
Required: Yes
Location: path
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+$
readMask
Location: query
Type: string
Description: Mask specifying which fields to read.
Format: google-fieldmask
pageSize
Format: int32
Type: integer
Description: The standard list page size.
Location: query
filter
Location: query
Type: string
Description: The standard list filter.
pageToken
Description: The standard list page token. Typically obtained via ListIndexesResponse.next_page_token of the previous IndexService.ListIndexes call.
Location: query
Type: string
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: parent
Description: Lists Indexes in a Location.
HTTP Method: GET
Path: v1/{+parent}/indexes
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/indexes
▼ ▲ aiplatform.projects.locations.indexes.upsertDatapoints
Parameter Order: index
HTTP Method: POST
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/indexes/{indexesId}:upsertDatapoints
Path: v1/{+index}:upsertDatapoints
Parameters:
index
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/indexes/[^/]+$
Required: Yes
Description: Required. The name of the Index resource to be updated. Format: `projects/{project}/locations/{location}/indexes/{index}`
Location: path
Scopes: https://www.googleapis.com/auth/cloud-platform
Description: Add/update Datapoints into an Index.
▼ ▲ aiplatform.projects.locations.indexes.operations.list
Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
HTTP Method: GET
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}/operations
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/indexes/{indexesId}/operations
Parameters:
pageSize
Format: int32
Description: The standard list page size.
Location: query
Type: integer
filter
Type: string
Location: query
Description: The standard list filter.
pageToken
Location: query
Type: string
Description: The standard list page token.
name
Pattern: ^projects/[^/]+/locations/[^/]+/indexes/[^/]+$
Description: The name of the operation's parent resource.
Location: path
Required: Yes
Type: string
Parameter Order: name
▼ ▲ aiplatform.projects.locations.indexes.operations.get
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/indexes/{indexesId}/operations/{operationsId}
HTTP Method: GET
Parameters:
name
Location: path
Type: string
Required: Yes
Description: The name of the operation resource.
Pattern: ^projects/[^/]+/locations/[^/]+/indexes/[^/]+/operations/[^/]+$
Parameter Order: name
Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}
▼ ▲ aiplatform.projects.locations.indexes.operations.wait
Description: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
Parameters:
timeout
Format: google-duration
Type: string
Location: query
Description: The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
name
Pattern: ^projects/[^/]+/locations/[^/]+/indexes/[^/]+/operations/[^/]+$
Type: string
Required: Yes
Location: path
Description: The name of the operation resource to wait on.
HTTP Method: POST
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/indexes/{indexesId}/operations/{operationsId}:wait
Parameter Order: name
Path: v1/{+name}:wait
▼ ▲ aiplatform.projects.locations.indexes.operations.delete
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/indexes/{indexesId}/operations/{operationsId}
Parameter Order: name
Parameters:
name
Type: string
Required: Yes
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/indexes/[^/]+/operations/[^/]+$
Description: The name of the operation resource to be deleted.
Path: v1/{+name}
Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
HTTP Method: DELETE
▼ ▲ aiplatform.projects.locations.indexes.operations.cancel
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/indexes/{indexesId}/operations/{operationsId}:cancel
Parameter Order: name
Parameters:
name
Type: string
Location: path
Description: The name of the operation resource to be cancelled.
Pattern: ^projects/[^/]+/locations/[^/]+/indexes/[^/]+/operations/[^/]+$
Required: Yes
HTTP Method: POST
Path: v1/{+name}:cancel
Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
▼ ▲ aiplatform.projects.locations.trainingPipelines.operations.list
Parameters:
filter
Type: string
Description: The standard list filter.
Location: query
pageToken
Type: string
Description: The standard list page token.
Location: query
name
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+$
Type: string
Description: The name of the operation's parent resource.
Location: path
pageSize
Location: query
Type: integer
Description: The standard list page size.
Format: int32
Scopes: https://www.googleapis.com/auth/cloud-platform
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines/{trainingPipelinesId}/operations
Parameter Order: name
Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
HTTP Method: GET
Path: v1/{+name}/operations
▼ ▲ aiplatform.projects.locations.trainingPipelines.operations.cancel
HTTP Method: POST
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
name
Type: string
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+/operations/[^/]+$
Description: The name of the operation resource to be cancelled.
Required: Yes
Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
Parameter Order: name
Path: v1/{+name}:cancel
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines/{trainingPipelinesId}/operations/{operationsId}:cancel
▼ ▲ aiplatform.projects.locations.trainingPipelines.operations.get
Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Path: v1/{+name}
Parameter Order: name
Parameters:
name
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+/operations/[^/]+$
Location: path
Description: The name of the operation resource.
Required: Yes
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines/{trainingPipelinesId}/operations/{operationsId}
HTTP Method: GET
▼ ▲ aiplatform.projects.locations.trainingPipelines.operations.delete
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines/{trainingPipelinesId}/operations/{operationsId}
Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
Path: v1/{+name}
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
name
Location: path
Pattern: ^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+/operations/[^/]+$
Type: string
Description: The name of the operation resource to be deleted.
Required: Yes
HTTP Method: DELETE
Parameter Order: name
▼ ▲ aiplatform.projects.locations.trainingPipelines.operations.wait
Description: Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
Parameters:
name
Description: The name of the operation resource to wait on.
Type: string
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+/operations/[^/]+$
Location: path
timeout
Type: string
Format: google-duration
Location: query
Description: The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameter Order: name
HTTP Method: POST
Path: v1/{+name}:wait
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines/{trainingPipelinesId}/operations/{operationsId}:wait
▼ ▲ aiplatform.projects.locations.trainingPipelines.cancel
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines/{trainingPipelinesId}:cancel
Description: Cancels a TrainingPipeline. Starts asynchronous cancellation on the TrainingPipeline. The server makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use PipelineService.GetTrainingPipeline or other methods to check whether the cancellation succeeded or whether the pipeline completed despite cancellation. On successful cancellation, the TrainingPipeline is not deleted; instead it becomes a pipeline with a TrainingPipeline.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and TrainingPipeline.state is set to `CANCELLED`.
Parameter Order: name
Parameters:
name
Description: Required. The name of the TrainingPipeline to cancel. Format: `projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}`
Pattern: ^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+$
Location: path
Type: string
Required: Yes
Scopes: https://www.googleapis.com/auth/cloud-platform
Path: v1/{+name}:cancel
HTTP Method: POST
▼ ▲ aiplatform.projects.locations.trainingPipelines.create
HTTP Method: POST
Description: Creates a TrainingPipeline. A created TrainingPipeline right away will be attempted to be run.
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines
Path: v1/{+parent}/trainingPipelines
Parameter Order: parent
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
parent
Location: path
Type: string
Pattern: ^projects/[^/]+/locations/[^/]+$
Description: Required. The resource name of the Location to create the TrainingPipeline in. Format: `projects/{project}/locations/{location}`
Required: Yes
▼ ▲ aiplatform.projects.locations.trainingPipelines.get
HTTP Method: GET
Parameter Order: name
Flat Path: v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines/{trainingPipelinesId}
Description: Gets a TrainingPipeline.
Scopes: https://www.googleapis.com/auth/cloud-platform
Parameters:
name
Required: Yes
Pattern: ^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+$
Type: string
Description: Required. The name of the TrainingPipeline resource. Format: `projects/{project}/locations/{location}/trainingPipelines/{training_pi