SAP AI SDK for JavaScript - v2.13.0
    Preparing search index...

    Class OrchestrationEmbeddingResponse

    Response wrapper for orchestration embedding requests.

    Index
    _data: EmbeddingsPostResponse
    response: HttpResponse
    • Final embedding results with index and object type (which is always embedding) information.

      Returns EmbeddingData[]

      Array of embedding data objects containing both vectors, indices, and object types.

    • Intermediate results from orchestration modules.

      Returns ModuleResultsBase | undefined

      Intermediate results or undefined.

    • Gets the request ID for the embedding response.

      Returns string

      The request ID.

    • Usage information.

      Returns EmbeddingsUsage

      Usage information or undefined.