Agent Platform API (aiplatform:v1)

2026-09-27

5 new methods

Additions

    Methods
  • ▼ ▲ aiplatform.projects.locations.servingProfiles.list

      Description : Lists ServingProfiles in a Location.

      Parameter Order : parent

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/servingProfiles

      Parameters :

        parent

          Type : string

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

          Required : Yes

          Location : path

          Description : Required. The resource name of the Location to list the ServingProfiles from. Format: `projects/{project}/locations/{location}`

        pageToken

          Type : string

          Description : Optional. The standard list page token.

          Location : query

        pageSize

          Description : Optional. The standard list page size. If unspecified, at most 100 ServingProfiles will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

          Type : integer

          Location : query

          Format : int32

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

      HTTP Method : GET

      Path : v1/{+parent}/servingProfiles

  • ▼ ▲ aiplatform.projects.locations.servingProfiles.create

      Parameters :

        servingProfileId

          Description : Required. The ID to use for the ServingProfile, which will become the final component of the ServingProfile's resource name. This value should be 1-63 characters, and valid characters are `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.

          Location : query

          Type : string

        parent

          Required : Yes

          Description : Required. The resource name of the Location to create the ServingProfile in. Format: `projects/{project}/locations/{location}`

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

          Type : string

          Location : path

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/servingProfiles

      Parameter Order : parent

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

      Path : v1/{+parent}/servingProfiles

      Description : Creates a ServingProfile.

      HTTP Method : POST

  • ▼ ▲ aiplatform.projects.locations.servingProfiles.patch

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

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/servingProfiles/{servingProfilesId}

      Parameters :

        updateMask

          Format : google-fieldmask

          Location : query

          Description : Optional. The list of fields to update; see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. If omitted, all populated (non-empty) mutable fields are updated; if set to `["*"]`, all mutable fields are fully replaced (unpopulated values are cleared).

          Type : string

        name

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

          Description : Identifier. The resource name of the ServingProfile.

          Required : Yes

          Type : string

          Location : path

      Parameter Order : name

      HTTP Method : PATCH

      Description : Updates a ServingProfile.

      Path : v1/{+name}

  • ▼ ▲ aiplatform.projects.locations.servingProfiles.delete

      Parameters :

        name

          Description : Required. The name of the ServingProfile resource to be deleted. Format: `projects/{project}/locations/{location}/servingProfiles/{serving_profile}`

          Required : Yes

          Type : string

          Location : path

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

      Parameter Order : name

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/servingProfiles/{servingProfilesId}

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

      HTTP Method : DELETE

      Path : v1/{+name}

      Description : Deletes a ServingProfile.

  • ▼ ▲ aiplatform.projects.locations.servingProfiles.get

      HTTP Method : GET

      Parameter Order : name

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/servingProfiles/{servingProfilesId}

      Description : Gets a ServingProfile.

      Path : v1/{+name}

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

      Parameters :

        name

          Required : Yes

          Description : Required. The name of the ServingProfile resource. Format: `projects/{project}/locations/{location}/servingProfiles/{serving_profile}`

          Type : string

          Location : path

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