JobBaseProperties interface
ジョブの基本定義。
- Extends
プロパティ
| component |
コンポーネント リソースの ARM リソース ID。 |
| compute |
コンピューティング リソースの ARM リソース ID。 |
| display |
ジョブの表示名。 |
| experiment |
ジョブが属する実験の名前。 設定されていない場合、ジョブは "既定" の実験に配置されます。 |
| identity | ID の構成。 設定する場合は、AmlToken、ManagedIdentity、UserIdentity、または null のいずれかになります。 null の場合、既定値は AmlToken になります。 |
| is |
資産はアーカイブされていますか? |
| job |
[必須]ジョブの種類を指定します。 |
| notification |
ジョブの通知設定 |
| 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
services
JobEndpoints の一覧。 ローカル ジョブの場合、ジョブ エンドポイントのエンドポイント値は FileStreamObject になります。
services?: {[propertyName: string]: JobService | null}
プロパティ値
{[propertyName: string]: JobService | null}
status
ジョブの状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
status?: string
プロパティ値
string
継承されたプロパティの詳細
description
properties
資産プロパティ ディクショナリ。
properties?: {[propertyName: string]: string | null}
プロパティ値
{[propertyName: string]: string | null}
tags
タグ ディクショナリ。 タグは追加、削除、更新できます。
tags?: {[propertyName: string]: string | null}
プロパティ値
{[propertyName: string]: string | null}