Class ListModelsResponse (0.4.0)

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

Response message for ModelService.ListModels

Attributes

Name Description
models Sequence[`.gca_model.Model`]
List of Models in the requested page.
next_page_token str
A token to retrieve next page of results. Pass to ``ListModelsRequest.page_token`` to obtain that page.

Inheritance

builtins.object > proto.message.Message > ListModelsResponse