Retry the execution of the pipeline
Source:R/sagemaker_operations.R
sagemaker_retry_pipeline_execution.RdRetry the execution of the pipeline.
See https://www.paws-r-sdk.com/docs/sagemaker_retry_pipeline_execution/ for full documentation.
Usage
sagemaker_retry_pipeline_execution(
PipelineExecutionArn,
ClientRequestToken,
ParallelismConfiguration = NULL
)Arguments
- PipelineExecutionArn
[required] The Amazon Resource Name (ARN) of the pipeline execution.
- 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.
- ParallelismConfiguration
This configuration, if specified, overrides the parallelism configuration of the parent pipeline.