ComputeNodeGroupSlurmCustomSetting

data class ComputeNodeGroupSlurmCustomSetting(val parameterName: String, val parameterValue: String)

Additional settings that directly map to Slurm settings.

Constructors

Link copied to clipboard
constructor(parameterName: String, parameterValue: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

AWS PCS supports configuration of the following Slurm parameters for compute node groups: Weight and RealMemory.

Link copied to clipboard

The value for the configured Slurm setting.