Vertex AI v1beta1 API - Class FetchExamplesResponse (1.0.0-beta24)

public sealed class FetchExamplesResponse : IMessage<FetchExamplesResponse>, IEquatable<FetchExamplesResponse>, IDeepCloneable<FetchExamplesResponse>, IBufferMessage, IMessage, IPageResponse<Example>, IEnumerable<Example>, IEnumerable

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

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

Inheritance

object > FetchExamplesResponse

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

FetchExamplesResponse()

public FetchExamplesResponse()

FetchExamplesResponse(FetchExamplesResponse)

public FetchExamplesResponse(FetchExamplesResponse other)
Parameter
Name Description
other FetchExamplesResponse

Properties

Examples

public RepeatedField<Example> Examples { get; }

The examples in the Example Store that satisfy the metadata filters.

Property Value
Type Description
RepeatedFieldExample

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as [FetchExamplesRequest.page_token][] to retrieve the next page. Absence of this field indicates there are no subsequent pages.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Example> GetEnumerator()

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

Returns
Type Description
IEnumeratorExample