@awboost/cfn-resource-types 0.1.501 → 0.1.502
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -239,6 +239,11 @@ export type ClusterInstanceGroup = {
|
|
|
239
239
|
* The lifecycle configuration for a SageMaker HyperPod cluster.
|
|
240
240
|
*/
|
|
241
241
|
LifeCycleConfig: ClusterLifeCycleConfig;
|
|
242
|
+
/**
|
|
243
|
+
* The minimum number of instances required for the instance group to be InService. MinInstanceCount must be less than or equal to InstanceCount.
|
|
244
|
+
* @min `0`
|
|
245
|
+
*/
|
|
246
|
+
MinInstanceCount?: number;
|
|
242
247
|
/**
|
|
243
248
|
* Nodes will undergo advanced stress test to detect and replace faulty instances, based on the type of deep health check(s) passed in.
|
|
244
249
|
*/
|