Class ListModelEvaluationSlicesResponse (1.8.1)

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

Response message for ModelService.ListModelEvaluationSlices.

Attributes

NameDescription
model_evaluation_slices Sequence[google.cloud.aiplatform_v1.types.ModelEvaluationSlice]
List of ModelEvaluations in the requested page.
next_page_token str
A token to retrieve next page of results. Pass to ListModelEvaluationSlicesRequest.page_token to obtain that page.

Inheritance

builtins.object > proto.message.Message > ListModelEvaluationSlicesResponse