Vertex AI API (aiplatform:v1)

2026-02-24

1 new method

Additions

    Methods
  • aiplatform.projects.locations.publishers.models.invoke.invoke

      HTTP Method : POST

      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.

      Parameter Order :

    • endpoint
    • invokeId
    • Path : v1/{+endpoint}/invoke/{+invokeId}

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloud-platform.read-only
    • Parameters :

        endpoint

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

          Location : path

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

          Required : Yes

          Type : string

        invokeId

          Type : string

          Required : Yes

          Location : path

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/publishers/{publishersId}/models/{modelsId}/invoke/{invokeId}