Uses of Class
com.google.cloud.aiplatform.v1beta1.StoredContentsExample.Builder
Packages that use StoredContentsExample.Builder
-
Uses of StoredContentsExample.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return StoredContentsExample.BuilderModifier and TypeMethodDescriptionStoredContentsExample.Builder.clear()StoredContentsExample.Builder.clearContentsExample()Required.StoredContentsExample.Builder.clearSearchKey()Optional.StoredContentsExample.Builder.clearSearchKeyGenerationMethod()Optional.Example.Builder.getStoredContentsExampleBuilder()An example of chat history and its expected outcome to be used with GenerateContent.StoredContentsExample.Builder.mergeContentsExample(ContentsExample value) Required.StoredContentsExample.Builder.mergeFrom(StoredContentsExample other) StoredContentsExample.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StoredContentsExample.Builder.mergeFrom(com.google.protobuf.Message other) StoredContentsExample.Builder.mergeSearchKeyGenerationMethod(StoredContentsExample.SearchKeyGenerationMethod value) Optional.StoredContentsExample.newBuilder()StoredContentsExample.newBuilder(StoredContentsExample prototype) StoredContentsExample.newBuilderForType()protected StoredContentsExample.BuilderStoredContentsExample.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) StoredContentsExample.Builder.setContentsExample(ContentsExample value) Required.StoredContentsExample.Builder.setContentsExample(ContentsExample.Builder builderForValue) Required.StoredContentsExample.Builder.setSearchKey(String value) Optional.StoredContentsExample.Builder.setSearchKeyBytes(com.google.protobuf.ByteString value) Optional.StoredContentsExample.Builder.setSearchKeyGenerationMethod(StoredContentsExample.SearchKeyGenerationMethod value) Optional.StoredContentsExample.Builder.setSearchKeyGenerationMethod(StoredContentsExample.SearchKeyGenerationMethod.Builder builderForValue) Optional.StoredContentsExample.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type StoredContentsExample.BuilderModifier and TypeMethodDescriptionExample.Builder.setStoredContentsExample(StoredContentsExample.Builder builderForValue) An example of chat history and its expected outcome to be used with GenerateContent.