Updates a pipeline
Updates a pipeline.
sagemaker_update_pipeline(PipelineName, PipelineDisplayName, PipelineDefinition, PipelineDescription, RoleArn)
PipelineName |
[required] The name of the pipeline to update. |
PipelineDisplayName |
The display name of the pipeline. |
PipelineDefinition |
The JSON pipeline definition. |
PipelineDescription |
The description of the pipeline. |
RoleArn |
The Amazon Resource Name (ARN) that the pipeline uses to execute. |
A list with the following syntax:
list( PipelineArn = "string" )
svc$update_pipeline( PipelineName = "string", PipelineDisplayName = "string", PipelineDefinition = "string", PipelineDescription = "string", RoleArn = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.