Class: Aws::PCS::Types::SchedulerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::SchedulerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcs/types.rb
Overview
The cluster management and job scheduling software associated with the cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The software PCS uses to manage cluster scaling and job scheduling.
-
#version ⇒ String
The version of the specified scheduling software that PCS uses to manage cluster scaling and job scheduling.
Instance Attribute Details
#type ⇒ String
The software PCS uses to manage cluster scaling and job scheduling.
1753 1754 1755 1756 1757 1758 |
# File 'lib/aws-sdk-pcs/types.rb', line 1753 class SchedulerRequest < Struct.new( :type, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the specified scheduling software that PCS uses to manage cluster scaling and job scheduling. For more information, see
- Slurm versions in PCS][1
-
in the *PCS User Guide*.
Valid Values: ‘23.11 | 24.05 | 24.11`
[1]: docs.aws.amazon.com/pcs/latest/userguide/slurm-versions.html
1753 1754 1755 1756 1757 1758 |
# File 'lib/aws-sdk-pcs/types.rb', line 1753 class SchedulerRequest < Struct.new( :type, :version) SENSITIVE = [] include Aws::Structure end |