Skip to content

Commit 2f915e2

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Add DomainId to CreateDomainResponse
1 parent b7e6526 commit 2f915e2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-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": "Add DomainId to CreateDomainResponse"
6+
}

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9772,6 +9772,10 @@
97729772
"shape":"DomainArn",
97739773
"documentation":"<p>The Amazon Resource Name (ARN) of the created domain.</p>"
97749774
},
9775+
"DomainId":{
9776+
"shape":"DomainId",
9777+
"documentation":"<p>The ID of the created domain.</p>"
9778+
},
97759779
"Url":{
97769780
"shape":"String1024",
97779781
"documentation":"<p>The URL to the created domain.</p>"
@@ -23900,7 +23904,7 @@
2390023904
},
2390123905
"CustomImages":{
2390223906
"shape":"CustomImages",
23903-
"documentation":"<p>A list of custom SageMaker AI images that are configured to run as a KernelGateway app.</p>"
23907+
"documentation":"<p>A list of custom SageMaker AI images that are configured to run as a KernelGateway app.</p> <p>The maximum number of custom images are as follows.</p> <ul> <li> <p>On a domain level: 200</p> </li> <li> <p>On a space level: 5</p> </li> <li> <p>On a user profile level: 5</p> </li> </ul>"
2390423908
},
2390523909
"LifecycleConfigArns":{
2390623910
"shape":"LifecycleConfigArns",

0 commit comments

Comments
 (0)