View source: R/sagemaker_operations.R
| sagemaker_update_pipeline_version | R Documentation |
Updates a pipeline version.
See https://www.paws-r-sdk.com/docs/sagemaker_update_pipeline_version/ for full documentation.
sagemaker_update_pipeline_version(
PipelineArn,
PipelineVersionId,
PipelineVersionDisplayName = NULL,
PipelineVersionDescription = NULL
)
PipelineArn |
[required] The Amazon Resource Name (ARN) of the pipeline. |
PipelineVersionId |
[required] The pipeline version ID to update. |
PipelineVersionDisplayName |
The display name of the pipeline version. |
PipelineVersionDescription |
The description of the pipeline version. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.