@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T17:53:15.615Z") @Stability(value=Experimental) public interface IMultiNodeProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IMultiNodeProps.Jsii$Default
Internal default implementation for
IMultiNodeProps. |
static class |
IMultiNodeProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
Number |
getCount()
(experimental) The number of nodes associated with a multi-node parallel job.
|
Number |
getMainNode()
(experimental) Specifies the node index for the main node of a multi-node parallel job.
|
List<INodeRangeProps> |
getRangeProps()
(experimental) A list of node ranges and their properties associated with a multi-node parallel job.
|
void |
setCount(Number value)
(experimental) The number of nodes associated with a multi-node parallel job.
|
void |
setMainNode(Number value)
(experimental) Specifies the node index for the main node of a multi-node parallel job.
|
void |
setRangeProps(List<INodeRangeProps> value)
(experimental) A list of node ranges and their properties associated with a multi-node parallel job.
|
@Stability(value=Experimental) @NotNull Number getCount()
void setCount(@NotNull
Number value)
@Stability(value=Experimental) @NotNull Number getMainNode()
This node index value must be fewer than the number of nodes.
void setMainNode(@NotNull
Number value)
This node index value must be fewer than the number of nodes.
@Stability(value=Experimental) @NotNull List<INodeRangeProps> getRangeProps()
void setRangeProps(@NotNull
List<INodeRangeProps> value)
Copyright © 2021. All rights reserved.