ListModelsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for ListModels.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. Name of the parent project. In form of projects/{project-number-or-id}/locations/{location-id}
|
filter |
str
Optional. An expression for filtering the models that will be returned. Supported filter: dataset_id=${dataset_id}
|
page_size |
int
Optional. Requested page size. The server can return fewer results than requested. |
page_token |
str
Optional. A token identifying a page of results for the server to return. Typically obtained from next_page_token field in the response of a ListModels call. |