SageMaker / Client / retry_pipeline_execution

retry_pipeline_execution#

SageMaker.Client.retry_pipeline_execution(**kwargs)#

Retry the execution of the pipeline.

See also: AWS API Documentation

Request Syntax

response = client.retry_pipeline_execution(
    PipelineExecutionArn='string',
    ClientRequestToken='string',
    ParallelismConfiguration={
        'MaxParallelExecutionSteps': 123
    }
)
Parameters:
  • PipelineExecutionArn (string) –

    [REQUIRED]

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

  • ClientRequestToken (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.

  • ParallelismConfiguration (dict) –

    This configuration, if specified, overrides the parallelism configuration of the parent pipeline.

    • MaxParallelExecutionSteps (integer) – [REQUIRED]

      The max number of steps that can be executed in parallel.

Return type:

dict

Returns:

Response Syntax

{
    'PipelineExecutionArn': 'string'
}

Response Structure

  • (dict) –

    • PipelineExecutionArn (string) –

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

Exceptions