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.
- notifier
- str
Required
The list of email addresses, separated by semi-colons, to notify when the job reaches a terminal state.
Feedback
Submit and view feedback for