Method: evaluationSets.list

Full name: projects.locations.evaluationSets.list

Lists Evaluation Sets.

Endpoint

get https://aiplatform.googleapis.com/v1beta1/{parent}/evaluationSets

Path parameters

parent string

Required. The resource name of the Location from which to list the Evaluation Sets. Format: projects/{project}/locations/{location}

Query parameters

pageSize integer

Optional. The maximum number of Evaluation Sets to return.

pageToken string

Optional. A page token, received from a previous evaluationSets.list call. Provide this to retrieve the subsequent page.

filter string

Optional. Filter expression that matches a subset of the EvaluationSets to show. For field names both snake_case and camelCase are supported. For more information about filter syntax, see AIP-160.

orderBy string

Optional. A comma-separated list of fields to order by, sorted in ascending order by default. Use desc after a field name for descending.

Request body

The request body must be empty.

Response body

Response message for EvaluationManagementService.ListEvaluationSets.

If successful, the response body contains data with the following structure:

Fields
evaluationSets[] object (EvaluationSet)

List of EvaluationSets in the requested page.

nextPageToken string

A token to retrieve the next page of results.

JSON representation
{
  "evaluationSets": [
    {
      object (EvaluationSet)
    }
  ],
  "nextPageToken": string
}