AbstractComputeTarget 類別
Azure Machine Learning 未管理的計算目標的抽象類。
類別 AbstractComputeTarget 建構函式。
建構函式
AbstractComputeTarget(compute_target_type, name)
參數
| 名稱 | Description |
|---|---|
|
compute_target_type
必要
|
計算目標類型。 |
|
name
必要
|
計算目標的名稱。 |
方法
| deserialize_from_dict |
還原串行化compute_target_dict,並傳回對應的計算目標物件。 |
deserialize_from_dict
還原串行化compute_target_dict,並傳回對應的計算目標物件。
static deserialize_from_dict(compute_target_name, compute_target_dict)
參數
| 名稱 | Description |
|---|---|
|
compute_target_name
必要
|
計算目標名稱,基本上 <compute_target_name.compute> 檔案。 |
|
compute_target_dict
必要
|
從磁碟 .compute 檔案載入的計算目標聽寫。 |
傳回
| 類型 | Description |
|---|---|
|
目標特定的計算目標物件。 |