共用方式為


Microsoft.MachineLearningServices 工作區/labelingJobs 2020-09-01-preview

Bicep 資源定義

工作區/標籤Jobs 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.MachineLearningServices/workspaces/labelingJobs 資源,請將下列 Bicep 新增至範本。

resource symbolicname 'Microsoft.MachineLearningServices/workspaces/labelingJobs@2020-09-01-preview' = {
  parent: resourceSymbolicName
  name: 'string'
  properties: {
    datasetConfiguration: {
      assetName: 'string'
      datasetVersion: 'string'
      enableIncrementalDatasetRefresh: bool
    }
    jobInstructions: {
      uri: 'string'
    }
    labelCategories: {
      {customized property}: {
        allowMultiSelect: bool
        classes: {
          {customized property}: {
            displayName: 'string'
            subclasses: {
              {customized property}: ...
            }
          }
        }
        displayName: 'string'
      }
    }
    labelingJobMediaProperties: {
      annotationType: 'string'
      mediaType: 'string'
    }
    mlAssistConfiguration: {
      inferencingComputeBinding: {
        computeId: 'string'
        nodeCount: int
      }
      mlAssistEnabled: bool
      modelNamePrefix: 'string'
      prelabelAccuracyThreshold: int
      trainingComputeBinding: {
        computeId: 'string'
        nodeCount: int
      }
    }
    properties: {
      {customized property}: 'string'
    }
    tags: {
      {customized property}: 'string'
    }
  }
}

屬性值

ComputeBinding

名字 描述 價值
computeId 計算資源的識別碼。 字串
nodeCount 節點數目。 int

LabelCategory

名字 描述 價值
allowMultiSelect 指出是否允許在此類別中選取多個類別。 bool
此類別中標籤類別的字典。 LabelCategoryClasses (必要)
displayName 標籤類別的顯示名稱。 字串

LabelCategoryClasses

名字 描述 價值

LabelClass

名字 描述 價值
displayName 標籤類別的顯示名稱。 字串
卷標類別子類別的字典。 LabelClassSubclasses

LabelClassSubclasses

名字 描述 價值

LabelingDatasetConfiguration

名字 描述 價值
assetName 要執行標籤的數據資產名稱。 字串 (必要)
datasetVersion AML 數據集版本。 字串 (必要)
enableIncrementalDatasetRefresh 指出是否要啟用累加數據集重新整理。 bool

LabelingJobImageProperties

名字 描述 價值
annotationType 影像標籤工作的註釋類型。 'BoundingBox'
'Classification'
'InstanceSegmentation'
mediaType 數據資產的媒體類型。 'Image'
'Text' (必要)

LabelingJobInstructions

名字 描述 價值
uri 具有標籤者詳細標籤指示的頁面連結。 字串

LabelingJobProperties

名字 描述 價值
datasetConfiguration 作業的數據集組態。 LabelingDatasetConfiguration (必要)
jobInstructions 作業的指示。 LabelingJobInstructions (必要)
labelCategories 作業的標籤類別。 LabelJobPropertiesLabelCategories (必要)
labelingJobMediaProperties 卷標作業中的媒體特定屬性。 LabelingJobImageProperties (必要)
mlAssistConfiguration 作業的機器學習輔助設定。 MLAssistConfiguration
性能 作業屬性字典。 可以新增屬性,但無法移除或改變。 LabelingJobProperties
標籤 作業標籤字典。 標記可以新增、移除和更新。 LabelingJobPropertiesTags

LabelingJobProperties

名字 描述 價值

LabelJobPropertiesLabelCategories

名字 描述 價值

LabelingJobPropertiesTags

名字 描述 價值

Microsoft.MachineLearningServices/workspaces/labelingJobs

名字 描述 價值
名字 資源名稱 字串 (必要)
父母 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。

如需詳細資訊,請參閱 父資源外部的子資源
類型的資源符號名稱:工作區
性能 標籤作業的定義。 LabelingJobProperties

MLAssistConfiguration

名字 描述 價值
inferencingComputeBinding 為推斷指定的計算。 ComputeBinding (必要)
mlAssistEnabled 指出是否啟用 MLAssist 功能。 bool
modelNamePrefix 用於機器學習模型的名稱前置詞。 針對每個反覆專案 modelName,都會附加反覆專案,例如{modelName}_{i}。 字串 (必要)
prelabelAccuracyThreshold MLAssist 功能中使用的預先標記精確度閾值。 int
trainingComputeBinding 指定用於定型的計算。 ComputeBinding (必要)

