Class ListModelEvaluationsRequest (1.36.4)

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 google.protobuf.field_mask_pb2.FieldMask
Mask specifying which fields to read.

Methods

ListModelEvaluationsRequest

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

Request message for ModelService.ListModelEvaluations.