View source: R/sagemaker_operations.R
sagemaker_update_pipeline | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.