TextEmbeddingPredictionInstance

Prediction input format for Text Embedding. LINT.IfChange

Fields
content string

The main text content to embed.

title string

Optional identifier of the text content.

taskType enum (TaskType)

Optional downstream task the embeddings will be used for.

JSON representation
{
  "content": string,
  "title": string,
  "taskType": enum (TaskType)
}