Values_0.ClusterInstancePlacementSourceSpecifies the placement details for the node in the SageMaker HyperPod cluster, including the Availability Zone and the unique identifier (ID) of the Availability Zone.
type nonrec t = {availabilityZone : ClusterAvailabilityZone.t option;The Availability Zone where the node in the SageMaker HyperPod cluster is launched.
*)availabilityZoneId : ClusterAvailabilityZoneId.t option;The unique identifier (ID) of the Availability Zone where the node in the SageMaker HyperPod cluster is launched.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ClusterAvailabilityZone.t ]) list ]