We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76a3a90 + ef2af9f commit c6b77bbCopy full SHA for c6b77bb
sagemaker_pipeline_deploy_manage_n_models_cdk/lambda/start_sm_pipeline/index.py
@@ -12,7 +12,7 @@ def lambda_handler(event, context):
12
print("We are using dev environment")
13
14
bucket="smpipelineexecutionstack-trainingbucketeb7bb5c9-kdxthutnl8ps"
15
- key="training-dataset/DummyDim4/churn_clubbed.csv"
+ key="training-dataset/DummyDim3/churn_dummy_dim3.csv"
16
sm_pipeline_name = "model-train-deploy-pipeline"
17
18
0 commit comments