Skip to content

Commit

Permalink
Merge pull request aws#358 from JonathanTaws/patch-4
Browse files Browse the repository at this point in the history
Removed attachedModel in cleanup to avoid error
  • Loading branch information
djarpin authored Sep 17, 2018
2 parents e33b430 + 9102d5e commit a0437cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sagemaker-spark/pyspark_mnist/pyspark_mnist_kmeans.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@
" resource_cleanup.deleteResources(model.getCreatedResources())\n",
"\n",
"# Don't forget to include any models or pipeline models that you created in the notebook\n",
"models = [initialModel, attachedModel, retrievedModel, modelFromJob]\n",
"models = [initialModel, retrievedModel, modelFromJob]\n",
"\n",
"# Delete regular SageMakerModels\n",
"for m in models:\n",
Expand Down

0 comments on commit a0437cd

Please sign in to comment.