Vertex AI API (aiplatform:v1beta1)

2024-09-21

2 new methods

Additions

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

      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}

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

      Parameters:

        name

          Location: path

          Type: string

          Required: Yes

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

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

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

  • aiplatform.projects.locations.tuningJobs.rebaseTunedModel

      HTTP Method: POST

      Parameters:

        parent

          Required: Yes

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

          Type: string

          Location: path

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

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

      Description: Rebase a TunedModel.

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

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

      Parameter Order: parent