2021/09/16 - Amazon SageMaker Service - 1 new api methods
Changes Add API for users to retry a failed pipeline execution or resume a stopped one.
Retry the execution of the pipeline.
See also: AWS API Documentation
Request Syntax
client.retry_pipeline_execution( PipelineExecutionArn='string', ClientRequestToken='string' )
string
[REQUIRED]
The Amazon Resource Name (ARN) of the pipeline execution.
string
[REQUIRED]
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.
This field is autopopulated if not provided.
dict
Response Syntax
{ 'PipelineExecutionArn': 'string' }
Response Structure
(dict) --
PipelineExecutionArn (string) --
The Amazon Resource Name (ARN) of the pipeline execution.