Interface StoredContentsExampleParametersOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoredContentsExampleParameters,StoredContentsExampleParameters.Builder
@Generated
public interface StoredContentsExampleParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe chat history to use to generate the search key for retrieval.The chat history to use to generate the search key for retrieval.Optional.Optional.The exact search key to use for retrieval.com.google.protobuf.ByteStringThe exact search key to use for retrieval.booleanThe chat history to use to generate the search key for retrieval.booleanOptional.booleanThe exact search key to use for retrieval.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSearchKey
boolean hasSearchKey()The exact search key to use for retrieval.
string search_key = 1;- Returns:
- Whether the searchKey field is set.
-
getSearchKey
String getSearchKey()The exact search key to use for retrieval.
string search_key = 1;- Returns:
- The searchKey.
-
getSearchKeyBytes
com.google.protobuf.ByteString getSearchKeyBytes()The exact search key to use for retrieval.
string search_key = 1;- Returns:
- The bytes for searchKey.
-
hasContentSearchKey
boolean hasContentSearchKey()The chat history to use to generate the search key for retrieval.
.google.cloud.aiplatform.v1beta1.StoredContentsExampleParameters.ContentSearchKey content_search_key = 2;- Returns:
- Whether the contentSearchKey field is set.
-
getContentSearchKey
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;- Returns:
- The contentSearchKey.
-
getContentSearchKeyOrBuilder
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; -
hasFunctionNames
boolean hasFunctionNames()Optional. The function names for filtering.
.google.cloud.aiplatform.v1beta1.ExamplesArrayFilter function_names = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the functionNames field is set.
-
getFunctionNames
ExamplesArrayFilter getFunctionNames()Optional. The function names for filtering.
.google.cloud.aiplatform.v1beta1.ExamplesArrayFilter function_names = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The functionNames.
-
getFunctionNamesOrBuilder
ExamplesArrayFilterOrBuilder getFunctionNamesOrBuilder()Optional. The function names for filtering.
.google.cloud.aiplatform.v1beta1.ExamplesArrayFilter function_names = 3 [(.google.api.field_behavior) = OPTIONAL]; -
getQueryCase
StoredContentsExampleParameters.QueryCase getQueryCase()
-