public interface StoredContentsExampleParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StoredContentsExampleParameters.ContentSearchKey |
getContentSearchKey()
The chat history to use to generate the search key for retrieval.
|
StoredContentsExampleParameters.ContentSearchKeyOrBuilder |
getContentSearchKeyOrBuilder()
The chat history to use to generate the search key for retrieval.
|
ExamplesArrayFilter |
getFunctionNames()
Optional.
|
ExamplesArrayFilterOrBuilder |
getFunctionNamesOrBuilder()
Optional.
|
StoredContentsExampleParameters.QueryCase |
getQueryCase() |
String |
getSearchKey()
The exact search key to use for retrieval.
|
com.google.protobuf.ByteString |
getSearchKeyBytes()
The exact search key to use for retrieval.
|
boolean |
hasContentSearchKey()
The chat history to use to generate the search key for retrieval.
|
boolean |
hasFunctionNames()
Optional.
|
boolean |
hasSearchKey()
The exact search key to use for retrieval.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSearchKey()
The exact search key to use for retrieval.
string search_key = 1;String getSearchKey()
The exact search key to use for retrieval.
string search_key = 1;com.google.protobuf.ByteString getSearchKeyBytes()
The exact search key to use for retrieval.
string search_key = 1;boolean hasContentSearchKey()
The chat history to use to generate the search key for retrieval.
.google.cloud.aiplatform.v1beta1.StoredContentsExampleParameters.ContentSearchKey content_search_key = 2;
StoredContentsExampleParameters.ContentSearchKey getContentSearchKey()
The chat history to use to generate the search key for retrieval.
.google.cloud.aiplatform.v1beta1.StoredContentsExampleParameters.ContentSearchKey content_search_key = 2;
StoredContentsExampleParameters.ContentSearchKeyOrBuilder getContentSearchKeyOrBuilder()
The chat history to use to generate the search key for retrieval.
.google.cloud.aiplatform.v1beta1.StoredContentsExampleParameters.ContentSearchKey content_search_key = 2;
boolean hasFunctionNames()
Optional. The function names for filtering.
.google.cloud.aiplatform.v1beta1.ExamplesArrayFilter function_names = 3 [(.google.api.field_behavior) = OPTIONAL];
ExamplesArrayFilter getFunctionNames()
Optional. The function names for filtering.
.google.cloud.aiplatform.v1beta1.ExamplesArrayFilter function_names = 3 [(.google.api.field_behavior) = OPTIONAL];
ExamplesArrayFilterOrBuilder getFunctionNamesOrBuilder()
Optional. The function names for filtering.
.google.cloud.aiplatform.v1beta1.ExamplesArrayFilter function_names = 3 [(.google.api.field_behavior) = OPTIONAL];
StoredContentsExampleParameters.QueryCase getQueryCase()
Copyright © 2025 Google LLC. All rights reserved.