Search Results for

    Show / Hide Table of Contents

    Class CreateEvaluationResultRequest

    Inheritance
    object
    CreateEvaluationResultRequest
    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 CreateEvaluationResultRequest

    Properties

    AgentRunId

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

    AgentStepRunId

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

    Details

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

    Flagged

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

    RetryCount

    Declaration
    [JsonPropertyName("retry_count")]
    public int? RetryCount { get; set; }
    Property Value
    Type Description
    int?

    RetryTriggered

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

    Score

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

    Status

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