NodeDetails

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

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 starts at zero. This index is also available on the node with the AWS_BATCH_JOB_NODE_INDEX environment variable.

Functions

Link copied to clipboard
inline fun copy(block: NodeDetails.Builder.() -> Unit = {}): NodeDetails
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