Skip to content

Commit 1133705

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Amazon SageMaker Inference now supports P4de instance types.
1 parent 0510a17 commit 1133705

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
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": "Amazon SageMaker Inference now supports P4de instance types."
6+
}

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15259,7 +15259,7 @@
1525915259
},
1526015260
"ShadowProductionVariants":{
1526115261
"shape":"ProductionVariantSummaryList",
15262-
"documentation":"<p>A list of the shadow variants hosted on the endpoint. Each shadow variant is a model in shadow mode with production traffic replicated from the proudction variant.</p>"
15262+
"documentation":"<p>A list of the shadow variants hosted on the endpoint. Each shadow variant is a model in shadow mode with production traffic replicated from the production variant.</p>"
1526315263
}
1526415264
},
1526515265
"documentation":"<p>A hosted endpoint for real-time inference.</p>"
@@ -27059,7 +27059,7 @@
2705927059
},
2706027060
"VolumeSizeInGB":{
2706127061
"shape":"ProductionVariantVolumeSizeInGB",
27062-
"documentation":"<p>The size, in GB, of the ML storage volume attached to individual inference instance associated with the production variant. Currenly only Amazon EBS gp2 storage volumes are supported.</p>"
27062+
"documentation":"<p>The size, in GB, of the ML storage volume attached to individual inference instance associated with the production variant. Currently only Amazon EBS gp2 storage volumes are supported.</p>"
2706327063
},
2706427064
"ModelDataDownloadTimeoutInSeconds":{
2706527065
"shape":"ProductionVariantModelDataDownloadTimeoutInSeconds",
@@ -27245,7 +27245,8 @@
2724527245
"ml.r6gd.4xlarge",
2724627246
"ml.r6gd.8xlarge",
2724727247
"ml.r6gd.12xlarge",
27248-
"ml.r6gd.16xlarge"
27248+
"ml.r6gd.16xlarge",
27249+
"ml.p4de.24xlarge"
2724927250
]
2725027251
},
2725127252
"ProductionVariantList":{

0 commit comments

Comments
 (0)