sagemaker_update_cluster_scheduler_config {paws.machine.learning}R Documentation

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.


[Package paws.machine.learning version 0.9.0 Index]