Microsoft.MachineLearningServices 작업 영역/computes 2018-03-01-preview
이 문서의 내용
Bicep 리소스 정의
작업 영역/컴퓨팅 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
각 API 버전에서 변경된 속성 목록은 변경 로그 참조하세요.
Microsoft.MachineLearningServices/workspaces/computes 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.
resource symbolicname 'Microsoft.MachineLearningServices/workspaces/computes@2018-03-01-preview' = {
parent: resourceSymbolicName
identity: {
type: 'SystemAssigned'
}
location: 'string'
name: 'string'
properties: {
computeLocation: 'string'
description: 'string'
resourceId: 'string'
computeType: 'string'
// For remaining properties, see Compute objects
}
tags: {
{customized property}: 'string'
}
}
컴퓨팅 개체
computeType 속성을 설정하여 개체 유형을 지정합니다.
AKS경우 다음을 사용합니다.
{
computeType: 'AKS'
properties: {
agentCount: int
agentVMSize: 'string'
clusterFqdn: 'string'
sslConfiguration: {
cert: 'string'
cname: 'string'
key: 'string'
status: 'string'
}
systemServices: [
{}
]
}
}
batchAI경우 다음을 사용합니다.
{
computeType: 'BatchAI'
properties: {
scaleSettings: {
autoScaleEnabled: bool
maxNodeCount: int
minNodeCount: int
}
vmPriority: 'string'
vmSize: 'string'
}
}
DataFactory 경우 다음을 사용합니다.
{
computeType: 'DataFactory'
}
HDInsight경우 다음을 사용합니다.
{
computeType: 'HDInsight'
properties: {
address: 'string'
administratorAccount: {
password: 'string'
privateKeyData: 'string'
publicKeyData: 'string'
username: 'string'
}
sshPort: int
}
}
VirtualMachine 경우 다음을 사용합니다.
{
computeType: 'VirtualMachine'
properties: {
address: 'string'
administratorAccount: {
password: 'string'
privateKeyData: 'string'
publicKeyData: 'string'
username: 'string'
}
sshPort: int
virtualMachineSize: 'string'
}
}
속성 값
AKS
이름
묘사
값
computeType
컴퓨팅 유형
'AKS'(필수)
속성
AKS 속성
AKSProperties
AKSProperties
이름
묘사
값
agentCount
에이전트 수
int 제약 조건: 최소값 = 1
agentVMSize
에이전트 가상 머신 크기
문자열
clusterFqdn
클러스터 전체 정규화된 도메인 이름
문자열
sslConfiguration
SSL 구성
SslConfiguration
systemServices
시스템 서비스
systemService[]
BatchAI
이름
묘사
값
computeType
컴퓨팅 유형
'BatchAI'(필수)
속성
BatchAI 속성
BatchAIProperties
BatchAIProperties
이름
묘사
값
scaleSettings
BatchAI에 대한 크기 조정 설정
ScaleSettings
vmPriority
Virtual Machine 우선 순위
문자열
vmSize
Virtual Machine 크기
문자열
계산
이름
묘사
값
computeLocation
기본 컴퓨팅의 위치
문자열
computeType
형식 AKS 대해 'AKS'로 설정합니다. BatchAI형식에 대해 'BatchAI'로 설정합니다. 형식 DataFactory 대해 'DataFactory'로 설정합니다. HDInsight 형식에 대해 'HDInsight'로 설정합니다. VirtualMachine 형식에 대해 'VirtualMachine'으로 설정합니다.
'AKS' 'BatchAI' 'DataFactory' 'HDInsight' 'VirtualMachine'(필수)
묘사
Machine Learning 컴퓨팅에 대한 설명입니다.
문자열
resourceId
컴퓨팅의 ARM 리소스 ID
문자열
DataFactory
이름
묘사
값
computeType
컴퓨팅 유형
'DataFactory'(필수)
HDInsight
이름
묘사
값
computeType
컴퓨팅 유형
'HDInsight'(필수)
속성
HDInsightProperties
HDInsightProperties
이름
묘사
값
주소
클러스터의 마스터 노드에 대한 공용 IP 주소입니다.
문자열
administratorAccount
클러스터의 마스터 노드에 대한 관리자 자격 증명
VirtualMachineSshCredentials
sshPort
클러스터의 마스터 노드에서 ssh 연결을 위해 열린 포트입니다.
int
신원
이름
묘사
값
형
ID 형식입니다.
'SystemAssigned'
Microsoft.MachineLearningServices/workspaces/computes
이름
묘사
값
신원
리소스의 ID입니다.
Identity
위치
리소스의 위치를 지정합니다.
문자열
이름
리소스 이름
string(필수)
부모
Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다. 자세한 내용은 부모 리소스외부의 자식 리소스 참조하세요.
형식 리소스의 기호 이름: 작업 영역
속성
컴퓨팅 속성
컴퓨팅
태그
리소스 태그
태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.
ScaleSettings
이름
묘사
값
autoScaleEnabled
자동 크기 조정 사용 또는 사용 안 함
bool
maxNodeCount
사용할 최대 노드 수
int
minNodeCount
사용할 최소 노드 수
int
SslConfiguration
이름
묘사
값
인증서
인증서 데이터
문자열
cname
인증서의 CNAME
문자열
열쇠
키 데이터
문자열
상태
점수 매기기용 SSL 사용 또는 사용 안 함
'사용 안 함' 'Enabled'
SystemService
VirtualMachine
VirtualMachineProperties
이름
묘사
값
주소
가상 머신의 공용 IP 주소입니다.
문자열
administratorAccount
가상 머신에 대한 관리자 자격 증명
VirtualMachineSshCredentials
sshPort
ssh 연결을 위해 열린 포트입니다.
int
virtualMachineSize
Virtual Machine 크기
문자열
VirtualMachineSshCredentials
이름
묘사
값
암호
관리자 계정의 암호
문자열
privateKeyData
프라이빗 키 데이터
문자열
publicKeyData
공개 키 데이터
문자열
사용자 이름
관리자 계정의 사용자 이름
문자열
빠른 시작 샘플
다음 빠른 시작 샘플은 이 리소스 유형을 배포합니다.
Bicep 파일
묘사
Azure Machine Learning 엔드 투 엔드 보안 설정
이 Bicep 템플릿 집합은 보안 설정에서 Azure Machine Learning 엔드 투 엔드를 설정하는 방법을 보여 줍니다. 이 참조 구현에는 작업 영역, 컴퓨팅 클러스터, 컴퓨팅 인스턴스 및 연결된 프라이빗 AKS 클러스터가 포함됩니다.
Azure Machine Learning 엔드 투 엔드 보안 설정(레거시)
이 Bicep 템플릿 집합은 보안 설정에서 Azure Machine Learning 엔드 투 엔드를 설정하는 방법을 보여 줍니다. 이 참조 구현에는 작업 영역, 컴퓨팅 클러스터, 컴퓨팅 인스턴스 및 연결된 프라이빗 AKS 클러스터가 포함됩니다.
개인 IP 주소 사용하여 AKS 컴퓨팅 대상 만들기
이 템플릿은 개인 IP 주소를 사용하여 지정된 Azure Machine Learning Service 작업 영역에서 AKS 컴퓨팅 대상을 만듭니다.
ARM 템플릿 리소스 정의
작업 영역/컴퓨팅 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
각 API 버전에서 변경된 속성 목록은 변경 로그 참조하세요.
Microsoft.MachineLearningServices/workspaces/computes 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.
{
"type": "Microsoft.MachineLearningServices/workspaces/computes",
"apiVersion": "2018-03-01-preview",
"name": "string",
"identity": {
"type": "SystemAssigned"
},
"location": "string",
"properties": {
"computeLocation": "string",
"description": "string",
"resourceId": "string",
"computeType": "string"
// For remaining properties, see Compute objects
},
"tags": {
"{customized property}": "string"
}
}
컴퓨팅 개체
computeType 속성을 설정하여 개체 유형을 지정합니다.
AKS경우 다음을 사용합니다.
{
"computeType": "AKS",
"properties": {
"agentCount": "int",
"agentVMSize": "string",
"clusterFqdn": "string",
"sslConfiguration": {
"cert": "string",
"cname": "string",
"key": "string",
"status": "string"
},
"systemServices": [
{
}
]
}
}
batchAI경우 다음을 사용합니다.
{
"computeType": "BatchAI",
"properties": {
"scaleSettings": {
"autoScaleEnabled": "bool",
"maxNodeCount": "int",
"minNodeCount": "int"
},
"vmPriority": "string",
"vmSize": "string"
}
}
DataFactory 경우 다음을 사용합니다.
{
"computeType": "DataFactory"
}
HDInsight경우 다음을 사용합니다.
{
"computeType": "HDInsight",
"properties": {
"address": "string",
"administratorAccount": {
"password": "string",
"privateKeyData": "string",
"publicKeyData": "string",
"username": "string"
},
"sshPort": "int"
}
}
VirtualMachine 경우 다음을 사용합니다.
{
"computeType": "VirtualMachine",
"properties": {
"address": "string",
"administratorAccount": {
"password": "string",
"privateKeyData": "string",
"publicKeyData": "string",
"username": "string"
},
"sshPort": "int",
"virtualMachineSize": "string"
}
}
속성 값
AKS
이름
묘사
값
computeType
컴퓨팅 유형
'AKS'(필수)
속성
AKS 속성
AKSProperties
AKSProperties
이름
묘사
값
agentCount
에이전트 수
int 제약 조건: 최소값 = 1
agentVMSize
에이전트 가상 머신 크기
문자열
clusterFqdn
클러스터 전체 정규화된 도메인 이름
문자열
sslConfiguration
SSL 구성
SslConfiguration
systemServices
시스템 서비스
systemService[]
BatchAI
이름
묘사
값
computeType
컴퓨팅 유형
'BatchAI'(필수)
속성
BatchAI 속성
BatchAIProperties
BatchAIProperties
이름
묘사
값
scaleSettings
BatchAI에 대한 크기 조정 설정
ScaleSettings
vmPriority
Virtual Machine 우선 순위
문자열
vmSize
Virtual Machine 크기
문자열
계산
이름
묘사
값
computeLocation
기본 컴퓨팅의 위치
문자열
computeType
형식 AKS 대해 'AKS'로 설정합니다. BatchAI형식에 대해 'BatchAI'로 설정합니다. 형식 DataFactory 대해 'DataFactory'로 설정합니다. HDInsight 형식에 대해 'HDInsight'로 설정합니다. VirtualMachine 형식에 대해 'VirtualMachine'으로 설정합니다.
'AKS' 'BatchAI' 'DataFactory' 'HDInsight' 'VirtualMachine'(필수)
묘사
Machine Learning 컴퓨팅에 대한 설명입니다.
문자열
resourceId
컴퓨팅의 ARM 리소스 ID
문자열
DataFactory
이름
묘사
값
computeType
컴퓨팅 유형
'DataFactory'(필수)
HDInsight
이름
묘사
값
computeType
컴퓨팅 유형
'HDInsight'(필수)
속성
HDInsightProperties
HDInsightProperties
이름
묘사
값
주소
클러스터의 마스터 노드에 대한 공용 IP 주소입니다.
문자열
administratorAccount
클러스터의 마스터 노드에 대한 관리자 자격 증명
VirtualMachineSshCredentials
sshPort
클러스터의 마스터 노드에서 ssh 연결을 위해 열린 포트입니다.
int
신원
이름
묘사
값
형
ID 형식입니다.
'SystemAssigned'
Microsoft.MachineLearningServices/workspaces/computes
이름
묘사
값
apiVersion
api 버전
'2018-03-01-preview'
신원
리소스의 ID입니다.
Identity
위치
리소스의 위치를 지정합니다.
문자열
이름
리소스 이름
string(필수)
속성
컴퓨팅 속성
컴퓨팅
태그
리소스 태그
태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.
형
리소스 종류
'Microsoft.MachineLearningServices/workspaces/computes'
ScaleSettings
이름
묘사
값
autoScaleEnabled
자동 크기 조정 사용 또는 사용 안 함
bool
maxNodeCount
사용할 최대 노드 수
int
minNodeCount
사용할 최소 노드 수
int
SslConfiguration
이름
묘사
값
인증서
인증서 데이터
문자열
cname
인증서의 CNAME
문자열
열쇠
키 데이터
문자열
상태
점수 매기기용 SSL 사용 또는 사용 안 함
'사용 안 함' 'Enabled'
SystemService
VirtualMachine
VirtualMachineProperties
이름
묘사
값
주소
가상 머신의 공용 IP 주소입니다.
문자열
administratorAccount
가상 머신에 대한 관리자 자격 증명
VirtualMachineSshCredentials
sshPort
ssh 연결을 위해 열린 포트입니다.
int
virtualMachineSize
Virtual Machine 크기
문자열
VirtualMachineSshCredentials
이름
묘사
값
암호
관리자 계정의 암호
문자열
privateKeyData
프라이빗 키 데이터
문자열
publicKeyData
공개 키 데이터
문자열
사용자 이름
관리자 계정의 사용자 이름
문자열
빠른 시작 템플릿
다음 빠른 시작 템플릿은 이 리소스 유형을 배포합니다.
작업 영역/컴퓨팅 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
각 API 버전에서 변경된 속성 목록은 변경 로그 참조하세요.
Microsoft.MachineLearningServices/workspaces/computes 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.MachineLearningServices/workspaces/computes@2018-03-01-preview"
name = "string"
identity = {
type = "SystemAssigned"
}
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
computeLocation = "string"
description = "string"
resourceId = "string"
computeType = "string"
// For remaining properties, see Compute objects
}
})
}
컴퓨팅 개체
computeType 속성을 설정하여 개체 유형을 지정합니다.
AKS경우 다음을 사용합니다.
{
computeType = "AKS"
properties = {
agentCount = int
agentVMSize = "string"
clusterFqdn = "string"
sslConfiguration = {
cert = "string"
cname = "string"
key = "string"
status = "string"
}
systemServices = [
{
}
]
}
}
batchAI경우 다음을 사용합니다.
{
computeType = "BatchAI"
properties = {
scaleSettings = {
autoScaleEnabled = bool
maxNodeCount = int
minNodeCount = int
}
vmPriority = "string"
vmSize = "string"
}
}
DataFactory 경우 다음을 사용합니다.
{
computeType = "DataFactory"
}
HDInsight경우 다음을 사용합니다.
{
computeType = "HDInsight"
properties = {
address = "string"
administratorAccount = {
password = "string"
privateKeyData = "string"
publicKeyData = "string"
username = "string"
}
sshPort = int
}
}
VirtualMachine 경우 다음을 사용합니다.
{
computeType = "VirtualMachine"
properties = {
address = "string"
administratorAccount = {
password = "string"
privateKeyData = "string"
publicKeyData = "string"
username = "string"
}
sshPort = int
virtualMachineSize = "string"
}
}
속성 값
AKS
이름
묘사
값
computeType
컴퓨팅 유형
'AKS'(필수)
속성
AKS 속성
AKSProperties
AKSProperties
이름
묘사
값
agentCount
에이전트 수
int 제약 조건: 최소값 = 1
agentVMSize
에이전트 가상 머신 크기
문자열
clusterFqdn
클러스터 전체 정규화된 도메인 이름
문자열
sslConfiguration
SSL 구성
SslConfiguration
systemServices
시스템 서비스
systemService[]
BatchAI
이름
묘사
값
computeType
컴퓨팅 유형
'BatchAI'(필수)
속성
BatchAI 속성
BatchAIProperties
BatchAIProperties
이름
묘사
값
scaleSettings
BatchAI에 대한 크기 조정 설정
ScaleSettings
vmPriority
Virtual Machine 우선 순위
문자열
vmSize
Virtual Machine 크기
문자열
계산
이름
묘사
값
computeLocation
기본 컴퓨팅의 위치
문자열
computeType
형식 AKS 대해 'AKS'로 설정합니다. BatchAI형식에 대해 'BatchAI'로 설정합니다. 형식 DataFactory 대해 'DataFactory'로 설정합니다. HDInsight 형식에 대해 'HDInsight'로 설정합니다. VirtualMachine 형식에 대해 'VirtualMachine'으로 설정합니다.
'AKS' 'BatchAI' 'DataFactory' 'HDInsight' 'VirtualMachine'(필수)
묘사
Machine Learning 컴퓨팅에 대한 설명입니다.
문자열
resourceId
컴퓨팅의 ARM 리소스 ID
문자열
DataFactory
이름
묘사
값
computeType
컴퓨팅 유형
'DataFactory'(필수)
HDInsight
이름
묘사
값
computeType
컴퓨팅 유형
'HDInsight'(필수)
속성
HDInsightProperties
HDInsightProperties
이름
묘사
값
주소
클러스터의 마스터 노드에 대한 공용 IP 주소입니다.
문자열
administratorAccount
클러스터의 마스터 노드에 대한 관리자 자격 증명
VirtualMachineSshCredentials
sshPort
클러스터의 마스터 노드에서 ssh 연결을 위해 열린 포트입니다.
int
신원
이름
묘사
값
형
ID 형식입니다.
'SystemAssigned'
Microsoft.MachineLearningServices/workspaces/computes
이름
묘사
값
신원
리소스의 ID입니다.
Identity
위치
리소스의 위치를 지정합니다.
문자열
이름
리소스 이름
string(필수)
parent_id
이 리소스의 부모인 리소스의 ID입니다.
형식 리소스의 ID: 작업 영역
속성
컴퓨팅 속성
컴퓨팅
태그
리소스 태그
태그 이름 및 값의 사전입니다.
형
리소스 종류
"Microsoft.MachineLearningServices/workspaces/computes@2018-03-01-preview"
ScaleSettings
이름
묘사
값
autoScaleEnabled
자동 크기 조정 사용 또는 사용 안 함
bool
maxNodeCount
사용할 최대 노드 수
int
minNodeCount
사용할 최소 노드 수
int
SslConfiguration
이름
묘사
값
인증서
인증서 데이터
문자열
cname
인증서의 CNAME
문자열
열쇠
키 데이터
문자열
상태
점수 매기기용 SSL 사용 또는 사용 안 함
'사용 안 함' 'Enabled'
SystemService
VirtualMachine
VirtualMachineProperties
이름
묘사
값
주소
가상 머신의 공용 IP 주소입니다.
문자열
administratorAccount
가상 머신에 대한 관리자 자격 증명
VirtualMachineSshCredentials
sshPort
ssh 연결을 위해 열린 포트입니다.
int
virtualMachineSize
Virtual Machine 크기
문자열
VirtualMachineSshCredentials
이름
묘사
값
암호
관리자 계정의 암호
문자열
privateKeyData
프라이빗 키 데이터
문자열
publicKeyData
공개 키 데이터
문자열
사용자 이름
관리자 계정의 사용자 이름
문자열