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

JobBaseProperties interface

作业的基本定义。

扩展

属性

componentId

组件资源的 ARM 资源 ID。

computeId

计算资源的 ARM 资源 ID。

displayName

作业的显示名称。

experimentName

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

identity

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

isArchived

资产是否已存档?

jobType

[必需]指定作业的类型。

notificationSetting

作业的通知设置

services

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

status

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

继承属性

description

资产说明文本。

properties

资产属性字典。

tags

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

属性详细信息

componentId

组件资源的 ARM 资源 ID。

componentId?: string

属性值

string

computeId

计算资源的 ARM 资源 ID。

computeId?: string

属性值

string

displayName

作业的显示名称。

displayName?: string

属性值

string

experimentName

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

experimentName?: string

属性值

string

identity

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

identity?: IdentityConfigurationUnion

属性值

isArchived

资产是否已存档?

isArchived?: boolean

属性值

boolean

jobType

[必需]指定作业的类型。

jobType: string

属性值

string

notificationSetting

作业的通知设置

notificationSetting?: NotificationSetting

属性值

services

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

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

属性值

{[propertyName: string]: JobService | null}

status

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

status?: string

属性值

string

继承属性详细信息

description

资产说明文本。

description?: string

属性值

string

继承自ResourceBase.description

properties

资产属性字典。

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

属性值

{[propertyName: string]: string | null}

继承自ResourceBase.properties

tags

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

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

属性值

{[propertyName: string]: string | null}

继承自ResourceBase.tags