AbstractComputeTarget 類別
Azure Machine Learning 未管理的計算目標的抽象類別。
類別 AbstractComputeTarget 建構函式。
- 繼承
-
builtins.objectAbstractComputeTarget
建構函式
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 |
---|---|
目標特定的計算目標物件。 |