Class ListModelEvaluationSlicesRequest (1.10.0)

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

Request message for ModelService.ListModelEvaluationSlices.

Attributes

NameDescription
parent str
Required. The resource name of the ModelEvaluation to list the ModelEvaluationSlices from. Format: ``projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}``
filter str
The standard list filter. - ``slice.dimension`` - for =.
page_size int
The standard list page size.
page_token str
The standard list page token. Typically obtained via ListModelEvaluationSlicesResponse.next_page_token of the previous ModelService.ListModelEvaluationSlices call.
read_mask google.protobuf.field_mask_pb2.FieldMask
Mask specifying which fields to read.

Inheritance

builtins.object > proto.message.Message > ListModelEvaluationSlicesRequest