次の方法で共有


JobBaseProperties interface

ジョブの基本定義。

Extends

プロパティ

componentId

コンポーネント リソースの ARM リソース ID。

computeId

コンピューティング リソースの ARM リソース ID。

displayName

ジョブの表示名。

experimentName

ジョブが属する実験の名前。 設定されていない場合、ジョブは "既定" の実験に配置されます。

identity

ID の構成。 設定する場合は、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

ID の構成。 設定する場合は、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