Values_0.InstanceGroupMetadataSourceMetadata information about an instance group in a HyperPod cluster.
type nonrec t = {failureMessage : String_.t option;An error message describing why the instance group level operation (such as creating, scaling, or deleting) failed.
*)availabilityZoneId : String_.t option;The ID of the Availability Zone where the instance group is located.
*)capacityReservation : CapacityReservation.t option;Information about the Capacity Reservation used by the instance group.
*)subnetId : String_.t option;The ID of the subnet where the instance group is located.
*)securityGroupIds : SecurityGroupIds.t option;A list of security group IDs associated with the instance group.
*)amiOverride : String_.t option;If you use a custom Amazon Machine Image (AMI) for the instance group, this field shows the ID of the custom AMI.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SecurityGroupId.t ] list
| `String of String_.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ])
list ]