sagemaker_create_cluster_scheduler_config: Create cluster policy configuration

View source: R/sagemaker_operations.R

sagemaker_create_cluster_scheduler_configR Documentation

Create cluster policy configuration

Description

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.

Usage

sagemaker_create_cluster_scheduler_config(
  Name,
  ClusterArn,
  SchedulerConfig,
  Description = NULL,
  Tags = NULL
)

Arguments

Name

[required] Name for the cluster policy.

ClusterArn

[required] ARN of the cluster.

SchedulerConfig

[required] Configuration about the monitoring schedule.

Description

Description of the cluster policy.

Tags

Tags of the cluster policy.


paws.machine.learning documentation built on April 3, 2025, 8:41 p.m.