Status 类
定义可能的子运行状态。
构造函数
Status()
方法
| pretty |
AutoMLRun 状态的详细打印。 |
pretty
AutoMLRun 状态的详细打印。
pretty(metric)
参数
| 名称 | 说明 |
|---|---|
|
cls
必需
|
类型为 :class 的类: azureml.automl.core.shared.constants.Status |
|
metric
必需
|
<xref:azureml.automl.core.constants.Metric>
要打印的指标。 |
返回
| 类型 | 说明 |
|---|---|
|
指标的漂亮打印。 |
属性
Completed
Completed = 'Completed'
FULL_SET
FULL_SET = {'Completed', 'In Progress', 'Not Started', 'Started', 'Terminated'}
InProgress
InProgress = 'In Progress'
NotStarted
NotStarted = 'Not Started'
Started
Started = 'Started'
Terminated
Terminated = 'Terminated'