Vertex AI API (aiplatform:v1beta1)

2026-03-07

3 new methods

Additions

    Methods
  • aiplatform.projects.locations.askContexts

      Path : v1beta1/{+parent}:askContexts

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

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. The resource name of the Location from which to retrieve RagContexts. The users must have permission to make a call in the project. Format: `projects/{project}/locations/{location}`.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : parent

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

      Description : Agentic Retrieval Ask API for RAG.

  • aiplatform.projects.locations.asyncRetrieveContexts

      Path : v1beta1/{+parent}:asyncRetrieveContexts

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

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. The resource name of the Location from which to retrieve RagContexts. The users must have permission to make a call in the project. Format: `projects/{project}/locations/{location}`.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : parent

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

      Description : Asynchronous API to retrieves relevant contexts for a query.

  • aiplatform.projects.locations.endpoints.openapi.responses

      Path : v1beta1/{+endpoint}/responses

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

      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.