Interface ContentEmbedding

The embedding generated from an input content.

interface ContentEmbedding {
    statistics?: ContentEmbeddingStatistics;
    values?: number[];
}

Properties

Properties

Vertex API only. Statistics of the input text associated with this embedding.

values?: number[]

A list of floats representing an embedding.

MMNEPVFCICPMFPCPTTAAATR