Method: evaluationItems.list

Full name: projects.locations.evaluationItems.list

Lists Evaluation Items.

Endpoint

get https://aiplatform.googleapis.com/v1/{parent}/evaluationItems

Path parameters

parent string

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

Query parameters

pageSize integer

Optional. The maximum number of Evaluation Items to return.

pageToken string

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

filter string

Optional. Filter expression that matches a subset of the EvaluationItems 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.ListEvaluationItems.

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

Fields
evaluationItems[] object (EvaluationItem)

List of EvaluationItems in the requested page.

nextPageToken string

A token to retrieve the next page of results.

JSON representation
{
  "evaluationItems": [
    {
      object (EvaluationItem)
    }
  ],
  "nextPageToken": string
}