public sealed class ListPublisherModelsRequest : IMessage<ListPublisherModelsRequest>, IEquatable<ListPublisherModelsRequest>, IDeepCloneable<ListPublisherModelsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ListPublisherModelsRequest.
Request message for [ModelGardenService.ListPublisherModels][google.cloud.aiplatform.v1beta1.ModelGardenService.ListPublisherModels].
Implements
IMessageListPublisherModelsRequest, IEquatableListPublisherModelsRequest, IDeepCloneableListPublisherModelsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListPublisherModelsRequest()
public ListPublisherModelsRequest()
ListPublisherModelsRequest(ListPublisherModelsRequest)
public ListPublisherModelsRequest(ListPublisherModelsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListPublisherModelsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. The standard list filter.
Property Value | |
---|---|
Type | Description |
string |
LanguageCode
public string LanguageCode { get; set; }
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).
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. The standard list page size.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. The standard list page token. Typically obtained via [ListPublisherModelsResponse.next_page_token][google.cloud.aiplatform.v1beta1.ListPublisherModelsResponse.next_page_token] of the previous [ModelGardenService.ListPublisherModels][google.cloud.aiplatform.v1beta1.ModelGardenService.ListPublisherModels] call.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The name of the Publisher from which to list the PublisherModels.
Format: publishers/{publisher}
Property Value | |
---|---|
Type | Description |
string |
View
public PublisherModelView View { get; set; }
Optional. PublisherModel view specifying which fields to read.
Property Value | |
---|---|
Type | Description |
PublisherModelView |