Search Results for

    Show / Hide Table of Contents

    Class GuardrailUsage

    The details on the use of the guardrail.

    Inheritance
    object
    GuardrailUsage
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.AmazonAws
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public class GuardrailUsage

    Properties

    | Edit this page View Source

    AutomatedReasoningPolicies

    Optional. The number of automated reasoning policies that were processed during the guardrail evaluation.

    Declaration
    [JsonProperty("automatedReasoningPolicies")]
    public int? AutomatedReasoningPolicies { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    AutomatedReasoningPolicyUnits

    Optional. The number of text units processed by the automated reasoning policy.

    Declaration
    [JsonProperty("automatedReasoningPolicyUnits")]
    public int? AutomatedReasoningPolicyUnits { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    ContentPolicyImageUnits

    Optional. The content policy image units processed by the guardrail.

    Declaration
    [JsonProperty("contentPolicyImageUnits")]
    public int? ContentPolicyImageUnits { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    ContentPolicyUnits

    Required. The content policy units processed by the guardrail.

    Declaration
    [JsonProperty("contentPolicyUnits")]
    public int ContentPolicyUnits { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    ContextualGroundingPolicyUnits

    Required. The contextual grounding policy units processed by the guardrail.

    Declaration
    [JsonProperty("contextualGroundingPolicyUnits")]
    public int ContextualGroundingPolicyUnits { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    SensitiveInformationPolicyFreeUnits

    Required. The sensitive information policy free units processed by the guardrail.

    Declaration
    [JsonProperty("sensitiveInformationPolicyFreeUnits")]
    public int SensitiveInformationPolicyFreeUnits { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    SensitiveInformationPolicyUnits

    Required. The sensitive information policy units processed by the guardrail.

    Declaration
    [JsonProperty("sensitiveInformationPolicyUnits")]
    public int SensitiveInformationPolicyUnits { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    TopicPolicyUnits

    Required. The topic policy units processed by the guardrail.

    Declaration
    [JsonProperty("topicPolicyUnits")]
    public int TopicPolicyUnits { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    WordPolicyUnits

    Required. The word policy units processed by the guardrail.

    Declaration
    [JsonProperty("wordPolicyUnits")]
    public int WordPolicyUnits { get; set; }
    Property Value
    Type Description
    int

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation