NodePropertiesSummary class
An object representing the properties of a node that's associated with a multi-node parallel job.
Constructors
- NodePropertiesSummary({bool? isMainNode, int? nodeIndex, int? numNodes})
-
NodePropertiesSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isMainNode → bool?
-
Specifies whether the current node is the main node for a multi-node
parallel job.
final
- nodeIndex → int?
-
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.final - numNodes → int?
-
The number of nodes associated with a multi-node parallel job.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited