Show / Hide Table of Contents

Class GuardrailConfigs

Additional configuration for each guardrail.

Inheritance
object
GuardrailConfigs
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class GuardrailConfigs

Properties

ContentModerationConfig

Declaration
[JsonProperty(PropertyName = "contentModerationConfig")]
public ContentModerationConfiguration ContentModerationConfig { get; set; }
Property Value
Type Description
ContentModerationConfiguration

PersonallyIdentifiableInformationConfig

Declaration
[JsonProperty(PropertyName = "personallyIdentifiableInformationConfig")]
public PersonallyIdentifiableInformationConfiguration PersonallyIdentifiableInformationConfig { get; set; }
Property Value
Type Description
PersonallyIdentifiableInformationConfiguration

PromptInjectionConfig

Declaration
[JsonProperty(PropertyName = "promptInjectionConfig")]
public PromptInjectionConfiguration PromptInjectionConfig { get; set; }
Property Value
Type Description
PromptInjectionConfiguration
In this article
Back to top