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