public interface FetchExamplesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Example |
getExamples(int index)
The examples in the Example Store that satisfy the metadata filters.
|
int |
getExamplesCount()
The examples in the Example Store that satisfy the metadata filters.
|
List<Example> |
getExamplesList()
The examples in the Example Store that satisfy the metadata filters.
|
ExampleOrBuilder |
getExamplesOrBuilder(int index)
The examples in the Example Store that satisfy the metadata filters.
|
List<? extends ExampleOrBuilder> |
getExamplesOrBuilderList()
The examples in the Example Store that satisfy the metadata filters.
|
String |
getNextPageToken()
A token, which can be sent as [FetchExamplesRequest.page_token][] to
retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as [FetchExamplesRequest.page_token][] to
retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Example> getExamplesList()
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;Example getExamples(int index)
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;int getExamplesCount()
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;List<? extends ExampleOrBuilder> getExamplesOrBuilderList()
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;ExampleOrBuilder getExamplesOrBuilder(int index)
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;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;com.google.protobuf.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;Copyright © 2025 Google LLC. All rights reserved.