次の方法で共有


SparkJob interface

Spark ジョブ定義。

Extends

プロパティ

archives

ジョブで使用されるアーカイブ ファイル。

args

ジョブの引数。

codeId

[必須] コード資産の arm-id。

conf

Spark で構成されたプロパティ。

entry

[必須]ジョブの起動時に実行するエントリ。

environmentId

ジョブの環境仕様の ARM リソース ID。

environmentVariables

ジョブに含まれる環境変数。

files

ジョブで使用されるファイル。

inputs

ジョブで使用される入力データ バインディングのマッピング。

jars

ジョブで使用される Jar ファイル。

jobType

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

outputs

ジョブで使用される出力データ バインディングのマッピング。

pyFiles

ジョブで使用される Python ファイル。

queueSettings

ジョブのキュー設定

resources

ジョブのコンピューティング リソース構成。

継承されたプロパティ

componentId

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

computeId

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

description

資産の説明テキスト。

displayName

ジョブの表示名。

experimentName

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

identity

ID 構成。 設定する場合は、AmlToken、ManagedIdentity、UserIdentity、または null のいずれかになります。 null の場合、既定値は AmlToken になります。

isArchived

資産はアーカイブされていますか?

notificationSetting

ジョブの通知設定

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

[必須]ジョブの起動時に実行するエントリ。

entry: SparkJobEntryUnion

プロパティ値

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

ジョブのキュー設定

queueSettings?: QueueSettings

プロパティ値

resources

ジョブのコンピューティング リソース構成。

resources?: SparkResourceConfiguration

プロパティ値

継承されたプロパティの詳細

componentId

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

componentId?: string

プロパティ値

string

承元JobBaseProperties.componentId

computeId

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

computeId?: string

プロパティ値

string

承元JobBaseProperties.computeId

description

資産の説明テキスト。

description?: string

プロパティ値

string

承元JobBaseProperties.description

displayName

ジョブの表示名。

displayName?: string

プロパティ値

string

承元JobBaseProperties.displayName

experimentName

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

experimentName?: string

プロパティ値

string

承元JobBaseProperties.experimentName

identity

ID 構成。 設定する場合は、AmlToken、ManagedIdentity、UserIdentity、または null のいずれかになります。 null の場合、既定値は AmlToken になります。

identity?: IdentityConfigurationUnion

プロパティ値

承元JobBaseProperties.identity

isArchived

資産はアーカイブされていますか?

isArchived?: boolean

プロパティ値

boolean

承元JobBaseProperties.isArchived

notificationSetting

ジョブの通知設定

notificationSetting?: NotificationSetting

プロパティ値

承元JobBaseProperties.notificationSetting

properties

資産プロパティ ディクショナリ。

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

プロパティ値

{[propertyName: string]: string | null}

承元JobBaseProperties.properties

services

JobEndpoints の一覧。 ローカル ジョブの場合、ジョブ エンドポイントのエンドポイント値は FileStreamObject になります。

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

プロパティ値

{[propertyName: string]: JobService | null}

承元JobBaseProperties.services

status

ジョブの状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

status?: string

プロパティ値

string

承元JobBaseProperties.status

tags

タグ辞書。 タグは追加、削除、更新できます。

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

プロパティ値

{[propertyName: string]: string | null}

承元JobBaseProperties.tags