你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LabelingJobProperties 类

定义

标记作业定义。

public class LabelingJobProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningJobProperties
type LabelingJobProperties = class
    inherit MachineLearningJobProperties
Public Class LabelingJobProperties
Inherits MachineLearningJobProperties
继承

构造函数

LabelingJobProperties()

初始化 LabelingJobProperties 的新实例。

属性

ComponentId

组件资源的 ARM 资源 ID。

(继承自 MachineLearningJobProperties)
ComputeId

计算资源的 ARM 资源 ID。

(继承自 MachineLearningJobProperties)
CreatedOn

作业的创建时间(采用 UTC 时区)。

DataConfiguration

配置作业中使用的数据。

Description

资产说明文本。

(继承自 MachineLearningResourceBase)
DisplayName

作业的显示名称。

(继承自 MachineLearningJobProperties)
ExperimentName

作业所属的试验的名称。 如果未设置,作业将置于“默认”试验中。

(继承自 MachineLearningJobProperties)
Identity

标识配置。 如果已设置,应为 AmlToken、ManagedIdentity、UserIdentity 或 null 之一。 如果为 null,则默认为 AmlToken。 请注意 MachineLearningIdentityConfiguration , 是基类。 根据方案,可能需要在此处分配基类的派生类,或者需要将此属性强制转换为可能的派生类之一。 可用的派生类包括 AmlTokenMachineLearningManagedIdentityMachineLearningUserIdentity

(继承自 MachineLearningJobProperties)
IsArchived

资产是否已存档?。

(继承自 MachineLearningJobProperties)
JobInstructionsUri

指向包含标记人员详细标记说明的页面的链接。

LabelCategories

标记作业的类别。

LabelingJobMediaProperties

作业中的媒体类型特定属性。 请注意 LabelingJobMediaProperties , 是基类。 根据方案,可能需要在此处分配基类的派生类,或者需要将此属性强制转换为可能的派生类之一。 可用的派生类包括 LabelingJobImagePropertiesLabelingJobTextProperties

MlAssistConfiguration

作业中 MLAssist 功能的配置。 请注意 MachineLearningAssistConfiguration , 是基类。 根据方案,可能需要在此处分配基类的派生类,或者需要将此属性强制转换为可能的派生类之一。 可用的派生类包括 MLAssistConfigurationDisabledMachineLearningAssistEnabledConfiguration

NotificationSetting

作业的通知设置。

(继承自 MachineLearningJobProperties)
ProgressMetrics

作业的进度指标。

ProjectId

作业 (以前称为项目) 的内部 ID。

Properties

资产属性字典。

(继承自 MachineLearningResourceBase)
ProvisioningState

指定标记作业预配状态。

SecretsConfiguration

配置在运行时可用的机密。

(继承自 MachineLearningJobProperties)
Services

JobEndpoint 列表。 对于本地作业,作业终结点的终结点值为 FileStreamObject。

(继承自 MachineLearningJobProperties)
Status

作业的状态。

(继承自 MachineLearningJobProperties)
StatusMessages

作业的状态消息。

Tags

标记字典。 可以添加、删除和更新标记。

(继承自 MachineLearningResourceBase)

适用于