Skip to content

Commit f6480fe

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Added NodeProvisioningMode parameter to UpdateCluster API to determine how instance provisioning is handled during cluster operations; in Continuous mode. Added VpcId field in UpdateDomain request for SageMaker Unified Studio domains with no VPC to add a customer VPC.
1 parent 3b02de7 commit f6480fe

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon SageMaker Service",
4+
"contributor": "",
5+
"description": "Added NodeProvisioningMode parameter to UpdateCluster API to determine how instance provisioning is handled during cluster operations; in Continuous mode. Added VpcId field in UpdateDomain request for SageMaker Unified Studio domains with no VPC to add a customer VPC."
6+
}

services/sagemaker/src/main/resources/codegen-resources/service-2.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42642,7 +42642,15 @@
4264242642
"ml.inf2.xlarge",
4264342643
"ml.inf2.8xlarge",
4264442644
"ml.inf2.24xlarge",
42645-
"ml.inf2.48xlarge"
42645+
"ml.inf2.48xlarge",
42646+
"ml.g6.xlarge",
42647+
"ml.g6.2xlarge",
42648+
"ml.g6.4xlarge",
42649+
"ml.g6.8xlarge",
42650+
"ml.g6.12xlarge",
42651+
"ml.g6.16xlarge",
42652+
"ml.g6.24xlarge",
42653+
"ml.g6.48xlarge"
4264642654
]
4264742655
},
4264842656
"TransformInstanceTypes":{
@@ -43801,6 +43809,10 @@
4380143809
"shape":"ClusterInstanceGroupsToDelete",
4380243810
"documentation":"<p>Specify the names of the instance groups to delete. Use a single <code>,</code> as the separator between multiple names.</p>"
4380343811
},
43812+
"NodeProvisioningMode":{
43813+
"shape":"ClusterNodeProvisioningMode",
43814+
"documentation":"<p>Determines how instance provisioning is handled during cluster operations. In <code>Continuous</code> 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 <code>CurrentCount</code> and <code>TargetCount</code> in <code>DescribeCluster</code> to track provisioning progress.</p>"
43815+
},
4380443816
"ClusterRole":{
4380543817
"shape":"RoleArn",
4380643818
"documentation":"<p>The Amazon Resource Name (ARN) of the IAM role that HyperPod assumes for cluster autoscaling operations. Cannot be updated while autoscaling is enabled.</p>"
@@ -44102,6 +44114,10 @@
4410244114
"TagPropagation":{
4410344115
"shape":"TagPropagation",
4410444116
"documentation":"<p>Indicates whether custom tag propagation is supported for the domain. Defaults to <code>DISABLED</code>.</p>"
44117+
},
44118+
"VpcId":{
44119+
"shape":"VpcId",
44120+
"documentation":"<p>The identifier for the VPC used by the domain for network communication. Use this field only when adding VPC configuration to a SageMaker AI domain used in Amazon SageMaker Unified Studio that was created without VPC settings. SageMaker AI doesn't automatically apply VPC updates to existing applications. Stop and restart your applications to apply the changes.</p>"
4410544121
}
4410644122
}
4410744123
},

0 commit comments

Comments
 (0)