Skip to content

Commit d9fc089

Browse files
author
AWS
committed
Amazon SageMaker Service Update: This release introduces a new valid value in InstanceType parameter: p5en.48xlarge, in ProductionVariant.
1 parent d379004 commit d9fc089

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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": "This release introduces a new valid value in InstanceType parameter: p5en.48xlarge, in ProductionVariant."
6+
}

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33824,6 +33824,7 @@
3382433824
"ml.inf2.48xlarge",
3382533825
"ml.p5.48xlarge",
3382633826
"ml.p5e.48xlarge",
33827+
"ml.p5en.48xlarge",
3382733828
"ml.m7i.large",
3382833829
"ml.m7i.xlarge",
3382933830
"ml.m7i.2xlarge",
@@ -35652,7 +35653,7 @@
3565235653
},
3565335654
"SageMakerImageVersionArn":{
3565435655
"shape":"ImageVersionArn",
35655-
"documentation":"<p>The ARN of the image version created on the instance.</p>"
35656+
"documentation":"<p>The ARN of the image version created on the instance. To clear the value set for <code>SageMakerImageVersionArn</code>, pass <code>None</code> as the value.</p>"
3565635657
},
3565735658
"SageMakerImageVersionAlias":{
3565835659
"shape":"ImageVersionAlias",
@@ -35667,7 +35668,7 @@
3566735668
"documentation":"<p> The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.</p>"
3566835669
}
3566935670
},
35670-
"documentation":"<p>Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that the version runs on.</p>"
35671+
"documentation":"<p>Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that the version runs on.</p> <note> <p>When both <code>SageMakerImageVersionArn</code> and <code>SageMakerImageArn</code> are passed, <code>SageMakerImageVersionArn</code> is used. Any updates to <code>SageMakerImageArn</code> will not take effect if <code>SageMakerImageVersionArn</code> already exists in the <code>ResourceSpec</code> because <code>SageMakerImageVersionArn</code> always takes precedence. To clear the value set for <code>SageMakerImageVersionArn</code>, pass <code>None</code> as the value.</p> </note>"
3567135672
},
3567235673
"ResourceType":{
3567335674
"type":"string",

0 commit comments

Comments
 (0)