Skip to content

Update Cluster Software

sagemaker_update_cluster_software R Documentation

Updates the platform software of a SageMaker HyperPod cluster for security patching

Description

Updates the platform software of a SageMaker HyperPod cluster for security patching. To learn how to use this API, see Update the SageMaker HyperPod platform software of a cluster.

Usage

sagemaker_update_cluster_software(ClusterName)

Arguments

ClusterName

[required] Specify the name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster you want to update for security patching.

Value

A list with the following syntax:

list(
  ClusterArn = "string"
)

Request syntax

svc$update_cluster_software(
  ClusterName = "string"
)