NodePropertiesSummary
An object that represents the properties of a node that's associated with a multi-node parallel job.
Contents
- isMainNode
-
Specifies whether the current node is the main node for a multi-node parallel job.
Type: Boolean
Required: No
- nodeIndex
-
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.Type: Integer
Required: No
- numNodes
-
The number of nodes that are associated with a multi-node parallel job.
Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: