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 ContentEmbedding
build()
abstract ContentEmbedding.Builder
statistics
(ContentEmbeddingStatistics statistics) Setter for statistics.statistics
(ContentEmbeddingStatistics.Builder statisticsBuilder) Setter for statistics builder.Setter for values.abstract ContentEmbedding.Builder
Setter 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.
-
statistics
Setter for statistics.statistics: Vertex API only. Statistics of the input text associated with this embedding.
-
statistics
Setter for statistics builder.statistics: Vertex API only. Statistics of the input text associated with this embedding.
-
build
-