Class ListModelEvaluationsRequest (1.13.1)

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

Request message for ModelService.ListModelEvaluations .

Attributes

Name Description
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.

Inheritance

builtins.object > proto.message.Message > ListModelEvaluationsRequest