Class PersonallyIdentifiableInformationConfiguration
Configuration for personally identifiable information detection.
Inherited Members
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class PersonallyIdentifiableInformationConfiguration
Properties
Types
Declaration
[Required(ErrorMessage = "Types is required.")]
[JsonProperty(PropertyName = "types")]
public List<string> Types { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The types of personally identifiable information to detect. |
Remarks
Required