Class ListModelsRequest (0.3.1)

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

Request message for ModelService.ListModels.

Attributes

Name Description
parent str
Required. The resource name of the Location to list the Models from. Format: ``projects/{project}/locations/{location}``
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 ``ListModelsResponse.next_page_token`` of the previous ``ModelService.ListModels`` call.
read_mask `.field_mask.FieldMask`
Mask specifying which fields to read.

Inheritance

builtins.object > proto.message.Message > ListModelsRequest