ARM 樣本資源定義

工作區/標籤Jobs 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.MachineLearningServices/workspaces/labelingJobs 資源,請將下列 JSON 新增至範本。

{
  "type": "Microsoft.MachineLearningServices/workspaces/labelingJobs",
  "apiVersion": "2020-09-01-preview",
  "name": "string",
  "properties": {
    "datasetConfiguration": {
      "assetName": "string",
      "datasetVersion": "string",
      "enableIncrementalDatasetRefresh": "bool"
    },
    "jobInstructions": {
      "uri": "string"
    },
    "labelCategories": {
      "{customized property}": {
        "allowMultiSelect": "bool",
        "classes": {
          "{customized property}": {
            "displayName": "string",
            "subclasses": {
              "{customized property}": ...
            }
          }
        },
        "displayName": "string"
      }
    },
    "labelingJobMediaProperties": {
      "annotationType": "string",
      "mediaType": "string"
    },
    "mlAssistConfiguration": {
      "inferencingComputeBinding": {
        "computeId": "string",
        "nodeCount": "int"
      },
      "mlAssistEnabled": "bool",
      "modelNamePrefix": "string",
      "prelabelAccuracyThreshold": "int",
      "trainingComputeBinding": {
        "computeId": "string",
        "nodeCount": "int"
      }
    },
    "properties": {
      "{customized property}": "string"
    },
    "tags": {
      "{customized property}": "string"
    }
  }
}

屬性值

ComputeBinding

名字 描述 價值
computeId 計算資源的識別碼。 字串
nodeCount 節點數目。 int

LabelCategory

名字 描述 價值
allowMultiSelect 指出是否允許在此類別中選取多個類別。 bool
此類別中標籤類別的字典。 LabelCategoryClasses (必要)
displayName 標籤類別的顯示名稱。 字串

LabelCategoryClasses

名字 描述 價值

LabelClass

名字 描述 價值
displayName 標籤類別的顯示名稱。 字串
卷標類別子類別的字典。 LabelClassSubclasses

LabelClassSubclasses

名字 描述 價值

LabelingDatasetConfiguration

名字 描述 價值
assetName 要執行標籤的數據資產名稱。 字串 (必要)
datasetVersion AML 數據集版本。 字串 (必要)
enableIncrementalDatasetRefresh 指出是否要啟用累加數據集重新整理。 bool

LabelingJobImageProperties

名字 描述 價值
annotationType 影像標籤工作的註釋類型。 'BoundingBox'
'Classification'
'InstanceSegmentation'
mediaType 數據資產的媒體類型。 'Image'
'Text' (必要)

LabelingJobInstructions

名字 描述 價值
uri 具有標籤者詳細標籤指示的頁面連結。 字串

LabelingJobProperties

名字 描述 價值
datasetConfiguration 作業的數據集組態。 LabelingDatasetConfiguration (必要)
jobInstructions 作業的指示。 LabelingJobInstructions (必要)
labelCategories 作業的標籤類別。 LabelJobPropertiesLabelCategories (必要)
labelingJobMediaProperties 卷標作業中的媒體特定屬性。 LabelingJobImageProperties (必要)
mlAssistConfiguration 作業的機器學習輔助設定。 MLAssistConfiguration
性能 作業屬性字典。 可以新增屬性,但無法移除或改變。 LabelingJobProperties
標籤 作業標籤字典。 標記可以新增、移除和更新。 LabelingJobPropertiesTags

LabelingJobProperties

名字 描述 價值

LabelJobPropertiesLabelCategories

名字 描述 價值

LabelingJobPropertiesTags

名字 描述 價值

Microsoft.MachineLearningServices/workspaces/labelingJobs

名字 描述 價值
apiVersion API 版本 '2020-09-01-preview'
名字 資源名稱 字串 (必要)
性能 標籤作業的定義。 LabelingJobProperties
類型 資源類型 'Microsoft.MachineLearningServices/workspaces/labelingJobs'

MLAssistConfiguration

名字 描述 價值
inferencingComputeBinding 為推斷指定的計算。 ComputeBinding (必要)
mlAssistEnabled 指出是否啟用 MLAssist 功能。 bool
modelNamePrefix 用於機器學習模型的名稱前置詞。 針對每個反覆專案 modelName,都會附加反覆專案,例如{modelName}_{i}。 字串 (必要)
prelabelAccuracyThreshold MLAssist 功能中使用的預先標記精確度閾值。 int
trainingComputeBinding 指定用於定型的計算。 ComputeBinding (必要)

