sagemaker 3.0__tar.gz → 3.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {sagemaker-3.0 → sagemaker-3.0.1}/PKG-INFO +5 -2
- {sagemaker-3.0 → sagemaker-3.0.1}/README.rst +1 -1
- sagemaker-3.0.1/VERSION +1 -0
- {sagemaker-3.0 → sagemaker-3.0.1}/pyproject.toml +3 -0
- {sagemaker-3.0 → sagemaker-3.0.1}/sagemaker.egg-info/PKG-INFO +5 -2
- {sagemaker-3.0 → sagemaker-3.0.1}/sagemaker.egg-info/requires.txt +3 -0
- sagemaker-3.0/VERSION +0 -1
- {sagemaker-3.0 → sagemaker-3.0.1}/LICENSE +0 -0
- {sagemaker-3.0 → sagemaker-3.0.1}/sagemaker.egg-info/SOURCES.txt +0 -0
- {sagemaker-3.0 → sagemaker-3.0.1}/sagemaker.egg-info/dependency_links.txt +0 -0
- {sagemaker-3.0 → sagemaker-3.0.1}/sagemaker.egg-info/top_level.txt +0 -0
- {sagemaker-3.0 → sagemaker-3.0.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sagemaker
|
|
3
|
-
Version: 3.0
|
|
3
|
+
Version: 3.0.1
|
|
4
4
|
Summary: Open source library for training and deploying models on Amazon SageMaker.
|
|
5
5
|
Author: Amazon Web Services
|
|
6
6
|
Project-URL: Homepage, https://github.com/aws/sagemaker-python-sdk
|
|
@@ -18,6 +18,9 @@ Requires-Python: >=3.9
|
|
|
18
18
|
Description-Content-Type: text/x-rst
|
|
19
19
|
License-File: LICENSE
|
|
20
20
|
Requires-Dist: sagemaker-core<3.0.0,>=2.0.0
|
|
21
|
+
Requires-Dist: sagemaker-train<2.0.0
|
|
22
|
+
Requires-Dist: sagemaker-serve<2.0.0
|
|
23
|
+
Requires-Dist: sagemaker-mlops<2.0.0
|
|
21
24
|
Provides-Extra: train
|
|
22
25
|
Requires-Dist: sagemaker-train; extra == "train"
|
|
23
26
|
Provides-Extra: serve
|
|
@@ -81,7 +84,7 @@ Version 3.0.0 represents a significant milestone in our product's evolution. Thi
|
|
|
81
84
|
**Important: Please review these breaking changes before upgrading.**
|
|
82
85
|
|
|
83
86
|
* Older interfaces such as Estimator, Model, Predictor and all their subclasses will not be supported in V3.
|
|
84
|
-
* Please review
|
|
87
|
+
* Please review documentation of interfaces for parameters support (especially ModelBuilder) in our V3 examples folder.
|
|
85
88
|
|
|
86
89
|
SageMaker V2 Examples
|
|
87
90
|
---------------------
|
|
@@ -49,7 +49,7 @@ Version 3.0.0 represents a significant milestone in our product's evolution. Thi
|
|
|
49
49
|
**Important: Please review these breaking changes before upgrading.**
|
|
50
50
|
|
|
51
51
|
* Older interfaces such as Estimator, Model, Predictor and all their subclasses will not be supported in V3.
|
|
52
|
-
* Please review
|
|
52
|
+
* Please review documentation of interfaces for parameters support (especially ModelBuilder) in our V3 examples folder.
|
|
53
53
|
|
|
54
54
|
SageMaker V2 Examples
|
|
55
55
|
---------------------
|
sagemaker-3.0.1/VERSION
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3.0.1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sagemaker
|
|
3
|
-
Version: 3.0
|
|
3
|
+
Version: 3.0.1
|
|
4
4
|
Summary: Open source library for training and deploying models on Amazon SageMaker.
|
|
5
5
|
Author: Amazon Web Services
|
|
6
6
|
Project-URL: Homepage, https://github.com/aws/sagemaker-python-sdk
|
|
@@ -18,6 +18,9 @@ Requires-Python: >=3.9
|
|
|
18
18
|
Description-Content-Type: text/x-rst
|
|
19
19
|
License-File: LICENSE
|
|
20
20
|
Requires-Dist: sagemaker-core<3.0.0,>=2.0.0
|
|
21
|
+
Requires-Dist: sagemaker-train<2.0.0
|
|
22
|
+
Requires-Dist: sagemaker-serve<2.0.0
|
|
23
|
+
Requires-Dist: sagemaker-mlops<2.0.0
|
|
21
24
|
Provides-Extra: train
|
|
22
25
|
Requires-Dist: sagemaker-train; extra == "train"
|
|
23
26
|
Provides-Extra: serve
|
|
@@ -81,7 +84,7 @@ Version 3.0.0 represents a significant milestone in our product's evolution. Thi
|
|
|
81
84
|
**Important: Please review these breaking changes before upgrading.**
|
|
82
85
|
|
|
83
86
|
* Older interfaces such as Estimator, Model, Predictor and all their subclasses will not be supported in V3.
|
|
84
|
-
* Please review
|
|
87
|
+
* Please review documentation of interfaces for parameters support (especially ModelBuilder) in our V3 examples folder.
|
|
85
88
|
|
|
86
89
|
SageMaker V2 Examples
|
|
87
90
|
---------------------
|
sagemaker-3.0/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
3.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|