CreateJobRequest
Types
Properties
This parameter is deprecated. Use MaxCapacity
instead.
The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.
The JobCommand
that runs this job.
The connections used for this job.
The default arguments for every run of this job, specified as name-value pairs.
Description of the job being defined.
Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.
An ExecutionProperty
specifying the maximum number of concurrent runs allowed for this job.
In Spark jobs, GlueVersion
determines the versions of Apache Spark and Python that Glue available in a job. The Python version indicates the version supported for jobs of type Spark.
For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.
The maximum number of times to retry this job if it fails.
Arguments for this job that are not overridden when providing job arguments in a job run, specified as name-value pairs.
Specifies configuration properties of a job notification.
The number of workers of a defined workerType
that are allocated when a job runs.
The name of the SecurityConfiguration
structure to be used with this job.
The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.
The type of predefined worker that is allocated when a job runs. Accepts a value of G.1X, G.2X, G.4X, G.8X or G.025X for Spark jobs. Accepts the value Z.2X for Ray jobs.