NodeOverrides class

Object representing any node overrides to a job definition that's used in a SubmitJob API operation.

Constructors

NodeOverrides({List<NodePropertyOverride>? nodePropertyOverrides, int? numNodes})

Properties

hashCode int
The hash code for this object.
no setterinherited
nodePropertyOverrides List<NodePropertyOverride>?
The node property overrides for the job.
final
numNodes int?
The number of nodes to use with a multi-node parallel job. This value overrides the number of nodes that are specified in the job definition. To use this override:
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited