Learn R Programming

paws.machine.learning (version 0.9.0)

sagemaker_update_cluster_scheduler_config: Update the cluster policy configuration

Description

Update the cluster policy configuration.

See https://www.paws-r-sdk.com/docs/sagemaker_update_cluster_scheduler_config/ for full documentation.

Usage

sagemaker_update_cluster_scheduler_config(
  ClusterSchedulerConfigId,
  TargetVersion,
  SchedulerConfig = NULL,
  Description = NULL
)

Arguments

ClusterSchedulerConfigId

[required] ID of the cluster policy.

TargetVersion

[required] Target version.

SchedulerConfig

Cluster policy configuration.

Description

Description of the cluster policy.