public interface FetchExamplesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getExampleIds(int index)
Optional.
|
com.google.protobuf.ByteString |
getExampleIdsBytes(int index)
Optional.
|
int |
getExampleIdsCount()
Optional.
|
List<String> |
getExampleIdsList()
Optional.
|
String |
getExampleStore()
Required.
|
com.google.protobuf.ByteString |
getExampleStoreBytes()
Required.
|
FetchExamplesRequest.MetadataFilterCase |
getMetadataFilterCase() |
int |
getPageSize()
Optional.
|
String |
getPageToken()
Optional.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Optional.
|
StoredContentsExampleFilter |
getStoredContentsExampleFilter()
The metadata filters for StoredContentsExamples.
|
StoredContentsExampleFilterOrBuilder |
getStoredContentsExampleFilterOrBuilder()
The metadata filters for StoredContentsExamples.
|
boolean |
hasStoredContentsExampleFilter()
The metadata filters for StoredContentsExamples.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStoredContentsExampleFilter()
The metadata filters for StoredContentsExamples.
.google.cloud.aiplatform.v1beta1.StoredContentsExampleFilter stored_contents_example_filter = 8;
StoredContentsExampleFilter getStoredContentsExampleFilter()
The metadata filters for StoredContentsExamples.
.google.cloud.aiplatform.v1beta1.StoredContentsExampleFilter stored_contents_example_filter = 8;
StoredContentsExampleFilterOrBuilder getStoredContentsExampleFilterOrBuilder()
The metadata filters for StoredContentsExamples.
.google.cloud.aiplatform.v1beta1.StoredContentsExampleFilter stored_contents_example_filter = 8;
String getExampleStore()
Required. The name of the ExampleStore resource that the examples should be
fetched from. Format:
`projects/{project}/locations/{location}/exampleStores/{example_store}`
string example_store = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getExampleStoreBytes()
Required. The name of the ExampleStore resource that the examples should be
fetched from. Format:
`projects/{project}/locations/{location}/exampleStores/{example_store}`
string example_store = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
int getPageSize()
Optional. The maximum number of examples to return. The service may return fewer than this value. If unspecified, at most 100 examples will be returned.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];String getPageToken()
Optional. The [next_page_token][google.cloud.aiplatform.v1beta1.FetchExamplesResponse.next_page_token] value returned from a previous list [ExampleStoreService.FetchExamplesResponse][] call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getPageTokenBytes()
Optional. The [next_page_token][google.cloud.aiplatform.v1beta1.FetchExamplesResponse.next_page_token] value returned from a previous list [ExampleStoreService.FetchExamplesResponse][] call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];List<String> getExampleIdsList()
Optional. Example IDs to fetch. If both metadata filters and Example IDs are specified, then both ID and metadata filtering will be applied.
repeated string example_ids = 6 [(.google.api.field_behavior) = OPTIONAL];int getExampleIdsCount()
Optional. Example IDs to fetch. If both metadata filters and Example IDs are specified, then both ID and metadata filtering will be applied.
repeated string example_ids = 6 [(.google.api.field_behavior) = OPTIONAL];String getExampleIds(int index)
Optional. Example IDs to fetch. If both metadata filters and Example IDs are specified, then both ID and metadata filtering will be applied.
repeated string example_ids = 6 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getExampleIdsBytes(int index)
Optional. Example IDs to fetch. If both metadata filters and Example IDs are specified, then both ID and metadata filtering will be applied.
repeated string example_ids = 6 [(.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.FetchExamplesRequest.MetadataFilterCase getMetadataFilterCase()
Copyright © 2025 Google LLC. All rights reserved.