Show / Hide Table of Contents

Class PersonallyIdentifiableInformationGuardrailConfig

The configuration details for Personally Identifiable Information.

Inheritance
object
PersonallyIdentifiableInformationGuardrailConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top