CreateScopeJobProperties Class

Scope job properties used when submitting Scope jobs. (Only for use internally with Scope job type.).

All required parameters must be populated in order to send to Azure.

Inheritance
CreateScopeJobProperties

Constructor

CreateScopeJobProperties(*, script: str, runtime_version: Optional[str] = None, resources=None, notifier: Optional[str] = None, **kwargs)

Parameters

runtime_version
str
Required

The runtime version of the Data Lake Analytics engine to use for the specific type of job being run.

script
str
Required

Required. The script to run. Please note that the maximum script size is 3 MB.

type
str
Required

Required. Constant filled by server.

resources
list[ScopeJobResource]
Required

The list of resources that are required by the job.

notifier
str
Required

The list of email addresses, separated by semi-colons, to notify when the job reaches a terminal state.