Module Values_0.ClusterInstancePlacementSource

Specifies the placement details for the node in the SageMaker HyperPod cluster, including the Availability Zone and the unique identifier (ID) of the Availability Zone.

Sourcetype nonrec t = {
  1. availabilityZone : ClusterAvailabilityZone.t option;
    (*

    The Availability Zone where the node in the SageMaker HyperPod cluster is launched.

    *)
  2. availabilityZoneId : ClusterAvailabilityZoneId.t option;
    (*

    The unique identifier (ID) of the Availability Zone where the node in the SageMaker HyperPod cluster is launched.

    *)
}
Sourceval make : ?availabilityZone:??? -> ?availabilityZoneId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ClusterAvailabilityZone.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t