Skip to content

Commit 19cf24f

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Amazon SageMaker Training now supports the use of attribute-based access control (ABAC) roles for training job execution roles. Amazon SageMaker Inference now supports G6 instance types.
1 parent e7018bd commit 19cf24f

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-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 Training now supports the use of attribute-based access control (ABAC) roles for training job execution roles. Amazon SageMaker Inference now supports G6 instance types."
6+
}

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"endpointPrefix":"api.sagemaker",
66
"jsonVersion":"1.1",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceAbbreviation":"SageMaker",
910
"serviceFullName":"Amazon SageMaker Service",
1011
"serviceId":"SageMaker",
@@ -10246,6 +10247,10 @@
1024610247
"InfraCheckConfig":{
1024710248
"shape":"InfraCheckConfig",
1024810249
"documentation":"<p>Contains information about the infrastructure health check configuration for the training job.</p>"
10250+
},
10251+
"SessionChainingConfig":{
10252+
"shape":"SessionChainingConfig",
10253+
"documentation":"<p>Contains information about attribute-based access control (ABAC) for the training job.</p>"
1024910254
}
1025010255
}
1025110256
},
@@ -17222,6 +17227,7 @@
1722217227
"members":{
1722317228
}
1722417229
},
17230+
"EnableSessionTagChaining":{"type":"boolean"},
1722517231
"Endpoint":{
1722617232
"type":"structure",
1722717233
"required":[
@@ -30366,6 +30372,14 @@
3036630372
"ml.g5.16xlarge",
3036730373
"ml.g5.24xlarge",
3036830374
"ml.g5.48xlarge",
30375+
"ml.g6.xlarge",
30376+
"ml.g6.2xlarge",
30377+
"ml.g6.4xlarge",
30378+
"ml.g6.8xlarge",
30379+
"ml.g6.12xlarge",
30380+
"ml.g6.16xlarge",
30381+
"ml.g6.24xlarge",
30382+
"ml.g6.48xlarge",
3036930383
"ml.p4d.24xlarge",
3037030384
"ml.c7g.large",
3037130385
"ml.c7g.xlarge",
@@ -32858,6 +32872,16 @@
3285832872
},
3285932873
"documentation":"<p>Details that you specify to provision a service catalog product. For information about service catalog, see <a href=\"https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html\">What is Amazon Web Services Service Catalog</a>. </p>"
3286032874
},
32875+
"SessionChainingConfig":{
32876+
"type":"structure",
32877+
"members":{
32878+
"EnableSessionTagChaining":{
32879+
"shape":"EnableSessionTagChaining",
32880+
"documentation":"<p>Set to <code>True</code> to allow SageMaker to extract session tags from a training job creation role and reuse these tags when assuming the training job execution role.</p>"
32881+
}
32882+
},
32883+
"documentation":"<p>Contains information about attribute-based access control (ABAC) for a training job. </p>"
32884+
},
3286132885
"SessionExpirationDurationInSeconds":{
3286232886
"type":"integer",
3286332887
"max":43200,

0 commit comments

Comments
 (0)