AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
An object that represents any node overrides to a job definition that's used in a
SubmitJob
API operation.
This parameter isn't applicable to jobs that are running on Fargate resources. Don't
provide it for these jobs. Rather, use containerOverrides
instead.
Namespace: Amazon.Batch.Model
Assembly: AWSSDK.Batch.dll
Version: 3.x.y.z
public class NodeOverrides
The NodeOverrides type exposes the following members
Name | Description | |
---|---|---|
NodeOverrides() |
Name | Type | Description | |
---|---|---|---|
NodePropertyOverrides | System.Collections.Generic.List<Amazon.Batch.Model.NodePropertyOverride> |
Gets and sets the property NodePropertyOverrides. The node property overrides for the job. |
|
NumNodes | System.Int32 |
Gets and sets the property NumNodes. 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, you must meet the following conditions:
|
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5