You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Name": "MLOpsPipeline", <----- your project name, all stacks wil be prefixed with [Project.Name+Project.Stage]
89
+
"Name": "MLOps", <----- your project name, all stacks wil be prefixed with [Project.Name+Project.Stage]
90
90
"Stage": "Demo", <----- your project stage, all stacks wil be prefixed with [Project.Name+Project.Stage]
91
91
"Account": "75157*******", <----- update according to your AWS Account
92
92
"Region": "us-east-2", <----- update according to your target resion
@@ -123,7 +123,7 @@ cdk list
123
123
...
124
124
==> CDK App-Config File is config/app-config-demo.json, which is from Environment-Variable.
125
125
126
-
MLOpsPipelineDemo-ChurnXgboostPipelineStack
126
+
MLOpsDemo-ChurnXgboostPipelineStack
127
127
128
128
...
129
129
...
@@ -175,10 +175,10 @@ Just execute the following command:
175
175
sh codes/glue/churn-xgboost/script/upload_input.sh config/app-config-demo.json data/request-01.csv
176
176
...
177
177
...
178
-
upload: codes/glue/churn-xgboost/data/input.csv to s3://mlopspipelinedemo-churn-xgboost-[region]-[account 5 digits]/input/data/request-01.csv
178
+
upload: codes/glue/churn-xgboost/data/input.csv to s3://mlopsdemo-churnxgboostpipelinestack-asset-[region]-[account 5 digits]/input/data/request-01.csv
179
179
```
180
180
181
-
This command will upload `input.csv` file into S3 bucket such as `mlopspipelinedemo-churn-xgboost-[region]-[account 5 digits]` with `input/data/request-01.csv` key.
181
+
This command will upload `input.csv` file into S3 bucket such as `mlopsdemo-churnxgboostpipelinestack-asset-[region]-[account 5 digits]` with `input/data/request-01.csv` key.
182
182
183
183

184
184
@@ -211,7 +211,7 @@ sh script/deploy_stacks.sh config/app-config-demo.json
211
211
sh codes/glue/churn-xgboost/script/upload_input.sh config/app-config-demo.json data/request-02.csv
212
212
...
213
213
...
214
-
upload: codes/glue/churn-xgboost/data/input.csv to s3://mlopspipelinedemo-churn-xgboost-[region]-[account 5 digits]/input/data/request-02.csv
214
+
upload: codes/glue/churn-xgboost/data/input.csv to s3://mlopsdemo-churnxgboostpipelinestack-asset-[region]-[account 5 digits]/input/data/request-02.csv
215
215
```
216
216
217
217
Amazon SageMaker Endpoint
@@ -244,7 +244,7 @@ Before invocation, open `codes/glue/churn-xgboost/script/test_invoke.py` file, a
### **How to re-trigger the StateMachine in Step Functions**
284
284
285
-
Because a S3-event trigger is registered in `Lambda Function`, it is restarted when you upload a file with a different name(s3 key) under `input` in `mlopspipelinedemo-churn-xgboost-region-account`.
285
+
Because a S3-event trigger is registered in `Lambda Function`, it is restarted when you upload a file with a different name(s3 key) under `input` in `mlopsdemo-churnxgboostpipelinestack-asset-region-account`.
0 commit comments