Vertex AI v1beta1 API - Class ListExampleStoresResponse (1.0.0-beta78)

public sealed class ListExampleStoresResponse : IMessage<ListExampleStoresResponse>, IEquatable<ListExampleStoresResponse>, IDeepCloneable<ListExampleStoresResponse>, IBufferMessage, IMessage, IPageResponse<ExampleStore>, IEnumerable<ExampleStore>, IEnumerable

Reference documentation and code samples for the Vertex AI v1beta1 API class ListExampleStoresResponse.

Response message for [ExampleStoreService.ListExampleStores][google.cloud.aiplatform.v1beta1.ExampleStoreService.ListExampleStores].

Inheritance

object > ListExampleStoresResponse

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ListExampleStoresResponse()

public ListExampleStoresResponse()

ListExampleStoresResponse(ListExampleStoresResponse)

public ListExampleStoresResponse(ListExampleStoresResponse other)
Parameter
Name Description
other ListExampleStoresResponse

Properties

ExampleStores

public RepeatedField<ExampleStore> ExampleStores { get; }

List of ExampleStore in the requested page.

Property Value
Type Description
RepeatedFieldExampleStore

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve the next page of results. Pass to [ListExampleStoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListExampleStoresRequest.page_token] to obtain that page.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<ExampleStore> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorExampleStore