WorkspaceEvaluationProperties interface
Model that represents the properties of the workspace evaluation.
Properties
| end |
The evaluation UTC end time. |
| errors | System or infrastructure errors encountered during evaluation. |
| evaluation |
The overall evaluation result. |
| num |
The number of scenarios that were cancelled during evaluation. |
| num |
The number of scenarios that failed evaluation. |
| num |
The number of scenarios that evaluated successfully. |
| num |
The number of scenarios to evaluate. |
| results | Per-scenario evaluation results. |
| start |
The evaluation UTC start time. |
| status | The evaluation status. |
| workspace |
The workspace ID this evaluation belongs to. |
Property Details
endTime
The evaluation UTC end time.
endTime?: Date
Property Value
Date
errors
System or infrastructure errors encountered during evaluation.
errors?: OperationError[]
Property Value
evaluationResult
The overall evaluation result.
evaluationResult?: string
Property Value
string
numScenariosEvaluatedCancelled
The number of scenarios that were cancelled during evaluation.
numScenariosEvaluatedCancelled?: number
Property Value
number
numScenariosEvaluatedFailed
The number of scenarios that failed evaluation.
numScenariosEvaluatedFailed?: number
Property Value
number
numScenariosEvaluatedSucceeded
The number of scenarios that evaluated successfully.
numScenariosEvaluatedSucceeded?: number
Property Value
number
numScenariosToEvaluate
The number of scenarios to evaluate.
numScenariosToEvaluate?: number
Property Value
number
results
Per-scenario evaluation results.
results?: ScenarioEvaluationResultItem[]
Property Value
startTime
The evaluation UTC start time.
startTime?: Date
Property Value
Date
status
The evaluation status.
status: string
Property Value
string
workspaceId
The workspace ID this evaluation belongs to.
workspaceId: string
Property Value
string