Updates a pipeline.
See https://www.paws-r-sdk.com/docs/sagemaker_update_pipeline/ for full documentation.
sagemaker_update_pipeline(
PipelineName,
PipelineDisplayName = NULL,
PipelineDefinition = NULL,
PipelineDefinitionS3Location = NULL,
PipelineDescription = NULL,
RoleArn = NULL,
ParallelismConfiguration = NULL
)
[required] The name of the pipeline to update.
The display name of the pipeline.
The JSON pipeline definition.
The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location.
The description of the pipeline.
The Amazon Resource Name (ARN) that the pipeline uses to execute.
If specified, it applies to all executions of this pipeline by default.