Microsoft.MachineLearningServices 작업 영역/labelingJobs 2021-03-01-preview

Bicep 리소스 정의

작업 영역/labelingJobs 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.MachineLearningServices/workspaces/labelingJobs 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.

resource symbolicname 'Microsoft.MachineLearningServices/workspaces/labelingJobs@2021-03-01-preview' = {
  name: 'string'
  parent: resourceSymbolicName
  properties: {
    datasetConfiguration: {
      assetName: 'string'
      datasetVersion: 'string'
      incrementalDatasetRefreshEnabled: bool
    }
    description: 'string'
    jobInstructions: {
      uri: 'string'
    }
    jobType: 'string'
    labelCategories: {
      {customized property}: {
        allowMultiSelect: bool
        classes: {
          {customized property}: {
            displayName: 'string'
            subclasses: {
              {customized property}: {}
          }
        }
        displayName: 'string'
      }
    }
    labelingJobMediaProperties: {
      mediaType: 'string'
      // For remaining properties, see LabelingJobMediaProperties objects
    }
    mlAssistConfiguration: {
      inferencingComputeBinding: {
        instanceCount: int
        instanceType: 'string'
        isLocal: bool
        location: 'string'
        properties: {
          {customized property}: 'string'
        }
        target: 'string'
      }
      mlAssistEnabled: bool
      trainingComputeBinding: {
        instanceCount: int
        instanceType: 'string'
        isLocal: bool
        location: 'string'
        properties: {
          {customized property}: 'string'
        }
        target: 'string'
      }
    }
    properties: {
      {customized property}: 'string'
    }
    tags: {}
  }
}

LabelingJobMediaProperties 개체

mediaType 속성을 설정하여 개체 유형을 지정합니다.

이미지경우 다음을 사용합니다.

  mediaType: 'Image'
  annotationType: 'string'

텍스트경우 다음을 사용합니다.

  mediaType: 'Text'
  annotationType: 'Classification'

속성 값

workspaces/labelingJobs

이름 묘사
이름 리소스 이름

Bicep자식 리소스의 이름과 형식을 설정하는 방법을 알아보세요.
string(필수)
부모 Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다.

자세한 내용은 부모 리소스외부의 자식 리소스 참조하세요.
형식 리소스의 기호 이름: 작업 영역
속성 [필수] 엔터티의 추가 특성입니다. LabelingJob(필수)

LabelingJob

이름 묘사
datasetConfiguration 작업에 사용되는 데이터 세트의 구성입니다. LabelingDatasetConfiguration
묘사 자산 설명 텍스트입니다. 문자열
jobInstructions 작업의 지침에 레이블을 지정합니다. LabelingJobInstructions
jobType [필수] 작업 유형을 지정합니다. 이 필드는 항상 "레이블 지정"으로 설정해야 합니다. 'Command'
'레이블 지정'
'Sweep'(필수)
labelCategories 작업의 레이블 범주입니다. LabelingJobLabelCategories
labelingJobMediaProperties 작업에서 미디어 유형별 속성입니다. LabelingJobMediaProperties
mlAssistConfiguration 작업에서 MLAssist 기능의 구성입니다. MLAssistConfiguration
속성 자산 속성 사전입니다. LabelingJobProperties
태그 태그 사전입니다. 태그를 추가, 제거 및 업데이트할 수 있습니다. 객체

LabelingDatasetConfiguration

이름 묘사
assetName 레이블 지정을 수행할 데이터 자산의 이름입니다. 문자열
datasetVersion AML 데이터 세트 버전입니다. 문자열
incrementalDatasetRefreshEnabled 증분 데이터 세트 새로 고침을 사용하도록 설정할지 여부를 나타냅니다. bool

LabelingJobInstructions

이름 묘사
uri 레이블 지정에 대한 자세한 레이블 지정 지침이 있는 페이지에 대한 링크입니다. 문자열

LabelingJobLabelCategories

이름 묘사
{customized property} LabelCategory

LabelCategory

이름 묘사
allowMultiSelect 이 범주에서 여러 클래스를 선택할 수 있는지 여부를 나타냅니다. bool
클래스 이 범주의 레이블 클래스 사전입니다. LabelCategoryClasses
displayName 레이블 범주의 표시 이름입니다. 문자열

LabelCategoryClasses

이름 묘사
{customized property} labelClass

LabelClass

이름 묘사
displayName 레이블 클래스의 표시 이름입니다. 문자열
서브 클래스 레이블 클래스의 하위 클래스 사전입니다. LabelClassSubclasses

LabelClassSubclasses

이름 묘사
{customized property} labelClass

LabelingJobMediaProperties

이름 묘사
mediaType 개체 유형 설정 이미지
텍스트(필수)

LabelingJobImageProperties

이름 묘사
mediaType [필수] 작업의 미디어 유형입니다. 'Image'(필수)
annotationType 이미지 레이블 지정 작업의 주석 유형입니다. 'BoundingBox'
'분류'
'InstanceSegmentation'

LabelingJobTextProperties

이름 묘사
mediaType [필수] 작업의 미디어 유형입니다. 'Text'(필수)
annotationType 텍스트 레이블 지정 작업의 주석 형식입니다. '분류'

MLAssistConfiguration

이름 묘사
inferencingComputeBinding 추론에 사용되는 AML 컴퓨팅 바인딩입니다. computeConfiguration
mlAssistEnabled MLAssist 기능을 사용할 수 있는지 여부를 나타냅니다. bool
trainingComputeBinding 학습에 사용되는 AML 컴퓨팅 바인딩입니다. computeConfiguration

ComputeConfiguration

이름 묘사
instanceCount 인스턴스 또는 노드 수입니다. int
instanceType 실행할 SKU 유형입니다. 문자열
isLocal 로컬 컴퓨팅에서 실행되는 작업에 대해 true로 설정합니다. bool
위치 가상 클러스터 실행을 위한 위치입니다. 문자열
속성 추가 속성입니다. computeConfigurationProperties
과녁 대상으로 하는 컴퓨팅의 ARM 리소스 ID입니다. 제공되지 않으면 리소스가 관리되는 리소스로 배포됩니다. 문자열

ComputeConfigurationProperties

이름 묘사
{customized property} 문자열

LabelingJobProperties

이름 묘사
{customized property} 문자열

ARM 템플릿 리소스 정의

작업 영역/labelingJobs 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.MachineLearningServices/workspaces/labelingJobs 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.

{
  "type": "Microsoft.MachineLearningServices/workspaces/labelingJobs",
  "apiVersion": "2021-03-01-preview",
  "name": "string",
  "properties": {
    "datasetConfiguration": {
      "assetName": "string",
      "datasetVersion": "string",
      "incrementalDatasetRefreshEnabled": "bool"
    },
    "description": "string",
    "jobInstructions": {
      "uri": "string"
    },
    "jobType": "string",
    "labelCategories": {
      "{customized property}": {
        "allowMultiSelect": "bool",
        "classes": {
          "{customized property}": {
            "displayName": "string",
            "subclasses": {
              "{customized property}": {}
          }
        },
        "displayName": "string"
      }
    },
    "labelingJobMediaProperties": {
      "mediaType": "string"
      // For remaining properties, see LabelingJobMediaProperties objects
    },
    "mlAssistConfiguration": {
      "inferencingComputeBinding": {
        "instanceCount": "int",
        "instanceType": "string",
        "isLocal": "bool",
        "location": "string",
        "properties": {
          "{customized property}": "string"
        },
        "target": "string"
      },
      "mlAssistEnabled": "bool",
      "trainingComputeBinding": {
        "instanceCount": "int",
        "instanceType": "string",
        "isLocal": "bool",
        "location": "string",
        "properties": {
          "{customized property}": "string"
        },
        "target": "string"
      }
    },
    "properties": {
      "{customized property}": "string"
    },
    "tags": {}
  }
}

LabelingJobMediaProperties 개체

mediaType 속성을 설정하여 개체 유형을 지정합니다.

이미지경우 다음을 사용합니다.

  "mediaType": "Image",
  "annotationType": "string"

텍스트경우 다음을 사용합니다.

  "mediaType": "Text",
  "annotationType": "Classification"

속성 값

workspaces/labelingJobs

이름 묘사
리소스 종류 'Microsoft.MachineLearningServices/workspaces/labelingJobs'
apiVersion 리소스 api 버전 '2021-03-01-preview'
이름 리소스 이름

JSON ARM 템플릿자식 리소스의 이름과 형식을 설정하는 방법을 참조하세요.
string(필수)
속성 [필수] 엔터티의 추가 특성입니다. LabelingJob(필수)

LabelingJob

이름 묘사
datasetConfiguration 작업에 사용되는 데이터 세트의 구성입니다. LabelingDatasetConfiguration
묘사 자산 설명 텍스트입니다. 문자열
jobInstructions 작업의 지침에 레이블을 지정합니다. LabelingJobInstructions
jobType [필수] 작업 유형을 지정합니다. 이 필드는 항상 "레이블 지정"으로 설정해야 합니다. 'Command'
'레이블 지정'
'Sweep'(필수)
labelCategories 작업의 레이블 범주입니다. LabelingJobLabelCategories
labelingJobMediaProperties 작업에서 미디어 유형별 속성입니다. LabelingJobMediaProperties
mlAssistConfiguration 작업에서 MLAssist 기능의 구성입니다. MLAssistConfiguration
속성 자산 속성 사전입니다. LabelingJobProperties
태그 태그 사전입니다. 태그를 추가, 제거 및 업데이트할 수 있습니다. 객체

LabelingDatasetConfiguration

이름 묘사
assetName 레이블 지정을 수행할 데이터 자산의 이름입니다. 문자열
datasetVersion AML 데이터 세트 버전입니다. 문자열
incrementalDatasetRefreshEnabled 증분 데이터 세트 새로 고침을 사용하도록 설정할지 여부를 나타냅니다. bool

LabelingJobInstructions

이름 묘사
uri 레이블 지정에 대한 자세한 레이블 지정 지침이 있는 페이지에 대한 링크입니다. 문자열

LabelingJobLabelCategories

이름 묘사
{customized property} LabelCategory

LabelCategory

이름 묘사
allowMultiSelect 이 범주에서 여러 클래스를 선택할 수 있는지 여부를 나타냅니다. bool
클래스 이 범주의 레이블 클래스 사전입니다. LabelCategoryClasses
displayName 레이블 범주의 표시 이름입니다. 문자열

LabelCategoryClasses

이름 묘사
{customized property} labelClass

LabelClass

이름 묘사
displayName 레이블 클래스의 표시 이름입니다. 문자열
서브 클래스 레이블 클래스의 하위 클래스 사전입니다. LabelClassSubclasses

LabelClassSubclasses

이름 묘사
{customized property} labelClass

LabelingJobMediaProperties

이름 묘사
mediaType 개체 유형 설정 이미지
텍스트(필수)

LabelingJobImageProperties

이름 묘사
mediaType [필수] 작업의 미디어 유형입니다. 'Image'(필수)
annotationType 이미지 레이블 지정 작업의 주석 유형입니다. 'BoundingBox'
'분류'
'InstanceSegmentation'

LabelingJobTextProperties

이름 묘사
mediaType [필수] 작업의 미디어 유형입니다. 'Text'(필수)
annotationType 텍스트 레이블 지정 작업의 주석 형식입니다. '분류'

MLAssistConfiguration

이름 묘사
inferencingComputeBinding 추론에 사용되는 AML 컴퓨팅 바인딩입니다. computeConfiguration
mlAssistEnabled MLAssist 기능을 사용할 수 있는지 여부를 나타냅니다. bool
trainingComputeBinding 학습에 사용되는 AML 컴퓨팅 바인딩입니다. computeConfiguration

ComputeConfiguration

이름 묘사
instanceCount 인스턴스 또는 노드 수입니다. int
instanceType 실행할 SKU 유형입니다. 문자열
isLocal 로컬 컴퓨팅에서 실행되는 작업에 대해 true로 설정합니다. bool
위치 가상 클러스터 실행을 위한 위치입니다. 문자열
속성 추가 속성입니다. computeConfigurationProperties
과녁 대상으로 하는 컴퓨팅의 ARM 리소스 ID입니다. 제공되지 않으면 리소스가 관리되는 리소스로 배포됩니다. 문자열

ComputeConfigurationProperties

이름 묘사
{customized property} 문자열

LabelingJobProperties

이름 묘사
{customized property} 문자열

Terraform(AzAPI 공급자) 리소스 정의

작업 영역/labelingJobs 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

  • 리소스 그룹

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.MachineLearningServices/workspaces/labelingJobs 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.MachineLearningServices/workspaces/labelingJobs@2021-03-01-preview"
  name = "string"
  parent_id = "string"
  body = jsonencode({
    properties = {
      datasetConfiguration = {
        assetName = "string"
        datasetVersion = "string"
        incrementalDatasetRefreshEnabled = bool
      }
      description = "string"
      jobInstructions = {
        uri = "string"
      }
      jobType = "string"
      labelCategories = {
        {customized property} = {
          allowMultiSelect = bool
          classes = {
            {customized property} = {
              displayName = "string"
              subclasses = {
                {customized property} = {}
            }
          }
          displayName = "string"
        }
      }
      labelingJobMediaProperties = {
        mediaType = "string"
        // For remaining properties, see LabelingJobMediaProperties objects
      }
      mlAssistConfiguration = {
        inferencingComputeBinding = {
          instanceCount = int
          instanceType = "string"
          isLocal = bool
          location = "string"
          properties = {
            {customized property} = "string"
          }
          target = "string"
        }
        mlAssistEnabled = bool
        trainingComputeBinding = {
          instanceCount = int
          instanceType = "string"
          isLocal = bool
          location = "string"
          properties = {
            {customized property} = "string"
          }
          target = "string"
        }
      }
      properties = {
        {customized property} = "string"
      }
      tags = {}
    }
  })
}

LabelingJobMediaProperties 개체

mediaType 속성을 설정하여 개체 유형을 지정합니다.

이미지경우 다음을 사용합니다.

  mediaType = "Image"
  annotationType = "string"

텍스트경우 다음을 사용합니다.

  mediaType = "Text"
  annotationType = "Classification"

속성 값

workspaces/labelingJobs

이름 묘사
리소스 종류 "Microsoft.MachineLearningServices/workspaces/labelingJobs@2021-03-01-preview"
이름 리소스 이름 string(필수)
parent_id 이 리소스의 부모인 리소스의 ID입니다. 형식 리소스의 ID: 작업 영역
속성 [필수] 엔터티의 추가 특성입니다. LabelingJob(필수)

LabelingJob

이름 묘사
datasetConfiguration 작업에 사용되는 데이터 세트의 구성입니다. LabelingDatasetConfiguration
묘사 자산 설명 텍스트입니다. 문자열
jobInstructions 작업의 지침에 레이블을 지정합니다. LabelingJobInstructions
jobType [필수] 작업 유형을 지정합니다. 이 필드는 항상 "레이블 지정"으로 설정해야 합니다. "명령"
"레이블 지정"
"Sweep"(필수)
labelCategories 작업의 레이블 범주입니다. LabelingJobLabelCategories
labelingJobMediaProperties 작업에서 미디어 유형별 속성입니다. LabelingJobMediaProperties
mlAssistConfiguration 작업에서 MLAssist 기능의 구성입니다. MLAssistConfiguration
속성 자산 속성 사전입니다. LabelingJobProperties
태그 태그 사전입니다. 태그를 추가, 제거 및 업데이트할 수 있습니다. 객체

LabelingDatasetConfiguration

이름 묘사
assetName 레이블 지정을 수행할 데이터 자산의 이름입니다. 문자열
datasetVersion AML 데이터 세트 버전입니다. 문자열
incrementalDatasetRefreshEnabled 증분 데이터 세트 새로 고침을 사용하도록 설정할지 여부를 나타냅니다. bool

LabelingJobInstructions

이름 묘사
uri 레이블 지정에 대한 자세한 레이블 지정 지침이 있는 페이지에 대한 링크입니다. 문자열

LabelingJobLabelCategories

이름 묘사
{customized property} LabelCategory

LabelCategory

이름 묘사
allowMultiSelect 이 범주에서 여러 클래스를 선택할 수 있는지 여부를 나타냅니다. bool
클래스 이 범주의 레이블 클래스 사전입니다. LabelCategoryClasses
displayName 레이블 범주의 표시 이름입니다. 문자열

LabelCategoryClasses

이름 묘사
{customized property} labelClass

LabelClass

이름 묘사
displayName 레이블 클래스의 표시 이름입니다. 문자열
서브 클래스 레이블 클래스의 하위 클래스 사전입니다. LabelClassSubclasses

LabelClassSubclasses

이름 묘사
{customized property} labelClass

LabelingJobMediaProperties

이름 묘사
mediaType 개체 유형 설정 이미지
텍스트(필수)

LabelingJobImageProperties

이름 묘사
mediaType [필수] 작업의 미디어 유형입니다. "이미지"(필수)
annotationType 이미지 레이블 지정 작업의 주석 유형입니다. "BoundingBox"
"분류"
"InstanceSegmentation"

LabelingJobTextProperties

이름 묘사
mediaType [필수] 작업의 미디어 유형입니다. "Text"(필수)
annotationType 텍스트 레이블 지정 작업의 주석 형식입니다. "분류"

MLAssistConfiguration

이름 묘사
inferencingComputeBinding 추론에 사용되는 AML 컴퓨팅 바인딩입니다. computeConfiguration
mlAssistEnabled MLAssist 기능을 사용할 수 있는지 여부를 나타냅니다. bool
trainingComputeBinding 학습에 사용되는 AML 컴퓨팅 바인딩입니다. computeConfiguration

ComputeConfiguration

이름 묘사
instanceCount 인스턴스 또는 노드 수입니다. int
instanceType 실행할 SKU 유형입니다. 문자열
isLocal 로컬 컴퓨팅에서 실행되는 작업에 대해 true로 설정합니다. bool
위치 가상 클러스터 실행을 위한 위치입니다. 문자열
속성 추가 속성입니다. computeConfigurationProperties
과녁 대상으로 하는 컴퓨팅의 ARM 리소스 ID입니다. 제공되지 않으면 리소스가 관리되는 리소스로 배포됩니다. 문자열

ComputeConfigurationProperties

이름 묘사
{customized property} 문자열

LabelingJobProperties

이름 묘사
{customized property} 문자열