Skip to content

Commit de17543

Browse files
author
AWS
committed
Amazon SageMaker Service Update: add: recovery mode for SageMaker Studio apps
1 parent ae8adb8 commit de17543

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-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": "add: recovery mode for SageMaker Studio apps"
6+
}

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9161,6 +9161,10 @@
91619161
"ResourceSpec":{
91629162
"shape":"ResourceSpec",
91639163
"documentation":"<p>The instance type and the Amazon Resource Name (ARN) of the SageMaker AI image created on the instance.</p> <note> <p>The value of <code>InstanceType</code> passed as part of the <code>ResourceSpec</code> in the <code>CreateApp</code> call overrides the value passed as part of the <code>ResourceSpec</code> configured for the user profile or the domain. If <code>InstanceType</code> is not specified in any of those three <code>ResourceSpec</code> values for a <code>KernelGateway</code> app, the <code>CreateApp</code> call fails with a request validation error.</p> </note>"
9164+
},
9165+
"RecoveryMode":{
9166+
"shape":"Boolean",
9167+
"documentation":"<p> Indicates whether the application is launched in recovery mode. </p>"
91649168
}
91659169
}
91669170
},
@@ -13888,6 +13892,10 @@
1388813892
"shape":"AppStatus",
1388913893
"documentation":"<p>The status.</p>"
1389013894
},
13895+
"RecoveryMode":{
13896+
"shape":"Boolean",
13897+
"documentation":"<p> Indicates whether the application is launched in recovery mode. </p>"
13898+
},
1389113899
"LastHealthCheckTimestamp":{
1389213900
"shape":"Timestamp",
1389313901
"documentation":"<p>The timestamp of the last health check.</p>"

0 commit comments

Comments
 (0)