Vertex AI API (aiplatform:v1)

2024-03-05

2 new methods

Additions

    Methods
  • aiplatform.projects.locations.pipelineJobs.batchCancel

      Parameters:

        parent

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Location: path

          Required: Yes

          Description: Required. The name of the PipelineJobs' parent resource. Format: `projects/{project}/locations/{location}`

          Type: string

      Description: Batch cancel PipelineJobs. Firstly the server will check if all the jobs are in non-terminal states, and skip the jobs that are already terminated. If the operation failed, none of the pipeline jobs are cancelled. The server will poll the states of all the pipeline jobs periodically to check the cancellation status. This operation will return an LRO.

      Parameter Order: parent

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/pipelineJobs:batchCancel

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

      Path: v1/{+parent}/pipelineJobs:batchCancel

      HTTP Method: POST

  • aiplatform.projects.locations.pipelineJobs.batchDelete

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

      HTTP Method: POST

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/pipelineJobs:batchDelete

      Parameters:

        parent

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Type: string

          Description: Required. The name of the PipelineJobs' parent resource. Format: `projects/{project}/locations/{location}`

          Location: path

          Required: Yes

      Path: v1/{+parent}/pipelineJobs:batchDelete

      Parameter Order: parent

      Description: Batch deletes PipelineJobs The Operation is atomic. If it fails, none of the PipelineJobs are deleted. If it succeeds, all of the PipelineJobs are deleted.