Skip to content

Commit b44ba85

Browse files
committed
Updated: Fixed endpoint deletion to have correct predictor name
1 parent 399449f commit b44ba85

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

introduction_to_amazon_algorithms/factorization_machines_mnist/factorization_machines_mnist.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@
391391
"source": [
392392
"import sagemaker\n",
393393
"\n",
394-
"#sagemaker.Session().delete_endpoint(kmeans_predictor.endpoint)"
394+
"#sagemaker.Session().delete_endpoint(fm_predictor.endpoint)"
395395
]
396396
}
397397
],

introduction_to_amazon_algorithms/linear_learner_mnist/linear_learner_mnist.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
"source": [
375375
"import sagemaker\n",
376376
"\n",
377-
"#sagemaker.Session().delete_endpoint(kmeans_predictor.endpoint)"
377+
"#sagemaker.Session().delete_endpoint(linear_predictor.endpoint)"
378378
]
379379
}
380380
],

introduction_to_amazon_algorithms/pca_mnist/pca_mnist.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
"source": [
381381
"import sagemaker\n",
382382
"\n",
383-
"#sagemaker.Session().delete_endpoint(kmeans_predictor.endpoint)"
383+
"#sagemaker.Session().delete_endpoint(pca_predictor.endpoint)"
384384
]
385385
}
386386
],

0 commit comments

Comments
 (0)