Class ListModelsRequest (1.10.1)

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

Request for listing models associated with a resource.

Attributes

NameDescription
parent str
Required. The parent for which to list models. Format: ``projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}``
page_size int
Optional. Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000.
page_token str
Optional. A page token, received from a previous ``ListModels`` call. Provide this to retrieve the subsequent page.

Inheritance

builtins.object > proto.message.Message > ListModelsRequest