Full name: projects.locations.evaluationRuns.list
Lists Evaluation Runs.
Endpoint
gethttps://aiplatform.googleapis.com/v1/{parent}/evaluationRuns     
              
            
            Path parameters
parentstring
                  
                Required. The resource name of the Location from which to list the Evaluation Runs. Format: projects/{project}/locations/{location}
Query parameters
pageSizeinteger
                  
                Optional. The maximum number of Evaluation Runs to return.
pageTokenstring
                  
                Optional. A page token, received from a previous evaluationRuns.list call. Provide this to retrieve the subsequent page.
filterstring
                  
                Optional. Filter expression that matches a subset of the EvaluationRuns to show. For field names both snake_case and camelCase are supported. For more information about filter syntax, see AIP-160.
orderBystring
                  
                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.ListEvaluationRuns.
If successful, the response body contains data with the following structure:
List of EvaluationRuns in the requested page.
nextPageTokenstring
                    
                  A token to retrieve the next page of results.
| JSON representation | 
|---|
{
  "evaluationRuns": [
    {
      object ( |