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 +0
-16
lines changed
Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,6 @@ parameters:
2828 circle_project_id :
2929 description : CircleCI project ID
3030 type : string
31- circle_build_num :
32- description : CircleCI job number
33- type : string
34- circle_workflow_id :
35- description : CircleCI workflow ID
36- type : string
3731steps :
3832 - run :
3933 name : Create Endpoint Configuration
4741 ENDPOINT_INSTANCE_TYPE : << parameters.endpoint_instance_type >>
4842 ENDPOINT_INSTANCE_COUNT : << parameters.endpoint_instance_count >>
4943 CIRCLE_PROJECT_ID : << parameters.circle_project_id >>
50- CIRCLE_BUILD_NUM : << parameters.circle_build_num >>
51- CIRCLE_WORKFLOW_ID : << parameters.circle_workflow_id >>
5244 command : |
5345 cci-sagemaker sagemaker create-endpoint-configuration
Original file line number Diff line number Diff line change @@ -31,12 +31,6 @@ parameters:
3131 circle_project_id :
3232 description : CircleCI project ID
3333 type : string
34- circle_build_num :
35- description : CircleCI job number
36- type : string
37- circle_workflow_id :
38- description : CircleCI workflow ID
39- type : string
4034steps :
4135 - setup
4236 - create_endpoint_configuration :
4842 endpoint_instance_type : << parameters.endpoint_instance_type >>
4943 endpoint_instance_count : << parameters.endpoint_instance_count >>
5044 circle_project_id : << parameters.circle_project_id >>
51- circle_build_num : << parameters.circle_build_num >>
52- circle_workflow_id : << parameters.circle_workflow_id >>
You can’t perform that action at this time.
0 commit comments