Module Values_0.ClusterRestrictedInstanceGroupDetailsSource

The instance group details of the restricted instance group (RIG).

Sourcetype nonrec t = {
  1. currentCount : ClusterNonNegativeInstanceCount.t option;
    (*

    The number of instances that are currently in the restricted instance group of a SageMaker HyperPod cluster.

    *)
  2. targetCount : ClusterInstanceCount.t option;
    (*

    The number of instances you specified to add to the restricted instance group of a SageMaker HyperPod cluster.

    *)
  3. instanceGroupName : ClusterInstanceGroupName.t option;
    (*

    The name of the restricted instance group of a SageMaker HyperPod cluster.

    *)
  4. instanceType : ClusterInstanceType.t option;
    (*

    The instance type of the restricted instance group of a SageMaker HyperPod cluster.

    *)
  5. executionRole : RoleArn.t option;
    (*

    The execution role for the restricted instance group to assume.

    *)
  6. threadsPerCore : ClusterThreadsPerCore.t option;
    (*

    The number you specified to TreadsPerCore in CreateCluster for enabling or disabling multithreading. For instance types that support multithreading, you can specify 1 for disabling multithreading and 2 for enabling multithreading. For more information, see the reference table of CPU cores and threads per CPU core per instance type in the Amazon Elastic Compute Cloud User Guide.

    *)
  7. instanceStorageConfigs : ClusterInstanceStorageConfigs.t option;
    (*

    The additional storage configurations for the instances in the SageMaker HyperPod cluster restricted instance group.

    *)
  8. onStartDeepHealthChecks : OnStartDeepHealthChecks.t option;
    (*

    A flag indicating whether deep health checks should be performed when the cluster's restricted instance group is created or updated.

    *)
  9. status : InstanceGroupStatus.t option;
    (*

    The current status of the cluster's restricted instance group. InService: The restricted instance group is active and healthy. Creating: The restricted instance group is being provisioned. Updating: The restricted instance group is being updated. Failed: The restricted instance group has failed to provision or is no longer healthy. Degraded: The restricted instance group is degraded, meaning that some instances have failed to provision or are no longer healthy. Deleting: The restricted instance group is being deleted.

    *)
  10. trainingPlanArn : TrainingPlanArn.t option;
    (*

    The Amazon Resource Name (ARN) of the training plan to filter clusters by. For more information about reserving GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see CreateTrainingPlan .

    *)
  11. trainingPlanStatus : InstanceGroupTrainingPlanStatus.t option;
    (*

    The current status of the training plan associated with this cluster restricted instance group.

    *)
  12. overrideVpcConfig : VpcConfig.t option;
  13. scheduledUpdateConfig : ScheduledUpdateConfig.t option;
  14. environmentConfig : EnvironmentConfigDetails.t option;
    (*

    The configuration for the restricted instance groups (RIG) environment.

    *)
}
Sourceval make : ?currentCount:??? -> ?targetCount:??? -> ?instanceGroupName:??? -> ?instanceType:??? -> ?executionRole:??? -> ?threadsPerCore:??? -> ?instanceStorageConfigs:??? -> ?onStartDeepHealthChecks:??? -> ?status:??? -> ?trainingPlanArn:??? -> ?trainingPlanStatus:??? -> ?overrideVpcConfig:??? -> ?scheduledUpdateConfig:??? -> ?environmentConfig:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of ClusterNonNegativeInstanceCount.t | `List of [> `Enum of string | `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Integer of ClusterEbsVolumeSizeInGB.t | `String of KmsKeyId.t ]) list ]) list ] list | `String of ClusterInstanceGroupName.t | `Structure of (string * [> `List of [> `String of SecurityGroupId.t ] list | `String of CronScheduleExpression.t | `Structure of (string * [> `Integer of WaitTimeIntervalInSeconds.t | `List of [> `Structure of (string * [> `String of AlarmName.t ]) list ] list | `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of NodeUnavailabilityValue.t ]) list ]) list ]) list ]) list ]) 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