Skip to content

Commit 88d33b0

Browse files
author
AWS
committed
Amazon SageMaker Service Update: This release adds support for Amazon EMR Serverless applications in SageMaker Studio for running data processing jobs.
1 parent 3ed2f14 commit 88d33b0

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-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": "This release adds support for Amazon EMR Serverless applications in SageMaker Studio for running data processing jobs."
6+
}

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5173,6 +5173,11 @@
51735173
},
51745174
"documentation":"<p>Lists a summary of the properties of an association. An association is an entity that links other lineage or experiment entities. An example would be an association between a training job and a model.</p>"
51755175
},
5176+
"AssumableRoleArns":{
5177+
"type":"list",
5178+
"member":{"shape":"RoleArn"},
5179+
"max":5
5180+
},
51765181
"AsyncInferenceClientConfig":{
51775182
"type":"structure",
51785183
"members":{
@@ -18006,6 +18011,20 @@
1800618011
"max":10,
1800718012
"pattern":"\\d+"
1800818013
},
18014+
"EmrSettings":{
18015+
"type":"structure",
18016+
"members":{
18017+
"AssumableRoleArns":{
18018+
"shape":"AssumableRoleArns",
18019+
"documentation":"<p>An array of Amazon Resource Names (ARNs) of the IAM roles that the execution role of SageMaker can assume for performing operations or tasks related to Amazon EMR clusters or Amazon EMR Serverless applications. These roles define the permissions and access policies required when performing Amazon EMR-related operations, such as listing, connecting to, or terminating Amazon EMR clusters or Amazon EMR Serverless applications. They are typically used in cross-account access scenarios, where the Amazon EMR resources (clusters or serverless applications) are located in a different Amazon Web Services account than the SageMaker domain.</p>"
18020+
},
18021+
"ExecutionRoleArns":{
18022+
"shape":"ExecutionRoleArns",
18023+
"documentation":"<p>An array of Amazon Resource Names (ARNs) of the IAM roles used by the Amazon EMR cluster instances or job execution environments to access other Amazon Web Services services and resources needed during the runtime of your Amazon EMR or Amazon EMR Serverless workloads, such as Amazon S3 for data access, Amazon CloudWatch for logging, or other Amazon Web Services services based on the particular workload requirements.</p>"
18024+
}
18025+
},
18026+
"documentation":"<p>The configuration parameters that specify the IAM roles assumed by the execution role of SageMaker (assumable roles) and the cluster instances or job execution environments (execution roles or runtime roles) to manage and access resources required for running Amazon EMR clusters or Amazon EMR Serverless applications.</p>"
18027+
},
1800918028
"EnableCapture":{"type":"boolean"},
1801018029
"EnableInfraCheck":{"type":"boolean"},
1801118030
"EnableIotRoleAlias":{"type":"boolean"},
@@ -18446,6 +18465,11 @@
1844618465
"type":"string",
1844718466
"max":100
1844818467
},
18468+
"ExecutionRoleArns":{
18469+
"type":"list",
18470+
"member":{"shape":"RoleArn"},
18471+
"max":5
18472+
},
1844918473
"ExecutionRoleIdentityConfig":{
1845018474
"type":"string",
1845118475
"enum":[
@@ -22122,6 +22146,10 @@
2212222146
"CodeRepositories":{
2212322147
"shape":"CodeRepositories",
2212422148
"documentation":"<p>A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.</p>"
22149+
},
22150+
"EmrSettings":{
22151+
"shape":"EmrSettings",
22152+
"documentation":"<p>The configuration parameters that specify the IAM roles assumed by the execution role of SageMaker (assumable roles) and the cluster instances or job execution environments (execution roles or runtime roles) to manage and access resources required for running Amazon EMR clusters or Amazon EMR Serverless applications.</p>"
2212522153
}
2212622154
},
2212722155
"documentation":"<p>The settings for the JupyterLab application.</p>"

0 commit comments

Comments
 (0)