Vertex AI API (aiplatform:v1)

2024-01-23

2 new methods

Additions

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

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

      Parameters:

        endpoint

          Required: Yes

          Location: path

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

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

          Type: string

      HTTP Method: POST

      Path: v1/{+endpoint}:streamRawPredict

      Parameter Order: endpoint

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

  • aiplatform.projects.locations.endpoints.streamRawPredict

      Parameter Order: endpoint

      HTTP Method: POST

      Path: v1/{+endpoint}:streamRawPredict

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

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:streamRawPredict

      Parameters:

        endpoint

          Type: string

          Required: Yes

          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