Uses of Class
com.oracle.bmc.generativeaiinference.model.PersonallyIdentifiableInformationConfiguration.Builder
-
Packages that use PersonallyIdentifiableInformationConfiguration.Builder Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of PersonallyIdentifiableInformationConfiguration.Builder in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return PersonallyIdentifiableInformationConfiguration.Builder Modifier and Type Method Description static PersonallyIdentifiableInformationConfiguration.Builder
PersonallyIdentifiableInformationConfiguration. builder()
Create a new builder.PersonallyIdentifiableInformationConfiguration.Builder
PersonallyIdentifiableInformationConfiguration.Builder. copy(PersonallyIdentifiableInformationConfiguration model)
PersonallyIdentifiableInformationConfiguration.Builder
PersonallyIdentifiableInformationConfiguration. toBuilder()
PersonallyIdentifiableInformationConfiguration.Builder
PersonallyIdentifiableInformationConfiguration.Builder. types(List<String> types)
The types of personally identifiable information to detect.
-