ExperimentExecutionDetails interface
Model that represents the execution details of a Experiment.
Properties
| created |
String that represents the created date time. NOTE: This property will not be serialized. It can only be populated by the server. |
| experiment |
The id of the experiment. NOTE: This property will not be serialized. It can only be populated by the server. |
| 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. |
| start |
String that represents the start date time. NOTE: This property will not be serialized. It can only be populated by the server. |
| status | The value of the status of the experiment execution. NOTE: This property will not be serialized. It can only be populated by the server. |
| stop |
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
createdDateTime
String that represents the created date time. NOTE: This property will not be serialized. It can only be populated by the server.
createdDateTime?: Date
Property Value
Date
experimentId
The id of the experiment. NOTE: This property will not be serialized. It can only be populated by the server.
experimentId?: string
Property Value
string
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
lastActionDateTime
String that represents the last action date time. NOTE: This property will not be serialized. It can only be populated by the server.
lastActionDateTime?: 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
startDateTime
String that represents the start date time. NOTE: This property will not be serialized. It can only be populated by the server.
startDateTime?: Date
Property Value
Date
status
The value of the status of the experiment execution. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
stopDateTime
String that represents the stop date time. NOTE: This property will not be serialized. It can only be populated by the server.
stopDateTime?: 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