共用方式為


SparkJob interface

Spark 作業定義。

Extends

屬性

archives

封存作業中使用的檔案。

args

作業的自變數。

codeId

[必要] 程式代碼資產的arm識別碼。

conf

Spark 設定的屬性。

entry

[必要]在作業啟動時要執行的專案。

environmentId

作業之環境規格的 ARM 資源識別碼。

environmentVariables

作業中包含的環境變數。

files

作業中使用的檔案。

inputs

對應作業中使用的輸入數據系結。

jars

作業中使用的 Jar 檔案。

jobType

多型歧視性,指定這個物件可以是的不同類型

outputs

對應作業中使用的輸出數據系結。

pyFiles

作業中使用的 Python 檔案。

queueSettings

作業的佇列設定

resources

作業的計算資源組態。

繼承的屬性

componentId

元件資源的 ARM 資源識別碼。

computeId

計算資源的 ARM 資源識別碼。

description

資產描述文字。

displayName

工作的顯示名稱。

experimentName

作業所屬的實驗名稱。 如果未設定,作業會放在 「默認」實驗中。

identity

身分識別設定。 如果設定,這應該是其中一個 AmlToken、ManagedIdentity、UserIdentity 或 null。 如果為 null,則預設為 AmlToken。

isArchived

資產是否已封存?

notificationSetting

作業的通知設定

properties

資產屬性字典。

services

JobEndpoints 的清單。 針對本機作業,作業端點會有 FileStreamObject 的端點值。

status

作業的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

tags

標記字典。 標記可以新增、移除和更新。

屬性詳細資料

archives

封存作業中使用的檔案。

archives?: string[]

屬性值

string[]

args

作業的自變數。

args?: string

屬性值

string

codeId

[必要] 程式代碼資產的arm識別碼。

codeId: string

屬性值

string

conf

Spark 設定的屬性。

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

屬性值

{[propertyName: string]: string | null}

entry

[必要]在作業啟動時要執行的專案。

entry: SparkJobEntryUnion

屬性值

environmentId

作業之環境規格的 ARM 資源識別碼。

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 資源識別碼。

componentId?: string

屬性值

string

繼承自JobBaseProperties.componentId

computeId

計算資源的 ARM 資源識別碼。

computeId?: string

屬性值

string

繼承自JobBaseProperties.computeId

description

資產描述文字。

description?: string

屬性值

string

繼承自JobBaseProperties.description

displayName

工作的顯示名稱。

displayName?: string

屬性值

string

繼承自JobBaseProperties.displayName

experimentName

作業所屬的實驗名稱。 如果未設定,作業會放在 「默認」實驗中。

experimentName?: string

屬性值

string

繼承自JobBaseProperties.experimentName

identity

身分識別設定。 如果設定,這應該是其中一個 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