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.modelMethods in com.oracle.bmc.generativeaiinference.model that return PersonallyIdentifiableInformationConfiguration.Builder Modifier and Type Method Description static PersonallyIdentifiableInformationConfiguration.BuilderPersonallyIdentifiableInformationConfiguration. builder()Create a new builder.PersonallyIdentifiableInformationConfiguration.BuilderPersonallyIdentifiableInformationConfiguration.Builder. copy(PersonallyIdentifiableInformationConfiguration model)PersonallyIdentifiableInformationConfiguration.BuilderPersonallyIdentifiableInformationConfiguration. toBuilder()PersonallyIdentifiableInformationConfiguration.BuilderPersonallyIdentifiableInformationConfiguration.Builder. types(List<String> types)The types of personally identifiable information to detect.
 
-