SparkJob interface
Spark ジョブ定義。
- Extends
プロパティ
| archives | ジョブで使用されるアーカイブ ファイル。 |
| args | ジョブの引数。 |
| code |
[必須] コード資産の arm-id。 |
| conf | Spark で構成されたプロパティ。 |
| entry | [必須]ジョブの起動時に実行するエントリ。 |
| environment |
ジョブの環境仕様の ARM リソース ID。 |
| environment |
ジョブに含まれる環境変数。 |
| files | ジョブで使用されるファイル。 |
| inputs | ジョブで使用される入力データ バインディングのマッピング。 |
| jars | ジョブで使用される Jar ファイル。 |
| job |
ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。 |
| outputs | ジョブで使用される出力データ バインディングのマッピング。 |
| py |
ジョブで使用される Python ファイル。 |
| queue |
ジョブのキュー設定 |
| resources | ジョブのコンピューティング リソース構成。 |
継承されたプロパティ
| component |
コンポーネント リソースの ARM リソース ID。 |
| compute |
コンピューティング リソースの ARM リソース ID。 |
| description | 資産の説明テキスト。 |
| display |
ジョブの表示名。 |
| experiment |
ジョブが属する実験の名前。 設定されていない場合、ジョブは "既定" の実験に配置されます。 |
| identity | ID 構成。 設定する場合は、AmlToken、ManagedIdentity、UserIdentity、または null のいずれかになります。 null の場合、既定値は AmlToken になります。 |
| is |
資産はアーカイブされていますか? |
| notification |
ジョブの通知設定 |
| properties | 資産プロパティ ディクショナリ。 |
| services | JobEndpoints の一覧。 ローカル ジョブの場合、ジョブ エンドポイントのエンドポイント値は FileStreamObject になります。 |
| status | ジョブの状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
| tags | タグ辞書。 タグは追加、削除、更新できます。 |
プロパティの詳細
archives
ジョブで使用されるアーカイブ ファイル。
archives?: string[]
プロパティ値
string[]
args
ジョブの引数。
args?: string
プロパティ値
string
codeId
[必須] コード資産の arm-id。
codeId: string
プロパティ値
string
conf
Spark で構成されたプロパティ。
conf?: {[propertyName: string]: string | null}
プロパティ値
{[propertyName: string]: string | null}
entry
environmentId
ジョブの環境仕様の ARM リソース ID。
environmentId?: string
プロパティ値
string
environmentVariables
ジョブに含まれる環境変数。
environmentVariables?: {[propertyName: string]: string | null}
プロパティ値
{[propertyName: string]: string | null}
files
ジョブで使用されるファイル。
files?: string[]
プロパティ値
string[]
inputs
ジョブで使用される入力データ バインディングのマッピング。
inputs?: {[propertyName: string]: JobInputUnion | null}
プロパティ値
{[propertyName: string]: JobInputUnion | null}
jars
ジョブで使用される Jar ファイル。
jars?: string[]
プロパティ値
string[]
jobType
ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。
jobType: "Spark"
プロパティ値
"Spark"
outputs
ジョブで使用される出力データ バインディングのマッピング。
outputs?: {[propertyName: string]: JobOutputUnion | null}
プロパティ値
{[propertyName: string]: JobOutputUnion | null}
pyFiles
ジョブで使用される Python ファイル。
pyFiles?: string[]
プロパティ値
string[]
queueSettings
resources
継承されたプロパティの詳細
componentId
computeId
description
displayName
experimentName
ジョブが属する実験の名前。 設定されていない場合、ジョブは "既定" の実験に配置されます。
experimentName?: string
プロパティ値
string
identity
ID 構成。 設定する場合は、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
ジョブの状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
status?: string
プロパティ値
string
tags
タグ辞書。 タグは追加、削除、更新できます。
tags?: {[propertyName: string]: string | null}
プロパティ値
{[propertyName: string]: string | null}