AbstractComputeTarget 類別

Azure Machine Learning 未管理的計算目標的抽象類別。

類別 AbstractComputeTarget 建構函式。

繼承
builtins.object
AbstractComputeTarget

建構函式

AbstractComputeTarget(compute_target_type, name)

參數

compute_target_type
str
必要

計算目標型別。

name
str
必要

計算目標的名稱。

方法

deserialize_from_dict

還原序列化compute_target_dict,並傳回對應的計算目標物件。

deserialize_from_dict

還原序列化compute_target_dict,並傳回對應的計算目標物件。

static deserialize_from_dict(compute_target_name, compute_target_dict)

參數

compute_target_name
str
必要

計算目標名稱,基本上 < compute_target_name.compute > 檔案。

compute_target_dict
dict
必要

從磁片 .compute 檔案載入的計算目標聽寫。

傳回

目標特定的計算目標物件。

傳回類型

屬性

name

傳回計算目標名稱。

傳回

傳回計算目標的名稱。

傳回類型

str

type

傳回計算目標型別。

傳回

傳回計算目標型別。

傳回類型

str