ExperimentExecutionDetailsProperties Class
Model that represents the extended properties of an experiment execution.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ExperimentExecutionDetailsProperties(**kwargs: Any)
Variables
| Name | Description |
|---|---|
|
status
|
The status of the execution. |
|
started_at
|
String that represents the start date time. |
|
stopped_at
|
String that represents the stop date time. |
|
failure_reason
|
The reason why the execution failed. |
|
last_action_at
|
String that represents the last action date time. |
|
run_information
|
The information of the experiment run. |