GET https://automl.googleapis.com/v1beta1/{parent}/modelEvaluations
Path parameters
Parameters
parent
string
Resource name of the model to list the model evaluations for. If modelId is set as "-", this will list model evaluations from across all models of the parent location.
Authorization requires the following Google IAM permission on the specified resource parent:
automl.modelEvaluations.list
Query parameters
Parameters
filter
string
An expression for filtering the results of the request.
annotationSpecId - for =, != or existence. See example below for the last.
Some examples of using the filter are:
annotationSpecId!=4 --> The model evaluation was done for annotation spec with ID different than 4.
NOT annotationSpecId:* --> The model evaluation was done for aggregate of all annotation specs.
pageSize
number
Requested page size.
pageToken
string
A token identifying a page of results for the server to return. Typically obtained via ListModelEvaluationsResponse.next_page_token of the previous AutoMl.ListModelEvaluations call.
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-30 UTC."],[],[],null,["# Method: projects.locations.models.modelEvaluations.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListModelEvaluationsResponse.SCHEMA_REPRESENTATION)\n- [Authorization Scopes](#body.aspect)\n\nLists model evaluations.\n\n### HTTP request\n\n`GET https://automl.googleapis.com/v1beta1/{parent}/modelEvaluations`\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\nResponse message for [AutoMl.ListModelEvaluations](/translate/automl/docs/reference/rest/v1beta1/projects.locations.models.modelEvaluations/list#google.cloud.automl.v1beta1.AutoMl.ListModelEvaluations).\n\n### Authorization Scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]