KubernetesComputeStatus 클래스
KubernetesCompute 대상에 대한 자세한 상태 정보를 나타냅니다.
클래스의 get_status 메서드를 KubernetesCompute 사용하여 상태 정보를 반환합니다.
KubernetesComputeStatus 개체를 초기화합니다.
생성자
KubernetesComputeStatus(creation_time, modified_time, provisioning_state)
매개 변수
| Name | Description |
|---|---|
|
creation_time
필수
|
클러스터 생성 시간입니다. |
|
modified_time
필수
|
클러스터 수정 시간입니다. |
|
provisioning_state
필수
|
클러스터의 현재 프로비전 상태입니다. |
|
creation_time
필수
|
클러스터 생성 시간입니다. |
|
modified_time
필수
|
클러스터 수정 시간입니다. |
|
provisioning_state
필수
|
클러스터의 현재 프로비전 상태입니다. |
메서드
| deserialize |
JSON 개체를 KubernetesComputeStatus 개체로 변환합니다. |
| serialize |
이 KubernetesComputeStatus 개체를 JSON 직렬화된 사전으로 변환합니다. |
deserialize
JSON 개체를 KubernetesComputeStatus 개체로 변환합니다.
static deserialize(object_dict)
매개 변수
| Name | Description |
|---|---|
|
object_dict
필수
|
KubernetesComputeStatus 개체로 변환할 JSON 개체입니다. |
반환
| 형식 | Description |
|---|---|
|
<xref:azureml.core.compute.KubernetesCompute.KubernetesComputeStatus>
|
제공된 JSON 개체의 KubernetesComputeStatus 표현입니다. |
예외
| 형식 | Description |
|---|---|
serialize
이 KubernetesComputeStatus 개체를 JSON 직렬화된 사전으로 변환합니다.
serialize()
반환
| 형식 | Description |
|---|---|
|
이 KubernetesComputeStatus 개체의 JSON 표현입니다. |