Class CreateEvaluationCriteriaRequest
Inheritance
CreateEvaluationCriteriaRequest
Assembly: Seclai.dll
Syntax
public sealed class CreateEvaluationCriteriaRequest
Properties
Description
Declaration
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
Enabled
Declaration
[JsonPropertyName("enabled")]
public bool? Enabled { get; set; }
Property Value
EvaluationPrompt
Declaration
[JsonPropertyName("evaluation_prompt")]
public string? EvaluationPrompt { get; set; }
Property Value
EvaluationTier
Declaration
[JsonPropertyName("evaluation_tier")]
public string? EvaluationTier { get; set; }
Property Value
ExpectationConfig
Declaration
[JsonPropertyName("expectation_config")]
public Dictionary<string, JsonElement>? ExpectationConfig { get; set; }
Property Value
PassThreshold
Declaration
[JsonPropertyName("pass_threshold")]
public float? PassThreshold { get; set; }
Property Value
StepId
Declaration
[JsonPropertyName("step_id")]
public string? StepId { get; set; }
Property Value