ExperimentExecutionDetailsProperties interface
Model that represents the extended properties of an experiment execution.
- Extends
Properties
failure |
The reason why the execution failed. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
String that represents the last action date time. NOTE: This property will not be serialized. It can only be populated by the server. |
run |
The information of the experiment run. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
started |
String that represents the start date time. NOTE: This property will not be serialized. It can only be populated by the server. |
status | The status of the execution. NOTE: This property will not be serialized. It can only be populated by the server. |
stopped |
String that represents the stop date time. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
failureReason
The reason why the execution failed. NOTE: This property will not be serialized. It can only be populated by the server.
failureReason?: string
Property Value
string
lastActionAt
String that represents the last action date time. NOTE: This property will not be serialized. It can only be populated by the server.
lastActionAt?: Date
Property Value
Date
runInformation
The information of the experiment run. NOTE: This property will not be serialized. It can only be populated by the server.
runInformation?: ExperimentExecutionDetailsPropertiesRunInformation
Property Value
Inherited Property Details
startedAt
String that represents the start date time. NOTE: This property will not be serialized. It can only be populated by the server.
startedAt?: Date
Property Value
Date
Inherited From ExperimentExecutionProperties.startedAt
status
The status of the execution. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
Inherited From ExperimentExecutionProperties.status
stoppedAt
String that represents the stop date time. NOTE: This property will not be serialized. It can only be populated by the server.
stoppedAt?: Date
Property Value
Date
Inherited From ExperimentExecutionProperties.stoppedAt