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
必須

ディスク上の .compute ファイルから読み込まれたコンピューティング先の dict。

戻り値

説明

ターゲット固有のコンピューティング先オブジェクト。

属性

name

コンピューティング先の名前を返します。

戻り値

説明
str

コンピューティング先の名前を返します。

type

コンピューティング先の種類を返します。

戻り値

説明
str

コンピューティング先の種類を返します。