Values_0.ClusterSummarySourceLists a summary of the properties of a SageMaker HyperPod cluster.
type nonrec t = {clusterArn : ClusterArn.t option;The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.
*)clusterName : ClusterName.t option;The name of the SageMaker HyperPod cluster.
*)creationTime : Timestamp.t option;The time when the SageMaker HyperPod cluster is created.
*)clusterStatus : ClusterStatus.t option;The status of the SageMaker HyperPod cluster.
*)trainingPlanArns : TrainingPlanArns.t option;A list of Amazon Resource Names (ARNs) of the training plans associated with this cluster. For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see CreateTrainingPlan .
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of TrainingPlanArn.t ] list
| `String of ClusterArn.t
| `Timestamp of Timestamp.t ])
list ]