Class PersonallyIdentifiableInformationResult.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeaiinference.model.PersonallyIdentifiableInformationResult.Builder
-
- Enclosing class:
- PersonallyIdentifiableInformationResult
public static class PersonallyIdentifiableInformationResult.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PersonallyIdentifiableInformationResult
build()
PersonallyIdentifiableInformationResult.Builder
copy(PersonallyIdentifiableInformationResult model)
PersonallyIdentifiableInformationResult.Builder
label(String label)
The label of the personally identifiable information.PersonallyIdentifiableInformationResult.Builder
length(Integer length)
The length of the personally identifiable information.PersonallyIdentifiableInformationResult.Builder
offset(Integer offset)
The offset of the personally identifiable information.PersonallyIdentifiableInformationResult.Builder
score(Double score)
The score of the personally identifiable information.PersonallyIdentifiableInformationResult.Builder
text(String text)
The text of the personally identifiable information.
-
-
-
Method Detail
-
length
public PersonallyIdentifiableInformationResult.Builder length(Integer length)
The length of the personally identifiable information.- Parameters:
length
- the value to set- Returns:
- this builder
-
offset
public PersonallyIdentifiableInformationResult.Builder offset(Integer offset)
The offset of the personally identifiable information.- Parameters:
offset
- the value to set- Returns:
- this builder
-
text
public PersonallyIdentifiableInformationResult.Builder text(String text)
The text of the personally identifiable information.- Parameters:
text
- the value to set- Returns:
- this builder
-
label
public PersonallyIdentifiableInformationResult.Builder label(String label)
The label of the personally identifiable information.- Parameters:
label
- the value to set- Returns:
- this builder
-
score
public PersonallyIdentifiableInformationResult.Builder score(Double score)
The score of the personally identifiable information.- Parameters:
score
- the value to set- Returns:
- this builder
-
build
public PersonallyIdentifiableInformationResult build()
-
copy
public PersonallyIdentifiableInformationResult.Builder copy(PersonallyIdentifiableInformationResult model)
-
-