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