Package com.sap.ai.sdk.orchestration
Class OrchestrationEmbeddingResponse
java.lang.Object
com.sap.ai.sdk.orchestration.OrchestrationEmbeddingResponse
Response wrapper for orchestration embedding operations.
Wraps EmbeddingsPostResponse and provides convenient access to embedding vectors.
- Since:
- 1.12.0
-
Method Details
-
getEmbeddingVectors
Extracts embedding vectors as float arrays.- Returns:
- list of embedding vectors, never
null
-
getOriginalResponse
The original embedding response from the orchestration API. -
equals
-
hashCode
public int hashCode() -
toString
-