Uses of Class
com.google.cloud.aiplatform.v1.EmbedContentResponse.Builder
Packages that use EmbedContentResponse.Builder
-
Uses of EmbedContentResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return EmbedContentResponse.BuilderModifier and TypeMethodDescriptionEmbedContentResponse.Builder.clear()EmbedContentResponse.Builder.clearEmbedding()The embedding generated from the input content.EmbedContentResponse.Builder.clearTruncated()Whether the input content was truncated before generating the embedding.EmbedContentResponse.Builder.clearUsageMetadata()Usage metadata about the response(s).EmbedContentResponse.Builder.mergeEmbedding(EmbedContentResponse.Embedding value) The embedding generated from the input content.EmbedContentResponse.Builder.mergeFrom(EmbedContentResponse other) EmbedContentResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EmbedContentResponse.Builder.mergeFrom(com.google.protobuf.Message other) EmbedContentResponse.Builder.mergeUsageMetadata(UsageMetadata value) Usage metadata about the response(s).static EmbedContentResponse.BuilderEmbedContentResponse.newBuilder()static EmbedContentResponse.BuilderEmbedContentResponse.newBuilder(EmbedContentResponse prototype) EmbedContentResponse.newBuilderForType()protected EmbedContentResponse.BuilderEmbedContentResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) EmbedContentResponse.Builder.setEmbedding(EmbedContentResponse.Embedding value) The embedding generated from the input content.EmbedContentResponse.Builder.setEmbedding(EmbedContentResponse.Embedding.Builder builderForValue) The embedding generated from the input content.EmbedContentResponse.Builder.setTruncated(boolean value) Whether the input content was truncated before generating the embedding.EmbedContentResponse.Builder.setUsageMetadata(UsageMetadata value) Usage metadata about the response(s).EmbedContentResponse.Builder.setUsageMetadata(UsageMetadata.Builder builderForValue) Usage metadata about the response(s).EmbedContentResponse.toBuilder()