ExperimentExecutionDetails Class
Model that represents the execution details of a Experiment.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
ExperimentExecutionDetails
Constructor
ExperimentExecutionDetails(**kwargs)
Variables
- type
- str
String of the resource type.
- id
- str
String of the fully qualified resource ID.
- name
- str
String of the resource name.
- experiment_id
- str
The id of the experiment.
- status
- str
The value of the status of the experiment execution.
- failure_reason
- str
The reason why the execution failed.
- created_date_time
- datetime
String that represents the created date time.
- last_action_date_time
- datetime
String that represents the last action date time.
- start_date_time
- datetime
String that represents the start date time.
- stop_date_time
- datetime
String that represents the stop date time.
- run_information
- ExperimentExecutionDetailsPropertiesRunInformation
The information of the experiment run.
Feedback
Submit and view feedback for