Vertex AI API (aiplatform:v1)

2024-09-21

2 new methods

Additions

    Methods
  • aiplatform.projects.locations.tuningJobs.operations.delete

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tuningJobs/{tuningJobsId}/operations/{operationsId}

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

      Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

      HTTP Method: DELETE

      Parameters:

        name

          Type: string

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

          Required: Yes

          Location: path

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

      Parameter Order: name

      Path: v1/{+name}

  • aiplatform.projects.locations.tuningJobs.rebaseTunedModel

      Parameters:

        parent

          Description: Required. The resource name of the Location into which to rebase the Model. Format: `projects/{project}/locations/{location}`

          Location: path

          Required: Yes

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

          Type: string

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

      Path: v1/{+parent}/tuningJobs:rebaseTunedModel

      Description: Rebase a TunedModel.

      HTTP Method: POST

      Parameter Order: parent

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tuningJobs:rebaseTunedModel