Create cluster policy configuration. This policy is used for task prioritization and fair-share allocation of idle compute. This helps prioritize critical workloads and distributes idle compute across entities.
See https://www.paws-r-sdk.com/docs/sagemaker_create_cluster_scheduler_config/ for full documentation.
sagemaker_create_cluster_scheduler_config(
Name,
ClusterArn,
SchedulerConfig,
Description = NULL,
Tags = NULL
)
[required] Name for the cluster policy.
[required] ARN of the cluster.
[required] Configuration about the monitoring schedule.
Description of the cluster policy.
Tags of the cluster policy.