public interface SearchExamplesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getExampleStore()
Required.
|
com.google.protobuf.ByteString |
getExampleStoreBytes()
Required.
|
SearchExamplesRequest.ParametersCase |
getParametersCase() |
StoredContentsExampleParameters |
getStoredContentsExampleParameters()
The parameters of StoredContentsExamples to be searched.
|
StoredContentsExampleParametersOrBuilder |
getStoredContentsExampleParametersOrBuilder()
The parameters of StoredContentsExamples to be searched.
|
long |
getTopK()
Optional.
|
boolean |
hasStoredContentsExampleParameters()
The parameters of StoredContentsExamples to be searched.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStoredContentsExampleParameters()
The parameters of StoredContentsExamples to be searched.
.google.cloud.aiplatform.v1beta1.StoredContentsExampleParameters stored_contents_example_parameters = 6;
StoredContentsExampleParameters getStoredContentsExampleParameters()
The parameters of StoredContentsExamples to be searched.
.google.cloud.aiplatform.v1beta1.StoredContentsExampleParameters stored_contents_example_parameters = 6;
StoredContentsExampleParametersOrBuilder getStoredContentsExampleParametersOrBuilder()
The parameters of StoredContentsExamples to be searched.
.google.cloud.aiplatform.v1beta1.StoredContentsExampleParameters stored_contents_example_parameters = 6;
String getExampleStore()
Required. The name of the ExampleStore resource that examples are retrieved
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 examples are retrieved
from. Format:
`projects/{project}/locations/{location}/exampleStores/{example_store}`
string example_store = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
long getTopK()
Optional. The number of similar examples to return.
int64 top_k = 2 [(.google.api.field_behavior) = OPTIONAL];SearchExamplesRequest.ParametersCase getParametersCase()
Copyright © 2025 Google LLC. All rights reserved.