StartJobRunRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This field is deprecated. Use MaxCapacity instead.

Link copied to clipboard

The job arguments associated with this run. For this job run, they replace the default arguments set in the job definition itself.

Link copied to clipboard

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.

Link copied to clipboard

The name of the job definition to use.

Link copied to clipboard

The ID of a previous JobRun to retry.

Link copied to clipboard

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.

Link copied to clipboard

Specifies configuration properties of a job run notification.

Link copied to clipboard

The number of workers of a defined workerType that are allocated when a job runs.

Link copied to clipboard

The name of the SecurityConfiguration structure to be used with this job run.

Link copied to clipboard
val timeout: Int?

The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. This value overrides the timeout value set in the parent job.

Link copied to clipboard

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String