次の方法で共有


KubernetesComputeStatus クラス

KubernetesCompute ターゲットに関する詳細な状態情報を表します。

KubernetesCompute クラスの get_status メソッドを使用して、状態情報を返します。

KubernetesComputeStatus オブジェクトを初期化します。

継承
builtins.object
KubernetesComputeStatus

コンストラクター

KubernetesComputeStatus(creation_time, modified_time, provisioning_state)

パラメーター

名前 説明
creation_time
必須

クラスターの作成時刻。

modified_time
必須

クラスターの変更時刻。

provisioning_state
必須
str

クラスターの現在のプロビジョニング状態。

creation_time
必須

クラスターの作成時刻。

modified_time
必須

クラスターの変更時刻。

provisioning_state
必須
str

クラスターの現在のプロビジョニング状態。

メソッド

deserialize

JSON オブジェクトを KubernetesComputeStatus オブジェクトに変換します。

serialize

この KubernetesComputeStatus オブジェクトを JSON でシリアル化された辞書に変換します。

deserialize

JSON オブジェクトを KubernetesComputeStatus オブジェクトに変換します。

static deserialize(object_dict)

パラメーター

名前 説明
object_dict
必須

KubernetesComputeStatus オブジェクトに変換する JSON オブジェクト。

戻り値

説明
<xref:azureml.core.compute.KubernetesCompute.KubernetesComputeStatus>

指定された JSON オブジェクトの KubernetesComputeStatus 表現。

例外

説明

serialize

この KubernetesComputeStatus オブジェクトを JSON でシリアル化された辞書に変換します。

serialize()

戻り値

説明

この KubernetesComputeStatus オブジェクトの JSON 表現。

例外

説明