Values_0.ClusterRestrictedInstanceGroupSpecificationSourceThe specifications of a restricted instance group that you need to define.
type nonrec t = {instanceCount : ClusterInstanceCount.t;Specifies the number of instances to add to the restricted instance group of a SageMaker HyperPod cluster.
*)instanceGroupName : ClusterInstanceGroupName.t;Specifies the name of the restricted instance group.
*)instanceType : ClusterInstanceType.t;Specifies the instance type of the restricted instance group.
*)executionRole : RoleArn.t;Specifies an IAM execution role to be assumed by the restricted instance group.
*)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.
*)instanceStorageConfigs : ClusterInstanceStorageConfigs.t option;Specifies the additional storage configurations for the instances in the SageMaker HyperPod cluster restricted instance group.
*)onStartDeepHealthChecks : OnStartDeepHealthChecks.t option;A flag indicating whether deep health checks should be performed when the cluster restricted instance group is created or updated.
*)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 .
*)overrideVpcConfig : VpcConfig.t option;scheduledUpdateConfig : ScheduledUpdateConfig.t option;environmentConfig : EnvironmentConfig.t option;The configuration for the restricted instance groups (RIG) environment.
*)}val make :
?threadsPerCore:??? ->
?instanceStorageConfigs:??? ->
?onStartDeepHealthChecks:??? ->
?trainingPlanArn:??? ->
?overrideVpcConfig:??? ->
?scheduledUpdateConfig:??? ->
?environmentConfig:??? ->
instanceCount:ClusterInstanceCount.t ->
instanceGroupName:ClusterInstanceGroupName.t ->
instanceType:ClusterInstanceType.t ->
executionRole:RoleArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of ClusterInstanceCount.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 ]