WorkspaceEvaluationProperties interface

Model that represents the properties of the workspace evaluation.

Properties

endTime

The evaluation UTC end time.

errors

System or infrastructure errors encountered during evaluation.

evaluationResult

The overall evaluation result.

numScenariosEvaluatedCancelled

The number of scenarios that were cancelled during evaluation.

numScenariosEvaluatedFailed

The number of scenarios that failed evaluation.

numScenariosEvaluatedSucceeded

The number of scenarios that evaluated successfully.

numScenariosToEvaluate

The number of scenarios to evaluate.

results

Per-scenario evaluation results.

startTime

The evaluation UTC start time.

status

The evaluation status.

workspaceId

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