Uses of Class
com.google.cloud.aiplatform.v1beta1.StoredContentsExampleParameters.Builder
Packages that use StoredContentsExampleParameters.Builder
-
Uses of StoredContentsExampleParameters.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return StoredContentsExampleParameters.BuilderModifier and TypeMethodDescriptionStoredContentsExampleParameters.Builder.clear()StoredContentsExampleParameters.Builder.clearContentSearchKey()The chat history to use to generate the search key for retrieval.StoredContentsExampleParameters.Builder.clearFunctionNames()Optional.StoredContentsExampleParameters.Builder.clearQuery()StoredContentsExampleParameters.Builder.clearSearchKey()The exact search key to use for retrieval.SearchExamplesRequest.Builder.getStoredContentsExampleParametersBuilder()The parameters of StoredContentsExamples to be searched.StoredContentsExampleParameters.Builder.mergeContentSearchKey(StoredContentsExampleParameters.ContentSearchKey value) The chat history to use to generate the search key for retrieval.StoredContentsExampleParameters.Builder.mergeFrom(StoredContentsExampleParameters other) StoredContentsExampleParameters.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StoredContentsExampleParameters.Builder.mergeFrom(com.google.protobuf.Message other) StoredContentsExampleParameters.Builder.mergeFunctionNames(ExamplesArrayFilter value) Optional.StoredContentsExampleParameters.newBuilder()StoredContentsExampleParameters.newBuilder(StoredContentsExampleParameters prototype) StoredContentsExampleParameters.newBuilderForType()protected StoredContentsExampleParameters.BuilderStoredContentsExampleParameters.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) StoredContentsExampleParameters.Builder.setContentSearchKey(StoredContentsExampleParameters.ContentSearchKey value) The chat history to use to generate the search key for retrieval.StoredContentsExampleParameters.Builder.setContentSearchKey(StoredContentsExampleParameters.ContentSearchKey.Builder builderForValue) The chat history to use to generate the search key for retrieval.StoredContentsExampleParameters.Builder.setFunctionNames(ExamplesArrayFilter value) Optional.StoredContentsExampleParameters.Builder.setFunctionNames(ExamplesArrayFilter.Builder builderForValue) Optional.StoredContentsExampleParameters.Builder.setSearchKey(String value) The exact search key to use for retrieval.StoredContentsExampleParameters.Builder.setSearchKeyBytes(com.google.protobuf.ByteString value) The exact search key to use for retrieval.StoredContentsExampleParameters.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type StoredContentsExampleParameters.BuilderModifier and TypeMethodDescriptionSearchExamplesRequest.Builder.setStoredContentsExampleParameters(StoredContentsExampleParameters.Builder builderForValue) The parameters of StoredContentsExamples to be searched.