Retry Pipeline Execution
sagemaker_retry_pipeline_execution | R Documentation |
Retry the execution of the pipeline¶
Description¶
Retry the execution of the pipeline.
Usage¶
sagemaker_retry_pipeline_execution(PipelineExecutionArn,
ClientRequestToken, ParallelismConfiguration)
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. |
Value¶
A list with the following syntax:
list(
PipelineExecutionArn = "string"
)
Request syntax¶
svc$retry_pipeline_execution(
PipelineExecutionArn = "string",
ClientRequestToken = "string",
ParallelismConfiguration = list(
MaxParallelExecutionSteps = 123
)
)