Values_2.UpdateClusterSoftwareResponseSourceUpdates 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. The UpgradeClusterSoftware API call may impact your SageMaker HyperPod cluster uptime and availability. Plan accordingly to mitigate potential disruptions to your workloads.
type nonrec t = {clusterArn : Values_0.ClusterArn.t option;The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster being updated for security patching.
*)}type nonrec error = [ | `ConflictException of Values_0.ConflictException.t| `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of Values_0.ConflictException.t
| `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of Values_0.ConflictException.t
| `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]