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.
1 parent 596311d commit cc3bbc7Copy full SHA for cc3bbc7
introduction_to_amazon_algorithms/pca_mnist/pca_mnist.ipynb
@@ -319,7 +319,6 @@
319
"source": [
320
"from sagemaker.predictor import csv_serializer, json_deserializer\n",
321
"\n",
322
- "pca_predictor.content_type = 'text/csv'\n",
323
"pca_predictor.serializer = csv_serializer\n",
324
"pca_predictor.deserializer = json_deserializer"
325
]
@@ -409,7 +408,7 @@
409
408
410
"import sagemaker\n",
411
412
- "sagemaker.Session().delete_endpoint(pca_predictor.endpoint)"
+ "sagemaker.Session().delete_endpoint(pca_predictor.endpoint_name)"
413
414
}
415
],
@@ -436,4 +435,4 @@
436
435
},
437
"nbformat": 4,
438
"nbformat_minor": 2
439
-}
+}
0 commit comments