Search Results for

    Show / Hide Table of Contents

    Class UpdateEvaluationCriteriaRequest

    Inheritance
    object
    UpdateEvaluationCriteriaRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Seclai.Models
    Assembly: Seclai.dll
    Syntax
    public sealed class UpdateEvaluationCriteriaRequest

    Properties

    Description

    Declaration
    [JsonPropertyName("description")]
    public string? Description { get; set; }
    Property Value
    Type Description
    string

    Enabled

    Declaration
    [JsonPropertyName("enabled")]
    public bool? Enabled { get; set; }
    Property Value
    Type Description
    bool?

    EvaluationPrompt

    Declaration
    [JsonPropertyName("evaluation_prompt")]
    public string? EvaluationPrompt { get; set; }
    Property Value
    Type Description
    string

    EvaluationTier

    Declaration
    [JsonPropertyName("evaluation_tier")]
    public string? EvaluationTier { get; set; }
    Property Value
    Type Description
    string

    ExpectationConfig

    Declaration
    [JsonPropertyName("expectation_config")]
    public Dictionary<string, JsonElement>? ExpectationConfig { get; set; }
    Property Value
    Type Description
    Dictionary<string, JsonElement>

    PassThreshold

    Declaration
    [JsonPropertyName("pass_threshold")]
    public float? PassThreshold { get; set; }
    Property Value
    Type Description
    float?

    StepId

    Declaration
    [JsonPropertyName("step_id")]
    public string? StepId { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX