Builder

public abstract class Builder

Builder for ContentEmbeddingStatistics.

Constructors

Functions

Link copied to clipboard
Link copied to clipboard
@CanIgnoreReturnValue()
public ContentEmbeddingStatistics.Builder clearTokenCount()
Clears the value of tokenCount field.
Link copied to clipboard
@CanIgnoreReturnValue()
public ContentEmbeddingStatistics.Builder clearTruncated()
Clears the value of truncated field.
Link copied to clipboard
Setter for tokenCount.
Link copied to clipboard
public abstract ContentEmbeddingStatistics.Builder truncated(boolean truncated)
Setter for truncated.