Amazon SageMaker Service

2024/02/15 - Amazon SageMaker Service - 1 new api methods

Changes  This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares.

UpdateClusterSoftware (new) Link ΒΆ

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.

See also: AWS API Documentation

Request Syntax

client.update_cluster_software(
    ClusterName='string'
)
type ClusterName

string

param ClusterName

[REQUIRED]

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

rtype

dict

returns

Response Syntax

{
    'ClusterArn': 'string'
}

Response Structure

  • (dict) --

    • ClusterArn (string) --

      The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster being updated for security patching.