Skip to content

Commit f574036

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Amazon SageMaker now supports using manifest files to specify the location of uncompressed model artifacts within Model Packages
1 parent 9bed4d4 commit f574036

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
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 now supports using manifest files to specify the location of uncompressed model artifacts within Model Packages"
6+
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33952,6 +33952,10 @@
3395233952
"HubAccessConfig":{
3395333953
"shape":"InferenceHubAccessConfig",
3395433954
"documentation":"<p>Configuration information for hub access.</p>"
33955+
},
33956+
"ManifestS3Uri":{
33957+
"shape":"S3ModelUri",
33958+
"documentation":"<p>The Amazon S3 URI of the manifest file. The manifest file is a CSV file that stores the artifact locations.</p>"
3395533959
}
3395633960
},
3395733961
"documentation":"<p>Specifies the S3 location of ML model data to deploy.</p>"

0 commit comments

Comments
 (0)