Skip to content

Commit 3a5ccda

Browse files
author
AWS
committed
Amazon SageMaker Service Update: releasing builtinlcc to public
1 parent 0358668 commit 3a5ccda

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-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": "releasing builtinlcc to public"
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7690,6 +7690,10 @@
76907690
"AppLifecycleManagement":{
76917691
"shape":"AppLifecycleManagement",
76927692
"documentation":"<p>Settings that are used to configure and manage the lifecycle of CodeEditor applications.</p>"
7693+
},
7694+
"BuiltInLifecycleConfigArn":{
7695+
"shape":"StudioLifecycleConfigArn",
7696+
"documentation":"<p>The lifecycle configuration that runs before the default lifecycle configuration. It can override changes made in the default lifecycle configuration.</p>"
76937697
}
76947698
},
76957699
"documentation":"<p>The Code Editor application settings.</p> <p>For more information about Code Editor, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/code-editor.html\">Get started with Code Editor in Amazon SageMaker</a>.</p>"
@@ -12926,6 +12930,10 @@
1292612930
"ResourceSpec":{
1292712931
"shape":"ResourceSpec",
1292812932
"documentation":"<p>The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.</p>"
12933+
},
12934+
"BuiltInLifecycleConfigArn":{
12935+
"shape":"StudioLifecycleConfigArn",
12936+
"documentation":"<p>The lifecycle configuration that runs before the default lifecycle configuration</p>"
1292912937
}
1293012938
}
1293112939
},
@@ -22380,6 +22388,10 @@
2238022388
"EmrSettings":{
2238122389
"shape":"EmrSettings",
2238222390
"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>"
22391+
},
22392+
"BuiltInLifecycleConfigArn":{
22393+
"shape":"StudioLifecycleConfigArn",
22394+
"documentation":"<p>The lifecycle configuration that runs before the default lifecycle configuration. It can override changes made in the default lifecycle configuration.</p>"
2238322395
}
2238422396
},
2238522397
"documentation":"<p>The settings for the JupyterLab application.</p>"

0 commit comments

Comments
 (0)