Uses of Class
software.amazon.awssdk.services.sagemaker.model.PriorityClass
-
Packages that use PriorityClass Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of PriorityClass in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type PriorityClass Modifier and Type Method Description List<PriorityClass>SchedulerConfig. priorityClasses()List of the priority classes,PriorityClass, of the cluster policy.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type PriorityClass Modifier and Type Method Description SchedulerConfig.BuilderSchedulerConfig.Builder. priorityClasses(PriorityClass... priorityClasses)List of the priority classes,PriorityClass, of the cluster policy.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type PriorityClass Modifier and Type Method Description SchedulerConfig.BuilderSchedulerConfig.Builder. priorityClasses(Collection<PriorityClass> priorityClasses)List of the priority classes,PriorityClass, of the cluster policy.
-