From 6370825891ed08679992c8821df8807af6dfb873 Mon Sep 17 00:00:00 2001 From: "Santiago L. Valdarrama" Date: Mon, 1 Apr 2024 16:45:56 -0400 Subject: [PATCH] Fixed description of one of the sessions. --- program/cohort.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/cohort.ipynb b/program/cohort.ipynb index 580aa2f..8da0442 100644 --- a/program/cohort.ipynb +++ b/program/cohort.ipynb @@ -4108,7 +4108,7 @@ "source": [ "## Session 11 - Deploying the Model\n", "\n", - "This session deploys the model from the Model Registry to an endpoint. We'll do it manually, using [boto3](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html) and the SageMaker SDK. Check [Deploy to a SageMaker Endpoint](https://sagemaker.readthedocs.io/en/stable/frameworks/tensorflow/using_tf.html#deploy-to-a-sagemaker-endpoint) for more information about deploying a model to an endpoint.\n", + "This session deploys the model from the Model Registry to an endpoint. We'll do it manually, using the SageMaker SDK. Check [Deploy to a SageMaker Endpoint](https://sagemaker.readthedocs.io/en/stable/frameworks/tensorflow/using_tf.html#deploy-to-a-sagemaker-endpoint) for more information about deploying a model to an endpoint.\n", "\n", " \"High-level\n" ]