Uses of Class
com.oracle.bmc.generativeai.model.ContentModerationConfig.Mode
-
Packages that use ContentModerationConfig.Mode Package Description com.oracle.bmc.generativeai.model -
-
Uses of ContentModerationConfig.Mode in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return ContentModerationConfig.Mode Modifier and Type Method Description static ContentModerationConfig.Mode
ContentModerationConfig.Mode. create(String key)
ContentModerationConfig.Mode
ContentModerationConfig. getMode()
Enum for the modes of operation for inference protection.static ContentModerationConfig.Mode
ContentModerationConfig.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContentModerationConfig.Mode[]
ContentModerationConfig.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeai.model with parameters of type ContentModerationConfig.Mode Modifier and Type Method Description ContentModerationConfig.Builder
ContentModerationConfig.Builder. mode(ContentModerationConfig.Mode mode)
Enum for the modes of operation for inference protection.Constructors in com.oracle.bmc.generativeai.model with parameters of type ContentModerationConfig.Mode Constructor Description ContentModerationConfig(ContentModerationConfig.Mode mode, String modelId, Boolean isEnabled)
Deprecated.
-