Class ExperimentDetailResponse
Inheritance
ExperimentDetailResponse
Assembly: Seclai.dll
Syntax
public sealed class ExperimentDetailResponse
Properties
CompletedAt
Declaration
[JsonPropertyName("completed_at")]
public string? CompletedAt { get; set; }
Property Value
CreatedAt
Declaration
[JsonPropertyName("created_at")]
public string CreatedAt { get; set; }
Property Value
ErrorMessage
Declaration
[JsonPropertyName("error_message")]
public string? ErrorMessage { get; set; }
Property Value
EvaluationComplexity
Declaration
[JsonPropertyName("evaluation_complexity")]
public string EvaluationComplexity { get; set; }
Property Value
EvaluationMode
Declaration
[JsonPropertyName("evaluation_mode")]
public string EvaluationMode { get; set; }
Property Value
EvaluatorModelId
Declaration
[JsonPropertyName("evaluator_model_id")]
public string? EvaluatorModelId { get; set; }
Property Value
Id
Declaration
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
IncludeStepOutputInEvaluation
Declaration
[JsonPropertyName("include_step_output_in_evaluation")]
public bool IncludeStepOutputInEvaluation { get; set; }
Property Value
JsonTemplate
Declaration
[JsonPropertyName("json_template")]
public string? JsonTemplate { get; set; }
Property Value
ProgressCurrent
Declaration
[JsonPropertyName("progress_current")]
public int? ProgressCurrent { get; set; }
Property Value
ProgressMessage
Declaration
[JsonPropertyName("progress_message")]
public string? ProgressMessage { get; set; }
Property Value
ProgressTotal
Declaration
[JsonPropertyName("progress_total")]
public int? ProgressTotal { get; set; }
Property Value
Prompt
Declaration
[JsonPropertyName("prompt")]
public string Prompt { get; set; }
Property Value
ResultData
Declaration
[JsonPropertyName("result_data")]
public Dictionary<string, JsonElement>? ResultData { get; set; }
Property Value
SelectedModelIds
Declaration
[JsonPropertyName("selected_model_ids")]
public List<string> SelectedModelIds { get; set; }
Property Value
SelectedStepOutput
Declaration
[JsonPropertyName("selected_step_output")]
public string? SelectedStepOutput { get; set; }
Property Value
StartedAt
Declaration
[JsonPropertyName("started_at")]
public string? StartedAt { get; set; }
Property Value
Status
Declaration
[JsonPropertyName("status")]
public string Status { get; set; }
Property Value
SystemPrompt
Declaration
[JsonPropertyName("system_prompt")]
public string SystemPrompt { get; set; }
Property Value