Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data NodeProperties Source #
An object that represents the node properties of a multi-node parallel job.
Node properties can't be specified for Amazon EKS based job definitions.
See: newNodeProperties
smart constructor.
NodeProperties' | |
|
Instances
Create a value of NodeProperties
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:numNodes:NodeProperties'
, nodeProperties_numNodes
- The number of nodes that are associated with a multi-node parallel job.
$sel:mainNode:NodeProperties'
, nodeProperties_mainNode
- Specifies the node index for the main node of a multi-node parallel job.
This node index value must be fewer than the number of nodes.
$sel:nodeRangeProperties:NodeProperties'
, nodeProperties_nodeRangeProperties
- A list of node ranges and their properties that are associated with a
multi-node parallel job.
nodeProperties_numNodes :: Lens' NodeProperties Int Source #
The number of nodes that are associated with a multi-node parallel job.
nodeProperties_mainNode :: Lens' NodeProperties Int Source #
Specifies the node index for the main node of a multi-node parallel job. This node index value must be fewer than the number of nodes.
nodeProperties_nodeRangeProperties :: Lens' NodeProperties [NodeRangeProperty] Source #
A list of node ranges and their properties that are associated with a multi-node parallel job.