Builder

class Builder

Properties

Link copied to clipboard

The array properties of the job, if it's an array job.

Link copied to clipboard

A list of job attempts that are associated with this job.

Link copied to clipboard

An object that represents the details for the container that's associated with the job.

Link copied to clipboard

The Unix timestamp (in milliseconds) for when the job was created. For non-array jobs and parent array jobs, this is when the job entered the SUBMITTED state. This is specifically at the time SubmitJob was called. For array child jobs, this is when the child job was spawned by its parent and entered the PENDING state.

Link copied to clipboard

A list of job IDs that this job depends on.

Link copied to clipboard

A list of job attempts that are associated with this job.

Link copied to clipboard

An object with various properties that are specific to Amazon EKS based jobs. Only one of container, eksProperties, or nodeDetails is specified.

Link copied to clipboard

Indicates whether the job is canceled.

Link copied to clipboard

Indicates whether the job is terminated.

Link copied to clipboard

The Amazon Resource Name (ARN) of the job.

Link copied to clipboard

The Amazon Resource Name (ARN) of the job definition that this job uses.

Link copied to clipboard

The job ID.

Link copied to clipboard

The job name.

Link copied to clipboard

The Amazon Resource Name (ARN) of the job queue that the job is associated with.

Link copied to clipboard

An object that represents the details of a node that's associated with a multi-node parallel job.

Link copied to clipboard

An object that represents the node properties of a multi-node parallel job.

Link copied to clipboard

Additional parameters that are passed to the job that replace parameter substitution placeholders or override any corresponding parameter defaults from the job definition.

Link copied to clipboard

The platform capabilities required by the job definition. If no value is specified, it defaults to EC2. Jobs run on Fargate resources specify FARGATE.

Link copied to clipboard

Specifies whether to propagate the tags from the job or job definition to the corresponding Amazon ECS task. If no value is specified, the tags aren't propagated. Tags can only be propagated to the tasks when the tasks are created. For tags with the same name, job tags are given priority over job definitions tags. If the total number of combined tags from the job and job definition is over 50, the job is moved to the FAILED state.

Link copied to clipboard

The retry strategy to use for this job if an attempt fails.

Link copied to clipboard

The scheduling policy of the job definition. This only affects jobs in job queues with a fair share policy. Jobs with a higher scheduling priority are scheduled before jobs with a lower scheduling priority.

Link copied to clipboard

The share identifier for the job.

Link copied to clipboard

The Unix timestamp (in milliseconds) for when the job was started. More specifically, it's when the job transitioned from the STARTING state to the RUNNING state.

Link copied to clipboard

The current status for the job.

Link copied to clipboard

A short, human-readable string to provide more details for the current status of the job.

Link copied to clipboard

The Unix timestamp (in milliseconds) for when the job was stopped. More specifically, it's when the job transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED.

Link copied to clipboard

The tags that are applied to the job.

Link copied to clipboard

The timeout configuration for the job.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard