다음을 통해 공유


AmlComputeNodeStateCounts 클래스

AmlCompute 개체에 대한 자세한 노드 수 정보를 나타냅니다.

AmlComputeget_status 메서드를 사용하여 노드 수를 봅니다.

AmlComputeNodeStateCounts 개체를 초기화합니다.

상속
builtins.object
AmlComputeNodeStateCounts

생성자

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

매개 변수

Name 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)

매개 변수

Name Description
object_dict
필수

AmlComputeNodeStateCounts 개체로 변환할 JSON 개체입니다.

반환

형식 Description

제공된 JSON 개체의 AmlComputeNodeStateCounts 표현입니다.

예외

형식 Description

serialize

이 AmlComputeNodeStateCounts 개체를 JSON 직렬화된 사전으로 변환합니다.

serialize()

반환

형식 Description

이 AmlComputeNodeStateCounts 개체의 JSON 표현입니다.

예외

형식 Description