Values_2.UltraServerSourceRepresents a high-performance compute server used for distributed training in SageMaker AI. An UltraServer consists of multiple instances within a shared NVLink interconnect domain.
type nonrec t = {ultraServerId : Values_0.NonEmptyString256.t option;The unique identifier for the UltraServer.
*)ultraServerType : Values_1.UltraServerType.t option;The type of UltraServer, such as ml.u-p6e-gb200x72.
*)availabilityZone : Values_0.AvailabilityZone.t option;The name of the Availability Zone where the UltraServer is provisioned.
*)instanceType : Values_1.ReservedCapacityInstanceType.t option;The Amazon EC2 instance type used in the UltraServer.
*)totalInstanceCount : Values_1.TotalInstanceCount.t option;The total number of instances in this UltraServer.
*)configuredSpareInstanceCount : Values_0.ConfiguredSpareInstanceCount.t option;The number of spare instances configured for this UltraServer to provide enhanced resiliency.
*)availableInstanceCount : Values_0.AvailableInstanceCount.t option;The number of instances currently available for use in this UltraServer.
*)inUseInstanceCount : Values_1.InUseInstanceCount.t option;The number of instances currently in use in this UltraServer.
*)availableSpareInstanceCount : Values_0.AvailableSpareInstanceCount.t option;The number of available spare instances in the UltraServer.
*)unhealthyInstanceCount : Values_1.UnhealthyInstanceCount.t option;The number of instances in this UltraServer that are currently in an unhealthy state.
*)healthStatus : UltraServerHealthStatus.t option;The overall health status of the UltraServer.
*)}val make :
?ultraServerId:??? ->
?ultraServerType:??? ->
?availabilityZone:??? ->
?instanceType:??? ->
?totalInstanceCount:??? ->
?configuredSpareInstanceCount:??? ->
?availableInstanceCount:??? ->
?inUseInstanceCount:??? ->
?availableSpareInstanceCount:??? ->
?unhealthyInstanceCount:??? ->
?healthStatus:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_1.TotalInstanceCount.t
| `String of Values_0.NonEmptyString256.t ])
list ]