ListPublisherModelsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for ModelGardenService.ListPublisherModels.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The name of the Publisher from which to list the PublisherModels. Format: publishers/{publisher}
|
filter |
str
Optional. The standard list filter. |
page_size |
int
Optional. The standard list page size. |
page_token |
str
Optional. The standard list page token. Typically obtained via ListPublisherModelsResponse.next_page_token of the previous ModelGardenService.ListPublisherModels call. |
view |
google.cloud.aiplatform_v1beta1.types.PublisherModelView
Optional. PublisherModel view specifying which fields to read. |
order_by |
str
Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. |
language_code |
str
Optional. The IETF BCP-47 language code representing the language in which the publisher models' text information should be written in. If not set, by default English (en). |
list_all_versions |
bool
Optional. List all publisher model versions if the flag is set to true. |
Methods
ListPublisherModelsRequest
ListPublisherModelsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for ModelGardenService.ListPublisherModels.