Package com.google.genai.types
Class ContentEmbeddingStatistics.Builder
java.lang.Object
com.google.genai.types.ContentEmbeddingStatistics.Builder
- Enclosing class:
- ContentEmbeddingStatistics
Builder for ContentEmbeddingStatistics.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ContentEmbeddingStatistics
build()
abstract ContentEmbeddingStatistics.Builder
tokenCount
(Float tokenCount) Setter for tokenCount.abstract ContentEmbeddingStatistics.Builder
truncated
(boolean truncated) Setter for truncated.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
truncated
Setter for truncated.truncated: Vertex API only. If the input text was truncated due to having a length longer than the allowed maximum input.
-
tokenCount
Setter for tokenCount.tokenCount: Vertex API only. Number of tokens of the input text.
-
build
-