This repository was archived by the owner on Sep 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,14 @@ parameters:
2222 region_name :
2323 description : AWS region name
2424 type : string
25+ enable_restore_version :
26+ description : Enable restoring releases on circleci
27+ type : string
28+ default : " true"
29+ enable_scaling_component :
30+ description : Enable scaling release components on circleci
31+ type : string
32+ default : " true"
2533steps :
2634 - run :
2735 name : Create or Update endpoint
3442 CIRCLE_PROJECT_ID : << parameters.project_id >>
3543 S3_BUCKET_NAME : << parameters.bucket >>
3644 REGION_NAME : << parameters.region_name >>
45+ RESTORE_VERSION_ENABLED : << parameters.enable_restore_version >>
46+ SCALE_COMPONENT_ENABLED : << parameters.enable_scaling_component >>
3747 command : |
3848 cci-sagemaker sagemaker upsert-endpoint
Original file line number Diff line number Diff line change @@ -26,6 +26,14 @@ parameters:
2626 region_name :
2727 description : AWS region name
2828 type : string
29+ enable_restore_version :
30+ description : Enable restoring releases on circleci
31+ type : string
32+ default : " true"
33+ enable_scaling_component :
34+ description : Enable scaling release components on circleci
35+ type : string
36+ default : " true"
2937steps :
3038 - setup
3139 - deploy_endpoint :
3644 pipeline_id : << parameters.pipeline_id >>
3745 project_id : << parameters.project_id >>
3846 region_name : << parameters.region_name >>
47+ enable_restore_version : << parameters.enable_restore_version>>
48+ enable_scaling_component : << parameters.enable_scaling_component>>
You can’t perform that action at this time.
0 commit comments