Vertex AI API (aiplatform:v1beta1)

2024-05-29

2 new methods

Additions

    Methods
  • aiplatform.projects.locations.reasoningEngines.patch

      HTTP Method: PATCH

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

      Path: v1beta1/{+name}

      Parameters:

        updateMask

          Description: Required. Mask specifying which fields to update.

          Type: string

          Location: query

          Format: google-fieldmask

        name

          Description: Identifier. The resource name of the ReasoningEngine.

          Location: path

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

          Type: string

          Required: Yes

      Description: Updates a reasoning engine.

      Parameter Order: name

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

  • aiplatform.projects.locations.endpoints.chat.completions

      HTTP Method: POST

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/chat/completions

      Parameters:

        endpoint

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

          Type: string

          Required: Yes

          Location: path

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

      Description: Exposes an OpenAI-compatible endpoint for chat completions.

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

      Path: v1beta1/{+endpoint}/chat/completions

      Parameter Order: endpoint