Amazon SageMaker Service

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.

RetryPipelineExecution (new) Link ΒΆ

Retry the execution of the pipeline.

See also: AWS API Documentation

Request Syntax

client.retry_pipeline_execution(
    PipelineExecutionArn='string',
    ClientRequestToken='string'
)
type PipelineExecutionArn:

string

param PipelineExecutionArn:

[REQUIRED]

The Amazon Resource Name (ARN) of the pipeline execution.

type ClientRequestToken:

string

param ClientRequestToken:

[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.

rtype:

dict

returns:

Response Syntax

{
    'PipelineExecutionArn': 'string'
}

Response Structure

  • (dict) --

    • PipelineExecutionArn (string) --

      The Amazon Resource Name (ARN) of the pipeline execution.