This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::ClusterSchedulerConfig PriorityClass
Priority class configuration. When included in PriorityClasses, these class
configurations define how tasks are queued.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
Properties
Name-
Name of the priority class.
Required: Yes
Type: String
Pattern:
^[a-z0-9]([-a-z0-9]*[a-z0-9]){0,39}?$Update requires: No interruption
Weight-
Weight of the priority class. The value is within a range from 0 to 100, where 0 is the default.
A weight of 0 is the lowest priority and 100 is the highest. Weight 0 is the default.
Required: Yes
Type: Integer
Minimum:
0Maximum:
100Update requires: No interruption