Values_0.ClusterAutoScalingConfigOutputSourceThe autoscaling configuration and status information for a HyperPod cluster.
type nonrec t = {mode : ClusterAutoScalingMode.t option;Describes whether autoscaling is enabled or disabled for the cluster.
*)autoScalerType : ClusterAutoScalerType.t option;The type of autoscaler configured for the cluster.
*)status : ClusterAutoScalingStatus.t option;The current status of the autoscaling configuration. Valid values are InService, Failed, Creating, and Deleting.
*)failureMessage : String_.t option;If the autoscaling status is Failed, this field contains a message describing the failure.
*)}