aws-sdk-sagemaker 1.269.0 → 1.271.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5527efff02cf66a6b5cae58c6a4d14e0bf7b9803b75b78478a53938c47004ee8
4
- data.tar.gz: b9f49011053953e631c915248f081e517a06e0bd80518a4ed667b38477813f71
3
+ metadata.gz: e80b0ce35db42b08a26274e147dde87a8f60348d768e98009a20347a15a05c14
4
+ data.tar.gz: aa475faf13fb2becc5e608f38114be3c27e1fe5db5478127e59a0f6b3d3ef3e3
5
5
  SHA512:
6
- metadata.gz: 79a83217614441e1ed90a305b038ac7d583479c58b1efbb01d246b9ef462cb88f6269a9f7130c50ddca9c1a29f596397adf4ecebe08d8cf8c67286ef47f29ada
7
- data.tar.gz: a8eef3037f1dbfd9be23e53f0977e2569a69d0b6454839c31174fb4c24de8c094b22bd1c2267845bcbfa9cff6f382ebad1d7e154f316c479d4f5e45057d6fe5e
6
+ metadata.gz: 469e0d252066c84ae4b978a8a7369640d0f22229c4f6ab616c658fb791dbc5e69f9a19b93209020594537ceaa191444abf89c91b6394b8aacf0e4aa57729224b
7
+ data.tar.gz: eba07ebf4a0b41067c0d504c310c51930e16bd4c445c8519275bd4af66e1e6a2860d13d4b27c643d55bb7cef8446c50d3d858741c565dbfd7e7fd1bdd9694910
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.271.0 (2024-10-30)
5
+ ------------------
6
+
7
+ * Feature - Added support for Model Registry Staging construct. Users can define series of stages that models can progress through for model workflows and lifecycle. This simplifies tracking and managing models as they transition through development, testing, and production stages.
8
+
9
+ 1.270.0 (2024-10-29)
10
+ ------------------
11
+
12
+ * Feature - Adding `notebook-al2-v3` as allowed value to SageMaker NotebookInstance PlatformIdentifier attribute
13
+
4
14
  1.269.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.269.0
1
+ 1.271.0