Uses of Class
com.oracle.bmc.generativeaiinference.model.PersonallyIdentifiableInformationConfiguration
-
Packages that use PersonallyIdentifiableInformationConfiguration Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of PersonallyIdentifiableInformationConfiguration in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return PersonallyIdentifiableInformationConfiguration Modifier and Type Method Description PersonallyIdentifiableInformationConfiguration
PersonallyIdentifiableInformationConfiguration.Builder. build()
PersonallyIdentifiableInformationConfiguration
GuardrailConfigs. getPersonallyIdentifiableInformationConfig()
Methods in com.oracle.bmc.generativeaiinference.model with parameters of type PersonallyIdentifiableInformationConfiguration Modifier and Type Method Description PersonallyIdentifiableInformationConfiguration.Builder
PersonallyIdentifiableInformationConfiguration.Builder. copy(PersonallyIdentifiableInformationConfiguration model)
GuardrailConfigs.Builder
GuardrailConfigs.Builder. personallyIdentifiableInformationConfig(PersonallyIdentifiableInformationConfiguration personallyIdentifiableInformationConfig)
Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type PersonallyIdentifiableInformationConfiguration Constructor Description GuardrailConfigs(ContentModerationConfiguration contentModerationConfig, PersonallyIdentifiableInformationConfiguration personallyIdentifiableInformationConfig, PromptInjectionConfiguration promptInjectionConfig)
Deprecated.
-