feat(kb/aws): start article about sagemaker

This commit is contained in:
Michele Cereda
2024-03-08 00:21:34 +01:00
parent 1c7d4754ba
commit ff8aa6dbd9

View File

@@ -0,0 +1,26 @@
# Sagemaker
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
- Endpoint Configurations depend on a Model.<br/>
They are deleted if the Model they depend on changes.
- Serverless Endpoints' backend use **a snapshot** of the Endpoint Configuration at the time each host is created.<br/>
To make a serverless Endpoint use a new Configuration or Model, its hosts need to be replaced.
## Further readings
### Sources
<!--
References
-->
<!-- In-article sections -->
<!-- Knowledge base -->
<!-- Files -->
<!-- Upstream -->
<!-- Others -->