View source: R/sagemaker_operations.R
sagemaker_update_pipeline_execution | R Documentation |
Updates a pipeline execution.
See https://www.paws-r-sdk.com/docs/sagemaker_update_pipeline_execution/ for full documentation.
sagemaker_update_pipeline_execution(
PipelineExecutionArn,
PipelineExecutionDescription = NULL,
PipelineExecutionDisplayName = NULL,
ParallelismConfiguration = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.