SweepJob interface
扫描作业定义。
属性
| early |
提前终止策略可在完成之前取消性能不佳的运行 |
| inputs | 作业中使用的输入数据绑定的映射。 |
| job |
多态鉴别器,它指定此对象可以的不同类型的 |
| limits | 扫描作业限制。 |
| objective | [必需]优化目标。 |
| outputs | 作业中使用的输出数据绑定的映射。 |
| queue |
作业的队列设置 |
| sampling |
[必需]超参数采样算法 |
| search |
[必需]包含每个参数及其分布的字典。 字典键是参数的名称 |
| trial | [必需]试用组件定义。 |
继承属性
| component |
组件资源的 ARM 资源 ID。 |
| compute |
计算资源的 ARM 资源 ID。 |
| description | 资产说明文本。 |
| display |
作业的显示名称。 |
| experiment |
作业所属的试验的名称。 如果未设置,作业将放置在“默认”试验中。 |
| identity | 标识配置。 如果已设置,则应为 AmlToken、ManagedIdentity、UserIdentity 或 null 之一。 如果为 null,则默认为 AmlToken。 |
| is |
资产是否已存档? |
| notification |
作业的通知设置 |
| properties | 资产属性字典。 |
| services | JobEndpoints 列表。 对于本地作业,作业终结点的终结点值为 FileStreamObject。 |
| status | 作业的状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
| tags | 标记字典。 可以添加、删除和更新标记。 |
属性详细信息
earlyTermination
提前终止策略可在完成之前取消性能不佳的运行
earlyTermination?: EarlyTerminationPolicyUnion
属性值
inputs
作业中使用的输入数据绑定的映射。
inputs?: {[propertyName: string]: JobInputUnion | null}
属性值
{[propertyName: string]: JobInputUnion | null}
jobType
多态鉴别器,它指定此对象可以的不同类型的
jobType: "Sweep"
属性值
"Sweep"
limits
objective
outputs
作业中使用的输出数据绑定的映射。
outputs?: {[propertyName: string]: JobOutputUnion | null}
属性值
{[propertyName: string]: JobOutputUnion | null}
queueSettings
samplingAlgorithm
searchSpace
[必需]包含每个参数及其分布的字典。 字典键是参数的名称
searchSpace: Record<string, unknown>
属性值
Record<string, unknown>
trial
继承属性详细信息
componentId
computeId
description
displayName
experimentName
作业所属的试验的名称。 如果未设置,作业将放置在“默认”试验中。
experimentName?: string
属性值
string
identity
标识配置。 如果已设置,则应为 AmlToken、ManagedIdentity、UserIdentity 或 null 之一。 如果为 null,则默认为 AmlToken。
identity?: IdentityConfigurationUnion
属性值
isArchived
notificationSetting
作业的通知设置
notificationSetting?: NotificationSetting
属性值
properties
资产属性字典。
properties?: {[propertyName: string]: string | null}
属性值
{[propertyName: string]: string | null}
services
JobEndpoints 列表。 对于本地作业,作业终结点的终结点值为 FileStreamObject。
services?: {[propertyName: string]: JobService | null}
属性值
{[propertyName: string]: JobService | null}
status
tags
标记字典。 可以添加、删除和更新标记。
tags?: {[propertyName: string]: string | null}
属性值
{[propertyName: string]: string | null}