From ff8aa6dbd9197f70871a2504c9a29714add7ba98 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Fri, 8 Mar 2024 00:21:34 +0100 Subject: [PATCH] feat(kb/aws): start article about sagemaker --- .../cloud computing/aws/sagemaker.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 knowledge base/cloud computing/aws/sagemaker.md diff --git a/knowledge base/cloud computing/aws/sagemaker.md b/knowledge base/cloud computing/aws/sagemaker.md new file mode 100644 index 0000000..42354d3 --- /dev/null +++ b/knowledge base/cloud computing/aws/sagemaker.md @@ -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.
+ 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.
+ To make a serverless Endpoint use a new Configuration or Model, its hosts need to be replaced. + +## Further readings + +### Sources + + + + + + + +