diff --git a/program/cohort.ipynb b/program/cohort.ipynb index 8cb0cc9..2096e56 100644 --- a/program/cohort.ipynb +++ b/program/cohort.ipynb @@ -5340,7 +5340,7 @@ "\n", "Deploying the model we trained directly to an endpoint doesn't lets us control the data that goes in and comes out of the endpoint. The TensorFlow model we trained requires transformed data, which makes it useless to other applications:\n", "\n", - " \"Prediction\n", + " \"Basic\n", "\n", "To fix this, we can create an Inference Pipeline using SageMaker to control the data that goes in and comes out of the endpoint.\n", "\n", @@ -8892,7 +8892,7 @@ }, { "cell_type": "code", - "execution_count": 265, + "execution_count": 304, "id": "6b32c3a4-312e-473c-a217-33606f77d1e9", "metadata": { "tags": [ diff --git a/program/images/basic-model.png b/program/images/basic-model.png new file mode 100644 index 0000000..df057d9 Binary files /dev/null and b/program/images/basic-model.png differ diff --git a/program/images/inference-pipeline.png b/program/images/inference-pipeline.png index 57c1622..2acbe72 100644 Binary files a/program/images/inference-pipeline.png and b/program/images/inference-pipeline.png differ diff --git a/program/images/prediction-service.png b/program/images/prediction-service.png deleted file mode 100644 index 8622cf2..0000000 Binary files a/program/images/prediction-service.png and /dev/null differ