Builder

class Builder

Properties

Link copied to clipboard

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

Link copied to clipboard

An object that represents the details of 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 (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

The Amazon Resource Name (ARN) of the job.

Link copied to clipboard

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

Link copied to clipboard

The job ID.

Link copied to clipboard

The job name.

Link copied to clipboard

The node properties for a single node in a job summary list.

Link copied to clipboard

The Unix timestamp 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 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.

Functions