Download a pipeline definition file
You can download the definition file for your SageMaker pipeline directly from the Amazon SageMaker Studio UI. You can use this pipeline definition file for:
-
Backup and restoration: Use the downloaded file to create a backup of your pipeline configuration, which you can restore in case of infrastructure failures or accidental changes.
-
Version control: Store the pipeline definition file in a source control system to track changes to the pipeline and revert to previous versions if needed.
-
Programmatic interactions: Use the pipeline definition file as input to the SageMaker SDK or AWS CLI.
-
Integration with automation processes: Integrate the pipeline definition into your CI/CD workflows or other automation processes.
To download the definition file of a pipeline, complete the following steps based on whether you use Studio or Studio Classic.