Skip to content

Commit d78151f

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Add API for users to retry a failed pipeline execution or resume a stopped one.
1 parent 450fe97 commit d78151f

File tree

2 files changed

+70
-10
lines changed

2 files changed

+70
-10
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 API for users to retry a failed pipeline execution or resume a stopped one."
6+
}

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

Lines changed: 64 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2371,6 +2371,21 @@
23712371
],
23722372
"documentation":"<p>Renders the UI template so that you can preview the worker's experience. </p>"
23732373
},
2374+
"RetryPipelineExecution":{
2375+
"name":"RetryPipelineExecution",
2376+
"http":{
2377+
"method":"POST",
2378+
"requestUri":"/"
2379+
},
2380+
"input":{"shape":"RetryPipelineExecutionRequest"},
2381+
"output":{"shape":"RetryPipelineExecutionResponse"},
2382+
"errors":[
2383+
{"shape":"ResourceNotFound"},
2384+
{"shape":"ResourceLimitExceeded"},
2385+
{"shape":"ConflictException"}
2386+
],
2387+
"documentation":"<p>Retry the execution of the pipeline.</p>"
2388+
},
23742389
"Search":{
23752390
"name":"Search",
23762391
"http":{
@@ -10994,7 +11009,7 @@
1099411009
},
1099511010
"CreatedBy":{
1099611011
"shape":"UserContext",
10997-
"documentation":"<p>Who created the component.</p>"
11012+
"documentation":"<p>Who created the trial component.</p>"
1099811013
},
1099911014
"LastModifiedTime":{
1100011015
"shape":"Timestamp",
@@ -12048,7 +12063,10 @@
1204812063
"shape":"Timestamp",
1204912064
"documentation":"<p>When the experiment was created.</p>"
1205012065
},
12051-
"CreatedBy":{"shape":"UserContext"},
12066+
"CreatedBy":{
12067+
"shape":"UserContext",
12068+
"documentation":"<p>Who created the experiment.</p>"
12069+
},
1205212070
"LastModifiedTime":{
1205312071
"shape":"Timestamp",
1205412072
"documentation":"<p>When the experiment was last modified.</p>"
@@ -20519,7 +20537,10 @@
2051920537
"shape":"ProjectStatus",
2052020538
"documentation":"<p>The status of the project.</p>"
2052120539
},
20522-
"CreatedBy":{"shape":"UserContext"},
20540+
"CreatedBy":{
20541+
"shape":"UserContext",
20542+
"documentation":"<p>Who created the project.</p>"
20543+
},
2052320544
"CreationTime":{
2052420545
"shape":"Timestamp",
2052520546
"documentation":"<p>A timestamp specifying when the project was created.</p>"
@@ -21098,6 +21119,33 @@
2109821119
"Delete"
2109921120
]
2110021121
},
21122+
"RetryPipelineExecutionRequest":{
21123+
"type":"structure",
21124+
"required":[
21125+
"PipelineExecutionArn",
21126+
"ClientRequestToken"
21127+
],
21128+
"members":{
21129+
"PipelineExecutionArn":{
21130+
"shape":"PipelineExecutionArn",
21131+
"documentation":"<p>The Amazon Resource Name (ARN) of the pipeline execution.</p>"
21132+
},
21133+
"ClientRequestToken":{
21134+
"shape":"IdempotencyToken",
21135+
"documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.</p>",
21136+
"idempotencyToken":true
21137+
}
21138+
}
21139+
},
21140+
"RetryPipelineExecutionResponse":{
21141+
"type":"structure",
21142+
"members":{
21143+
"PipelineExecutionArn":{
21144+
"shape":"PipelineExecutionArn",
21145+
"documentation":"<p>The Amazon Resource Name (ARN) of the pipeline execution.</p>"
21146+
}
21147+
}
21148+
},
2110121149
"RetryStrategy":{
2110221150
"type":"structure",
2110321151
"required":["MaximumRetryAttempts"],
@@ -21531,7 +21579,7 @@
2153121579
"documentation":"<p>A list of key value pairs that you specify when you provision a product.</p>"
2153221580
}
2153321581
},
21534-
"documentation":"<p>Details that you specify to provision a service catalog product. For information about service catalog, see .<a href=\"https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html\">What is Amazon Web Services Service Catalog</a>.</p>"
21582+
"documentation":"<p>Details that you specify to provision a service catalog product. For information about service catalog, see <a href=\"https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html\">What is Amazon Web Services Service Catalog</a>.</p>"
2153521583
},
2153621584
"SessionExpirationDurationInSeconds":{
2153721585
"type":"integer",
@@ -21760,7 +21808,7 @@
2176021808
},
2176121809
"ClientRequestToken":{
2176221810
"shape":"IdempotencyToken",
21763-
"documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.</p>",
21811+
"documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.</p>",
2176421812
"idempotencyToken":true
2176521813
}
2176621814
}
@@ -21879,7 +21927,7 @@
2187921927
},
2188021928
"ClientRequestToken":{
2188121929
"shape":"IdempotencyToken",
21882-
"documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.</p>",
21930+
"documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.</p>",
2188321931
"idempotencyToken":true
2188421932
}
2188521933
}
@@ -23130,7 +23178,10 @@
2313023178
"shape":"Timestamp",
2313123179
"documentation":"<p>When the trial was created.</p>"
2313223180
},
23133-
"CreatedBy":{"shape":"UserContext"},
23181+
"CreatedBy":{
23182+
"shape":"UserContext",
23183+
"documentation":"<p>Who created the trial.</p>"
23184+
},
2313423185
"LastModifiedTime":{
2313523186
"shape":"Timestamp",
2313623187
"documentation":"<p>Who last modified the trial.</p>"
@@ -23185,7 +23236,10 @@
2318523236
"shape":"Timestamp",
2318623237
"documentation":"<p>When the component was created.</p>"
2318723238
},
23188-
"CreatedBy":{"shape":"UserContext"},
23239+
"CreatedBy":{
23240+
"shape":"UserContext",
23241+
"documentation":"<p>Who created the trial component.</p>"
23242+
},
2318923243
"LastModifiedTime":{
2319023244
"shape":"Timestamp",
2319123245
"documentation":"<p>When the component was last modified.</p>"
@@ -23463,7 +23517,7 @@
2346323517
},
2346423518
"CreatedBy":{
2346523519
"shape":"UserContext",
23466-
"documentation":"<p>Who created the component.</p>"
23520+
"documentation":"<p>Who created the trial component.</p>"
2346723521
},
2346823522
"LastModifiedTime":{
2346923523
"shape":"Timestamp",
@@ -24373,7 +24427,7 @@
2437324427
"documentation":"<p>The domain associated with the user.</p>"
2437424428
}
2437524429
},
24376-
"documentation":"<p>Information about the user who created or modified an experiment, trial, or trial component.</p>"
24430+
"documentation":"<p>Information about the user who created or modified an experiment, trial, trial component, or project.</p>"
2437724431
},
2437824432
"UserProfileArn":{
2437924433
"type":"string",

0 commit comments

Comments
 (0)