The type of autoscaler to use. Currently supported value is Karpenter.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Describes whether autoscaling is enabled or disabled for the cluster. Valid values are Enable and Disable.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Amazon.PowerShell.Cmdlets.SM.AmazonSageMakerClientCmdlet.ClientConfig
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Specify the name of the SageMaker HyperPod cluster you want to update.
| Required? | True |
| Position? | 1 |
| Accept pipeline input? | True (ByValue, ByPropertyName) |
The Amazon Resource Name (ARN) of the IAM role that HyperPod assumes for cluster autoscaling operations. Cannot be updated while autoscaling is enabled.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Specify the instance groups to update. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | InstanceGroups |
Specify the names of the instance groups to delete. Use a single , as the separator between multiple names. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Determines how instance provisioning is handled during cluster operations. In Continuous mode, the cluster provisions available instances incrementally and retries until the target count is reached. The cluster becomes operational once cluster-level resources are ready. Use CurrentCount and TargetCount in DescribeCluster to track provisioning progress.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The node recovery mode to be applied to the SageMaker HyperPod cluster.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-Orchestrator_Eks_ClusterArn <
String>
The Amazon Resource Name (ARN) of the Amazon EKS cluster associated with the SageMaker HyperPod cluster.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The strategy for managing partitions for the Slurm configuration. Valid values are Managed, Overwrite, and Merge.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The specialized instance groups for training models like Amazon Nova to be created in the SageMaker HyperPod cluster. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | RestrictedInstanceGroups |
Use the -Select parameter to control the cmdlet output. The default value is 'ClusterArn'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.UpdateClusterResponse). Specifying the name of a property of type Amazon.SageMaker.Model.UpdateClusterResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-TieredStorageConfig_InstanceMemoryAllocationPercentage <
Int32>
The percentage (int) of cluster memory to allocate for checkpointing.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Specifies whether managed tier checkpointing is enabled or disabled for the HyperPod cluster. When set to Enable, the system installs a memory management daemon that provides disaggregated memory as a service for checkpoint storage. When set to Disable, the feature is turned off and the memory management daemon is removed from the cluster.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |