Skip to content

Commit

Permalink
Fixed description of one of the sessions.
Browse files Browse the repository at this point in the history
  • Loading branch information
svpino committed Apr 1, 2024
1 parent 10e8bf8 commit 6370825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/cohort.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"<a href=\"images/deploying-model.png\" target=\"_blank\"> <img src=\"images/deploying-model.png\" alt=\"High-level overview of deploying a model to a SageMaker endpoint\" style=\"max-width: 740px;\" /></a>\n"
]
Expand Down

0 comments on commit 6370825

Please sign in to comment.