NodePropertiesSummary

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

Types

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

Properties

Link copied to clipboard

Specifies whether the current node is the main node for a multi-node parallel job.

Link copied to clipboard

The node index for the node. Node index numbering begins at zero. This index is also available on the node with the AWS_BATCH_JOB_NODE_INDEX environment variable.

Link copied to clipboard

The number of nodes that are associated with a multi-node parallel job.

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