ExperimentExecutionProperties interface
Model that represents the execution properties of an Experiment.
Properties
| started |
String that represents the start date time. |
| status | The status of the execution. |
| stopped |
String that represents the stop date time. |
Property Details
startedAt
String that represents the start date time.
startedAt?: Date
Property Value
Date
status
The status of the execution.
status?: string
Property Value
string
stoppedAt
String that represents the stop date time.
stoppedAt?: Date
Property Value
Date