Skip to content

Commit c6b77bb

Browse files
authored
Merge pull request #5 from aws-samples/3-folder-dummydim4-not-existing-but-references
changed the reference to dummyDim3
2 parents 76a3a90 + ef2af9f commit c6b77bb

File tree

1 file changed

+1
-1
lines changed
  • sagemaker_pipeline_deploy_manage_n_models_cdk/lambda/start_sm_pipeline

1 file changed

+1
-1
lines changed

sagemaker_pipeline_deploy_manage_n_models_cdk/lambda/start_sm_pipeline/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def lambda_handler(event, context):
1212
print("We are using dev environment")
1313

1414
bucket="smpipelineexecutionstack-trainingbucketeb7bb5c9-kdxthutnl8ps"
15-
key="training-dataset/DummyDim4/churn_clubbed.csv"
15+
key="training-dataset/DummyDim3/churn_dummy_dim3.csv"
1616
sm_pipeline_name = "model-train-deploy-pipeline"
1717

1818

0 commit comments

Comments
 (0)