Class OpenAiEmbeddingOutput
java.lang.Object
com.sap.ai.sdk.foundationmodels.openai.model.OpenAiEmbeddingOutput
Deprecated.
OpenAI embedding output.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OpenAiEmbeddingOutput
public OpenAiEmbeddingOutput()Deprecated.
-
-
Method Details
-
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
getObject
Deprecated.List object. -
getModel
Deprecated.Model used for embedding. -
getData
Deprecated.Array of result candidates. -
getUsage
Deprecated.Token Usage.
-