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 @@ -30,6 +30,14 @@ parameters:
3030 description : Enable scaling release components on circleci
3131 type : string
3232 default : " true"
33+ endpoint_config_name :
34+ description : Existing endpoint config name
35+ type : string
36+ default : " "
37+ endpoint_name :
38+ description : Existing endpoint name
39+ type : string
40+ default : " "
3341steps :
3442 - run :
3543 name : Create or Update endpoint
4452 REGION_NAME : << parameters.region_name >>
4553 RESTORE_VERSION_ENABLED : << parameters.enable_restore_version >>
4654 SCALE_COMPONENT_ENABLED : << parameters.enable_scaling_component >>
55+ ENDPOINT_CONFIGURATION_NAME : << parameters.endpoint_config_name >>
56+ ENDPOINT_NAME : << parameters.endpoint_name >>
4757 command : |
4858 cci-sagemaker sagemaker upsert-endpoint
Original file line number Diff line number Diff line change @@ -34,6 +34,14 @@ parameters:
3434 description : Enable scaling release components on circleci
3535 type : string
3636 default : " true"
37+ endpoint_config_name :
38+ description : Existing endpoint config name
39+ type : string
40+ default : " "
41+ endpoint_name :
42+ description : Existing endpoint name
43+ type : string
44+ default : " "
3745steps :
3846 - setup
3947 - deploy_endpoint :
4654 region_name : << parameters.region_name >>
4755 enable_restore_version : << parameters.enable_restore_version>>
4856 enable_scaling_component : << parameters.enable_scaling_component>>
57+ endpoint_config_name : << parameters.endpoint_config_name >>
58+ endpoint_name : << parameters.endpoint_name >>
You can’t perform that action at this time.
0 commit comments