Vertex AI API (aiplatform:v1beta1)

2024-12-07

2 new methods | 1 updated method

Additions

    Methods
  • aiplatform.projects.locations.deploy

      Path : v1beta1/{+destination}:deploy

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}:deploy

      HTTP Method : POST

      Parameters :

        destination

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

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : destination

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

      Description : Deploys publisher models.

  • aiplatform.projects.locations.reasoningEngines.streamQuery

      Path : v1beta1/{+name}:streamQuery

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/reasoningEngines/{reasoningEnginesId}:streamQuery

      HTTP Method : POST

      Parameters :

        name

          Description : Required. The name of the ReasoningEngine resource to use. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Streams queries using a reasoning engine.

Updates

    Methods
  • aiplatform.publishers.models.list

      Parameters :

        listAllVersions

          Description : Optional. List all publisher model versions if the flag is set to true.

          Location : query

          Type : boolean