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
LabelClassSubclasses
LabelingDatasetConfiguration
名字 |
描述 |
價值 |
assetName |
要執行標籤的數據資產名稱。 |
字串 (必要) |
datasetVersion |
AML 數據集版本。 |
字串 (必要) |
enableIncrementalDatasetRefresh |
指出是否要啟用累加數據集重新整理。 |
bool |
LabelingJobImageProperties
名字 |
描述 |
價值 |
annotationType |
影像標籤工作的註釋類型。 |
'BoundingBox' 'Classification' 'InstanceSegmentation' |
mediaType |
數據資產的媒體類型。 |
'Image' 'Text' (必要) |
LabelingJobInstructions
名字 |
描述 |
價值 |
uri |
具有標籤者詳細標籤指示的頁面連結。 |
字串 |
LabelingJobProperties
LabelingJobProperties
LabelJobPropertiesLabelCategories
Microsoft.MachineLearningServices/workspaces/labelingJobs
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
LabelClassSubclasses
LabelingDatasetConfiguration
名字 |
描述 |
價值 |
assetName |
要執行標籤的數據資產名稱。 |
字串 (必要) |
datasetVersion |
AML 數據集版本。 |
字串 (必要) |
enableIncrementalDatasetRefresh |
指出是否要啟用累加數據集重新整理。 |
bool |
LabelingJobImageProperties
名字 |
描述 |
價值 |
annotationType |
影像標籤工作的註釋類型。 |
'BoundingBox' 'Classification' 'InstanceSegmentation' |
mediaType |
數據資產的媒體類型。 |
'Image' 'Text' (必要) |
LabelingJobInstructions
名字 |
描述 |
價值 |
uri |
具有標籤者詳細標籤指示的頁面連結。 |
字串 |
LabelingJobProperties
LabelingJobProperties
LabelJobPropertiesLabelCategories
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 (必要) |
工作區/標籤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
LabelClassSubclasses
LabelingDatasetConfiguration
名字 |
描述 |
價值 |
assetName |
要執行標籤的數據資產名稱。 |
字串 (必要) |
datasetVersion |
AML 數據集版本。 |
字串 (必要) |
enableIncrementalDatasetRefresh |
指出是否要啟用累加數據集重新整理。 |
bool |
LabelingJobImageProperties
名字 |
描述 |
價值 |
annotationType |
影像標籤工作的註釋類型。 |
'BoundingBox' 'Classification' 'InstanceSegmentation' |
mediaType |
數據資產的媒體類型。 |
'Image' 'Text' (必要) |
LabelingJobInstructions
名字 |
描述 |
價值 |
uri |
具有標籤者詳細標籤指示的頁面連結。 |
字串 |
LabelingJobProperties
LabelingJobProperties
LabelJobPropertiesLabelCategories
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 (必要) |