Class PersonallyIdentifiableInformationGuardrailConfig
The configuration details for Personally Identifiable Information.
Inherited Members
Namespace: Oci.GenerativeaiagentService.Models
Assembly: OCI.DotNetSDK.Generativeaiagent.dll
Syntax
public class PersonallyIdentifiableInformationGuardrailConfig
Properties
InputGuardrailMode
Declaration
[JsonProperty(PropertyName = "inputGuardrailMode")]
[JsonConverter(typeof(ResponseEnumConverter))]
public GuardrailMode? InputGuardrailMode { get; set; }
Property Value
Type | Description |
---|---|
GuardrailMode? | An input guardrail mode for personally identifiable information. |
OutputGuardrailMode
Declaration
[JsonProperty(PropertyName = "outputGuardrailMode")]
[JsonConverter(typeof(ResponseEnumConverter))]
public GuardrailMode? OutputGuardrailMode { get; set; }
Property Value
Type | Description |
---|---|
GuardrailMode? | An output guardrail mode for personally identifiable information. |