Lists model evaluations.
HTTP request
GET https://automl.googleapis.com/v1/{parent}/modelEvaluations
Path parameters
Parameters | |
---|---|
parent |
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
|
Query parameters
Parameters | |
---|---|
filter |
An expression for filtering the results of the request.
Some examples of using the filter are:
|
pageSize |
Requested page size. |
pageToken |
A token identifying a page of results for the server to return. Typically obtained via |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response message for AutoMl.ListModelEvaluations
.
JSON representation | |
---|---|
{
"modelEvaluation": [
{
object ( |
Fields | |
---|---|
modelEvaluation[] |
List of model evaluations in the requested page. |
nextPageToken |
A token to retrieve next page of results. Pass to the |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.