Package com.google.genai.types
Class ContentEmbedding.Builder
java.lang.Object
com.google.genai.types.ContentEmbedding.Builder
- Enclosing class:
- ContentEmbedding
Builder for ContentEmbedding.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ContentEmbeddingbuild()Clears the value of statistics field.Clears the value of values field.abstract ContentEmbedding.Builderstatistics(ContentEmbeddingStatistics statistics) Setter for statistics.statistics(ContentEmbeddingStatistics.Builder statisticsBuilder) Setter for statistics builder.Setter for values.abstract ContentEmbedding.BuilderSetter for values.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
values
Setter for values.values: A list of floats representing an embedding.
-
values
Setter for values.values: A list of floats representing an embedding.
-
clearValues
Clears the value of values field. -
statistics
Setter for statistics.statistics: Vertex API only. Statistics of the input text associated with this embedding.
-
statistics
@CanIgnoreReturnValue public ContentEmbedding.Builder statistics(ContentEmbeddingStatistics.Builder statisticsBuilder) Setter for statistics builder.statistics: Vertex API only. Statistics of the input text associated with this embedding.
-
clearStatistics
Clears the value of statistics field. -
build
-