TextEmbeddingPredictionResult

Prediction output format for Text Embedding. LINT.IfChange

Fields
embeddings object (TextEmbedding)

The embeddings generated from the input text.

JSON representation
{
  "embeddings": {
    object (TextEmbedding)
  }
}