public sealed class ListExampleStoresRequest : IMessage<ListExampleStoresRequest>, IEquatable<ListExampleStoresRequest>, IDeepCloneable<ListExampleStoresRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Vertex AI v1beta1 API class ListExampleStoresRequest.
Request message for [ExampleStoreService.ListExampleStores][google.cloud.aiplatform.v1beta1.ExampleStoreService.ListExampleStores].
Implements
IMessageListExampleStoresRequest, IEquatableListExampleStoresRequest, IDeepCloneableListExampleStoresRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListExampleStoresRequest()
public ListExampleStoresRequest()ListExampleStoresRequest(ListExampleStoresRequest)
public ListExampleStoresRequest(ListExampleStoresRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListExampleStoresRequest |
Properties
Filter
public string Filter { get; set; }Optional. The standard list filter. More detail in AIP-160.
| 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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The resource name of the Location to list the ExampleStores from.
Format:
projects/{project}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|