amlcompute 모듈

Azure Machine Learning에서 Azure Machine Learning 컴퓨팅 대상을 관리하기 위한 기능이 포함되어 있습니다.

클래스

AmlCompute

Azure Machine Learning에서 Azure Machine Learning 컴퓨팅을 관리합니다.

Azure Machine Learning 컴퓨팅(AmlCompute)은 사용자가 단일 또는 다중 노드 컴퓨팅을 간편하게 만들 수 있는 관리형 컴퓨팅 인프라입니다. 작업 영역 지역 내에서 컴퓨팅은 다른 사용자와 공유할 수 있는 리소스로 만들어집니다. 자세한 내용은 Azure Machine Learning의 컴퓨팅 대상이란?을 참조하세요.

클래스 ComputeTarget 생성자입니다.

제공된 작업 영역과 연결된 Compute 개체의 클라우드 표현을 검색합니다. 검색된 Compute 개체의 특정 형식에 해당하는 자식 클래스의 instance 반환합니다.

AmlComputeNodeStateCounts

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

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

AmlComputeNodeStateCounts 개체를 초기화합니다.

AmlComputeProvisioningConfiguration

AmlCompute 대상을 프로비저닝하기 위한 구성 매개 변수를 나타냅니다.

AmlCompute 클래스의 provisioning_configuration 메서드를 사용하여 구성 매개 변수를 지정합니다.

AmlCompute 대상을 프로비전하기 위한 구성 개체를 만듭니다.

AmlComputeStatus

AmlCompute 대상에 대한 자세한 상태 정보를 나타냅니다.

AmlCompute 클래스의 get_status 메서드를 사용하여 상태 정보를 반환합니다.

AmlComputeStatus 개체를 초기화합니다.

ScaleSettings

AmlCompute 대상에 대한 배율 설정을 나타냅니다.

AmlCompute 클래스 provisioning_configuration 메서드를 사용하여 크기 조정 설정을 지정하고 update 메서드를 사용하여 업데이트하고 get_status 메서드를 사용하여 확인합니다.

ScaleSettings 개체를 초기화합니다.