ContentEmbedding

@Serializable
data class ContentEmbedding(val values: List<Double>? = null, val statistics: ContentEmbeddingStatistics? = null)

The embedding generated from an input content.

Constructors

Link copied to clipboard
constructor(values: List<Double>? = null, statistics: ContentEmbeddingStatistics? = null)

Properties

Link copied to clipboard

Gemini Enterprise Agent Platform only. Statistics of the input text associated with this embedding.

Link copied to clipboard
val values: List<Double>? = null

A list of floats representing an embedding.