Class ListPublisherModelsRequest (1.48.0)

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

Request message for ModelGardenService.ListPublisherModels.

Attributes

NameDescription
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 (see go/bcp47). If not set, by default English (en).

Methods

ListPublisherModelsRequest

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

Request message for ModelGardenService.ListPublisherModels.