BuildJobParameters Class

The parameters used to build a new Data Lake Analytics job.

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

Inheritance
BuildJobParameters

Constructor

BuildJobParameters(*, type, properties, name: Optional[str] = None, **kwargs)

Parameters

type
str or JobType
Required

Required. The job type of the current job (Hive, USql, or Scope (for internal use only)). Possible values include: 'USql', 'Hive', 'Scope'

properties
CreateJobProperties
Required

Required. The job specific properties.

name
str
Required

The friendly name of the job to build.