TextEmbedderResult

public abstract class TextEmbedderResult

Represents the embedding results generated by TextEmbedder.

Public Constructors

Public Methods

abstract EmbeddingResult
embeddingResult()
Contains one embedding per embedder head.
abstract long
timestampMs()
Returns the timestamp that is associated with the task result object.

Inherited Methods

Public Constructors

public TextEmbedderResult ()

Public Methods

public abstract EmbeddingResult embeddingResult ()

Contains one embedding per embedder head.

public abstract long timestampMs ()

Returns the timestamp that is associated with the task result object.