Class ExperimentSummaryResponse
Inheritance
ExperimentSummaryResponse
Assembly: Seclai.dll
Syntax
public sealed class ExperimentSummaryResponse
Properties
CreatedAt
Declaration
[JsonPropertyName("created_at")]
public string CreatedAt { 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
Id
Declaration
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
SelectedModelIds
Declaration
[JsonPropertyName("selected_model_ids")]
public List<string> SelectedModelIds { get; set; }
Property Value
Status
Declaration
[JsonPropertyName("status")]
public string Status { get; set; }
Property Value