Class OpenAiPromptFilterResult
java.lang.Object
com.sap.ai.sdk.foundationmodels.openai.model.OpenAiPromptFilterResult
Deprecated.
Content filtering results for a single prompt in the request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.booleanDeprecated.Deprecated.Information about the content filtering category, if it has been detected, as well as the severity level and if it has been filtered or not.Deprecated.Index of the prompt in the request.inthashCode()Deprecated.toString()Deprecated.
-
Constructor Details
-
OpenAiPromptFilterResult
public OpenAiPromptFilterResult()Deprecated.
-
-
Method Details
-
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
getPromptIndex
Deprecated.Index of the prompt in the request. -
getContentFilterResults
Deprecated.Information about the content filtering category, if it has been detected, as well as the severity level and if it has been filtered or not.
-