Skip to content

Commit 42581d3

Browse files
author
AWS
committed
Amazon SageMaker Service Update: This release adds support for custom images for the CodeEditor App on SageMaker Studio
1 parent 84cee16 commit 42581d3

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
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 custom images for the CodeEditor App on SageMaker Studio"
6+
}

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

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4477,6 +4477,10 @@
44774477
"JupyterLabAppImageConfig":{
44784478
"shape":"JupyterLabAppImageConfig",
44794479
"documentation":"<p>The configuration for the file system and the runtime, such as the environment variables and entry point.</p>"
4480+
},
4481+
"CodeEditorAppImageConfig":{
4482+
"shape":"CodeEditorAppImageConfig",
4483+
"documentation":"<p>The configuration for the file system and the runtime, such as the environment variables and entry point.</p>"
44804484
}
44814485
},
44824486
"documentation":"<p>The configuration for running a SageMaker image as a KernelGateway app.</p>"
@@ -7231,10 +7235,22 @@
72317235
"max":2,
72327236
"min":1
72337237
},
7238+
"CodeEditorAppImageConfig":{
7239+
"type":"structure",
7240+
"members":{
7241+
"FileSystemConfig":{"shape":"FileSystemConfig"},
7242+
"ContainerConfig":{"shape":"ContainerConfig"}
7243+
},
7244+
"documentation":"<p>The configuration for the file system and kernels in a SageMaker image running as a Code Editor app. The <code>FileSystemConfig</code> object is not supported.</p>"
7245+
},
72347246
"CodeEditorAppSettings":{
72357247
"type":"structure",
72367248
"members":{
72377249
"DefaultResourceSpec":{"shape":"ResourceSpec"},
7250+
"CustomImages":{
7251+
"shape":"CustomImages",
7252+
"documentation":"<p>A list of custom SageMaker images that are configured to run as a Code Editor app.</p>"
7253+
},
72387254
"LifecycleConfigArns":{
72397255
"shape":"LifecycleConfigArns",
72407256
"documentation":"<p>The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.</p>"
@@ -7962,6 +7978,10 @@
79627978
"JupyterLabAppImageConfig":{
79637979
"shape":"JupyterLabAppImageConfig",
79647980
"documentation":"<p>The <code>JupyterLabAppImageConfig</code>. You can only specify one image kernel in the <code>AppImageConfig</code> API. This kernel is shown to users before the image starts. After the image runs, all kernels are visible in JupyterLab.</p>"
7981+
},
7982+
"CodeEditorAppImageConfig":{
7983+
"shape":"CodeEditorAppImageConfig",
7984+
"documentation":"<p>The <code>CodeEditorAppImageConfig</code>. You can only specify one image kernel in the AppImageConfig API. This kernel is shown to users before the image starts. After the image runs, all kernels are visible in Code Editor.</p>"
79657985
}
79667986
}
79677987
},
@@ -12097,6 +12117,10 @@
1209712117
"JupyterLabAppImageConfig":{
1209812118
"shape":"JupyterLabAppImageConfig",
1209912119
"documentation":"<p>The configuration of the JupyterLab app.</p>"
12120+
},
12121+
"CodeEditorAppImageConfig":{
12122+
"shape":"CodeEditorAppImageConfig",
12123+
"documentation":"<p>The configuration of the Code Editor app.</p>"
1210012124
}
1210112125
}
1210212126
},
@@ -21327,7 +21351,7 @@
2132721351
"KmsKeyId":{
2132821352
"type":"string",
2132921353
"max":2048,
21330-
"pattern":".*"
21354+
"pattern":"^[a-zA-Z0-9:/_-]*$"
2133121355
},
2133221356
"LabelAttributeName":{
2133321357
"type":"string",
@@ -35916,6 +35940,10 @@
3591635940
"JupyterLabAppImageConfig":{
3591735941
"shape":"JupyterLabAppImageConfig",
3591835942
"documentation":"<p>The JupyterLab app running on the image.</p>"
35943+
},
35944+
"CodeEditorAppImageConfig":{
35945+
"shape":"CodeEditorAppImageConfig",
35946+
"documentation":"<p>The Code Editor app running on the image.</p>"
3591935947
}
3592035948
}
3592135949
},

0 commit comments

Comments
 (0)