Method: Aws::PCS::Types::CreateClusterRequest#scheduler
- Defined in:
- lib/aws-sdk-pcs/types.rb
#scheduler ⇒ Types::SchedulerRequest
The cluster management and job scheduling software associated with the cluster.
514 515 516 517 518 519 520 521 522 523 524 |
# File 'lib/aws-sdk-pcs/types.rb', line 514 class CreateClusterRequest < Struct.new( :cluster_name, :scheduler, :size, :networking, :slurm_configuration, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |