TextEmbeddingPredictionResult

Prediction output format for Text Embedding. LINT.IfChange Represents the prediction result for a text embedding request.

Fields
embeddings object (TextEmbedding)

The embedding generated from the input text.

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