Updates a pipeline execution.
See https://www.paws-r-sdk.com/docs/sagemaker_update_pipeline_execution/ for full documentation.
sagemaker_update_pipeline_execution(
PipelineExecutionArn,
PipelineExecutionDescription = NULL,
PipelineExecutionDisplayName = NULL,
ParallelismConfiguration = NULL
)
[required] The Amazon Resource Name (ARN) of the pipeline execution.
The description of the pipeline execution.
The display name of the pipeline execution.
This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.