Vertex AI API (aiplatform:v1beta1)

2025-09-17

3 new methods

Additions

    Methods
  • aiplatform.projects.locations.endpoints.invoke.invoke

      Path : v1beta1/{+endpoint}/invoke/{+invokeId}

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/invoke/{invokeId}

      HTTP Method : POST

      Parameters :

        endpoint

          Description : Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`

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

          Location : path

          Required : Yes

          Type : string

        invokeId

          Location : path

          Required : Yes

          Type : string

      Parameter Order :

    • endpoint
    • invokeId
    • Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloud-platform.read-only
    • Description : Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, invoke_route_prefix must be set to allow the paths that will be specified in the request.

  • aiplatform.projects.locations.endpoints.deployedModels.invoke.invoke

      Path : v1beta1/{+endpoint}/deployedModels/{deployedModelId}/invoke/{+invokeId}

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/deployedModels/{deployedModelId}/invoke/{invokeId}

      HTTP Method : POST

      Parameters :

        endpoint

          Description : Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`

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

          Location : path

          Required : Yes

          Type : string

        deployedModelId

          Description : ID of the DeployedModel that serves the invoke request.

          Location : path

          Required : Yes

          Type : string

        invokeId

          Location : path

          Required : Yes

          Type : string

      Parameter Order :

    • endpoint
    • deployedModelId
    • invokeId
    • Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloud-platform.read-only
    • Description : Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, invoke_route_prefix must be set to allow the paths that will be specified in the request.

  • aiplatform.projects.locations.endpoints.openapi.embeddings

      Path : v1beta1/{+endpoint}/embeddings

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/endpoints/openapi/embeddings

      HTTP Method : POST

      Parameters :

        endpoint

          Description : Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`

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

          Location : path

          Required : Yes

          Type : string

        deployedModelId

          Description : ID of the DeployedModel that serves the invoke request.

          Location : query

          Type : string

      Parameter Order : endpoint

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloud-platform.read-only
    • Description : Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, invoke_route_prefix must be set to allow the paths that will be specified in the request.