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

AutoMLJob 类

定义

AutoMLJob 类。 使用此类执行 AutoML 任务,如分类/回归等。有关支持的所有任务,请参阅 TaskType 枚举。

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

构造函数

AutoMLJob(AutoMLVertical)

初始化 AutoMLJob 的新实例。

属性

ComponentId

组件资源的 ARM 资源 ID。

(继承自 MachineLearningJobProperties)
ComputeId

计算资源的 ARM 资源 ID。

(继承自 MachineLearningJobProperties)
Description

资产说明文本。

(继承自 MachineLearningResourceBase)
DisplayName

作业的显示名称。

(继承自 MachineLearningJobProperties)
EnvironmentId

作业的环境规范的 ARM 资源 ID。 这是一个可选值,如果未提供,在运行作业时,AutoML 将默认为生产 AutoML 特选环境版本。

EnvironmentVariables

作业中包含的环境变量。

ExperimentName

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

(继承自 MachineLearningJobProperties)
Identity

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

(继承自 MachineLearningJobProperties)
IsArchived

资产是否已存档?。

(继承自 MachineLearningJobProperties)
NotificationSetting

作业的通知设置。

(继承自 MachineLearningJobProperties)
Outputs

作业中使用的输出数据绑定的映射。 请注意 MachineLearningJobOutput ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 MachineLearningCustomModelJobOutput、、MachineLearningFlowModelJobOutputMachineLearningUriFileJobOutputMachineLearningTableJobOutputMachineLearningTritonModelJobOutput和 。MachineLearningUriFolderJobOutput

Properties

资产属性字典。

(继承自 MachineLearningResourceBase)
QueueSettings

作业的队列设置。

Resources

作业的计算资源配置。

SecretsConfiguration

用于在运行时提供机密的配置。

(继承自 MachineLearningJobProperties)
Services

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

(继承自 MachineLearningJobProperties)
Status

作业的状态。

(继承自 MachineLearningJobProperties)
Tags

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

(继承自 MachineLearningResourceBase)
TaskDetails

[必需]这表示的方案可以是表/NLP/Image 之一 请注意 AutoMLVertical 是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 ClassificationTask、、MachineLearningForecastingImageClassificationImageClassificationMultilabelImageInstanceSegmentationImageObjectDetectionAutoMLVerticalRegression、、 TextClassificationTextClassificationMultilabel 和 。TextNer

适用于