AbstractComputeTarget 클래스
Azure Machine Learning에서 관리하지 않는 컴퓨팅 대상에 대한 추상 클래스입니다.
클래스 AbstractComputeTarget 생성자입니다.
- 상속
-
builtins.objectAbstractComputeTarget
생성자
AbstractComputeTarget(compute_target_type, name)
매개 변수
Name | Description |
---|---|
compute_target_type
필수
|
컴퓨팅 대상 유형입니다. |
name
필수
|
컴퓨팅 대상의 이름입니다. |
메서드
deserialize_from_dict |
compute_target_dict를 역직렬화하고 해당하는 컴퓨팅 대상 개체를 반환합니다. |
deserialize_from_dict
compute_target_dict를 역직렬화하고 해당하는 컴퓨팅 대상 개체를 반환합니다.
static deserialize_from_dict(compute_target_name, compute_target_dict)
매개 변수
Name | Description |
---|---|
compute_target_name
필수
|
컴퓨팅 대상 이름(기본적으로 <compute_target_name>.compute 파일)입니다. |
compute_target_dict
필수
|
디스크 상의 .compute 파일에서 로드된 컴퓨팅 대상 사전입니다. |
반환
형식 | Description |
---|---|
대상 특정 컴퓨팅 대상 개체입니다. |