Uses of Class
com.google.cloud.aiplatform.v1beta1.StoredContentsExampleParameters.ContentSearchKey.Builder
Packages that use StoredContentsExampleParameters.ContentSearchKey.Builder
-
Uses of StoredContentsExampleParameters.ContentSearchKey.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return StoredContentsExampleParameters.ContentSearchKey.BuilderModifier and TypeMethodDescriptionStoredContentsExampleParameters.ContentSearchKey.Builder.addAllContents(Iterable<? extends Content> values) Required.StoredContentsExampleParameters.ContentSearchKey.Builder.addContents(int index, Content value) Required.StoredContentsExampleParameters.ContentSearchKey.Builder.addContents(int index, Content.Builder builderForValue) Required.StoredContentsExampleParameters.ContentSearchKey.Builder.addContents(Content value) Required.StoredContentsExampleParameters.ContentSearchKey.Builder.addContents(Content.Builder builderForValue) Required.StoredContentsExampleParameters.ContentSearchKey.Builder.clear()StoredContentsExampleParameters.ContentSearchKey.Builder.clearContents()Required.StoredContentsExampleParameters.ContentSearchKey.Builder.clearSearchKeyGenerationMethod()Required.StoredContentsExampleParameters.Builder.getContentSearchKeyBuilder()The chat history to use to generate the search key for retrieval.StoredContentsExampleParameters.ContentSearchKey.Builder.mergeFrom(StoredContentsExampleParameters.ContentSearchKey other) StoredContentsExampleParameters.ContentSearchKey.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StoredContentsExampleParameters.ContentSearchKey.Builder.mergeFrom(com.google.protobuf.Message other) StoredContentsExampleParameters.ContentSearchKey.Builder.mergeSearchKeyGenerationMethod(StoredContentsExample.SearchKeyGenerationMethod value) Required.StoredContentsExampleParameters.ContentSearchKey.newBuilder()StoredContentsExampleParameters.ContentSearchKey.newBuilder(StoredContentsExampleParameters.ContentSearchKey prototype) StoredContentsExampleParameters.ContentSearchKey.newBuilderForType()StoredContentsExampleParameters.ContentSearchKey.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) StoredContentsExampleParameters.ContentSearchKey.Builder.removeContents(int index) Required.StoredContentsExampleParameters.ContentSearchKey.Builder.setContents(int index, Content value) Required.StoredContentsExampleParameters.ContentSearchKey.Builder.setContents(int index, Content.Builder builderForValue) Required.StoredContentsExampleParameters.ContentSearchKey.Builder.setSearchKeyGenerationMethod(StoredContentsExample.SearchKeyGenerationMethod value) Required.StoredContentsExampleParameters.ContentSearchKey.Builder.setSearchKeyGenerationMethod(StoredContentsExample.SearchKeyGenerationMethod.Builder builderForValue) Required.StoredContentsExampleParameters.ContentSearchKey.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type StoredContentsExampleParameters.ContentSearchKey.BuilderModifier and TypeMethodDescriptionStoredContentsExampleParameters.Builder.setContentSearchKey(StoredContentsExampleParameters.ContentSearchKey.Builder builderForValue) The chat history to use to generate the search key for retrieval.