Vertex AI API (aiplatform:v1beta1)

2025-10-28

304 new methods

Additions

    Methods
  • aiplatform.models.evaluations.operations.list

      Parameter Order : name

      Flat Path : v1beta1/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`.

      Path : v1beta1/{+name}/operations

      Parameters :

        pageToken

          Type : string

          Description : The standard list page token.

          Location : query

        returnPartialSuccess

          Location : query

          Type : boolean

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

        filter

          Type : string

          Description : The standard list filter.

          Location : query

        pageSize

          Format : int32

          Location : query

          Description : The standard list page size.

          Type : integer

        name

          Required : Yes

          Location : path

          Pattern : ^models/[^/]+/evaluations/[^/]+$

          Description : The name of the operation's parent resource.

          Type : string

      HTTP Method : GET

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.models.evaluations.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.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}

      Parameter Order : name

      Flat Path : v1beta1/models/{modelsId}/evaluations/{evaluationsId}/operations/{operationsId}

      Parameters :

        name

          Pattern : ^models/[^/]+/evaluations/[^/]+/operations/[^/]+$

          Location : path

          Description : The name of the operation resource.

          Required : Yes

          Type : string

  • aiplatform.models.evaluations.operations.delete

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Path : v1beta1/{+name}

      Flat Path : v1beta1/models/{modelsId}/evaluations/{evaluationsId}/operations/{operationsId}

      Parameters :

        name

          Required : Yes

          Pattern : ^models/[^/]+/evaluations/[^/]+/operations/[^/]+$

          Location : path

          Description : The name of the operation resource to be deleted.

          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`.

      HTTP Method : DELETE

  • aiplatform.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`.

      HTTP Method : POST

      Flat Path : v1beta1/models/{modelsId}/evaluations/{evaluationsId}/operations/{operationsId}:cancel

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Type : string

          Required : Yes

          Pattern : ^models/[^/]+/evaluations/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to be cancelled.

          Location : path

      Path : v1beta1/{+name}:cancel

  • aiplatform.models.evaluations.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

      Parameters :

        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

        name

          Location : path

          Type : string

          Description : The name of the operation resource to wait on.

          Pattern : ^models/[^/]+/evaluations/[^/]+/operations/[^/]+$

          Required : Yes

      Path : v1beta1/{+name}:wait

      HTTP Method : POST

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/models/{modelsId}/evaluations/{evaluationsId}/operations/{operationsId}:wait

  • aiplatform.models.operations.list

      Path : v1beta1/{+name}/operations

      Flat Path : v1beta1/models/{modelsId}/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

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Description : The name of the operation's parent resource.

          Pattern : ^models/[^/]+$

          Type : string

          Required : Yes

          Location : path

        filter

          Description : The standard list filter.

          Type : string

          Location : query

        pageToken

          Description : The standard list page token.

          Location : query

          Type : string

        returnPartialSuccess

          Type : boolean

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

        pageSize

          Description : The standard list page size.

          Type : integer

          Format : int32

          Location : query

  • aiplatform.models.operations.get

      Path : v1beta1/{+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.

      Parameter Order : 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 : ^models/[^/]+/operations/[^/]+$

      Flat Path : v1beta1/models/{modelsId}/operations/{operationsId}

  • aiplatform.models.operations.delete

      HTTP Method : DELETE

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+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`.

      Parameters :

        name

          Type : string

          Pattern : ^models/[^/]+/operations/[^/]+$

          Location : path

          Required : Yes

          Description : The name of the operation resource to be deleted.

      Flat Path : v1beta1/models/{modelsId}/operations/{operationsId}

      Parameter Order : name

  • aiplatform.models.operations.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

          Location : path

          Pattern : ^models/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to wait on.

          Type : string

          Required : Yes

      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.

      Path : v1beta1/{+name}:wait

      HTTP Method : POST

      Flat Path : v1beta1/models/{modelsId}/operations/{operationsId}:wait

  • aiplatform.models.operations.cancel

      HTTP Method : POST

      Flat Path : v1beta1/models/{modelsId}/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`.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Pattern : ^models/[^/]+/operations/[^/]+$

          Type : string

          Required : Yes

          Location : path

          Description : The name of the operation resource to be cancelled.

      Path : v1beta1/{+name}:cancel

      Parameter Order : name

  • aiplatform.evaluationRuns.operations.list

      Parameter Order : name

      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`.

      HTTP Method : GET

      Parameters :

        filter

          Location : query

          Type : string

          Description : The standard list filter.

        name

          Required : Yes

          Description : The name of the operation's parent resource.

          Pattern : ^evaluationRuns/[^/]+$

          Location : path

          Type : string

        pageSize

          Description : The standard list page size.

          Format : int32

          Type : integer

          Location : query

        pageToken

          Type : string

          Description : The standard list page token.

          Location : query

        returnPartialSuccess

          Type : boolean

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

      Path : v1beta1/{+name}/operations

      Flat Path : v1beta1/evaluationRuns/{evaluationRunsId}/operations

  • aiplatform.evaluationRuns.operations.get

      Path : v1beta1/{+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.

      Flat Path : v1beta1/evaluationRuns/{evaluationRunsId}/operations/{operationsId}

      HTTP Method : GET

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Parameters :

        name

          Required : Yes

          Pattern : ^evaluationRuns/[^/]+/operations/[^/]+$

          Description : The name of the operation resource.

          Location : path

          Type : string

  • aiplatform.evaluationRuns.operations.wait

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : POST

      Parameters :

        name

          Pattern : ^evaluationRuns/[^/]+/operations/[^/]+$

          Required : Yes

          Type : string

          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

      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 : v1beta1/evaluationRuns/{evaluationRunsId}/operations/{operationsId}:wait

      Path : v1beta1/{+name}:wait

  • aiplatform.evaluationRuns.operations.delete

      Flat Path : v1beta1/evaluationRuns/{evaluationRunsId}/operations/{operationsId}

      HTTP Method : DELETE

      Parameter Order : name

      Parameters :

        name

          Description : The name of the operation resource to be deleted.

          Location : path

          Pattern : ^evaluationRuns/[^/]+/operations/[^/]+$

          Required : Yes

          Type : string

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+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.evaluationTasks.operations.delete

      Flat Path : v1beta1/evaluationTasks/{evaluationTasksId}/operations/{operationsId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Path : v1beta1/{+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`.

      Parameters :

        name

          Required : Yes

          Type : string

          Description : The name of the operation resource to be deleted.

          Pattern : ^evaluationTasks/[^/]+/operations/[^/]+$

          Location : path

      HTTP Method : DELETE

  • aiplatform.evaluationTasks.operations.wait

      Flat Path : v1beta1/evaluationTasks/{evaluationTasksId}/operations/{operationsId}:wait

      HTTP Method : POST

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+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.

      Parameters :

        name

          Type : string

          Location : path

          Required : Yes

          Description : The name of the operation resource to wait on.

          Pattern : ^evaluationTasks/[^/]+/operations/[^/]+$

        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

          Type : string

          Format : google-duration

  • aiplatform.evaluationTasks.operations.get

      Scopes : https://www.googleapis.com/auth/cloud-platform

      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.

      Parameter Order : name

      Parameters :

        name

          Location : path

          Type : string

          Pattern : ^evaluationTasks/[^/]+/operations/[^/]+$

          Description : The name of the operation resource.

          Required : Yes

      Path : v1beta1/{+name}

      Flat Path : v1beta1/evaluationTasks/{evaluationTasksId}/operations/{operationsId}

  • aiplatform.evaluationTasks.operations.list

      Parameters :

        pageToken

          Type : string

          Description : The standard list page token.

          Location : query

        pageSize

          Description : The standard list page size.

          Location : query

          Format : int32

          Type : integer

        filter

          Location : query

          Description : The standard list filter.

          Type : string

        name

          Pattern : ^evaluationTasks/[^/]+$

          Description : The name of the operation's parent resource.

          Required : Yes

          Location : path

          Type : string

        returnPartialSuccess

          Type : boolean

          Location : query

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

      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

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

      Flat Path : v1beta1/evaluationTasks/{evaluationTasksId}/operations

      Path : v1beta1/{+name}/operations

  • aiplatform.modelDeploymentMonitoringJobs.operations.list

      HTTP Method : GET

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/modelDeploymentMonitoringJobs/{modelDeploymentMonitoringJobsId}/operations

      Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

      Path : v1beta1/{+name}/operations

      Parameters :

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

          Type : boolean

        pageSize

          Type : integer

          Location : query

          Description : The standard list page size.

          Format : int32

        pageToken

          Location : query

          Type : string

          Description : The standard list page token.

        filter

          Type : string

          Location : query

          Description : The standard list filter.

        name

          Required : Yes

          Description : The name of the operation's parent resource.

          Type : string

          Pattern : ^modelDeploymentMonitoringJobs/[^/]+$

          Location : path

  • aiplatform.modelDeploymentMonitoringJobs.operations.get

      Parameter Order : name

      HTTP Method : GET

      Flat Path : v1beta1/modelDeploymentMonitoringJobs/{modelDeploymentMonitoringJobsId}/operations/{operationsId}

      Parameters :

        name

          Type : string

          Pattern : ^modelDeploymentMonitoringJobs/[^/]+/operations/[^/]+$

          Location : path

          Description : The name of the operation resource.

          Required : Yes

      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 : v1beta1/{+name}

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.modelDeploymentMonitoringJobs.operations.wait

      Path : v1beta1/{+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.

          Format : google-duration

          Type : string

          Location : query

        name

          Description : The name of the operation resource to wait on.

          Type : string

          Required : Yes

          Location : path

          Pattern : ^modelDeploymentMonitoringJobs/[^/]+/operations/[^/]+$

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : POST

      Flat Path : v1beta1/modelDeploymentMonitoringJobs/{modelDeploymentMonitoringJobsId}/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.modelDeploymentMonitoringJobs.operations.delete

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/modelDeploymentMonitoringJobs/{modelDeploymentMonitoringJobsId}/operations/{operationsId}

      Parameters :

        name

          Pattern : ^modelDeploymentMonitoringJobs/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to be deleted.

          Location : path

          Type : string

          Required : Yes

      HTTP Method : DELETE

      Path : v1beta1/{+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.modelDeploymentMonitoringJobs.operations.cancel

      Parameters :

        name

          Required : Yes

          Pattern : ^modelDeploymentMonitoringJobs/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to be cancelled.

          Location : path

          Type : string

      Flat Path : v1beta1/modelDeploymentMonitoringJobs/{modelDeploymentMonitoringJobsId}/operations/{operationsId}:cancel

      Parameter Order : name

      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`.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}:cancel

  • aiplatform.endpoints.operations.delete

      Parameters :

        name

          Pattern : ^endpoints/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to be deleted.

          Required : Yes

          Location : path

          Type : string

      Parameter Order : name

      Path : v1beta1/{+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

      Flat Path : v1beta1/endpoints/{endpointsId}/operations/{operationsId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.endpoints.operations.get

      Flat Path : v1beta1/endpoints/{endpointsId}/operations/{operationsId}

      Parameters :

        name

          Required : Yes

          Pattern : ^endpoints/[^/]+/operations/[^/]+$

          Location : path

          Description : The name of the operation resource.

          Type : string

      HTTP Method : GET

      Path : v1beta1/{+name}

      Parameter Order : name

      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.

  • aiplatform.endpoints.operations.cancel

      Parameters :

        name

          Location : path

          Type : string

          Description : The name of the operation resource to be cancelled.

          Required : Yes

          Pattern : ^endpoints/[^/]+/operations/[^/]+$

      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`.

      Flat Path : v1beta1/endpoints/{endpointsId}/operations/{operationsId}:cancel

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}:cancel

      Parameter Order : name

  • aiplatform.endpoints.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

      Flat Path : v1beta1/endpoints/{endpointsId}/operations/{operationsId}:wait

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}:wait

      Parameters :

        name

          Required : Yes

          Location : path

          Type : string

          Pattern : ^endpoints/[^/]+/operations/[^/]+$

          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.

          Type : string

          Location : query

          Format : google-duration

      HTTP Method : POST

  • aiplatform.endpoints.operations.list

      HTTP Method : GET

      Path : v1beta1/{+name}/operations

      Parameters :

        pageToken

          Description : The standard list page token.

          Location : query

          Type : string

        returnPartialSuccess

          Location : query

          Type : boolean

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

        filter

          Location : query

          Type : string

          Description : The standard list filter.

        name

          Pattern : ^endpoints/[^/]+$

          Type : string

          Description : The name of the operation's parent resource.

          Location : path

          Required : Yes

        pageSize

          Type : integer

          Description : The standard list page size.

          Format : int32

          Location : query

      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

      Flat Path : v1beta1/endpoints/{endpointsId}/operations

  • aiplatform.indexes.operations.cancel

      HTTP Method : POST

      Parameters :

        name

          Location : path

          Description : The name of the operation resource to be cancelled.

          Pattern : ^indexes/[^/]+/operations/[^/]+$

          Required : Yes

          Type : string

      Flat Path : v1beta1/indexes/{indexesId}/operations/{operationsId}:cancel

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+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`.

  • aiplatform.indexes.operations.delete

      Flat Path : v1beta1/indexes/{indexesId}/operations/{operationsId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Pattern : ^indexes/[^/]+/operations/[^/]+$

          Required : Yes

          Description : The name of the operation resource to be deleted.

          Type : string

          Location : path

      Parameter Order : name

      HTTP Method : DELETE

      Path : v1beta1/{+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.indexes.operations.list

      HTTP Method : GET

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/indexes/{indexesId}/operations

      Path : v1beta1/{+name}/operations

      Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

      Parameters :

        pageToken

          Location : query

          Type : string

          Description : The standard list page token.

        name

          Required : Yes

          Type : string

          Location : path

          Pattern : ^indexes/[^/]+$

          Description : The name of the operation's parent resource.

        filter

          Description : The standard list filter.

          Location : query

          Type : string

        returnPartialSuccess

          Type : boolean

          Location : query

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

        pageSize

          Description : The standard list page size.

          Format : int32

          Type : integer

          Location : query

  • aiplatform.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.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : POST

      Parameter Order : name

      Path : v1beta1/{+name}:wait

      Flat Path : v1beta1/indexes/{indexesId}/operations/{operationsId}:wait

      Parameters :

        name

          Location : path

          Required : Yes

          Pattern : ^indexes/[^/]+/operations/[^/]+$

          Type : string

          Description : The name of the operation resource to wait on.

        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.

  • aiplatform.indexes.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.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/indexes/{indexesId}/operations/{operationsId}

      Parameters :

        name

          Pattern : ^indexes/[^/]+/operations/[^/]+$

          Description : The name of the operation resource.

          Type : string

          Required : Yes

          Location : path

      Path : v1beta1/{+name}

      HTTP Method : GET

  • aiplatform.pipelineJobs.operations.cancel

      Path : v1beta1/{+name}:cancel

      Parameters :

        name

          Type : string

          Description : The name of the operation resource to be cancelled.

          Location : path

          Pattern : ^pipelineJobs/[^/]+/operations/[^/]+$

          Required : Yes

      Flat Path : v1beta1/pipelineJobs/{pipelineJobsId}/operations/{operationsId}:cancel

      Scopes : https://www.googleapis.com/auth/cloud-platform

      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.pipelineJobs.operations.wait

      Flat Path : v1beta1/pipelineJobs/{pipelineJobsId}/operations/{operationsId}:wait

      Path : v1beta1/{+name}:wait

      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.

      Parameter Order : name

      Parameters :

        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

        name

          Type : string

          Pattern : ^pipelineJobs/[^/]+/operations/[^/]+$

          Required : Yes

          Description : The name of the operation resource to wait on.

          Location : path

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.pipelineJobs.operations.list

      Path : v1beta1/{+name}/operations

      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`.

      HTTP Method : GET

      Flat Path : v1beta1/pipelineJobs/{pipelineJobsId}/operations

      Parameters :

        pageSize

          Type : integer

          Format : int32

          Location : query

          Description : The standard list page size.

        name

          Location : path

          Type : string

          Required : Yes

          Pattern : ^pipelineJobs/[^/]+$

          Description : The name of the operation's parent resource.

        filter

          Description : The standard list filter.

          Type : string

          Location : query

        pageToken

          Location : query

          Type : string

          Description : The standard list page token.

        returnPartialSuccess

          Type : boolean

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

      Parameter Order : name

  • aiplatform.pipelineJobs.operations.get

      Path : v1beta1/{+name}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Flat Path : v1beta1/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.

      HTTP Method : GET

      Parameters :

        name

          Location : path

          Required : Yes

          Description : The name of the operation resource.

          Pattern : ^pipelineJobs/[^/]+/operations/[^/]+$

          Type : string

  • aiplatform.pipelineJobs.operations.delete

      HTTP Method : DELETE

      Flat Path : v1beta1/pipelineJobs/{pipelineJobsId}/operations/{operationsId}

      Path : v1beta1/{+name}

      Parameter Order : name

      Parameters :

        name

          Pattern : ^pipelineJobs/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to be deleted.

          Type : string

          Location : path

          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`.

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.metadataStores.operations.wait

      Path : v1beta1/{+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.

      HTTP Method : POST

      Flat Path : v1beta1/metadataStores/{metadataStoresId}/operations/{operationsId}:wait

      Parameters :

        name

          Required : Yes

          Location : path

          Pattern : ^metadataStores/[^/]+/operations/[^/]+$

          Type : string

          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.

          Location : query

          Format : google-duration

          Type : string

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.metadataStores.operations.delete

      Flat Path : v1beta1/metadataStores/{metadataStoresId}/operations/{operationsId}

      Parameters :

        name

          Required : Yes

          Description : The name of the operation resource to be deleted.

          Pattern : ^metadataStores/[^/]+/operations/[^/]+$

          Location : path

          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`.

      Path : v1beta1/{+name}

      HTTP Method : DELETE

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

  • aiplatform.metadataStores.operations.get

      Parameters :

        name

          Type : string

          Required : Yes

          Location : path

          Description : The name of the operation resource.

          Pattern : ^metadataStores/[^/]+/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.

      Flat Path : v1beta1/metadataStores/{metadataStoresId}/operations/{operationsId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Path : v1beta1/{+name}

      HTTP Method : GET

  • aiplatform.metadataStores.operations.list

      Path : v1beta1/{+name}/operations

      Parameter Order : name

      HTTP Method : GET

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/metadataStores/{metadataStoresId}/operations

      Parameters :

        pageSize

          Type : integer

          Format : int32

          Location : query

          Description : The standard list page size.

        name

          Pattern : ^metadataStores/[^/]+$

          Type : string

          Required : Yes

          Location : path

          Description : The name of the operation's parent resource.

        pageToken

          Location : query

          Description : The standard list page token.

          Type : string

        filter

          Type : string

          Location : query

          Description : The standard list filter.

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Type : boolean

          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.metadataStores.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

      Path : v1beta1/{+name}:cancel

      Flat Path : v1beta1/metadataStores/{metadataStoresId}/operations/{operationsId}:cancel

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Parameters :

        name

          Location : path

          Description : The name of the operation resource to be cancelled.

          Type : string

          Pattern : ^metadataStores/[^/]+/operations/[^/]+$

          Required : Yes

  • aiplatform.metadataStores.executions.operations.wait

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : POST

      Parameter Order : name

      Parameters :

        timeout

          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.

          Format : google-duration

        name

          Location : path

          Pattern : ^metadataStores/[^/]+/executions/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to wait on.

          Required : Yes

          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.

      Flat Path : v1beta1/metadataStores/{metadataStoresId}/executions/{executionsId}/operations/{operationsId}:wait

      Path : v1beta1/{+name}:wait

  • aiplatform.metadataStores.executions.operations.delete

      Parameters :

        name

          Description : The name of the operation resource to be deleted.

          Pattern : ^metadataStores/[^/]+/executions/[^/]+/operations/[^/]+$

          Required : Yes

          Type : string

          Location : path

      Parameter Order : 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`.

      Path : v1beta1/{+name}

      HTTP Method : DELETE

      Flat Path : v1beta1/metadataStores/{metadataStoresId}/executions/{executionsId}/operations/{operationsId}

  • aiplatform.metadataStores.executions.operations.list

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/metadataStores/{metadataStoresId}/executions/{executionsId}/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 :

        name

          Location : path

          Pattern : ^metadataStores/[^/]+/executions/[^/]+$

          Type : string

          Description : The name of the operation's parent resource.

          Required : Yes

        pageSize

          Format : int32

          Location : query

          Type : integer

          Description : The standard list page size.

        returnPartialSuccess

          Type : boolean

          Location : query

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

        pageToken

          Description : The standard list page token.

          Type : string

          Location : query

        filter

          Description : The standard list filter.

          Type : string

          Location : query

      Path : v1beta1/{+name}/operations

      Parameter Order : name

  • aiplatform.metadataStores.executions.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.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/metadataStores/{metadataStoresId}/executions/{executionsId}/operations/{operationsId}

      Parameter Order : name

      Parameters :

        name

          Description : The name of the operation resource.

          Location : path

          Pattern : ^metadataStores/[^/]+/executions/[^/]+/operations/[^/]+$

          Required : Yes

          Type : string

      Path : v1beta1/{+name}

      HTTP Method : GET

  • aiplatform.metadataStores.executions.operations.cancel

      HTTP Method : POST

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Flat Path : v1beta1/metadataStores/{metadataStoresId}/executions/{executionsId}/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 : v1beta1/{+name}:cancel

      Parameters :

        name

          Location : path

          Description : The name of the operation resource to be cancelled.

          Required : Yes

          Type : string

          Pattern : ^metadataStores/[^/]+/executions/[^/]+/operations/[^/]+$

  • aiplatform.metadataStores.artifacts.operations.wait

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : POST

      Flat Path : v1beta1/metadataStores/{metadataStoresId}/artifacts/{artifactsId}/operations/{operationsId}:wait

      Path : v1beta1/{+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.

      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.

          Type : string

          Format : google-duration

          Location : query

        name

          Required : Yes

          Pattern : ^metadataStores/[^/]+/artifacts/[^/]+/operations/[^/]+$

          Type : string

          Location : path

          Description : The name of the operation resource to wait on.

  • aiplatform.metadataStores.artifacts.operations.cancel

      Parameters :

        name

          Description : The name of the operation resource to be cancelled.

          Required : Yes

          Type : string

          Pattern : ^metadataStores/[^/]+/artifacts/[^/]+/operations/[^/]+$

          Location : path

      HTTP Method : POST

      Path : v1beta1/{+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`.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Flat Path : v1beta1/metadataStores/{metadataStoresId}/artifacts/{artifactsId}/operations/{operationsId}:cancel

  • aiplatform.metadataStores.artifacts.operations.get

      Path : v1beta1/{+name}

      Flat Path : v1beta1/metadataStores/{metadataStoresId}/artifacts/{artifactsId}/operations/{operationsId}

      Parameters :

        name

          Description : The name of the operation resource.

          Location : path

          Type : string

          Pattern : ^metadataStores/[^/]+/artifacts/[^/]+/operations/[^/]+$

          Required : Yes

      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.

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.metadataStores.artifacts.operations.list

      Path : v1beta1/{+name}/operations

      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

          Location : path

          Description : The name of the operation's parent resource.

          Type : string

          Required : Yes

          Pattern : ^metadataStores/[^/]+/artifacts/[^/]+$

        filter

          Type : string

          Location : query

          Description : The standard list filter.

        pageSize

          Location : query

          Description : The standard list page size.

          Type : integer

          Format : int32

        pageToken

          Type : string

          Location : query

          Description : The standard list page token.

        returnPartialSuccess

          Type : boolean

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

      Flat Path : v1beta1/metadataStores/{metadataStoresId}/artifacts/{artifactsId}/operations

  • aiplatform.metadataStores.artifacts.operations.delete

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/metadataStores/{metadataStoresId}/artifacts/{artifactsId}/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 : v1beta1/{+name}

      HTTP Method : DELETE

      Parameters :

        name

          Location : path

          Type : string

          Pattern : ^metadataStores/[^/]+/artifacts/[^/]+/operations/[^/]+$

          Required : Yes

          Description : The name of the operation resource to be deleted.

  • aiplatform.metadataStores.contexts.operations.delete

      Flat Path : v1beta1/metadataStores/{metadataStoresId}/contexts/{contextsId}/operations/{operationsId}

      Parameter Order : name

      HTTP Method : DELETE

      Path : v1beta1/{+name}

      Parameters :

        name

          Pattern : ^metadataStores/[^/]+/contexts/[^/]+/operations/[^/]+$

          Required : Yes

          Location : path

          Type : string

          Description : The name of the operation resource to be deleted.

      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.metadataStores.contexts.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 : v1beta1/{+name}:cancel

      Flat Path : v1beta1/metadataStores/{metadataStoresId}/contexts/{contextsId}/operations/{operationsId}:cancel

      Parameters :

        name

          Location : path

          Required : Yes

          Pattern : ^metadataStores/[^/]+/contexts/[^/]+/operations/[^/]+$

          Type : string

          Description : The name of the operation resource to be cancelled.

      HTTP Method : POST

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

  • aiplatform.metadataStores.contexts.operations.wait

      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.

      Flat Path : v1beta1/metadataStores/{metadataStoresId}/contexts/{contextsId}/operations/{operationsId}:wait

      Parameters :

        name

          Type : string

          Location : path

          Description : The name of the operation resource to wait on.

          Pattern : ^metadataStores/[^/]+/contexts/[^/]+/operations/[^/]+$

          Required : Yes

        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

      Parameter Order : name

      Path : v1beta1/{+name}:wait

      HTTP Method : POST

  • aiplatform.metadataStores.contexts.operations.get

      Parameter Order : name

      Parameters :

        name

          Description : The name of the operation resource.

          Location : path

          Pattern : ^metadataStores/[^/]+/contexts/[^/]+/operations/[^/]+$

          Type : string

          Required : Yes

      Path : v1beta1/{+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

      Flat Path : v1beta1/metadataStores/{metadataStoresId}/contexts/{contextsId}/operations/{operationsId}

  • aiplatform.metadataStores.contexts.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 : v1beta1/metadataStores/{metadataStoresId}/contexts/{contextsId}/operations

      Parameters :

        filter

          Description : The standard list filter.

          Type : string

          Location : query

        name

          Required : Yes

          Pattern : ^metadataStores/[^/]+/contexts/[^/]+$

          Type : string

          Description : The name of the operation's parent resource.

          Location : path

        pageSize

          Type : integer

          Location : query

          Format : int32

          Description : The standard list page size.

        pageToken

          Description : The standard list page token.

          Type : string

          Location : query

        returnPartialSuccess

          Type : boolean

          Location : query

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

      HTTP Method : GET

      Path : v1beta1/{+name}/operations

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.solvers.operations.get

      Parameter Order : name

      Flat Path : v1beta1/solvers/{solversId}/operations/{operationsId}

      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.

      Path : v1beta1/{+name}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Description : The name of the operation resource.

          Location : path

          Required : Yes

          Pattern : ^solvers/[^/]+/operations/[^/]+$

          Type : string

  • aiplatform.solvers.operations.list

      Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

      Path : v1beta1/{+name}/operations

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      HTTP Method : GET

      Parameters :

        pageSize

          Type : integer

          Format : int32

          Location : query

          Description : The standard list page size.

        name

          Required : Yes

          Pattern : ^solvers/[^/]+$

          Description : The name of the operation's parent resource.

          Type : string

          Location : path

        filter

          Type : string

          Location : query

          Description : The standard list filter.

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

          Type : boolean

        pageToken

          Location : query

          Description : The standard list page token.

          Type : string

      Flat Path : v1beta1/solvers/{solversId}/operations

  • aiplatform.solvers.operations.delete

      HTTP Method : DELETE

      Parameters :

        name

          Type : string

          Required : Yes

          Description : The name of the operation resource to be deleted.

          Pattern : ^solvers/[^/]+/operations/[^/]+$

          Location : path

      Flat Path : v1beta1/solvers/{solversId}/operations/{operationsId}

      Parameter Order : 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`.

      Path : v1beta1/{+name}

  • aiplatform.dataLabelingJobs.operations.cancel

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/dataLabelingJobs/{dataLabelingJobsId}/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 : v1beta1/{+name}:cancel

      HTTP Method : POST

      Parameters :

        name

          Pattern : ^dataLabelingJobs/[^/]+/operations/[^/]+$

          Location : path

          Description : The name of the operation resource to be cancelled.

          Type : string

          Required : Yes

      Parameter Order : name

  • aiplatform.dataLabelingJobs.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 : v1beta1/{+name}: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 : ^dataLabelingJobs/[^/]+/operations/[^/]+$

          Location : path

          Required : Yes

          Description : The name of the operation resource to wait on.

          Type : string

      Parameter Order : name

      HTTP Method : POST

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/dataLabelingJobs/{dataLabelingJobsId}/operations/{operationsId}:wait

  • aiplatform.dataLabelingJobs.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.

      Parameters :

        name

          Description : The name of the operation resource.

          Required : Yes

          Pattern : ^dataLabelingJobs/[^/]+/operations/[^/]+$

          Location : path

          Type : string

      Path : v1beta1/{+name}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

      Flat Path : v1beta1/dataLabelingJobs/{dataLabelingJobsId}/operations/{operationsId}

      Parameter Order : name

  • aiplatform.dataLabelingJobs.operations.list

      Parameters :

        pageSize

          Location : query

          Format : int32

          Description : The standard list page size.

          Type : integer

        name

          Type : string

          Required : Yes

          Location : path

          Pattern : ^dataLabelingJobs/[^/]+$

          Description : The name of the operation's parent resource.

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Type : boolean

          Location : query

        filter

          Type : string

          Location : query

          Description : The standard list filter.

        pageToken

          Location : query

          Description : The standard list page token.

          Type : string

      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`.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}/operations

      Flat Path : v1beta1/dataLabelingJobs/{dataLabelingJobsId}/operations

      Parameter Order : name

  • aiplatform.dataLabelingJobs.operations.delete

      Flat Path : v1beta1/dataLabelingJobs/{dataLabelingJobsId}/operations/{operationsId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      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

          Type : string

          Description : The name of the operation resource to be deleted.

          Pattern : ^dataLabelingJobs/[^/]+/operations/[^/]+$

          Required : Yes

          Location : path

      Path : v1beta1/{+name}

      Parameter Order : name

  • aiplatform.studies.operations.cancel

      Flat Path : v1beta1/studies/{studiesId}/operations/{operationsId}:cancel

      HTTP Method : POST

      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`.

      Parameters :

        name

          Location : path

          Description : The name of the operation resource to be cancelled.

          Type : string

          Required : Yes

          Pattern : ^studies/[^/]+/operations/[^/]+$

      Parameter Order : name

      Path : v1beta1/{+name}:cancel

  • aiplatform.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`.

      Flat Path : v1beta1/studies/{studiesId}/operations

      Parameter Order : name

      Path : v1beta1/{+name}/operations

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        filter

          Type : string

          Description : The standard list filter.

          Location : query

        name

          Description : The name of the operation's parent resource.

          Type : string

          Location : path

          Pattern : ^studies/[^/]+$

          Required : Yes

        pageSize

          Type : integer

          Format : int32

          Description : The standard list page size.

          Location : query

        pageToken

          Location : query

          Description : The standard list page token.

          Type : string

        returnPartialSuccess

          Location : query

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Type : boolean

      HTTP Method : GET

  • aiplatform.studies.operations.wait

      Parameters :

        name

          Required : Yes

          Pattern : ^studies/[^/]+/operations/[^/]+$

          Location : path

          Description : The name of the operation resource to wait on.

          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.

          Format : google-duration

          Type : string

          Location : query

      Path : v1beta1/{+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.

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : POST

      Flat Path : v1beta1/studies/{studiesId}/operations/{operationsId}:wait

  • aiplatform.studies.operations.delete

      Parameter Order : 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`.

      Path : v1beta1/{+name}

      HTTP Method : DELETE

      Flat Path : v1beta1/studies/{studiesId}/operations/{operationsId}

      Parameters :

        name

          Type : string

          Pattern : ^studies/[^/]+/operations/[^/]+$

          Location : path

          Description : The name of the operation resource to be deleted.

          Required : Yes

  • aiplatform.studies.operations.get

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

      Parameter Order : name

      Flat Path : v1beta1/studies/{studiesId}/operations/{operationsId}

      Parameters :

        name

          Location : path

          Type : string

          Pattern : ^studies/[^/]+/operations/[^/]+$

          Description : The name of the operation resource.

          Required : Yes

      Path : v1beta1/{+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.

  • aiplatform.studies.trials.operations.wait

      Path : v1beta1/{+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

      Parameters :

        name

          Description : The name of the operation resource to wait on.

          Location : path

          Pattern : ^studies/[^/]+/trials/[^/]+/operations/[^/]+$

          Required : Yes

          Type : string

        timeout

          Location : query

          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.

      Flat Path : v1beta1/studies/{studiesId}/trials/{trialsId}/operations/{operationsId}:wait

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.studies.trials.operations.get

      Parameters :

        name

          Required : Yes

          Location : path

          Pattern : ^studies/[^/]+/trials/[^/]+/operations/[^/]+$

          Type : string

          Description : The name of the operation resource.

      HTTP Method : 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.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}

      Flat Path : v1beta1/studies/{studiesId}/trials/{trialsId}/operations/{operationsId}

  • aiplatform.studies.trials.operations.list

      HTTP Method : GET

      Flat Path : v1beta1/studies/{studiesId}/trials/{trialsId}/operations

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}/operations

      Parameters :

        pageSize

          Location : query

          Type : integer

          Description : The standard list page size.

          Format : int32

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Type : boolean

          Location : query

        filter

          Type : string

          Location : query

          Description : The standard list filter.

        name

          Pattern : ^studies/[^/]+/trials/[^/]+$

          Location : path

          Description : The name of the operation's parent resource.

          Type : string

          Required : Yes

        pageToken

          Type : string

          Location : query

          Description : The standard list page token.

      Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

  • aiplatform.studies.trials.operations.cancel

      Flat Path : v1beta1/studies/{studiesId}/trials/{trialsId}/operations/{operationsId}:cancel

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : POST

      Parameters :

        name

          Pattern : ^studies/[^/]+/trials/[^/]+/operations/[^/]+$

          Type : string

          Description : The name of the operation resource to be cancelled.

          Location : path

          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`.

      Path : v1beta1/{+name}:cancel

  • aiplatform.studies.trials.operations.delete

      Flat Path : v1beta1/studies/{studiesId}/trials/{trialsId}/operations/{operationsId}

      Parameter Order : 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

          Type : string

          Description : The name of the operation resource to be deleted.

          Required : Yes

          Location : path

          Pattern : ^studies/[^/]+/trials/[^/]+/operations/[^/]+$

      Path : v1beta1/{+name}

  • aiplatform.notebookRuntimes.operations.get

      Parameters :

        name

          Type : string

          Description : The name of the operation resource.

          Location : path

          Pattern : ^notebookRuntimes/[^/]+/operations/[^/]+$

          Required : Yes

      Path : v1beta1/{+name}

      Flat Path : v1beta1/notebookRuntimes/{notebookRuntimesId}/operations/{operationsId}

      HTTP Method : GET

      Parameter Order : name

      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.

  • aiplatform.notebookRuntimes.operations.delete

      Path : v1beta1/{+name}

      Parameters :

        name

          Type : string

          Required : Yes

          Pattern : ^notebookRuntimes/[^/]+/operations/[^/]+$

          Location : path

          Description : The name of the operation resource to be deleted.

      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`.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Flat Path : v1beta1/notebookRuntimes/{notebookRuntimesId}/operations/{operationsId}

  • aiplatform.notebookRuntimes.operations.list

      Path : v1beta1/{+name}/operations

      Flat Path : v1beta1/notebookRuntimes/{notebookRuntimesId}/operations

      Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

      Parameters :

        name

          Type : string

          Description : The name of the operation's parent resource.

          Required : Yes

          Location : path

          Pattern : ^notebookRuntimes/[^/]+$

        pageSize

          Format : int32

          Type : integer

          Description : The standard list page size.

          Location : query

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

          Type : boolean

        filter

          Location : query

          Type : string

          Description : The standard list filter.

        pageToken

          Description : The standard list page token.

          Type : string

          Location : query

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

      Parameter Order : name

  • aiplatform.notebookRuntimes.operations.wait

      Parameter Order : name

      Parameters :

        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

        name

          Type : string

          Pattern : ^notebookRuntimes/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to wait on.

          Required : Yes

          Location : path

      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 : v1beta1/{+name}:wait

      Flat Path : v1beta1/notebookRuntimes/{notebookRuntimesId}/operations/{operationsId}:wait

      HTTP Method : POST

  • aiplatform.notebookRuntimes.operations.cancel

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Parameters :

        name

          Location : path

          Required : Yes

          Type : string

          Pattern : ^notebookRuntimes/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to be cancelled.

      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 : v1beta1/notebookRuntimes/{notebookRuntimesId}/operations/{operationsId}:cancel

      Path : v1beta1/{+name}:cancel

      HTTP Method : POST

  • aiplatform.persistentResources.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`.

      Parameters :

        name

          Location : path

          Description : The name of the operation resource to be deleted.

          Required : Yes

          Pattern : ^persistentResources/[^/]+/operations/[^/]+$

          Type : string

      HTTP Method : DELETE

      Flat Path : v1beta1/persistentResources/{persistentResourcesId}/operations/{operationsId}

      Parameter Order : name

      Path : v1beta1/{+name}

  • aiplatform.persistentResources.operations.list

      Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

      Parameters :

        filter

          Location : query

          Description : The standard list filter.

          Type : string

        name

          Type : string

          Description : The name of the operation's parent resource.

          Location : path

          Pattern : ^persistentResources/[^/]+$

          Required : Yes

        pageSize

          Format : int32

          Location : query

          Description : The standard list page size.

          Type : integer

        pageToken

          Description : The standard list page token.

          Type : string

          Location : query

        returnPartialSuccess

          Location : query

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Type : boolean

      HTTP Method : GET

      Parameter Order : name

      Flat Path : v1beta1/persistentResources/{persistentResourcesId}/operations

      Path : v1beta1/{+name}/operations

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.persistentResources.operations.get

      Parameters :

        name

          Required : Yes

          Description : The name of the operation resource.

          Pattern : ^persistentResources/[^/]+/operations/[^/]+$

          Type : string

          Location : path

      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.

      Flat Path : v1beta1/persistentResources/{persistentResourcesId}/operations/{operationsId}

      Path : v1beta1/{+name}

      Parameter Order : name

      HTTP Method : GET

  • aiplatform.persistentResources.operations.wait

      Path : v1beta1/{+name}:wait

      Flat Path : v1beta1/persistentResources/{persistentResourcesId}/operations/{operationsId}: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

          Required : Yes

          Description : The name of the operation resource to wait on.

          Type : string

          Location : path

          Pattern : ^persistentResources/[^/]+/operations/[^/]+$

        timeout

          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.

          Format : google-duration

      HTTP Method : POST

  • aiplatform.persistentResources.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`.

      Parameters :

        name

          Pattern : ^persistentResources/[^/]+/operations/[^/]+$

          Type : string

          Location : path

          Required : Yes

          Description : The name of the operation resource to be cancelled.

      Path : v1beta1/{+name}:cancel

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      HTTP Method : POST

      Flat Path : v1beta1/persistentResources/{persistentResourcesId}/operations/{operationsId}:cancel

  • aiplatform.hyperparameterTuningJobs.operations.get

      Path : v1beta1/{+name}

      Parameter Order : name

      HTTP Method : GET

      Flat Path : v1beta1/hyperparameterTuningJobs/{hyperparameterTuningJobsId}/operations/{operationsId}

      Parameters :

        name

          Pattern : ^hyperparameterTuningJobs/[^/]+/operations/[^/]+$

          Required : Yes

          Location : path

          Description : The name of the operation resource.

          Type : string

      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

  • aiplatform.hyperparameterTuningJobs.operations.list

      HTTP Method : GET

      Parameters :

        filter

          Type : string

          Location : query

          Description : The standard list filter.

        returnPartialSuccess

          Location : query

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Type : boolean

        pageToken

          Type : string

          Location : query

          Description : The standard list page token.

        name

          Type : string

          Pattern : ^hyperparameterTuningJobs/[^/]+$

          Description : The name of the operation's parent resource.

          Location : path

          Required : Yes

        pageSize

          Description : The standard list page size.

          Format : int32

          Type : integer

          Location : query

      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`.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}/operations

      Flat Path : v1beta1/hyperparameterTuningJobs/{hyperparameterTuningJobsId}/operations

  • aiplatform.hyperparameterTuningJobs.operations.delete

      Path : v1beta1/{+name}

      HTTP Method : DELETE

      Flat Path : v1beta1/hyperparameterTuningJobs/{hyperparameterTuningJobsId}/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`.

      Parameters :

        name

          Description : The name of the operation resource to be deleted.

          Location : path

          Required : Yes

          Type : string

          Pattern : ^hyperparameterTuningJobs/[^/]+/operations/[^/]+$

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

  • aiplatform.hyperparameterTuningJobs.operations.wait

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      HTTP Method : POST

      Path : v1beta1/{+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.

      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.

          Location : query

          Type : string

          Format : google-duration

        name

          Location : path

          Description : The name of the operation resource to wait on.

          Type : string

          Pattern : ^hyperparameterTuningJobs/[^/]+/operations/[^/]+$

          Required : Yes

      Flat Path : v1beta1/hyperparameterTuningJobs/{hyperparameterTuningJobsId}/operations/{operationsId}:wait

  • aiplatform.hyperparameterTuningJobs.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 : v1beta1/hyperparameterTuningJobs/{hyperparameterTuningJobsId}/operations/{operationsId}:cancel

      Path : v1beta1/{+name}:cancel

      Parameter Order : name

      Parameters :

        name

          Description : The name of the operation resource to be cancelled.

          Location : path

          Required : Yes

          Pattern : ^hyperparameterTuningJobs/[^/]+/operations/[^/]+$

          Type : string

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.schedules.operations.delete

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}

      Flat Path : v1beta1/schedules/{schedulesId}/operations/{operationsId}

      Parameters :

        name

          Description : The name of the operation resource to be deleted.

          Pattern : ^schedules/[^/]+/operations/[^/]+$

          Location : path

          Type : string

          Required : Yes

      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`.

  • aiplatform.schedules.operations.list

      Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

      Parameters :

        pageToken

          Type : string

          Location : query

          Description : The standard list page token.

        name

          Location : path

          Type : string

          Pattern : ^schedules/[^/]+$

          Description : The name of the operation's parent resource.

          Required : Yes

        filter

          Type : string

          Location : query

          Description : The standard list filter.

        pageSize

          Format : int32

          Type : integer

          Location : query

          Description : The standard list page size.

        returnPartialSuccess

          Location : query

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Type : boolean

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

      Path : v1beta1/{+name}/operations

      Flat Path : v1beta1/schedules/{schedulesId}/operations

      Parameter Order : name

  • aiplatform.schedules.operations.get

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

      Path : v1beta1/{+name}

      Flat Path : v1beta1/schedules/{schedulesId}/operations/{operationsId}

      Parameters :

        name

          Pattern : ^schedules/[^/]+/operations/[^/]+$

          Description : The name of the operation resource.

          Type : string

          Required : Yes

          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.

  • aiplatform.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.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/schedules/{schedulesId}/operations/{operationsId}:wait

      Path : v1beta1/{+name}:wait

      Parameter Order : name

      HTTP Method : POST

      Parameters :

        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

        name

          Location : path

          Required : Yes

          Pattern : ^schedules/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to wait on.

          Type : string

  • aiplatform.schedules.operations.cancel

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/schedules/{schedulesId}/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

      Path : v1beta1/{+name}:cancel

      Parameters :

        name

          Location : path

          Type : string

          Required : Yes

          Pattern : ^schedules/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to be cancelled.

      Parameter Order : name

  • aiplatform.datasets.savedQueries.operations.cancel

      Parameters :

        name

          Pattern : ^datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to be cancelled.

          Type : string

          Location : path

          Required : Yes

      Flat Path : v1beta1/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`.

      Parameter Order : name

      HTTP Method : POST

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}:cancel

  • aiplatform.datasets.savedQueries.operations.wait

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}:wait

      Parameters :

        name

          Description : The name of the operation resource to wait on.

          Required : Yes

          Pattern : ^datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$

          Location : path

          Type : string

        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.

          Location : query

          Type : string

      Parameter Order : name

      Flat Path : v1beta1/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations/{operationsId}:wait

      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.datasets.savedQueries.operations.get

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}

      HTTP Method : GET

      Parameters :

        name

          Description : The name of the operation resource.

          Type : string

          Location : path

          Required : Yes

          Pattern : ^datasets/[^/]+/savedQueries/[^/]+/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.

      Parameter Order : name

      Flat Path : v1beta1/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations/{operationsId}

  • aiplatform.datasets.savedQueries.operations.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 : v1beta1/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations/{operationsId}

      Parameter Order : name

      HTTP Method : DELETE

      Path : v1beta1/{+name}

      Parameters :

        name

          Location : path

          Type : string

          Required : Yes

          Pattern : ^datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to be deleted.

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.datasets.savedQueries.operations.list

      Parameters :

        filter

          Description : The standard list filter.

          Location : query

          Type : string

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

          Type : boolean

        pageToken

          Description : The standard list page token.

          Type : string

          Location : query

        pageSize

          Type : integer

          Description : The standard list page size.

          Location : query

          Format : int32

        name

          Pattern : ^datasets/[^/]+/savedQueries/[^/]+$

          Type : string

          Description : The name of the operation's parent resource.

          Location : path

          Required : Yes

      HTTP Method : GET

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Path : v1beta1/{+name}/operations

      Flat Path : v1beta1/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations

      Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

  • aiplatform.datasets.annotationSpecs.operations.delete

      Path : v1beta1/{+name}

      Parameters :

        name

          Description : The name of the operation resource to be deleted.

          Type : string

          Pattern : ^datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$

          Location : path

          Required : Yes

      Parameter Order : name

      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`.

      Flat Path : v1beta1/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations/{operationsId}

  • aiplatform.datasets.annotationSpecs.operations.cancel

      Parameter Order : name

      HTTP Method : POST

      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 : v1beta1/{+name}:cancel

      Flat Path : v1beta1/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations/{operationsId}:cancel

      Parameters :

        name

          Type : string

          Location : path

          Description : The name of the operation resource to be cancelled.

          Required : Yes

          Pattern : ^datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$

  • aiplatform.datasets.annotationSpecs.operations.wait

      HTTP Method : POST

      Flat Path : v1beta1/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations/{operationsId}:wait

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}:wait

      Parameters :

        name

          Type : string

          Location : path

          Description : The name of the operation resource to wait on.

          Pattern : ^datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$

          Required : Yes

        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.

      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.datasets.annotationSpecs.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.

      Parameter Order : name

      Parameters :

        name

          Required : Yes

          Pattern : ^datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$

          Description : The name of the operation resource.

          Type : string

          Location : path

      Flat Path : v1beta1/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations/{operationsId}

      HTTP Method : GET

      Path : v1beta1/{+name}

  • aiplatform.datasets.annotationSpecs.operations.list

      Parameters :

        filter

          Location : query

          Type : string

          Description : The standard list filter.

        returnPartialSuccess

          Type : boolean

          Location : query

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

        pageSize

          Location : query

          Format : int32

          Type : integer

          Description : The standard list page size.

        name

          Pattern : ^datasets/[^/]+/annotationSpecs/[^/]+$

          Required : Yes

          Location : path

          Type : string

          Description : The name of the operation's parent resource.

        pageToken

          Description : The standard list page token.

          Type : string

          Location : query

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+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`.

      Parameter Order : name

      Flat Path : v1beta1/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations

  • aiplatform.datasets.dataItems.operations.list

      HTTP Method : GET

      Parameter Order : name

      Parameters :

        pageSize

          Location : query

          Description : The standard list page size.

          Format : int32

          Type : integer

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

          Type : boolean

        name

          Location : path

          Required : Yes

          Type : string

          Pattern : ^datasets/[^/]+/dataItems/[^/]+$

          Description : The name of the operation's parent resource.

        pageToken

          Description : The standard list page token.

          Type : string

          Location : query

        filter

          Description : The standard list filter.

          Type : string

          Location : query

      Flat Path : v1beta1/datasets/{datasetsId}/dataItems/{dataItemsId}/operations

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+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.datasets.dataItems.operations.wait

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Flat Path : v1beta1/datasets/{datasetsId}/dataItems/{dataItemsId}/operations/{operationsId}:wait

      Parameters :

        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.

          Location : query

          Type : string

        name

          Location : path

          Description : The name of the operation resource to wait on.

          Type : string

          Required : Yes

          Pattern : ^datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$

      Path : v1beta1/{+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

  • aiplatform.datasets.dataItems.operations.cancel

      Parameters :

        name

          Location : path

          Description : The name of the operation resource to be cancelled.

          Pattern : ^datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$

          Type : string

          Required : Yes

      Flat Path : v1beta1/datasets/{datasetsId}/dataItems/{dataItemsId}/operations/{operationsId}: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`.

      HTTP Method : POST

      Parameter Order : name

      Path : v1beta1/{+name}:cancel

  • aiplatform.datasets.dataItems.operations.get

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

      Flat Path : v1beta1/datasets/{datasetsId}/dataItems/{dataItemsId}/operations/{operationsId}

      Parameters :

        name

          Type : string

          Pattern : ^datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$

          Location : path

          Description : The name of the operation resource.

          Required : Yes

      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 : v1beta1/{+name}

      Parameter Order : name

  • aiplatform.datasets.dataItems.operations.delete

      Parameters :

        name

          Type : string

          Pattern : ^datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$

          Required : Yes

          Location : path

          Description : The name of the operation resource to be deleted.

      Path : v1beta1/{+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`.

      Parameter Order : name

      Flat Path : v1beta1/datasets/{datasetsId}/dataItems/{dataItemsId}/operations/{operationsId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.datasets.dataItems.annotations.operations.cancel

      HTTP Method : POST

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}:cancel

      Parameters :

        name

          Description : The name of the operation resource to be cancelled.

          Type : string

          Location : path

          Pattern : ^datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$

          Required : Yes

      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`.

      Flat Path : v1beta1/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations/{operationsId}:cancel

  • aiplatform.datasets.dataItems.annotations.operations.get

      HTTP Method : 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

          Required : Yes

          Type : string

          Pattern : ^datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$

          Location : path

          Description : The name of the operation resource.

      Flat Path : v1beta1/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations/{operationsId}

      Path : v1beta1/{+name}

      Parameter Order : name

  • aiplatform.datasets.dataItems.annotations.operations.delete

      Path : v1beta1/{+name}

      Flat Path : v1beta1/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations/{operationsId}

      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

      Parameters :

        name

          Pattern : ^datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$

          Type : string

          Required : Yes

          Location : path

          Description : The name of the operation resource to be deleted.

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.datasets.dataItems.annotations.operations.list

      Path : v1beta1/{+name}/operations

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Flat Path : v1beta1/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/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

          Description : The standard list page size.

          Type : integer

          Location : query

        filter

          Type : string

          Description : The standard list filter.

          Location : query

        returnPartialSuccess

          Type : boolean

          Location : query

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

        pageToken

          Type : string

          Description : The standard list page token.

          Location : query

        name

          Required : Yes

          Pattern : ^datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+$

          Type : string

          Description : The name of the operation's parent resource.

          Location : path

  • aiplatform.datasets.dataItems.annotations.operations.wait

      Parameters :

        name

          Type : string

          Pattern : ^datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$

          Location : path

          Required : Yes

          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.

          Location : query

          Type : string

          Format : google-duration

      HTTP Method : POST

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+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.

      Flat Path : v1beta1/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations/{operationsId}:wait

  • aiplatform.datasets.operations.delete

      Path : v1beta1/{+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 : v1beta1/datasets/{datasetsId}/operations/{operationsId}

      HTTP Method : DELETE

      Parameters :

        name

          Required : Yes

          Type : string

          Location : path

          Description : The name of the operation resource to be deleted.

          Pattern : ^datasets/[^/]+/operations/[^/]+$

  • aiplatform.datasets.operations.wait

      Parameters :

        name

          Description : The name of the operation resource to wait on.

          Location : path

          Pattern : ^datasets/[^/]+/operations/[^/]+$

          Type : string

          Required : Yes

        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

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/datasets/{datasetsId}/operations/{operationsId}:wait

      Path : v1beta1/{+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.

      HTTP Method : POST

  • aiplatform.datasets.operations.cancel

      Parameters :

        name

          Required : Yes

          Type : string

          Description : The name of the operation resource to be cancelled.

          Pattern : ^datasets/[^/]+/operations/[^/]+$

          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 : v1beta1/{+name}:cancel

      HTTP Method : POST

      Flat Path : v1beta1/datasets/{datasetsId}/operations/{operationsId}:cancel

      Parameter Order : name

  • aiplatform.datasets.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 : v1beta1/datasets/{datasetsId}/operations

      Parameter Order : name

      Parameters :

        pageToken

          Type : string

          Location : query

          Description : The standard list page token.

        filter

          Type : string

          Description : The standard list filter.

          Location : query

        name

          Type : string

          Required : Yes

          Location : path

          Description : The name of the operation's parent resource.

          Pattern : ^datasets/[^/]+$

        returnPartialSuccess

          Location : query

          Type : boolean

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

        pageSize

          Description : The standard list page size.

          Location : query

          Type : integer

          Format : int32

      Path : v1beta1/{+name}/operations

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.datasets.operations.get

      HTTP Method : GET

      Parameters :

        name

          Description : The name of the operation resource.

          Type : string

          Required : Yes

          Location : path

          Pattern : ^datasets/[^/]+/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.

      Path : v1beta1/{+name}

      Flat Path : v1beta1/datasets/{datasetsId}/operations/{operationsId}

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.apps.operations.list

      Path : v1beta1/{+name}/operations

      Flat Path : v1beta1/apps/{appsId}/operations

      Scopes : https://www.googleapis.com/auth/cloud-platform

      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 :

        filter

          Location : query

          Type : string

          Description : The standard list filter.

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Type : boolean

          Location : query

        pageToken

          Location : query

          Type : string

          Description : The standard list page token.

        pageSize

          Description : The standard list page size.

          Type : integer

          Location : query

          Format : int32

        name

          Required : Yes

          Pattern : ^apps/[^/]+$

          Type : string

          Description : The name of the operation's parent resource.

          Location : path

      Parameter Order : name

  • aiplatform.apps.operations.delete

      HTTP Method : DELETE

      Path : v1beta1/{+name}

      Flat Path : v1beta1/apps/{appsId}/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`.

      Parameters :

        name

          Required : Yes

          Type : string

          Description : The name of the operation resource to be deleted.

          Location : path

          Pattern : ^apps/[^/]+/operations/[^/]+$

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.apps.operations.cancel

      Parameters :

        name

          Location : path

          Pattern : ^apps/[^/]+/operations/[^/]+$

          Type : string

          Required : Yes

          Description : The name of the operation resource to be cancelled.

      Parameter Order : name

      HTTP Method : POST

      Path : v1beta1/{+name}:cancel

      Flat Path : v1beta1/apps/{appsId}/operations/{operationsId}: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`.

  • aiplatform.apps.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.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Pattern : ^apps/[^/]+/operations/[^/]+$

          Location : path

          Type : string

          Required : Yes

          Description : The name of the operation resource.

      Parameter Order : name

      Flat Path : v1beta1/apps/{appsId}/operations/{operationsId}

      HTTP Method : GET

      Path : v1beta1/{+name}

  • aiplatform.apps.operations.wait

      Path : v1beta1/{+name}:wait

      Flat Path : v1beta1/apps/{appsId}/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.

      Parameters :

        name

          Description : The name of the operation resource to wait on.

          Pattern : ^apps/[^/]+/operations/[^/]+$

          Required : Yes

          Type : string

          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

          Type : string

          Format : google-duration

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : POST

  • aiplatform.evaluationSets.operations.wait

      HTTP Method : POST

      Flat Path : v1beta1/evaluationSets/{evaluationSetsId}/operations/{operationsId}:wait

      Parameters :

        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

        name

          Type : string

          Required : Yes

          Pattern : ^evaluationSets/[^/]+/operations/[^/]+$

          Location : path

          Description : The name of the operation resource to wait on.

      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 : v1beta1/{+name}:wait

      Parameter Order : name

  • aiplatform.evaluationSets.operations.list

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

      Parameter Order : name

      Parameters :

        name

          Required : Yes

          Type : string

          Pattern : ^evaluationSets/[^/]+$

          Description : The name of the operation's parent resource.

          Location : path

        returnPartialSuccess

          Type : boolean

          Location : query

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

        pageToken

          Type : string

          Description : The standard list page token.

          Location : query

        filter

          Description : The standard list filter.

          Location : query

          Type : string

        pageSize

          Type : integer

          Description : The standard list page size.

          Format : int32

          Location : query

      Path : v1beta1/{+name}/operations

      Flat Path : v1beta1/evaluationSets/{evaluationSetsId}/operations

      Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

  • aiplatform.evaluationSets.operations.delete

      Flat Path : v1beta1/evaluationSets/{evaluationSetsId}/operations/{operationsId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Pattern : ^evaluationSets/[^/]+/operations/[^/]+$

          Location : path

          Required : Yes

          Type : string

          Description : The name of the operation resource to be deleted.

      Parameter Order : 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`.

      Path : v1beta1/{+name}

  • aiplatform.evaluationSets.operations.get

      Parameter Order : name

      HTTP Method : GET

      Path : v1beta1/{+name}

      Flat Path : v1beta1/evaluationSets/{evaluationSetsId}/operations/{operationsId}

      Parameters :

        name

          Required : Yes

          Description : The name of the operation resource.

          Type : string

          Pattern : ^evaluationSets/[^/]+/operations/[^/]+$

          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.

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.featureOnlineStores.featureViews.operations.list

      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`.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}/operations

      Parameters :

        pageToken

          Location : query

          Description : The standard list page token.

          Type : string

        pageSize

          Type : integer

          Format : int32

          Location : query

          Description : The standard list page size.

        name

          Pattern : ^featureOnlineStores/[^/]+/featureViews/[^/]+$

          Type : string

          Description : The name of the operation's parent resource.

          Required : Yes

          Location : path

        returnPartialSuccess

          Location : query

          Type : boolean

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

        filter

          Description : The standard list filter.

          Type : string

          Location : query

      Parameter Order : name

      Flat Path : v1beta1/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}/operations

  • aiplatform.featureOnlineStores.featureViews.operations.wait

      Flat Path : v1beta1/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}/operations/{operationsId}: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.

      HTTP Method : POST

      Parameters :

        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

        name

          Pattern : ^featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$

          Type : string

          Required : Yes

          Description : The name of the operation resource to wait on.

          Location : path

      Path : v1beta1/{+name}:wait

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.featureOnlineStores.featureViews.operations.delete

      Flat Path : v1beta1/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}/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

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}

      Parameters :

        name

          Pattern : ^featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$

          Type : string

          Required : Yes

          Description : The name of the operation resource to be deleted.

          Location : path

      HTTP Method : DELETE

  • aiplatform.featureOnlineStores.featureViews.operations.get

      Parameter Order : name

      HTTP Method : 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.

      Flat Path : v1beta1/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}/operations/{operationsId}

      Path : v1beta1/{+name}

      Parameters :

        name

          Location : path

          Type : string

          Pattern : ^featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$

          Required : Yes

          Description : The name of the operation resource.

  • aiplatform.featureOnlineStores.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 : v1beta1/featureOnlineStores/{featureOnlineStoresId}/operations/{operationsId}:wait

      Parameters :

        name

          Location : path

          Required : Yes

          Description : The name of the operation resource to wait on.

          Type : string

          Pattern : ^featureOnlineStores/[^/]+/operations/[^/]+$

        timeout

          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.

          Type : string

          Format : google-duration

      HTTP Method : POST

      Path : v1beta1/{+name}:wait

  • aiplatform.featureOnlineStores.operations.get

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Required : Yes

          Pattern : ^featureOnlineStores/[^/]+/operations/[^/]+$

          Location : path

          Description : The name of the operation resource.

          Type : string

      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.

      Flat Path : v1beta1/featureOnlineStores/{featureOnlineStoresId}/operations/{operationsId}

      Path : v1beta1/{+name}

  • aiplatform.featureOnlineStores.operations.delete

      Parameters :

        name

          Required : Yes

          Description : The name of the operation resource to be deleted.

          Location : path

          Type : string

          Pattern : ^featureOnlineStores/[^/]+/operations/[^/]+$

      Path : v1beta1/{+name}

      HTTP Method : DELETE

      Parameter Order : name

      Flat Path : v1beta1/featureOnlineStores/{featureOnlineStoresId}/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

  • aiplatform.featureOnlineStores.operations.list

      Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

      Parameters :

        pageToken

          Type : string

          Location : query

          Description : The standard list page token.

        pageSize

          Format : int32

          Type : integer

          Description : The standard list page size.

          Location : query

        filter

          Description : The standard list filter.

          Type : string

          Location : query

        name

          Location : path

          Description : The name of the operation's parent resource.

          Type : string

          Pattern : ^featureOnlineStores/[^/]+$

          Required : Yes

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

          Type : boolean

      Path : v1beta1/{+name}/operations

      Flat Path : v1beta1/featureOnlineStores/{featureOnlineStoresId}/operations

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

  • aiplatform.notebookRuntimeTemplates.operations.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`.

      HTTP Method : DELETE

      Parameters :

        name

          Required : Yes

          Location : path

          Description : The name of the operation resource to be deleted.

          Type : string

          Pattern : ^notebookRuntimeTemplates/[^/]+/operations/[^/]+$

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}

      Flat Path : v1beta1/notebookRuntimeTemplates/{notebookRuntimeTemplatesId}/operations/{operationsId}

  • aiplatform.notebookRuntimeTemplates.operations.wait

      Path : v1beta1/{+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.

      Flat Path : v1beta1/notebookRuntimeTemplates/{notebookRuntimeTemplatesId}/operations/{operationsId}: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.

          Type : string

          Format : google-duration

          Location : query

        name

          Pattern : ^notebookRuntimeTemplates/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to wait on.

          Required : Yes

          Type : string

          Location : path

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : POST

  • aiplatform.notebookRuntimeTemplates.operations.get

      Flat Path : v1beta1/notebookRuntimeTemplates/{notebookRuntimeTemplatesId}/operations/{operationsId}

      HTTP Method : GET

      Path : v1beta1/{+name}

      Parameter Order : name

      Parameters :

        name

          Type : string

          Location : path

          Pattern : ^notebookRuntimeTemplates/[^/]+/operations/[^/]+$

          Required : Yes

          Description : The name of the operation resource.

      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.

  • aiplatform.notebookRuntimeTemplates.operations.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

          Required : Yes

          Pattern : ^notebookRuntimeTemplates/[^/]+/operations/[^/]+$

          Location : path

          Description : The name of the operation resource to be cancelled.

      Path : v1beta1/{+name}:cancel

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/notebookRuntimeTemplates/{notebookRuntimeTemplatesId}/operations/{operationsId}:cancel

      Parameter Order : name

  • aiplatform.notebookRuntimeTemplates.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`.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}/operations

      Flat Path : v1beta1/notebookRuntimeTemplates/{notebookRuntimeTemplatesId}/operations

      HTTP Method : GET

      Parameters :

        pageSize

          Format : int32

          Location : query

          Description : The standard list page size.

          Type : integer

        filter

          Location : query

          Type : string

          Description : The standard list filter.

        pageToken

          Location : query

          Description : The standard list page token.

          Type : string

        name

          Location : path

          Type : string

          Required : Yes

          Pattern : ^notebookRuntimeTemplates/[^/]+$

          Description : The name of the operation's parent resource.

        returnPartialSuccess

          Location : query

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Type : boolean

  • aiplatform.evaluationItems.operations.wait

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Flat Path : v1beta1/evaluationItems/{evaluationItemsId}/operations/{operationsId}:wait

      HTTP Method : POST

      Parameters :

        name

          Location : path

          Pattern : ^evaluationItems/[^/]+/operations/[^/]+$

          Type : string

          Description : The name of the operation resource to wait on.

          Required : Yes

        timeout

          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.

          Format : google-duration

      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 : v1beta1/{+name}:wait

  • aiplatform.evaluationItems.operations.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 : v1beta1/evaluationItems/{evaluationItemsId}/operations/{operationsId}

      Parameters :

        name

          Required : Yes

          Location : path

          Description : The name of the operation resource to be deleted.

          Pattern : ^evaluationItems/[^/]+/operations/[^/]+$

          Type : string

      Path : v1beta1/{+name}

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : DELETE

  • aiplatform.evaluationItems.operations.get

      HTTP Method : GET

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Path : v1beta1/{+name}

      Parameters :

        name

          Required : Yes

          Type : string

          Location : path

          Pattern : ^evaluationItems/[^/]+/operations/[^/]+$

          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.

      Flat Path : v1beta1/evaluationItems/{evaluationItemsId}/operations/{operationsId}

  • aiplatform.evaluationItems.operations.list

      Parameter Order : name

      HTTP Method : GET

      Path : v1beta1/{+name}/operations

      Flat Path : v1beta1/evaluationItems/{evaluationItemsId}/operations

      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`.

      Parameters :

        pageToken

          Type : string

          Location : query

          Description : The standard list page token.

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Type : boolean

          Location : query

        name

          Type : string

          Pattern : ^evaluationItems/[^/]+$

          Location : path

          Required : Yes

          Description : The name of the operation's parent resource.

        filter

          Description : The standard list filter.

          Type : string

          Location : query

        pageSize

          Description : The standard list page size.

          Format : int32

          Type : integer

          Location : query

  • aiplatform.extensions.operations.get

      Parameter Order : name

      Path : v1beta1/{+name}

      Flat Path : v1beta1/extensions/{extensionsId}/operations/{operationsId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

      Parameters :

        name

          Pattern : ^extensions/[^/]+/operations/[^/]+$

          Type : string

          Required : Yes

          Location : path

          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.

  • aiplatform.extensions.operations.delete

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/extensions/{extensionsId}/operations/{operationsId}

      Parameters :

        name

          Description : The name of the operation resource to be deleted.

          Type : string

          Required : Yes

          Pattern : ^extensions/[^/]+/operations/[^/]+$

          Location : path

      Parameter Order : name

      Path : v1beta1/{+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.extensions.operations.list

      Parameters :

        filter

          Type : string

          Location : query

          Description : The standard list filter.

        name

          Location : path

          Description : The name of the operation's parent resource.

          Required : Yes

          Type : string

          Pattern : ^extensions/[^/]+$

        pageToken

          Location : query

          Type : string

          Description : The standard list page token.

        pageSize

          Format : int32

          Description : The standard list page size.

          Location : query

          Type : integer

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

          Type : boolean

      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 : v1beta1/{+name}/operations

      Flat Path : v1beta1/extensions/{extensionsId}/operations

      Parameter Order : name

      HTTP Method : GET

  • aiplatform.extensions.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 : v1beta1/{+name}:wait

      Parameters :

        name

          Pattern : ^extensions/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to wait on.

          Required : Yes

          Type : string

          Location : path

        timeout

          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.

          Format : google-duration

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : POST

      Flat Path : v1beta1/extensions/{extensionsId}/operations/{operationsId}:wait

  • aiplatform.extensions.operations.cancel

      Parameters :

        name

          Type : string

          Pattern : ^extensions/[^/]+/operations/[^/]+$

          Required : Yes

          Location : path

          Description : The name of the operation resource to be cancelled.

      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`.

      Flat Path : v1beta1/extensions/{extensionsId}/operations/{operationsId}:cancel

      Parameter Order : name

      Path : v1beta1/{+name}:cancel

      HTTP Method : POST

  • aiplatform.notebookExecutionJobs.operations.get

      Flat Path : v1beta1/notebookExecutionJobs/{notebookExecutionJobsId}/operations/{operationsId}

      Parameters :

        name

          Type : string

          Required : Yes

          Description : The name of the operation resource.

          Pattern : ^notebookExecutionJobs/[^/]+/operations/[^/]+$

          Location : path

      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.

      Parameter Order : name

      Path : v1beta1/{+name}

      HTTP Method : GET

  • aiplatform.notebookExecutionJobs.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

      Parameter Order : name

      Path : v1beta1/{+name}:cancel

      HTTP Method : POST

      Parameters :

        name

          Type : string

          Pattern : ^notebookExecutionJobs/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to be cancelled.

          Required : Yes

          Location : path

      Flat Path : v1beta1/notebookExecutionJobs/{notebookExecutionJobsId}/operations/{operationsId}:cancel

  • aiplatform.notebookExecutionJobs.operations.wait

      Parameters :

        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

        name

          Type : string

          Required : Yes

          Location : path

          Description : The name of the operation resource to wait on.

          Pattern : ^notebookExecutionJobs/[^/]+/operations/[^/]+$

      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

      HTTP Method : POST

      Flat Path : v1beta1/notebookExecutionJobs/{notebookExecutionJobsId}/operations/{operationsId}:wait

      Path : v1beta1/{+name}:wait

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.notebookExecutionJobs.operations.delete

      Path : v1beta1/{+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`.

      Parameters :

        name

          Required : Yes

          Pattern : ^notebookExecutionJobs/[^/]+/operations/[^/]+$

          Type : string

          Description : The name of the operation resource to be deleted.

          Location : path

      Flat Path : v1beta1/notebookExecutionJobs/{notebookExecutionJobsId}/operations/{operationsId}

      HTTP Method : DELETE

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.notebookExecutionJobs.operations.list

      Parameter Order : name

      Flat Path : v1beta1/notebookExecutionJobs/{notebookExecutionJobsId}/operations

      Path : v1beta1/{+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

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        pageToken

          Description : The standard list page token.

          Type : string

          Location : query

        filter

          Location : query

          Type : string

          Description : The standard list filter.

        name

          Pattern : ^notebookExecutionJobs/[^/]+$

          Description : The name of the operation's parent resource.

          Type : string

          Required : Yes

          Location : path

        pageSize

          Location : query

          Type : integer

          Format : int32

          Description : The standard list page size.

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

          Type : boolean

  • aiplatform.customJobs.operations.cancel

      Scopes : https://www.googleapis.com/auth/cloud-platform

      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`.

      Flat Path : v1beta1/customJobs/{customJobsId}/operations/{operationsId}:cancel

      Parameters :

        name

          Pattern : ^customJobs/[^/]+/operations/[^/]+$

          Type : string

          Location : path

          Description : The name of the operation resource to be cancelled.

          Required : Yes

      Parameter Order : name

      Path : v1beta1/{+name}:cancel

  • aiplatform.customJobs.operations.get

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Type : string

          Location : path

          Description : The name of the operation resource.

          Required : Yes

          Pattern : ^customJobs/[^/]+/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

      Flat Path : v1beta1/customJobs/{customJobsId}/operations/{operationsId}

      Parameter Order : name

      Path : v1beta1/{+name}

  • aiplatform.customJobs.operations.delete

      Parameters :

        name

          Description : The name of the operation resource to be deleted.

          Location : path

          Pattern : ^customJobs/[^/]+/operations/[^/]+$

          Required : Yes

          Type : string

      Flat Path : v1beta1/customJobs/{customJobsId}/operations/{operationsId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Path : v1beta1/{+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`.

  • aiplatform.customJobs.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

      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

          Required : Yes

          Pattern : ^customJobs/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to wait on.

          Location : path

          Type : string

      Path : v1beta1/{+name}:wait

      Flat Path : v1beta1/customJobs/{customJobsId}/operations/{operationsId}:wait

      HTTP Method : POST

  • aiplatform.customJobs.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`.

      HTTP Method : GET

      Flat Path : v1beta1/customJobs/{customJobsId}/operations

      Parameters :

        name

          Pattern : ^customJobs/[^/]+$

          Location : path

          Type : string

          Description : The name of the operation's parent resource.

          Required : Yes

        filter

          Type : string

          Description : The standard list filter.

          Location : query

        pageSize

          Location : query

          Format : int32

          Description : The standard list page size.

          Type : integer

        returnPartialSuccess

          Type : boolean

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

        pageToken

          Type : string

          Description : The standard list page token.

          Location : query

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}/operations

  • aiplatform.reasoningEngines.sandboxEnvironments.operations.list

      Parameters :

        returnPartialSuccess

          Type : boolean

          Location : query

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

        name

          Description : The name of the operation's parent resource.

          Location : path

          Type : string

          Required : Yes

          Pattern : ^reasoningEngines/[^/]+/sandboxEnvironments/[^/]+$

        pageSize

          Format : int32

          Location : query

          Type : integer

          Description : The standard list page size.

        filter

          Location : query

          Description : The standard list filter.

          Type : string

        pageToken

          Location : query

          Description : The standard list page token.

          Type : string

      HTTP Method : GET

      Flat Path : v1beta1/reasoningEngines/{reasoningEnginesId}/sandboxEnvironments/{sandboxEnvironmentsId}/operations

      Path : v1beta1/{+name}/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`.

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.reasoningEngines.sandboxEnvironments.operations.get

      Path : v1beta1/{+name}

      Parameters :

        name

          Location : path

          Required : Yes

          Type : string

          Description : The name of the operation resource.

          Pattern : ^reasoningEngines/[^/]+/sandboxEnvironments/[^/]+/operations/[^/]+$

      Flat Path : v1beta1/reasoningEngines/{reasoningEnginesId}/sandboxEnvironments/{sandboxEnvironmentsId}/operations/{operationsId}

      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.

      Parameter Order : name

      HTTP Method : GET

  • aiplatform.reasoningEngines.sandboxEnvironments.operations.delete

      Parameters :

        name

          Required : Yes

          Type : string

          Location : path

          Description : The name of the operation resource to be deleted.

          Pattern : ^reasoningEngines/[^/]+/sandboxEnvironments/[^/]+/operations/[^/]+$

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : DELETE

      Parameter Order : name

      Path : v1beta1/{+name}

      Flat Path : v1beta1/reasoningEngines/{reasoningEnginesId}/sandboxEnvironments/{sandboxEnvironmentsId}/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`.

  • aiplatform.reasoningEngines.sandboxEnvironments.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.

      HTTP Method : POST

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        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.

          Location : query

          Type : string

        name

          Type : string

          Pattern : ^reasoningEngines/[^/]+/sandboxEnvironments/[^/]+/operations/[^/]+$

          Required : Yes

          Description : The name of the operation resource to wait on.

          Location : path

      Parameter Order : name

      Path : v1beta1/{+name}:wait

      Flat Path : v1beta1/reasoningEngines/{reasoningEnginesId}/sandboxEnvironments/{sandboxEnvironmentsId}/operations/{operationsId}:wait

  • aiplatform.reasoningEngines.sandboxEnvironments.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 : v1beta1/reasoningEngines/{reasoningEnginesId}/sandboxEnvironments/{sandboxEnvironmentsId}/operations/{operationsId}:cancel

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      HTTP Method : POST

      Path : v1beta1/{+name}:cancel

      Parameters :

        name

          Required : Yes

          Type : string

          Description : The name of the operation resource to be cancelled.

          Pattern : ^reasoningEngines/[^/]+/sandboxEnvironments/[^/]+/operations/[^/]+$

          Location : path

  • aiplatform.reasoningEngines.sessions.operations.cancel

      Path : v1beta1/{+name}:cancel

      HTTP Method : POST

      Parameters :

        name

          Type : string

          Required : Yes

          Location : path

          Description : The name of the operation resource to be cancelled.

          Pattern : ^reasoningEngines/[^/]+/sessions/[^/]+/operations/[^/]+$

      Parameter Order : name

      Flat Path : v1beta1/reasoningEngines/{reasoningEnginesId}/sessions/{sessionsId}/operations/{operationsId}: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`.

  • aiplatform.reasoningEngines.sessions.operations.list

      Path : v1beta1/{+name}/operations

      HTTP Method : GET

      Parameter Order : name

      Flat Path : v1beta1/reasoningEngines/{reasoningEnginesId}/sessions/{sessionsId}/operations

      Parameters :

        pageSize

          Description : The standard list page size.

          Location : query

          Type : integer

          Format : int32

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Type : boolean

          Location : query

        name

          Pattern : ^reasoningEngines/[^/]+/sessions/[^/]+$

          Description : The name of the operation's parent resource.

          Type : string

          Location : path

          Required : Yes

        pageToken

          Location : query

          Description : The standard list page token.

          Type : string

        filter

          Description : The standard list filter.

          Type : string

          Location : query

      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

  • aiplatform.reasoningEngines.sessions.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 : v1beta1/{+name}:wait

      HTTP Method : POST

      Flat Path : v1beta1/reasoningEngines/{reasoningEnginesId}/sessions/{sessionsId}/operations/{operationsId}:wait

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        timeout

          Format : google-duration

          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.

        name

          Required : Yes

          Location : path

          Pattern : ^reasoningEngines/[^/]+/sessions/[^/]+/operations/[^/]+$

          Type : string

          Description : The name of the operation resource to wait on.

  • aiplatform.reasoningEngines.sessions.operations.get

      Flat Path : v1beta1/reasoningEngines/{reasoningEnginesId}/sessions/{sessionsId}/operations/{operationsId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

      Parameters :

        name

          Pattern : ^reasoningEngines/[^/]+/sessions/[^/]+/operations/[^/]+$

          Description : The name of the operation resource.

          Required : Yes

          Location : path

          Type : string

      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 : v1beta1/{+name}

      Parameter Order : name

  • aiplatform.reasoningEngines.sessions.operations.delete

      Parameter Order : name

      Parameters :

        name

          Location : path

          Type : string

          Description : The name of the operation resource to be deleted.

          Pattern : ^reasoningEngines/[^/]+/sessions/[^/]+/operations/[^/]+$

          Required : Yes

      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`.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}

      Flat Path : v1beta1/reasoningEngines/{reasoningEnginesId}/sessions/{sessionsId}/operations/{operationsId}

  • aiplatform.reasoningEngines.examples.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 : v1beta1/reasoningEngines/{reasoningEnginesId}/examples/{examplesId}/operations/{operationsId}:cancel

      Path : v1beta1/{+name}:cancel

      Parameter Order : name

      HTTP Method : POST

      Parameters :

        name

          Location : path

          Description : The name of the operation resource to be cancelled.

          Pattern : ^reasoningEngines/[^/]+/examples/[^/]+/operations/[^/]+$

          Required : Yes

          Type : string

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.reasoningEngines.examples.operations.wait

      Flat Path : v1beta1/reasoningEngines/{reasoningEnginesId}/examples/{examplesId}/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.

      Path : v1beta1/{+name}:wait

      HTTP Method : POST

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Description : The name of the operation resource to wait on.

          Required : Yes

          Location : path

          Pattern : ^reasoningEngines/[^/]+/examples/[^/]+/operations/[^/]+$

          Type : string

        timeout

          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.

          Type : string

          Format : google-duration

      Parameter Order : name

  • aiplatform.reasoningEngines.examples.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.

      HTTP Method : GET

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}

      Flat Path : v1beta1/reasoningEngines/{reasoningEnginesId}/examples/{examplesId}/operations/{operationsId}

      Parameters :

        name

          Required : Yes

          Type : string

          Description : The name of the operation resource.

          Location : path

          Pattern : ^reasoningEngines/[^/]+/examples/[^/]+/operations/[^/]+$

      Parameter Order : name

  • aiplatform.reasoningEngines.examples.operations.delete

      Parameters :

        name

          Pattern : ^reasoningEngines/[^/]+/examples/[^/]+/operations/[^/]+$

          Location : path

          Type : string

          Required : Yes

          Description : The name of the operation resource to be deleted.

      Path : v1beta1/{+name}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : 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`.

      Flat Path : v1beta1/reasoningEngines/{reasoningEnginesId}/examples/{examplesId}/operations/{operationsId}

  • aiplatform.reasoningEngines.memories.operations.get

      Path : v1beta1/{+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.

      Flat Path : v1beta1/reasoningEngines/{reasoningEnginesId}/memories/{memoriesId}/operations/{operationsId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

      Parameter Order : name

      Parameters :

        name

          Pattern : ^reasoningEngines/[^/]+/memories/[^/]+/operations/[^/]+$

          Location : path

          Type : string

          Required : Yes

          Description : The name of the operation resource.

  • aiplatform.reasoningEngines.memories.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.

      HTTP Method : POST

      Parameters :

        name

          Description : The name of the operation resource to wait on.

          Type : string

          Pattern : ^reasoningEngines/[^/]+/memories/[^/]+/operations/[^/]+$

          Location : path

          Required : Yes

        timeout

          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.

          Type : string

          Format : google-duration

      Path : v1beta1/{+name}:wait

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/reasoningEngines/{reasoningEnginesId}/memories/{memoriesId}/operations/{operationsId}:wait

      Parameter Order : name

  • aiplatform.reasoningEngines.memories.operations.list

      Parameter Order : name

      Flat Path : v1beta1/reasoningEngines/{reasoningEnginesId}/memories/{memoriesId}/operations

      Parameters :

        pageSize

          Location : query

          Format : int32

          Description : The standard list page size.

          Type : integer

        name

          Type : string

          Location : path

          Required : Yes

          Pattern : ^reasoningEngines/[^/]+/memories/[^/]+$

          Description : The name of the operation's parent resource.

        pageToken

          Type : string

          Location : query

          Description : The standard list page token.

        returnPartialSuccess

          Location : query

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Type : boolean

        filter

          Type : string

          Description : The standard list filter.

          Location : query

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+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

  • aiplatform.reasoningEngines.memories.operations.cancel

      Parameters :

        name

          Type : string

          Pattern : ^reasoningEngines/[^/]+/memories/[^/]+/operations/[^/]+$

          Location : path

          Required : Yes

          Description : The name of the operation resource to be cancelled.

      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 : v1beta1/reasoningEngines/{reasoningEnginesId}/memories/{memoriesId}/operations/{operationsId}:cancel

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}:cancel

      HTTP Method : POST

  • aiplatform.reasoningEngines.memories.operations.delete

      Parameter Order : name

      HTTP Method : DELETE

      Flat Path : v1beta1/reasoningEngines/{reasoningEnginesId}/memories/{memoriesId}/operations/{operationsId}

      Path : v1beta1/{+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`.

      Parameters :

        name

          Type : string

          Description : The name of the operation resource to be deleted.

          Required : Yes

          Pattern : ^reasoningEngines/[^/]+/memories/[^/]+/operations/[^/]+$

          Location : path

  • aiplatform.reasoningEngines.operations.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.

      Flat Path : v1beta1/reasoningEngines/{reasoningEnginesId}/operations/{operationsId}:wait

      Parameters :

        timeout

          Location : query

          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.

        name

          Description : The name of the operation resource to wait on.

          Pattern : ^reasoningEngines/[^/]+/operations/[^/]+$

          Location : path

          Required : Yes

          Type : string

      HTTP Method : POST

      Path : v1beta1/{+name}:wait

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.reasoningEngines.operations.list

      Scopes : https://www.googleapis.com/auth/cloud-platform

      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 : v1beta1/{+name}/operations

      Parameter Order : name

      Parameters :

        returnPartialSuccess

          Type : boolean

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

        pageToken

          Location : query

          Description : The standard list page token.

          Type : string

        pageSize

          Location : query

          Type : integer

          Description : The standard list page size.

          Format : int32

        name

          Pattern : ^reasoningEngines/[^/]+$

          Required : Yes

          Location : path

          Description : The name of the operation's parent resource.

          Type : string

        filter

          Location : query

          Description : The standard list filter.

          Type : string

      Flat Path : v1beta1/reasoningEngines/{reasoningEnginesId}/operations

  • aiplatform.reasoningEngines.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 : v1beta1/reasoningEngines/{reasoningEnginesId}/operations/{operationsId}:cancel

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Description : The name of the operation resource to be cancelled.

          Pattern : ^reasoningEngines/[^/]+/operations/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Path : v1beta1/{+name}:cancel

      Parameter Order : name

  • aiplatform.reasoningEngines.operations.get

      Parameter Order : name

      Path : v1beta1/{+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

      HTTP Method : GET

      Parameters :

        name

          Required : Yes

          Pattern : ^reasoningEngines/[^/]+/operations/[^/]+$

          Location : path

          Type : string

          Description : The name of the operation resource.

      Flat Path : v1beta1/reasoningEngines/{reasoningEnginesId}/operations/{operationsId}

  • aiplatform.reasoningEngines.operations.delete

      Parameter Order : name

      HTTP Method : DELETE

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/reasoningEngines/{reasoningEnginesId}/operations/{operationsId}

      Path : v1beta1/{+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`.

      Parameters :

        name

          Pattern : ^reasoningEngines/[^/]+/operations/[^/]+$

          Required : Yes

          Location : path

          Description : The name of the operation resource to be deleted.

          Type : string

  • aiplatform.featurestores.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 : v1beta1/{+name}:cancel

      HTTP Method : POST

      Parameter Order : name

      Flat Path : v1beta1/featurestores/{featurestoresId}/operations/{operationsId}:cancel

      Parameters :

        name

          Description : The name of the operation resource to be cancelled.

          Type : string

          Pattern : ^featurestores/[^/]+/operations/[^/]+$

          Location : path

          Required : Yes

  • aiplatform.featurestores.operations.list

      Parameter Order : name

      Flat Path : v1beta1/featurestores/{featurestoresId}/operations

      Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

      Parameters :

        filter

          Description : The standard list filter.

          Location : query

          Type : string

        pageSize

          Type : integer

          Format : int32

          Location : query

          Description : The standard list page size.

        name

          Description : The name of the operation's parent resource.

          Required : Yes

          Type : string

          Location : path

          Pattern : ^featurestores/[^/]+$

        returnPartialSuccess

          Type : boolean

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

        pageToken

          Location : query

          Description : The standard list page token.

          Type : string

      Path : v1beta1/{+name}/operations

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

  • aiplatform.featurestores.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.

      HTTP Method : POST

      Flat Path : v1beta1/featurestores/{featurestoresId}/operations/{operationsId}:wait

      Parameters :

        name

          Description : The name of the operation resource to wait on.

          Required : Yes

          Location : path

          Type : string

          Pattern : ^featurestores/[^/]+/operations/[^/]+$

        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

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Path : v1beta1/{+name}:wait

  • aiplatform.featurestores.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.

      Parameter Order : name

      HTTP Method : GET

      Flat Path : v1beta1/featurestores/{featurestoresId}/operations/{operationsId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}

      Parameters :

        name

          Type : string

          Description : The name of the operation resource.

          Pattern : ^featurestores/[^/]+/operations/[^/]+$

          Required : Yes

          Location : path

  • aiplatform.featurestores.operations.delete

      HTTP Method : DELETE

      Path : v1beta1/{+name}

      Parameter Order : name

      Flat Path : v1beta1/featurestores/{featurestoresId}/operations/{operationsId}

      Parameters :

        name

          Location : path

          Type : string

          Pattern : ^featurestores/[^/]+/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`.

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.featurestores.entityTypes.operations.delete

      HTTP Method : DELETE

      Path : v1beta1/{+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`.

      Flat Path : v1beta1/featurestores/{featurestoresId}/entityTypes/{entityTypesId}/operations/{operationsId}

      Parameters :

        name

          Required : Yes

          Location : path

          Description : The name of the operation resource to be deleted.

          Pattern : ^featurestores/[^/]+/entityTypes/[^/]+/operations/[^/]+$

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.featurestores.entityTypes.operations.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.

          Location : query

          Format : google-duration

          Type : string

        name

          Required : Yes

          Pattern : ^featurestores/[^/]+/entityTypes/[^/]+/operations/[^/]+$

          Location : path

          Description : The name of the operation resource to wait on.

          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.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/featurestores/{featurestoresId}/entityTypes/{entityTypesId}/operations/{operationsId}:wait

      Parameter Order : name

      Path : v1beta1/{+name}:wait

  • aiplatform.featurestores.entityTypes.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`.

      Parameter Order : name

      Flat Path : v1beta1/featurestores/{featurestoresId}/entityTypes/{entityTypesId}/operations/{operationsId}:cancel

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : POST

      Parameters :

        name

          Pattern : ^featurestores/[^/]+/entityTypes/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to be cancelled.

          Type : string

          Location : path

          Required : Yes

      Path : v1beta1/{+name}:cancel

  • aiplatform.featurestores.entityTypes.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.

      Parameters :

        name

          Required : Yes

          Type : string

          Description : The name of the operation resource.

          Location : path

          Pattern : ^featurestores/[^/]+/entityTypes/[^/]+/operations/[^/]+$

      Path : v1beta1/{+name}

      HTTP Method : GET

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/featurestores/{featurestoresId}/entityTypes/{entityTypesId}/operations/{operationsId}

      Parameter Order : name

  • aiplatform.featurestores.entityTypes.operations.list

      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`.

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}/operations

      Parameters :

        pageToken

          Type : string

          Description : The standard list page token.

          Location : query

        filter

          Description : The standard list filter.

          Type : string

          Location : query

        name

          Description : The name of the operation's parent resource.

          Pattern : ^featurestores/[^/]+/entityTypes/[^/]+$

          Type : string

          Location : path

          Required : Yes

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

          Type : boolean

        pageSize

          Location : query

          Description : The standard list page size.

          Format : int32

          Type : integer

      Flat Path : v1beta1/featurestores/{featurestoresId}/entityTypes/{entityTypesId}/operations

  • aiplatform.featurestores.entityTypes.features.operations.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`.

      Parameter Order : name

      Parameters :

        name

          Description : The name of the operation resource to be cancelled.

          Required : Yes

          Location : path

          Type : string

          Pattern : ^featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+/operations/[^/]+$

      Flat Path : v1beta1/featurestores/{featurestoresId}/entityTypes/{entityTypesId}/features/{featuresId}/operations/{operationsId}:cancel

      Path : v1beta1/{+name}:cancel

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.featurestores.entityTypes.features.operations.wait

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : POST

      Flat Path : v1beta1/featurestores/{featurestoresId}/entityTypes/{entityTypesId}/features/{featuresId}/operations/{operationsId}:wait

      Parameters :

        name

          Type : string

          Description : The name of the operation resource to wait on.

          Location : path

          Pattern : ^featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+/operations/[^/]+$

          Required : Yes

        timeout

          Location : query

          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.

      Path : v1beta1/{+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.

      Parameter Order : name

  • aiplatform.featurestores.entityTypes.features.operations.delete

      Parameters :

        name

          Required : Yes

          Description : The name of the operation resource to be deleted.

          Type : string

          Location : path

          Pattern : ^featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+/operations/[^/]+$

      Path : v1beta1/{+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

      Flat Path : v1beta1/featurestores/{featurestoresId}/entityTypes/{entityTypesId}/features/{featuresId}/operations/{operationsId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

  • aiplatform.featurestores.entityTypes.features.operations.list

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/featurestores/{featurestoresId}/entityTypes/{entityTypesId}/features/{featuresId}/operations

      Parameters :

        filter

          Type : string

          Description : The standard list filter.

          Location : query

        pageToken

          Description : The standard list page token.

          Type : string

          Location : query

        pageSize

          Description : The standard list page size.

          Location : query

          Type : integer

          Format : int32

        name

          Pattern : ^featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+$

          Required : Yes

          Location : path

          Type : string

          Description : The name of the operation's parent resource.

        returnPartialSuccess

          Type : boolean

          Location : query

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

      HTTP Method : GET

      Path : v1beta1/{+name}/operations

      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

  • aiplatform.featurestores.entityTypes.features.operations.get

      Parameter Order : name

      Path : v1beta1/{+name}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Location : path

          Description : The name of the operation resource.

          Pattern : ^featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+/operations/[^/]+$

          Type : string

          Required : Yes

      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.

      Flat Path : v1beta1/featurestores/{featurestoresId}/entityTypes/{entityTypesId}/features/{featuresId}/operations/{operationsId}

  • aiplatform.indexEndpoints.operations.list

      Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

      Path : v1beta1/{+name}/operations

      Parameters :

        name

          Description : The name of the operation's parent resource.

          Pattern : ^indexEndpoints/[^/]+$

          Location : path

          Type : string

          Required : Yes

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

          Type : boolean

        pageToken

          Description : The standard list page token.

          Location : query

          Type : string

        pageSize

          Description : The standard list page size.

          Location : query

          Type : integer

          Format : int32

        filter

          Description : The standard list filter.

          Location : query

          Type : string

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      HTTP Method : GET

      Flat Path : v1beta1/indexEndpoints/{indexEndpointsId}/operations

  • aiplatform.indexEndpoints.operations.get

      Parameter Order : name

      Flat Path : v1beta1/indexEndpoints/{indexEndpointsId}/operations/{operationsId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Location : path

          Type : string

          Required : Yes

          Pattern : ^indexEndpoints/[^/]+/operations/[^/]+$

          Description : The name of the operation resource.

      HTTP Method : GET

      Path : v1beta1/{+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.

  • aiplatform.indexEndpoints.operations.cancel

      Parameter Order : name

      Parameters :

        name

          Required : Yes

          Description : The name of the operation resource to be cancelled.

          Pattern : ^indexEndpoints/[^/]+/operations/[^/]+$

          Type : string

          Location : path

      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`.

      Path : v1beta1/{+name}:cancel

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/indexEndpoints/{indexEndpointsId}/operations/{operationsId}:cancel

  • aiplatform.indexEndpoints.operations.wait

      Flat Path : v1beta1/indexEndpoints/{indexEndpointsId}/operations/{operationsId}:wait

      Parameters :

        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

        name

          Location : path

          Pattern : ^indexEndpoints/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to wait on.

          Required : Yes

          Type : string

      Parameter Order : name

      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 : v1beta1/{+name}:wait

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.indexEndpoints.operations.delete

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Parameters :

        name

          Type : string

          Pattern : ^indexEndpoints/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to be deleted.

          Required : Yes

          Location : path

      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`.

      Path : v1beta1/{+name}

      Flat Path : v1beta1/indexEndpoints/{indexEndpointsId}/operations/{operationsId}

  • aiplatform.ragEngineConfig.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`.

      HTTP Method : POST

      Path : v1beta1/{+name}:cancel

      Flat Path : v1beta1/ragEngineConfig/operations/{operationsId}:cancel

      Parameters :

        name

          Pattern : ^ragEngineConfig/operations/[^/]+$

          Type : string

          Location : path

          Description : The name of the operation resource to be cancelled.

          Required : Yes

      Parameter Order : name

  • aiplatform.ragEngineConfig.operations.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 : v1beta1/ragEngineConfig/operations/{operationsId}

      HTTP Method : DELETE

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Parameters :

        name

          Location : path

          Type : string

          Pattern : ^ragEngineConfig/operations/[^/]+$

          Description : The name of the operation resource to be deleted.

          Required : Yes

      Path : v1beta1/{+name}

  • aiplatform.ragEngineConfig.operations.get

      Parameter Order : name

      HTTP Method : GET

      Flat Path : v1beta1/ragEngineConfig/operations/{operationsId}

      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.

      Path : v1beta1/{+name}

      Parameters :

        name

          Pattern : ^ragEngineConfig/operations/[^/]+$

          Location : path

          Description : The name of the operation resource.

          Required : Yes

          Type : string

  • aiplatform.ragEngineConfig.operations.list

      Parameters :

        pageSize

          Type : integer

          Format : int32

          Location : query

          Description : The standard list page size.

        filter

          Location : query

          Description : The standard list filter.

          Type : string

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

          Type : boolean

        pageToken

          Location : query

          Description : The standard list page token.

          Type : string

        name

          Location : path

          Pattern : ^ragEngineConfig$

          Required : Yes

          Type : string

          Description : The name of the operation's parent resource.

      Path : v1beta1/{+name}/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`.

      Flat Path : v1beta1/ragEngineConfig/operations

      HTTP Method : GET

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.ragEngineConfig.operations.wait

      Path : v1beta1/{+name}:wait

      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.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Pattern : ^ragEngineConfig/operations/[^/]+$

          Required : Yes

          Description : The name of the operation resource to wait on.

          Type : string

          Location : path

        timeout

          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.

          Format : google-duration

      Flat Path : v1beta1/ragEngineConfig/operations/{operationsId}:wait

      Parameter Order : name

  • aiplatform.modelMonitors.operations.cancel

      Flat Path : v1beta1/modelMonitors/{modelMonitorsId}/operations/{operationsId}:cancel

      HTTP Method : POST

      Parameter Order : name

      Parameters :

        name

          Location : path

          Type : string

          Description : The name of the operation resource to be cancelled.

          Required : Yes

          Pattern : ^modelMonitors/[^/]+/operations/[^/]+$

      Path : v1beta1/{+name}: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`.

  • aiplatform.modelMonitors.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 : v1beta1/{+name}:wait

      Parameters :

        name

          Description : The name of the operation resource to wait on.

          Type : string

          Location : path

          Required : Yes

          Pattern : ^modelMonitors/[^/]+/operations/[^/]+$

        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 : v1beta1/modelMonitors/{modelMonitorsId}/operations/{operationsId}:wait

      Parameter Order : name

  • aiplatform.modelMonitors.operations.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

          Required : Yes

          Pattern : ^modelMonitors/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to be deleted.

          Type : string

          Location : path

      HTTP Method : DELETE

      Path : v1beta1/{+name}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/modelMonitors/{modelMonitorsId}/operations/{operationsId}

      Parameter Order : name

  • aiplatform.modelMonitors.operations.list

      Path : v1beta1/{+name}/operations

      Flat Path : v1beta1/modelMonitors/{modelMonitorsId}/operations

      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 : ^modelMonitors/[^/]+$

          Type : string

          Location : path

          Description : The name of the operation's parent resource.

          Required : Yes

        filter

          Type : string

          Location : query

          Description : The standard list filter.

        pageToken

          Type : string

          Description : The standard list page token.

          Location : query

        pageSize

          Location : query

          Description : The standard list page size.

          Type : integer

          Format : int32

        returnPartialSuccess

          Location : query

          Type : boolean

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

      HTTP Method : GET

  • aiplatform.modelMonitors.operations.get

      Flat Path : v1beta1/modelMonitors/{modelMonitorsId}/operations/{operationsId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Pattern : ^modelMonitors/[^/]+/operations/[^/]+$

          Required : Yes

          Description : The name of the operation resource.

          Location : path

          Type : string

      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.

      Path : v1beta1/{+name}

      HTTP Method : GET

  • aiplatform.deploymentResourcePools.operations.list

      Parameters :

        pageToken

          Location : query

          Type : string

          Description : The standard list page token.

        name

          Location : path

          Pattern : ^deploymentResourcePools/[^/]+$

          Description : The name of the operation's parent resource.

          Type : string

          Required : Yes

        pageSize

          Type : integer

          Description : The standard list page size.

          Format : int32

          Location : query

        returnPartialSuccess

          Location : query

          Type : boolean

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

        filter

          Location : query

          Type : string

          Description : The standard list filter.

      Path : v1beta1/{+name}/operations

      Flat Path : v1beta1/deploymentResourcePools/{deploymentResourcePoolsId}/operations

      Parameter Order : name

      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`.

  • aiplatform.deploymentResourcePools.operations.wait

      HTTP Method : POST

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Parameters :

        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

        name

          Type : string

          Description : The name of the operation resource to wait on.

          Required : Yes

          Pattern : ^deploymentResourcePools/[^/]+/operations/[^/]+$

          Location : path

      Path : v1beta1/{+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.

      Flat Path : v1beta1/deploymentResourcePools/{deploymentResourcePoolsId}/operations/{operationsId}:wait

  • aiplatform.deploymentResourcePools.operations.get

      Parameters :

        name

          Type : string

          Required : Yes

          Location : path

          Pattern : ^deploymentResourcePools/[^/]+/operations/[^/]+$

          Description : The name of the operation resource.

      Path : v1beta1/{+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

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Flat Path : v1beta1/deploymentResourcePools/{deploymentResourcePoolsId}/operations/{operationsId}

  • aiplatform.deploymentResourcePools.operations.delete

      Flat Path : v1beta1/deploymentResourcePools/{deploymentResourcePoolsId}/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 : v1beta1/{+name}

      Parameters :

        name

          Location : path

          Description : The name of the operation resource to be deleted.

          Type : string

          Required : Yes

          Pattern : ^deploymentResourcePools/[^/]+/operations/[^/]+$

      HTTP Method : DELETE

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.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

      Parameters :

        name

          Pattern : ^deploymentResourcePools/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to be cancelled.

          Type : string

          Required : Yes

          Location : path

      Parameter Order : name

      Path : v1beta1/{+name}:cancel

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/deploymentResourcePools/{deploymentResourcePoolsId}/operations/{operationsId}:cancel

  • aiplatform.ragCorpora.operations.delete

      HTTP Method : DELETE

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/ragCorpora/{ragCorporaId}/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`.

      Parameters :

        name

          Description : The name of the operation resource to be deleted.

          Type : string

          Location : path

          Pattern : ^ragCorpora/[^/]+/operations/[^/]+$

          Required : Yes

      Path : v1beta1/{+name}

  • aiplatform.ragCorpora.operations.get

      Parameter Order : name

      Parameters :

        name

          Required : Yes

          Type : string

          Pattern : ^ragCorpora/[^/]+/operations/[^/]+$

          Description : The name of the operation resource.

          Location : path

      Flat Path : v1beta1/ragCorpora/{ragCorporaId}/operations/{operationsId}

      Path : v1beta1/{+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

  • aiplatform.ragCorpora.operations.cancel

      Parameters :

        name

          Type : string

          Description : The name of the operation resource to be cancelled.

          Location : path

          Pattern : ^ragCorpora/[^/]+/operations/[^/]+$

          Required : Yes

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+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`.

      HTTP Method : POST

      Flat Path : v1beta1/ragCorpora/{ragCorporaId}/operations/{operationsId}:cancel

  • aiplatform.ragCorpora.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.

      HTTP Method : POST

      Path : v1beta1/{+name}:wait

      Flat Path : v1beta1/ragCorpora/{ragCorporaId}/operations/{operationsId}:wait

      Scopes : https://www.googleapis.com/auth/cloud-platform

      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

          Location : path

          Pattern : ^ragCorpora/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to wait on.

          Required : Yes

          Type : string

      Parameter Order : name

  • aiplatform.ragCorpora.operations.list

      Parameter Order : name

      Parameters :

        name

          Required : Yes

          Description : The name of the operation's parent resource.

          Type : string

          Location : path

          Pattern : ^ragCorpora/[^/]+$

        returnPartialSuccess

          Location : query

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Type : boolean

        filter

          Description : The standard list filter.

          Location : query

          Type : string

        pageToken

          Type : string

          Location : query

          Description : The standard list page token.

        pageSize

          Location : query

          Format : int32

          Description : The standard list page size.

          Type : integer

      Path : v1beta1/{+name}/operations

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

      Flat Path : v1beta1/ragCorpora/{ragCorporaId}/operations

      Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

  • aiplatform.ragCorpora.ragFiles.operations.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`.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Type : string

          Pattern : ^ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+$

          Location : path

          Description : The name of the operation resource to be deleted.

          Required : Yes

      Flat Path : v1beta1/ragCorpora/{ragCorporaId}/ragFiles/{ragFilesId}/operations/{operationsId}

      Path : v1beta1/{+name}

      Parameter Order : name

      HTTP Method : DELETE

  • aiplatform.ragCorpora.ragFiles.operations.wait

      Parameter Order : name

      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.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+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.

          Format : google-duration

          Type : string

          Location : query

        name

          Description : The name of the operation resource to wait on.

          Location : path

          Required : Yes

          Pattern : ^ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+$

          Type : string

      Flat Path : v1beta1/ragCorpora/{ragCorporaId}/ragFiles/{ragFilesId}/operations/{operationsId}:wait

  • aiplatform.ragCorpora.ragFiles.operations.cancel

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+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`.

      Flat Path : v1beta1/ragCorpora/{ragCorporaId}/ragFiles/{ragFilesId}/operations/{operationsId}:cancel

      Parameter Order : name

      Parameters :

        name

          Required : Yes

          Location : path

          Type : string

          Description : The name of the operation resource to be cancelled.

          Pattern : ^ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+$

      HTTP Method : POST

  • aiplatform.ragCorpora.ragFiles.operations.get

      HTTP Method : 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.

      Path : v1beta1/{+name}

      Flat Path : v1beta1/ragCorpora/{ragCorporaId}/ragFiles/{ragFilesId}/operations/{operationsId}

      Parameters :

        name

          Location : path

          Description : The name of the operation resource.

          Type : string

          Pattern : ^ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+$

          Required : Yes

      Parameter Order : name

  • aiplatform.ragCorpora.ragFiles.operations.list

      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`.

      Parameter Order : name

      Path : v1beta1/{+name}/operations

      Parameters :

        filter

          Description : The standard list filter.

          Type : string

          Location : query

        pageSize

          Format : int32

          Location : query

          Type : integer

          Description : The standard list page size.

        name

          Description : The name of the operation's parent resource.

          Location : path

          Type : string

          Pattern : ^ragCorpora/[^/]+/ragFiles/[^/]+$

          Required : Yes

        returnPartialSuccess

          Type : boolean

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

        pageToken

          Type : string

          Description : The standard list page token.

          Location : query

      Flat Path : v1beta1/ragCorpora/{ragCorporaId}/ragFiles/{ragFilesId}/operations

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.featureGroups.featureMonitors.operations.wait

      Parameter Order : name

      Flat Path : v1beta1/featureGroups/{featureGroupsId}/featureMonitors/{featureMonitorsId}/operations/{operationsId}:wait

      Parameters :

        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

        name

          Description : The name of the operation resource to wait on.

          Pattern : ^featureGroups/[^/]+/featureMonitors/[^/]+/operations/[^/]+$

          Location : path

          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.

      HTTP Method : POST

      Path : v1beta1/{+name}:wait

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.featureGroups.featureMonitors.operations.delete

      Flat Path : v1beta1/featureGroups/{featureGroupsId}/featureMonitors/{featureMonitorsId}/operations/{operationsId}

      Path : v1beta1/{+name}

      HTTP Method : DELETE

      Parameter Order : 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`.

      Parameters :

        name

          Type : string

          Pattern : ^featureGroups/[^/]+/featureMonitors/[^/]+/operations/[^/]+$

          Location : path

          Description : The name of the operation resource to be deleted.

          Required : Yes

  • aiplatform.featureGroups.featureMonitors.operations.list

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/featureGroups/{featureGroupsId}/featureMonitors/{featureMonitorsId}/operations

      Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

      Path : v1beta1/{+name}/operations

      Parameters :

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

          Type : boolean

        pageToken

          Type : string

          Description : The standard list page token.

          Location : query

        name

          Required : Yes

          Type : string

          Location : path

          Pattern : ^featureGroups/[^/]+/featureMonitors/[^/]+$

          Description : The name of the operation's parent resource.

        filter

          Description : The standard list filter.

          Type : string

          Location : query

        pageSize

          Location : query

          Description : The standard list page size.

          Type : integer

          Format : int32

      HTTP Method : GET

      Parameter Order : name

  • aiplatform.featureGroups.featureMonitors.operations.get

      HTTP Method : GET

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+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

          Description : The name of the operation resource.

          Type : string

          Location : path

          Required : Yes

          Pattern : ^featureGroups/[^/]+/featureMonitors/[^/]+/operations/[^/]+$

      Flat Path : v1beta1/featureGroups/{featureGroupsId}/featureMonitors/{featureMonitorsId}/operations/{operationsId}

  • aiplatform.featureGroups.operations.list

      HTTP Method : GET

      Path : v1beta1/{+name}/operations

      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`.

      Parameters :

        filter

          Location : query

          Type : string

          Description : The standard list filter.

        pageSize

          Description : The standard list page size.

          Format : int32

          Location : query

          Type : integer

        name

          Type : string

          Description : The name of the operation's parent resource.

          Location : path

          Required : Yes

          Pattern : ^featureGroups/[^/]+$

        returnPartialSuccess

          Type : boolean

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

        pageToken

          Description : The standard list page token.

          Type : string

          Location : query

      Flat Path : v1beta1/featureGroups/{featureGroupsId}/operations

      Parameter Order : name

  • aiplatform.featureGroups.operations.delete

      Path : v1beta1/{+name}

      Flat Path : v1beta1/featureGroups/{featureGroupsId}/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

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Pattern : ^featureGroups/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to be deleted.

          Location : path

          Required : Yes

          Type : string

      HTTP Method : DELETE

  • aiplatform.featureGroups.operations.wait

      Flat Path : v1beta1/featureGroups/{featureGroupsId}/operations/{operationsId}:wait

      Parameters :

        name

          Location : path

          Type : string

          Required : Yes

          Pattern : ^featureGroups/[^/]+/operations/[^/]+$

          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.

          Type : string

          Location : query

          Format : google-duration

      Path : v1beta1/{+name}: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.

      Parameter Order : name

  • aiplatform.featureGroups.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.

      Parameter Order : name

      Flat Path : v1beta1/featureGroups/{featureGroupsId}/operations/{operationsId}

      Parameters :

        name

          Pattern : ^featureGroups/[^/]+/operations/[^/]+$

          Description : The name of the operation resource.

          Type : string

          Required : Yes

          Location : path

      HTTP Method : GET

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}

  • aiplatform.featureGroups.features.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

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/featureGroups/{featureGroupsId}/features/{featuresId}/operations

      Parameters :

        returnPartialSuccess

          Type : boolean

          Location : query

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

        pageToken

          Description : The standard list page token.

          Location : query

          Type : string

        pageSize

          Location : query

          Description : The standard list page size.

          Format : int32

          Type : integer

        name

          Type : string

          Description : The name of the operation's parent resource.

          Required : Yes

          Pattern : ^featureGroups/[^/]+/features/[^/]+$

          Location : path

        filter

          Location : query

          Description : The standard list filter.

          Type : string

      Path : v1beta1/{+name}/operations

  • aiplatform.featureGroups.features.operations.delete

      Flat Path : v1beta1/featureGroups/{featureGroupsId}/features/{featuresId}/operations/{operationsId}

      Path : v1beta1/{+name}

      HTTP Method : DELETE

      Parameter Order : 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`.

      Parameters :

        name

          Required : Yes

          Type : string

          Pattern : ^featureGroups/[^/]+/features/[^/]+/operations/[^/]+$

          Location : path

          Description : The name of the operation resource to be deleted.

  • aiplatform.featureGroups.features.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.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/featureGroups/{featureGroupsId}/features/{featuresId}/operations/{operationsId}

      HTTP Method : GET

      Parameter Order : name

      Parameters :

        name

          Pattern : ^featureGroups/[^/]+/features/[^/]+/operations/[^/]+$

          Description : The name of the operation resource.

          Location : path

          Required : Yes

          Type : string

      Path : v1beta1/{+name}

  • aiplatform.featureGroups.features.operations.wait

      HTTP Method : POST

      Path : v1beta1/{+name}:wait

      Flat Path : v1beta1/featureGroups/{featureGroupsId}/features/{featuresId}/operations/{operationsId}: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

      Parameters :

        name

          Pattern : ^featureGroups/[^/]+/features/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to wait on.

          Type : string

          Required : Yes

          Location : path

        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

  • aiplatform.exampleStores.operations.wait

      HTTP Method : POST

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}:wait

      Flat Path : v1beta1/exampleStores/{exampleStoresId}/operations/{operationsId}:wait

      Parameters :

        name

          Location : path

          Description : The name of the operation resource to wait on.

          Required : Yes

          Type : string

          Pattern : ^exampleStores/[^/]+/operations/[^/]+$

        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

      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.exampleStores.operations.list

      Parameter Order : name

      HTTP Method : GET

      Parameters :

        pageSize

          Description : The standard list page size.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Location : query

          Description : The standard list page token.

          Type : string

        name

          Required : Yes

          Pattern : ^exampleStores/[^/]+$

          Type : string

          Location : path

          Description : The name of the operation's parent resource.

        returnPartialSuccess

          Location : query

          Type : boolean

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

        filter

          Description : The standard list filter.

          Location : query

          Type : string

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}/operations

      Flat Path : v1beta1/exampleStores/{exampleStoresId}/operations

      Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

  • aiplatform.exampleStores.operations.get

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}

      Parameter Order : name

      Parameters :

        name

          Pattern : ^exampleStores/[^/]+/operations/[^/]+$

          Required : Yes

          Description : The name of the operation resource.

          Location : path

          Type : string

      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 : v1beta1/exampleStores/{exampleStoresId}/operations/{operationsId}

      HTTP Method : GET

  • aiplatform.exampleStores.operations.cancel

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Parameters :

        name

          Type : string

          Required : Yes

          Location : path

          Pattern : ^exampleStores/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to be cancelled.

      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`.

      Path : v1beta1/{+name}:cancel

      Flat Path : v1beta1/exampleStores/{exampleStoresId}/operations/{operationsId}:cancel

  • aiplatform.exampleStores.operations.delete

      Parameter Order : name

      Path : v1beta1/{+name}

      Flat Path : v1beta1/exampleStores/{exampleStoresId}/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`.

      Parameters :

        name

          Type : string

          Description : The name of the operation resource to be deleted.

          Location : path

          Required : Yes

          Pattern : ^exampleStores/[^/]+/operations/[^/]+$

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : DELETE

  • aiplatform.specialistPools.operations.cancel

      Parameter Order : name

      Parameters :

        name

          Description : The name of the operation resource to be cancelled.

          Location : path

          Type : string

          Required : Yes

          Pattern : ^specialistPools/[^/]+/operations/[^/]+$

      Flat Path : v1beta1/specialistPools/{specialistPoolsId}/operations/{operationsId}: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`.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}:cancel

  • aiplatform.specialistPools.operations.get

      Path : v1beta1/{+name}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Location : path

          Required : Yes

          Pattern : ^specialistPools/[^/]+/operations/[^/]+$

          Type : string

          Description : The name of the operation resource.

      Flat Path : v1beta1/specialistPools/{specialistPoolsId}/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.

      HTTP Method : GET

      Parameter Order : name

  • aiplatform.specialistPools.operations.list

      Path : v1beta1/{+name}/operations

      Parameters :

        pageToken

          Description : The standard list page token.

          Location : query

          Type : string

        returnPartialSuccess

          Location : query

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Type : boolean

        filter

          Description : The standard list filter.

          Location : query

          Type : string

        pageSize

          Format : int32

          Description : The standard list page size.

          Location : query

          Type : integer

        name

          Required : Yes

          Location : path

          Description : The name of the operation's parent resource.

          Pattern : ^specialistPools/[^/]+$

          Type : string

      Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

      Flat Path : v1beta1/specialistPools/{specialistPoolsId}/operations

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

      Parameter Order : name

  • aiplatform.specialistPools.operations.delete

      Parameters :

        name

          Required : Yes

          Description : The name of the operation resource to be deleted.

          Type : string

          Pattern : ^specialistPools/[^/]+/operations/[^/]+$

          Location : path

      Path : v1beta1/{+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`.

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : DELETE

      Flat Path : v1beta1/specialistPools/{specialistPoolsId}/operations/{operationsId}

  • aiplatform.specialistPools.operations.wait

      Parameter Order : name

      Parameters :

        name

          Type : string

          Description : The name of the operation resource to wait on.

          Pattern : ^specialistPools/[^/]+/operations/[^/]+$

          Location : path

          Required : Yes

        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

          Location : query

          Format : google-duration

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/specialistPools/{specialistPoolsId}/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.

      Path : v1beta1/{+name}:wait

      HTTP Method : POST

  • aiplatform.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.

      Parameters :

        name

          Required : Yes

          Type : string

          Description : The name of the operation resource.

          Location : path

          Pattern : ^trainingPipelines/[^/]+/operations/[^/]+$

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

      Flat Path : v1beta1/trainingPipelines/{trainingPipelinesId}/operations/{operationsId}

      Path : v1beta1/{+name}

  • aiplatform.trainingPipelines.operations.list

      Parameters :

        filter

          Type : string

          Description : The standard list filter.

          Location : query

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Type : boolean

          Location : query

        pageToken

          Location : query

          Type : string

          Description : The standard list page token.

        pageSize

          Location : query

          Type : integer

          Description : The standard list page size.

          Format : int32

        name

          Type : string

          Description : The name of the operation's parent resource.

          Location : path

          Pattern : ^trainingPipelines/[^/]+$

          Required : Yes

      Path : v1beta1/{+name}/operations

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/trainingPipelines/{trainingPipelinesId}/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

  • aiplatform.trainingPipelines.operations.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`.

      HTTP Method : DELETE

      Flat Path : v1beta1/trainingPipelines/{trainingPipelinesId}/operations/{operationsId}

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Required : Yes

          Type : string

          Pattern : ^trainingPipelines/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to be deleted.

          Location : path

      Path : v1beta1/{+name}

  • aiplatform.trainingPipelines.operations.cancel

      Path : v1beta1/{+name}:cancel

      Scopes : https://www.googleapis.com/auth/cloud-platform

      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`.

      Flat Path : v1beta1/trainingPipelines/{trainingPipelinesId}/operations/{operationsId}:cancel

      HTTP Method : POST

      Parameters :

        name

          Required : Yes

          Location : path

          Type : string

          Description : The name of the operation resource to be cancelled.

          Pattern : ^trainingPipelines/[^/]+/operations/[^/]+$

  • aiplatform.trainingPipelines.operations.wait

      Parameters :

        name

          Required : Yes

          Type : string

          Description : The name of the operation resource to wait on.

          Pattern : ^trainingPipelines/[^/]+/operations/[^/]+$

          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

          Type : string

          Format : google-duration

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}:wait

      Flat Path : v1beta1/trainingPipelines/{trainingPipelinesId}/operations/{operationsId}: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.

      HTTP Method : POST

  • aiplatform.operations.get

      Parameters :

        name

          Location : path

          Required : Yes

          Description : The name of the operation resource.

          Pattern : ^operations/[^/]+$

          Type : string

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

      Parameter Order : name

      Path : v1beta1/{+name}

      Flat Path : v1beta1/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.operations.cancel

      Parameters :

        name

          Required : Yes

          Pattern : ^operations/[^/]+$

          Description : The name of the operation resource to be cancelled.

          Type : string

          Location : path

      Path : v1beta1/{+name}:cancel

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      HTTP Method : POST

      Flat Path : v1beta1/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`.

  • aiplatform.operations.delete

      Parameter Order : name

      HTTP Method : DELETE

      Parameters :

        name

          Description : The name of the operation resource to be deleted.

          Pattern : ^operations/[^/]+$

          Location : path

          Type : string

          Required : Yes

      Flat Path : v1beta1/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

      Path : v1beta1/{+name}

  • aiplatform.operations.wait

      Path : v1beta1/{+name}: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

          Location : path

          Required : Yes

          Description : The name of the operation resource to wait on.

          Type : string

          Pattern : ^operations/[^/]+$

      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.

      Parameter Order : name

      Flat Path : v1beta1/operations/{operationsId}:wait

      HTTP Method : POST

  • aiplatform.operations.list

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Description : The name of the operation's parent resource.

          Type : string

          Location : query

        filter

          Description : The standard list filter.

          Type : string

          Location : query

        returnPartialSuccess

          Location : query

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Type : boolean

        pageSize

          Description : The standard list page size.

          Type : integer

          Format : int32

          Location : query

        pageToken

          Description : The standard list page token.

          Type : string

          Location : query

      Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

      Flat Path : v1beta1/operations

      Path : v1beta1/operations

      HTTP Method : GET

  • aiplatform.agents.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

      Flat Path : v1beta1/agents/{agentsId}/operations/{operationsId}:cancel

      Path : v1beta1/{+name}:cancel

      HTTP Method : POST

      Parameters :

        name

          Location : path

          Description : The name of the operation resource to be cancelled.

          Pattern : ^agents/[^/]+/operations/[^/]+$

          Required : Yes

          Type : string

      Parameter Order : name

  • aiplatform.agents.operations.get

      Parameters :

        name

          Required : Yes

          Pattern : ^agents/[^/]+/operations/[^/]+$

          Description : The name of the operation resource.

          Location : path

          Type : string

      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

      Parameter Order : name

      Path : v1beta1/{+name}

      HTTP Method : GET

      Flat Path : v1beta1/agents/{agentsId}/operations/{operationsId}

  • aiplatform.agents.operations.list

      Path : v1beta1/{+name}/operations

      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`.

      Flat Path : v1beta1/agents/{agentsId}/operations

      Parameter Order : name

      Parameters :

        returnPartialSuccess

          Type : boolean

          Location : query

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

        pageSize

          Type : integer

          Description : The standard list page size.

          Format : int32

          Location : query

        pageToken

          Description : The standard list page token.

          Location : query

          Type : string

        name

          Pattern : ^agents/[^/]+$

          Description : The name of the operation's parent resource.

          Type : string

          Location : path

          Required : Yes

        filter

          Description : The standard list filter.

          Location : query

          Type : string

      HTTP Method : GET

  • aiplatform.agents.operations.delete

      Flat Path : v1beta1/agents/{agentsId}/operations/{operationsId}

      Parameters :

        name

          Pattern : ^agents/[^/]+/operations/[^/]+$

          Location : path

          Required : Yes

          Type : string

          Description : The name of the operation resource to be deleted.

      HTTP Method : DELETE

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}

      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.agents.operations.wait

      Flat Path : v1beta1/agents/{agentsId}/operations/{operationsId}: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.

      Path : v1beta1/{+name}: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

          Description : The name of the operation resource to wait on.

          Pattern : ^agents/[^/]+/operations/[^/]+$

          Type : string

          Required : Yes

      HTTP Method : POST

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.tensorboards.operations.delete

      Flat Path : v1beta1/tensorboards/{tensorboardsId}/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`.

      Parameters :

        name

          Pattern : ^tensorboards/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to be deleted.

          Required : Yes

          Location : path

          Type : string

      Path : v1beta1/{+name}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      HTTP Method : DELETE

  • aiplatform.tensorboards.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

      Flat Path : v1beta1/tensorboards/{tensorboardsId}/operations/{operationsId}:wait

      Parameters :

        name

          Location : path

          Required : Yes

          Type : string

          Pattern : ^tensorboards/[^/]+/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 : v1beta1/{+name}:wait

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : POST

  • aiplatform.tensorboards.operations.list

      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

      Parameters :

        filter

          Type : string

          Location : query

          Description : The standard list filter.

        returnPartialSuccess

          Location : query

          Type : boolean

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

        name

          Description : The name of the operation's parent resource.

          Location : path

          Pattern : ^tensorboards/[^/]+$

          Required : Yes

          Type : string

        pageSize

          Description : The standard list page size.

          Type : integer

          Format : int32

          Location : query

        pageToken

          Location : query

          Description : The standard list page token.

          Type : string

      Flat Path : v1beta1/tensorboards/{tensorboardsId}/operations

      HTTP Method : GET

      Parameter Order : name

      Path : v1beta1/{+name}/operations

  • aiplatform.tensorboards.operations.get

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

      Path : v1beta1/{+name}

      Flat Path : v1beta1/tensorboards/{tensorboardsId}/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

          Description : The name of the operation resource.

          Location : path

          Type : string

          Required : Yes

          Pattern : ^tensorboards/[^/]+/operations/[^/]+$

      Parameter Order : name

  • aiplatform.tensorboards.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`.

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}:cancel

      Flat Path : v1beta1/tensorboards/{tensorboardsId}/operations/{operationsId}:cancel

      HTTP Method : POST

      Parameters :

        name

          Description : The name of the operation resource to be cancelled.

          Location : path

          Pattern : ^tensorboards/[^/]+/operations/[^/]+$

          Type : string

          Required : Yes

  • aiplatform.tensorboards.experiments.operations.get

      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.

      Path : v1beta1/{+name}

      Parameters :

        name

          Type : string

          Required : Yes

          Pattern : ^tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$

          Description : The name of the operation resource.

          Location : path

      Flat Path : v1beta1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/operations/{operationsId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.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.

      Flat Path : v1beta1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/operations/{operationsId}:wait

      Parameters :

        name

          Description : The name of the operation resource to wait on.

          Pattern : ^tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$

          Required : Yes

          Location : path

          Type : string

        timeout

          Location : query

          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.

      Path : v1beta1/{+name}:wait

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : POST

      Parameter Order : name

  • aiplatform.tensorboards.experiments.operations.cancel

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Pattern : ^tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$

          Type : string

          Required : Yes

          Description : The name of the operation resource to be cancelled.

          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`.

      Path : v1beta1/{+name}:cancel

      Flat Path : v1beta1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/operations/{operationsId}:cancel

      HTTP Method : POST

  • aiplatform.tensorboards.experiments.operations.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 : ^tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$

          Type : string

          Location : path

          Required : Yes

          Description : The name of the operation resource to be deleted.

      HTTP Method : DELETE

      Flat Path : v1beta1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/operations/{operationsId}

      Path : v1beta1/{+name}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

  • aiplatform.tensorboards.experiments.operations.list

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Parameters :

        filter

          Description : The standard list filter.

          Type : string

          Location : query

        name

          Type : string

          Description : The name of the operation's parent resource.

          Location : path

          Required : Yes

          Pattern : ^tensorboards/[^/]+/experiments/[^/]+$

        pageToken

          Type : string

          Description : The standard list page token.

          Location : query

        pageSize

          Description : The standard list page size.

          Format : int32

          Type : integer

          Location : query

        returnPartialSuccess

          Location : query

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Type : boolean

      Path : v1beta1/{+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 : v1beta1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/operations

  • aiplatform.tensorboards.experiments.runs.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.

      Flat Path : v1beta1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/operations/{operationsId}:wait

      Path : v1beta1/{+name}: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

          Type : string

          Description : The name of the operation resource to wait on.

          Pattern : ^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$

          Required : Yes

          Location : path

      HTTP Method : POST

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.tensorboards.experiments.runs.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 : v1beta1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/operations/{operationsId}:cancel

      Parameter Order : name

      HTTP Method : POST

      Parameters :

        name

          Required : Yes

          Description : The name of the operation resource to be cancelled.

          Location : path

          Pattern : ^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$

          Type : string

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}:cancel

  • aiplatform.tensorboards.experiments.runs.operations.get

      Path : v1beta1/{+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.

      Flat Path : v1beta1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/operations/{operationsId}

      HTTP Method : GET

      Parameters :

        name

          Required : Yes

          Description : The name of the operation resource.

          Type : string

          Pattern : ^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$

          Location : path

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

  • aiplatform.tensorboards.experiments.runs.operations.list

      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`.

      Parameter Order : name

      Flat Path : v1beta1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/operations

      Parameters :

        filter

          Description : The standard list filter.

          Location : query

          Type : string

        pageSize

          Description : The standard list page size.

          Location : query

          Format : int32

          Type : integer

        name

          Type : string

          Required : Yes

          Description : The name of the operation's parent resource.

          Location : path

          Pattern : ^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$

        returnPartialSuccess

          Location : query

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Type : boolean

        pageToken

          Type : string

          Description : The standard list page token.

          Location : query

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}/operations

  • aiplatform.tensorboards.experiments.runs.operations.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`.

      Path : v1beta1/{+name}

      Parameters :

        name

          Pattern : ^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$

          Location : path

          Required : Yes

          Description : The name of the operation resource to be deleted.

          Type : string

      Parameter Order : name

      Flat Path : v1beta1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/operations/{operationsId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : DELETE

  • aiplatform.tensorboards.experiments.runs.timeSeries.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.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries/{timeSeriesId}/operations/{operationsId}

      HTTP Method : GET

      Parameters :

        name

          Pattern : ^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$

          Required : Yes

          Type : string

          Location : path

          Description : The name of the operation resource.

      Path : v1beta1/{+name}

  • aiplatform.tensorboards.experiments.runs.timeSeries.operations.list

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}/operations

      Parameter Order : name

      Parameters :

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

          Type : boolean

        pageSize

          Description : The standard list page size.

          Type : integer

          Location : query

          Format : int32

        pageToken

          Type : string

          Description : The standard list page token.

          Location : query

        name

          Location : path

          Type : string

          Description : The name of the operation's parent resource.

          Required : Yes

          Pattern : ^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$

        filter

          Description : The standard list filter.

          Type : string

          Location : query

      Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

      Flat Path : v1beta1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries/{timeSeriesId}/operations

      HTTP Method : GET

  • aiplatform.tensorboards.experiments.runs.timeSeries.operations.delete

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries/{timeSeriesId}/operations/{operationsId}

      Path : v1beta1/{+name}

      Parameters :

        name

          Location : path

          Required : Yes

          Type : string

          Pattern : ^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to be deleted.

      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

  • aiplatform.tensorboards.experiments.runs.timeSeries.operations.wait

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : POST

      Parameters :

        name

          Location : path

          Type : string

          Required : Yes

          Description : The name of the operation resource to wait on.

          Pattern : ^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$

        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

          Type : string

          Format : google-duration

      Flat Path : v1beta1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries/{timeSeriesId}/operations/{operationsId}:wait

      Path : v1beta1/{+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.

      Parameter Order : name

  • aiplatform.tensorboards.experiments.runs.timeSeries.operations.cancel

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Required : Yes

          Location : path

          Pattern : ^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$

          Type : string

          Description : The name of the operation resource to be cancelled.

      Flat Path : v1beta1/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`.

      HTTP Method : POST

      Path : v1beta1/{+name}:cancel

  • aiplatform.migratableResources.operations.get

      Parameter Order : name

      Path : v1beta1/{+name}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/migratableResources/{migratableResourcesId}/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.

      HTTP Method : GET

      Parameters :

        name

          Required : Yes

          Description : The name of the operation resource.

          Location : path

          Type : string

          Pattern : ^migratableResources/[^/]+/operations/[^/]+$

  • aiplatform.migratableResources.operations.cancel

      Parameters :

        name

          Description : The name of the operation resource to be cancelled.

          Location : path

          Type : string

          Pattern : ^migratableResources/[^/]+/operations/[^/]+$

          Required : Yes

      Path : v1beta1/{+name}:cancel

      Flat Path : v1beta1/migratableResources/{migratableResourcesId}/operations/{operationsId}: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`.

      HTTP Method : POST

      Parameter Order : name

  • aiplatform.migratableResources.operations.delete

      Flat Path : v1beta1/migratableResources/{migratableResourcesId}/operations/{operationsId}

      Parameters :

        name

          Location : path

          Description : The name of the operation resource to be deleted.

          Required : Yes

          Pattern : ^migratableResources/[^/]+/operations/[^/]+$

          Type : string

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}

      HTTP Method : DELETE

      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.migratableResources.operations.list

      Parameters :

        filter

          Description : The standard list filter.

          Type : string

          Location : query

        name

          Location : path

          Pattern : ^migratableResources/[^/]+$

          Type : string

          Required : Yes

          Description : The name of the operation's parent resource.

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Type : boolean

          Location : query

        pageToken

          Description : The standard list page token.

          Location : query

          Type : string

        pageSize

          Description : The standard list page size.

          Format : int32

          Location : query

          Type : integer

      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`.

      Flat Path : v1beta1/migratableResources/{migratableResourcesId}/operations

      Path : v1beta1/{+name}/operations

      Parameter Order : name

  • aiplatform.migratableResources.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.

      Flat Path : v1beta1/migratableResources/{migratableResourcesId}/operations/{operationsId}:wait

      HTTP Method : POST

      Parameters :

        name

          Type : string

          Description : The name of the operation resource to wait on.

          Location : path

          Required : Yes

          Pattern : ^migratableResources/[^/]+/operations/[^/]+$

        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

      Parameter Order : name

      Path : v1beta1/{+name}:wait

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.edgeDevices.operations.wait

      HTTP Method : POST

      Path : v1beta1/{+name}:wait

      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

          Description : The name of the operation resource to wait on.

          Location : path

          Pattern : ^edgeDevices/[^/]+/operations/[^/]+$

          Required : Yes

          Type : string

        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.

      Parameter Order : name

      Flat Path : v1beta1/edgeDevices/{edgeDevicesId}/operations/{operationsId}:wait

  • aiplatform.edgeDevices.operations.list

      Flat Path : v1beta1/edgeDevices/{edgeDevicesId}/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`.

      Path : v1beta1/{+name}/operations

      Parameter Order : name

      Parameters :

        returnPartialSuccess

          Location : query

          Type : boolean

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

        pageToken

          Location : query

          Type : string

          Description : The standard list page token.

        name

          Location : path

          Type : string

          Pattern : ^edgeDevices/[^/]+$

          Required : Yes

          Description : The name of the operation's parent resource.

        filter

          Type : string

          Description : The standard list filter.

          Location : query

        pageSize

          Location : query

          Format : int32

          Type : integer

          Description : The standard list page size.

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.edgeDevices.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.

      HTTP Method : GET

      Parameters :

        name

          Required : Yes

          Location : path

          Type : string

          Description : The name of the operation resource.

          Pattern : ^edgeDevices/[^/]+/operations/[^/]+$

      Path : v1beta1/{+name}

      Flat Path : v1beta1/edgeDevices/{edgeDevicesId}/operations/{operationsId}

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.edgeDevices.operations.delete

      HTTP Method : DELETE

      Parameters :

        name

          Type : string

          Required : Yes

          Pattern : ^edgeDevices/[^/]+/operations/[^/]+$

          Location : path

          Description : The name of the operation resource to be deleted.

      Flat Path : v1beta1/edgeDevices/{edgeDevicesId}/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

      Path : v1beta1/{+name}

      Parameter Order : name

  • aiplatform.edgeDevices.operations.cancel

      HTTP Method : POST

      Path : v1beta1/{+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

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Required : Yes

          Type : string

          Pattern : ^edgeDevices/[^/]+/operations/[^/]+$

          Location : path

          Description : The name of the operation resource to be cancelled.

      Flat Path : v1beta1/edgeDevices/{edgeDevicesId}/operations/{operationsId}:cancel

  • aiplatform.extensionControllers.operations.delete

      Path : v1beta1/{+name}

      Parameter Order : name

      HTTP Method : DELETE

      Flat Path : v1beta1/extensionControllers/{extensionControllersId}/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

      Parameters :

        name

          Location : path

          Required : Yes

          Type : string

          Pattern : ^extensionControllers/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to be deleted.

  • aiplatform.extensionControllers.operations.get

      Parameter Order : name

      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.

      Path : v1beta1/{+name}

      Flat Path : v1beta1/extensionControllers/{extensionControllersId}/operations/{operationsId}

      Parameters :

        name

          Type : string

          Required : Yes

          Pattern : ^extensionControllers/[^/]+/operations/[^/]+$

          Description : The name of the operation resource.

          Location : path

      HTTP Method : GET

  • aiplatform.extensionControllers.operations.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`.

      Flat Path : v1beta1/extensionControllers/{extensionControllersId}/operations/{operationsId}:cancel

      HTTP Method : POST

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}:cancel

      Parameters :

        name

          Type : string

          Description : The name of the operation resource to be cancelled.

          Pattern : ^extensionControllers/[^/]+/operations/[^/]+$

          Location : path

          Required : Yes

  • aiplatform.extensionControllers.operations.wait

      HTTP Method : POST

      Parameter Order : name

      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

          Required : Yes

          Pattern : ^extensionControllers/[^/]+/operations/[^/]+$

          Description : The name of the operation resource to wait on.

          Type : string

          Location : path

      Path : v1beta1/{+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

      Flat Path : v1beta1/extensionControllers/{extensionControllersId}/operations/{operationsId}:wait

  • aiplatform.extensionControllers.operations.list

      Parameters :

        returnPartialSuccess

          Location : query

          Type : boolean

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

        filter

          Location : query

          Description : The standard list filter.

          Type : string

        pageToken

          Type : string

          Location : query

          Description : The standard list page token.

        name

          Description : The name of the operation's parent resource.

          Location : path

          Type : string

          Pattern : ^extensionControllers/[^/]+$

          Required : Yes

        pageSize

          Format : int32

          Description : The standard list page size.

          Location : query

          Type : integer

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

      Flat Path : v1beta1/extensionControllers/{extensionControllersId}/operations

      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

      Path : v1beta1/{+name}/operations

  • aiplatform.tuningJobs.operations.delete

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Location : path

          Pattern : ^tuningJobs/[^/]+/operations/[^/]+$

          Required : Yes

          Description : The name of the operation resource to be deleted.

          Type : string

      Flat Path : v1beta1/tuningJobs/{tuningJobsId}/operations/{operationsId}

      Parameter Order : 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`.

      Path : v1beta1/{+name}