Uses of Class
com.oracle.bmc.generativeai.model.ContentModerationConfig
-
Packages that use ContentModerationConfig Package Description com.oracle.bmc.generativeai.model -
-
Uses of ContentModerationConfig in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return ContentModerationConfig Modifier and Type Method Description ContentModerationConfigContentModerationConfig.Builder. build()ContentModerationConfigCreateEndpointDetails. getContentModerationConfig()ContentModerationConfigEndpoint. getContentModerationConfig()ContentModerationConfigEndpointSummary. getContentModerationConfig()ContentModerationConfigUpdateEndpointDetails. getContentModerationConfig()Methods in com.oracle.bmc.generativeai.model with parameters of type ContentModerationConfig Modifier and Type Method Description CreateEndpointDetails.BuilderCreateEndpointDetails.Builder. contentModerationConfig(ContentModerationConfig contentModerationConfig)Endpoint.BuilderEndpoint.Builder. contentModerationConfig(ContentModerationConfig contentModerationConfig)EndpointSummary.BuilderEndpointSummary.Builder. contentModerationConfig(ContentModerationConfig contentModerationConfig)UpdateEndpointDetails.BuilderUpdateEndpointDetails.Builder. contentModerationConfig(ContentModerationConfig contentModerationConfig)ContentModerationConfig.BuilderContentModerationConfig.Builder. copy(ContentModerationConfig model)Constructors in com.oracle.bmc.generativeai.model with parameters of type ContentModerationConfig Constructor Description CreateEndpointDetails(String displayName, String description, String compartmentId, String modelId, String dedicatedAiClusterId, String generativeAiPrivateEndpointId, ContentModerationConfig contentModerationConfig, PromptInjectionConfig promptInjectionConfig, PiiDetectionConfig piiDetectionConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.Endpoint(String id, String displayName, String description, String modelId, String compartmentId, String dedicatedAiClusterId, String generativeAiPrivateEndpointId, Date timeCreated, Date timeUpdated, Endpoint.LifecycleState lifecycleState, String lifecycleDetails, ContentModerationConfig contentModerationConfig, PromptInjectionConfig promptInjectionConfig, PiiDetectionConfig piiDetectionConfig, Endpoint previousState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.EndpointSummary(String id, String displayName, String description, String modelId, String compartmentId, String dedicatedAiClusterId, String generativeAiPrivateEndpointId, Date timeCreated, Date timeUpdated, Endpoint.LifecycleState lifecycleState, String lifecycleDetails, ContentModerationConfig contentModerationConfig, PromptInjectionConfig promptInjectionConfig, PiiDetectionConfig piiDetectionConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.UpdateEndpointDetails(String displayName, String description, String generativeAiPrivateEndpointId, ContentModerationConfig contentModerationConfig, PromptInjectionConfig promptInjectionConfig, PiiDetectionConfig piiDetectionConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-