Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit 5f10070

Browse files
feat: change endpoint config command name (#10)
* feat: change endpoint config command name
1 parent 38a68d3 commit 5f10070

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

src/examples/create_endpoint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ usage:
1414
pipeline_id: << pipeline.id >>
1515
bucket: s3_bucket_name
1616
region_name: < us-east-1 >
17-
- aws-sagemaker/deploy_endpoint_configuration:
17+
- aws-sagemaker/create_endpoint_configuration:
1818
name: create-endpoint-configuration
1919
model_name: model-name
2020
deploy_environment: < environment >

src/jobs/deploy_endpoint_configuration.yml renamed to src/jobs/create_endpoint_configuration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ parameters:
3030
default: 1
3131
steps:
3232
- setup
33-
- deploy_endpoint_configuration:
33+
- create_endpoint_configuration:
3434
model_name: << parameters.model_name >>
3535
bucket: << parameters.bucket >>
3636
deploy_environment: << parameters.deploy_environment >>

0 commit comments

Comments
 (0)