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
}
)
[REQUIRED]
The Amazon Resource Name (ARN) of the pipeline execution.
[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.
This configuration, if specified, overrides the parallelism configuration of the parent pipeline.
The max number of steps that can be executed in parallel.
dict
Response Syntax
{
'PipelineExecutionArn': 'string'
}
Response Structure
(dict) --
PipelineExecutionArn (string) --
The Amazon Resource Name (ARN) of the pipeline execution.
Exceptions
SageMaker.Client.exceptions.ResourceNotFound
SageMaker.Client.exceptions.ResourceLimitExceeded
SageMaker.Client.exceptions.ConflictException