Class OpenAiCompletionOutput
java.lang.Object
com.sap.ai.sdk.foundationmodels.openai.model.OpenAiCompletionOutput
- Direct Known Subclasses:
OpenAiChatCompletionDelta,OpenAiChatCompletionOutput
Deprecated.
OpenAI completion output .
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.booleanDeprecated.Deprecated.Creation date Unix timestamp.getId()Deprecated.Unique ID for completion.getModel()Deprecated.Name of the model used for completion.Deprecated.Completion object.Deprecated.Content filtering results for zero or more prompts in the request.getUsage()Deprecated.Token usage.inthashCode()Deprecated.toString()Deprecated.
-
Constructor Details
-
OpenAiCompletionOutput
public OpenAiCompletionOutput()Deprecated.
-
-
Method Details
-
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
getCreated
Deprecated.Creation date Unix timestamp. -
getId
Deprecated.Unique ID for completion. -
getModel
Deprecated.Name of the model used for completion. -
getObject
Deprecated.Completion object. -
getUsage
Deprecated.Token usage. -
getPromptFilterResults
Deprecated.Content filtering results for zero or more prompts in the request.
-