ExperimentExecutionProperties interface
Model that represents the execution properties of an Experiment.
Properties
| provisioning |
Resource provisioning state. Not currently in use for executions. |
| started |
String that represents the start date time. |
| status | The status of the execution. |
| stopped |
String that represents the stop date time. |
Property Details
provisioningState
Resource provisioning state. Not currently in use for executions.
provisioningState?: string
Property Value
string
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