Class ListModelEvaluationsRequest (0.3.1)

ListModelEvaluationsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for ModelService.ListModelEvaluations.

Attributes

NameDescription
parent str
Required. The resource name of the Model to list the ModelEvaluations from. Format: ``projects/{project}/locations/{location}/models/{model}``
filter str
The standard list filter.
page_size int
The standard list page size.
page_token str
The standard list page token. Typically obtained via ``ListModelEvaluationsResponse.next_page_token`` of the previous ``ModelService.ListModelEvaluations`` call.
read_mask `.field_mask.FieldMask`
Mask specifying which fields to read.

Inheritance

builtins.object > proto.message.Message > ListModelEvaluationsRequest