共用方式為


AmlComputeNodeStateCounts 類別

表示 AmlCompute 物件的詳細節點計數資訊。

get_status使用 的 AmlCompute 方法來檢視節點計數。

初始化 AmlComputeNodeStateCounts 物件。

繼承
builtins.object
AmlComputeNodeStateCounts

建構函式

AmlComputeNodeStateCounts(idle_node_count, leaving_node_count, preempted_node_count, preparing_node_count, running_node_count, unusable_node_count)

參數

名稱 Description
idle_node_count
必要
int

目前閒置節點的數目。

leaving_node_count
必要
int

正在取消布建的目前節點數目。

preempted_node_count
必要
int

目前的先占節點數目。

preparing_node_count
必要
int

正在布建的目前節點數目。

running_node_count
必要
int

使用中節點的目前數目。

unusable_node_count
必要
int

目前無法使用的節點數目。

idle_node_count
必要
int

目前閒置節點數目

leaving_node_count
必要
int

正在取消布建的目前節點數目

preempted_node_count
必要
int

目前預先佔用的節點數目

preparing_node_count
必要
int

正在布建的目前節點數目

running_node_count
必要
int

使用中節點的目前數目

unusable_node_count
必要
int

目前無法使用的節點數目

方法

deserialize

將 JSON 物件轉換成 AmlComputeNodeStateCounts 物件。

serialize

將此 AmlComputeNodeStateCounts 物件轉換成 JSON 序列化字典。

deserialize

將 JSON 物件轉換成 AmlComputeNodeStateCounts 物件。

static deserialize(object_dict)

參數

名稱 Description
object_dict
必要

要轉換成 AmlComputeNodeStateCounts 物件的 JSON 物件。

傳回

類型 Description

所提供 JSON 物件的 AmlComputeNodeStateCounts 標記法。

例外狀況

類型 Description

serialize

將此 AmlComputeNodeStateCounts 物件轉換成 JSON 序列化字典。

serialize()

傳回

類型 Description

這個 AmlComputeNodeStateCounts 物件的 JSON 表示。

例外狀況

類型 Description