Module Values_2.UltraServerSource

Represents a high-performance compute server used for distributed training in SageMaker AI. An UltraServer consists of multiple instances within a shared NVLink interconnect domain.

Sourcetype nonrec t = {
  1. ultraServerId : Values_0.NonEmptyString256.t option;
    (*

    The unique identifier for the UltraServer.

    *)
  2. ultraServerType : Values_1.UltraServerType.t option;
    (*

    The type of UltraServer, such as ml.u-p6e-gb200x72.

    *)
  3. availabilityZone : Values_0.AvailabilityZone.t option;
    (*

    The name of the Availability Zone where the UltraServer is provisioned.

    *)
  4. instanceType : Values_1.ReservedCapacityInstanceType.t option;
    (*

    The Amazon EC2 instance type used in the UltraServer.

    *)
  5. totalInstanceCount : Values_1.TotalInstanceCount.t option;
    (*

    The total number of instances in this UltraServer.

    *)
  6. configuredSpareInstanceCount : Values_0.ConfiguredSpareInstanceCount.t option;
    (*

    The number of spare instances configured for this UltraServer to provide enhanced resiliency.

    *)
  7. availableInstanceCount : Values_0.AvailableInstanceCount.t option;
    (*

    The number of instances currently available for use in this UltraServer.

    *)
  8. inUseInstanceCount : Values_1.InUseInstanceCount.t option;
    (*

    The number of instances currently in use in this UltraServer.

    *)
  9. availableSpareInstanceCount : Values_0.AvailableSpareInstanceCount.t option;
    (*

    The number of available spare instances in the UltraServer.

    *)
  10. unhealthyInstanceCount : Values_1.UnhealthyInstanceCount.t option;
    (*

    The number of instances in this UltraServer that are currently in an unhealthy state.

    *)
  11. healthStatus : UltraServerHealthStatus.t option;
    (*

    The overall health status of the UltraServer.

    *)
}
Sourceval make : ?ultraServerId:??? -> ?ultraServerType:??? -> ?availabilityZone:??? -> ?instanceType:??? -> ?totalInstanceCount:??? -> ?configuredSpareInstanceCount:??? -> ?availableInstanceCount:??? -> ?inUseInstanceCount:??? -> ?availableSpareInstanceCount:??? -> ?unhealthyInstanceCount:??? -> ?healthStatus:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Values_1.TotalInstanceCount.t | `String of Values_0.NonEmptyString256.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