Terraform (AzAPI 提供者) 資源定義

工作區/標籤Jobs 資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.MachineLearningServices/workspaces/labelingJobs 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.MachineLearningServices/workspaces/labelingJobs@2020-09-01-preview"
  name = "string"
  body = jsonencode({
    properties = {
      datasetConfiguration = {
        assetName = "string"
        datasetVersion = "string"
        enableIncrementalDatasetRefresh = bool
      }
      jobInstructions = {
        uri = "string"
      }
      labelCategories = {
        {customized property} = {
          allowMultiSelect = bool
          classes = {
            {customized property} = {
              displayName = "string"
              subclasses = {
                {customized property} = ...
              }
            }
          }
          displayName = "string"
        }
      }
      labelingJobMediaProperties = {
        annotationType = "string"
        mediaType = "string"
      }
      mlAssistConfiguration = {
        inferencingComputeBinding = {
          computeId = "string"
          nodeCount = int
        }
        mlAssistEnabled = bool
        modelNamePrefix = "string"
        prelabelAccuracyThreshold = int
        trainingComputeBinding = {
          computeId = "string"
          nodeCount = int
        }
      }
      properties = {
        {customized property} = "string"
      }
      tags = {
        {customized property} = "string"
      }
    }
  })
}

屬性值

ComputeBinding

名字 描述 價值
computeId 計算資源的識別碼。 字串
nodeCount 節點數目。 int

LabelCategory

名字 描述 價值
allowMultiSelect 指出是否允許在此類別中選取多個類別。 bool
此類別中標籤類別的字典。 LabelCategoryClasses (必要)
displayName 標籤類別的顯示名稱。 字串

LabelCategoryClasses

名字 描述 價值

LabelClass

名字 描述 價值
displayName 標籤類別的顯示名稱。 字串
卷標類別子類別的字典。 LabelClassSubclasses

LabelClassSubclasses

名字 描述 價值

LabelingDatasetConfiguration

名字 描述 價值
assetName 要執行標籤的數據資產名稱。 字串 (必要)
datasetVersion AML 數據集版本。 字串 (必要)
enableIncrementalDatasetRefresh 指出是否要啟用累加數據集重新整理。 bool

LabelingJobImageProperties

名字 描述 價值
annotationType 影像標籤工作的註釋類型。 'BoundingBox'
'Classification'
'InstanceSegmentation'
mediaType 數據資產的媒體類型。 'Image'
'Text' (必要)

LabelingJobInstructions

名字 描述 價值
uri 具有標籤者詳細標籤指示的頁面連結。 字串

LabelingJobProperties

名字 描述 價值
datasetConfiguration 作業的數據集組態。 LabelingDatasetConfiguration (必要)
jobInstructions 作業的指示。 LabelingJobInstructions (必要)
labelCategories 作業的標籤類別。 LabelJobPropertiesLabelCategories (必要)
labelingJobMediaProperties 卷標作業中的媒體特定屬性。 LabelingJobImageProperties (必要)
mlAssistConfiguration 作業的機器學習輔助設定。 MLAssistConfiguration
性能 作業屬性字典。 可以新增屬性,但無法移除或改變。 LabelingJobProperties
標籤 作業標籤字典。 標記可以新增、移除和更新。 LabelingJobPropertiesTags

LabelingJobProperties

名字 描述 價值

LabelJobPropertiesLabelCategories

名字 描述 價值

LabelingJobPropertiesTags

名字 描述 價值

Microsoft.MachineLearningServices/workspaces/labelingJobs

名字 描述 價值
名字 資源名稱 字串 (必要)
parent_id 此資源為父系之資源的標識碼。 類型資源的標識碼:工作區
性能 標籤作業的定義。 LabelingJobProperties
類型 資源類型 “Microsoft.MachineLearningServices/workspaces/labelingJobs@2020-09-01-preview”

MLAssistConfiguration

名字 描述 價值
inferencingComputeBinding 為推斷指定的計算。 ComputeBinding (必要)
mlAssistEnabled 指出是否啟用 MLAssist 功能。 bool
modelNamePrefix 用於機器學習模型的名稱前置詞。 針對每個反覆專案 modelName,都會附加反覆專案,例如{modelName}_{i}。 字串 (必要)
prelabelAccuracyThreshold MLAssist 功能中使用的預先標記精確度閾值。 int
trainingComputeBinding 指定用於定型的計算。 ComputeBinding (必要)