Uses of Class
com.oracle.bmc.generativeaiagent.model.PersonallyIdentifiableInformationGuardrailConfig
-
Packages that use PersonallyIdentifiableInformationGuardrailConfig Package Description com.oracle.bmc.generativeaiagent.model -
-
Uses of PersonallyIdentifiableInformationGuardrailConfig in com.oracle.bmc.generativeaiagent.model
Methods in com.oracle.bmc.generativeaiagent.model that return PersonallyIdentifiableInformationGuardrailConfig Modifier and Type Method Description PersonallyIdentifiableInformationGuardrailConfig
PersonallyIdentifiableInformationGuardrailConfig.Builder. build()
PersonallyIdentifiableInformationGuardrailConfig
GuardrailConfig. getPersonallyIdentifiableInformationConfig()
Methods in com.oracle.bmc.generativeaiagent.model with parameters of type PersonallyIdentifiableInformationGuardrailConfig Modifier and Type Method Description PersonallyIdentifiableInformationGuardrailConfig.Builder
PersonallyIdentifiableInformationGuardrailConfig.Builder. copy(PersonallyIdentifiableInformationGuardrailConfig model)
GuardrailConfig.Builder
GuardrailConfig.Builder. personallyIdentifiableInformationConfig(PersonallyIdentifiableInformationGuardrailConfig personallyIdentifiableInformationConfig)
Constructors in com.oracle.bmc.generativeaiagent.model with parameters of type PersonallyIdentifiableInformationGuardrailConfig Constructor Description GuardrailConfig(ContentModerationGuardrailConfig contentModerationConfig, PromptInjectionGuardrailConfig promptInjectionConfig, PersonallyIdentifiableInformationGuardrailConfig personallyIdentifiableInformationConfig)
Deprecated.
-