Class OpenAiContentFilterSeverityResult
java.lang.Object
com.sap.ai.sdk.foundationmodels.openai.model.OpenAiContentFilterResultBase
com.sap.ai.sdk.foundationmodels.openai.model.OpenAiContentFilterSeverityResult
Deprecated.
Information about the content filtering results.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDeprecated.The severity of the content. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sap.ai.sdk.foundationmodels.openai.model.OpenAiContentFilterResultBase
isFiltered
-
Constructor Details
-
OpenAiContentFilterSeverityResult
public OpenAiContentFilterSeverityResult()Deprecated.
-
-
Method Details
-
equals
Deprecated.- Overrides:
equalsin classOpenAiContentFilterResultBase
-
canEqual
Deprecated.- Overrides:
canEqualin classOpenAiContentFilterResultBase
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classOpenAiContentFilterResultBase
-
toString
Deprecated.- Overrides:
toStringin classOpenAiContentFilterResultBase
-
getSeverity
Deprecated.Severity of the content.
-