Search Results for

    Show / Hide Table of Contents

    Class ExperimentDetailResponse

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

    Properties

    CompletedAt

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

    CreatedAt

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

    ErrorMessage

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

    EvaluationComplexity

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

    EvaluationMode

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

    EvaluatorModelId

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

    Id

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

    IncludeStepOutputInEvaluation

    Declaration
    [JsonPropertyName("include_step_output_in_evaluation")]
    public bool IncludeStepOutputInEvaluation { get; set; }
    Property Value
    Type Description
    bool

    JsonTemplate

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

    ProgressCurrent

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

    ProgressMessage

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

    ProgressTotal

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

    Prompt

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

    ResultData

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

    SelectedModelIds

    Declaration
    [JsonPropertyName("selected_model_ids")]
    public List<string> SelectedModelIds { get; set; }
    Property Value
    Type Description
    List<string>

    SelectedStepOutput

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

    StartedAt

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

    Status

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

    SystemPrompt

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