Status 類別
定義可能的子執行狀態。
- 繼承
-
builtins.objectStatus
建構函式
Status()
方法
pretty |
AutoMLRun 狀態的詳細資訊列印。 |
pretty
AutoMLRun 狀態的詳細資訊列印。
pretty(metric)
參數
名稱 | Description |
---|---|
cls
必要
|
類型為 :class 的類別: azureml.automl.core.shared.constants.Status |
metric
必要
|
<xref:azureml.automl.core.constants.Metric>
要列印的計量。 |
傳回
類型 | Description |
---|---|
度量的美化列印。 |
屬性
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'