NodePropertyOverride

The object that represents any node overrides to a job definition that's used in a SubmitJob API operation.

Types

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

Properties

Link copied to clipboard

An object that contains overrides for the consumable resources of a job.

Link copied to clipboard

The overrides that are sent to a node range.

Link copied to clipboard

An object that contains the properties that you want to replace for the existing Amazon ECS resources of a job.

Link copied to clipboard

An object that contains the properties that you want to replace for the existing Amazon EKS resources of a job.

Link copied to clipboard

An object that contains the instance types that you want to replace for the existing resources of a job.

Link copied to clipboard

The range of nodes, using node index values, that's used to override. A range of 0:3 indicates nodes with index values of 0 through 3. If the starting range value is omitted (:n), then 0 is used to start the range. If the ending range value is omitted (n:), then the highest possible node index is used to end the range.

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