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
-
azure.mgmt.chaos._serialization.ModelExperimentExecutionDetails
Constructor
ExperimentExecutionDetails(**kwargs: Any)
Variables
Name | Description |
---|---|
type
|
String of the resource type. |
id
|
String of the fully qualified resource ID. |
name
|
String of the resource name. |
experiment_id
|
The id of the experiment. |
status
|
The value of the status of the experiment execution. |
failure_reason
|
The reason why the execution failed. |
created_date_time
|
String that represents the created date time. |
last_action_date_time
|
String that represents the last action date time. |
start_date_time
|
String that represents the start date time. |
stop_date_time
|
String that represents the stop date time. |
run_information
|
The information of the experiment run. |
Azure SDK for Python