Interface FetchExamplesResponseOrBuilder (3.64.0)

public interface FetchExamplesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExamples(int index)

public abstract Example getExamples(int index)

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

repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;

Parameter
Name Description
index int
Returns
Type Description
Example

getExamplesCount()

public abstract int getExamplesCount()

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

repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;

Returns
Type Description
int

getExamplesList()

public abstract List<Example> getExamplesList()

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

repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;

Returns
Type Description
List<Example>

getExamplesOrBuilder(int index)

public abstract ExampleOrBuilder getExamplesOrBuilder(int index)

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

repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;

Parameter
Name Description
index int
Returns
Type Description
ExampleOrBuilder

getExamplesOrBuilderList()

public abstract List<? extends ExampleOrBuilder> getExamplesOrBuilderList()

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

repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.ExampleOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

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.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

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.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.