ExperimentExecutionDetails interface
Model that represents the execution details of an Experiment.
Properties
failure |
The reason why the execution failed. NOTE: This property will not be serialized. It can only be populated by the server. |
id | String of the fully qualified resource ID. 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. |
name | String of the resource name. 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. |
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. |
type | String of the resource type. 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
id
String of the fully qualified resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: 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
name
String of the resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
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
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
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
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
type
String of the resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string