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

SweepJob interface

扫描作业定义。

扩展

属性

earlyTermination

提前终止策略可在完成之前取消性能不佳的运行

inputs

作业中使用的输入数据绑定的映射。

jobType

多态鉴别器,它指定此对象可以的不同类型的

limits

扫描作业限制。

objective

[必需]优化目标。

outputs

作业中使用的输出数据绑定的映射。

queueSettings

作业的队列设置

samplingAlgorithm

[必需]超参数采样算法

searchSpace

[必需]包含每个参数及其分布的字典。 字典键是参数的名称

trial

[必需]试用组件定义。

继承属性

componentId

组件资源的 ARM 资源 ID。

computeId

计算资源的 ARM 资源 ID。

description

资产说明文本。

displayName

作业的显示名称。

experimentName

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

identity

标识配置。 如果已设置,则应为 AmlToken、ManagedIdentity、UserIdentity 或 null 之一。 如果为 null,则默认为 AmlToken。

isArchived

资产是否已存档?

notificationSetting

作业的通知设置

properties

资产属性字典。

services

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

status

作业的状态。 注意:此属性不会序列化。 它只能由服务器填充。

tags

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

属性详细信息

earlyTermination

提前终止策略可在完成之前取消性能不佳的运行

earlyTermination?: EarlyTerminationPolicyUnion

属性值

inputs

作业中使用的输入数据绑定的映射。

inputs?: {[propertyName: string]: JobInputUnion | null}

属性值

{[propertyName: string]: JobInputUnion | null}

jobType

多态鉴别器,它指定此对象可以的不同类型的

jobType: "Sweep"

属性值

"Sweep"

limits

扫描作业限制。

limits?: SweepJobLimits

属性值

objective

[必需]优化目标。

objective: Objective

属性值

outputs

作业中使用的输出数据绑定的映射。

outputs?: {[propertyName: string]: JobOutputUnion | null}

属性值

{[propertyName: string]: JobOutputUnion | null}

queueSettings

作业的队列设置

queueSettings?: QueueSettings

属性值

samplingAlgorithm

[必需]超参数采样算法

samplingAlgorithm: SamplingAlgorithmUnion

属性值

searchSpace

[必需]包含每个参数及其分布的字典。 字典键是参数的名称

searchSpace: Record<string, unknown>

属性值

Record<string, unknown>

trial

[必需]试用组件定义。

trial: TrialComponent

属性值

继承属性详细信息

componentId

组件资源的 ARM 资源 ID。

componentId?: string

属性值

string

继承自JobBaseProperties.componentId

computeId

计算资源的 ARM 资源 ID。

computeId?: string

属性值

string

继承自JobBaseProperties.computeId

description

资产说明文本。

description?: string

属性值

string

继承自JobBaseProperties.description

displayName

作业的显示名称。

displayName?: string

属性值

string

继承自JobBaseProperties.displayName

experimentName

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

experimentName?: string

属性值

string

继承自JobBaseProperties.experimentName

identity

标识配置。 如果已设置,则应为 AmlToken、ManagedIdentity、UserIdentity 或 null 之一。 如果为 null,则默认为 AmlToken。

identity?: IdentityConfigurationUnion

属性值

继承自JobBaseProperties.identity

isArchived

资产是否已存档?

isArchived?: boolean

属性值

boolean

继承自JobBaseProperties.isArchived

notificationSetting

作业的通知设置

notificationSetting?: NotificationSetting

属性值

继承自JobBaseProperties.notificationSetting

properties

资产属性字典。

properties?: {[propertyName: string]: string | null}

属性值

{[propertyName: string]: string | null}

继承自JobBaseProperties.properties

services

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

services?: {[propertyName: string]: JobService | null}

属性值

{[propertyName: string]: JobService | null}

继承自JobBaseProperties.services

status

作业的状态。 注意:此属性不会序列化。 它只能由服务器填充。

status?: string

属性值

string

继承自JobBaseProperties.status

tags

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

tags?: {[propertyName: string]: string | null}

属性值

{[propertyName: string]: string | null}

继承自JobBaseProperties.tags