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.
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. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python