Uses of Class
com.oracle.bmc.generativeaiinference.model.PersonallyIdentifiableInformationResult
-
Packages that use PersonallyIdentifiableInformationResult Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of PersonallyIdentifiableInformationResult in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return PersonallyIdentifiableInformationResult Modifier and Type Method Description PersonallyIdentifiableInformationResult
PersonallyIdentifiableInformationResult.Builder. build()
Methods in com.oracle.bmc.generativeaiinference.model that return types with arguments of type PersonallyIdentifiableInformationResult Modifier and Type Method Description List<PersonallyIdentifiableInformationResult>
GuardrailsResults. getPersonallyIdentifiableInformation()
The result of PII detectionMethods in com.oracle.bmc.generativeaiinference.model with parameters of type PersonallyIdentifiableInformationResult Modifier and Type Method Description PersonallyIdentifiableInformationResult.Builder
PersonallyIdentifiableInformationResult.Builder. copy(PersonallyIdentifiableInformationResult model)
Method parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type PersonallyIdentifiableInformationResult Modifier and Type Method Description GuardrailsResults.Builder
GuardrailsResults.Builder. personallyIdentifiableInformation(List<PersonallyIdentifiableInformationResult> personallyIdentifiableInformation)
The result of PII detectionConstructor parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type PersonallyIdentifiableInformationResult Constructor Description GuardrailsResults(ContentModerationResult contentModeration, List<PersonallyIdentifiableInformationResult> personallyIdentifiableInformation, PromptInjectionProtectionResult promptInjection)
Deprecated.
-