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.ModeContentModerationConfig.Mode. create(String key)ContentModerationConfig.ModeContentModerationConfig. getMode()Enum for the modes of operation for inference protection.static ContentModerationConfig.ModeContentModerationConfig.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.BuilderContentModerationConfig.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.
-