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.
@@ -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 documenation of interfaces for parameters support (especially ModelBuilder) in our V3 examples folder.
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 documenation of interfaces for parameters support (especially ModelBuilder) in our V3 examples folder.
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
  ---------------------
@@ -0,0 +1 @@
1
+ 3.0.1
@@ -34,6 +34,9 @@ classifiers = [
34
34
  ]
35
35
  dependencies = [
36
36
  "sagemaker-core>=2.0.0,<3.0.0",
37
+ "sagemaker-train<2.0.0",
38
+ "sagemaker-serve<2.0.0",
39
+ "sagemaker-mlops<2.0.0",
37
40
  ]
38
41
 
39
42
  [project.optional-dependencies]
@@ -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 documenation of interfaces for parameters support (especially ModelBuilder) in our V3 examples folder.
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
  ---------------------
@@ -1,4 +1,7 @@
1
1
  sagemaker-core<3.0.0,>=2.0.0
2
+ sagemaker-train<2.0.0
3
+ sagemaker-serve<2.0.0
4
+ sagemaker-mlops<2.0.0
2
5
 
3
6
  [all]
4
7
  sagemaker-train
sagemaker-3.0/VERSION DELETED
@@ -1 +0,0 @@
1
- 3.0
File without changes
File without changes