Vertex AI API (aiplatform:v1)

2025-08-26

1 new method

Additions

    Methods
  • aiplatform.projects.locations.generateInstanceRubrics

      Path : v1/{+location}:generateInstanceRubrics

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}:generateInstanceRubrics

      HTTP Method : POST

      Parameters :

        location

          Description : Required. The resource name of the Location to generate rubrics from. Format: `projects/{project}/locations/{location}`

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : location

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

      Description : Generates rubrics for a given prompt. A rubric represents a single testable criterion for evaluation. One input prompt could have multiple rubrics This RPC allows users to get suggested rubrics based on provided prompt, which can then be reviewed and used for subsequent evaluations.