sagemaker-core 1.0.0__tar.gz → 1.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.

Potentially problematic release.


This version of sagemaker-core might be problematic. Click here for more details.

Files changed (44) hide show
  1. sagemaker_core-1.0.1/PKG-INFO +81 -0
  2. sagemaker_core-1.0.1/VERSION +1 -0
  3. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/pyproject.toml +2 -2
  4. sagemaker_core-1.0.1/src/sagemaker_core.egg-info/PKG-INFO +81 -0
  5. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core.egg-info/requires.txt +1 -1
  6. sagemaker_core-1.0.0/PKG-INFO +0 -30
  7. sagemaker_core-1.0.0/VERSION +0 -1
  8. sagemaker_core-1.0.0/src/sagemaker_core.egg-info/PKG-INFO +0 -30
  9. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/LICENSE +0 -0
  10. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/MANIFEST.in +0 -0
  11. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/README.rst +0 -0
  12. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/setup.cfg +0 -0
  13. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/__init__.py +0 -0
  14. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/_version.py +0 -0
  15. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/helper/__init__.py +0 -0
  16. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/helper/session_helper.py +0 -0
  17. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/main/__init__.py +0 -0
  18. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/main/code_injection/__init__.py +0 -0
  19. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/main/code_injection/base.py +0 -0
  20. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/main/code_injection/codec.py +0 -0
  21. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/main/code_injection/constants.py +0 -0
  22. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/main/code_injection/shape_dag.py +0 -0
  23. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/main/config_schema.py +0 -0
  24. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/main/exceptions.py +0 -0
  25. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/main/intelligent_defaults_helper.py +0 -0
  26. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/main/resources.py +0 -0
  27. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/main/shapes.py +0 -0
  28. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/main/user_agent.py +0 -0
  29. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/main/utils.py +0 -0
  30. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/resources/__init__.py +0 -0
  31. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/shapes/__init__.py +0 -0
  32. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/tools/__init__.py +0 -0
  33. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/tools/codegen.py +0 -0
  34. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/tools/constants.py +0 -0
  35. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/tools/data_extractor.py +0 -0
  36. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/tools/method.py +0 -0
  37. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/tools/resources_codegen.py +0 -0
  38. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/tools/resources_extractor.py +0 -0
  39. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/tools/shapes_codegen.py +0 -0
  40. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/tools/shapes_extractor.py +0 -0
  41. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core/tools/templates.py +0 -0
  42. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core.egg-info/SOURCES.txt +0 -0
  43. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core.egg-info/dependency_links.txt +0 -0
  44. {sagemaker_core-1.0.0 → sagemaker_core-1.0.1}/src/sagemaker_core.egg-info/top_level.txt +0 -0
@@ -0,0 +1,81 @@
1
+ Metadata-Version: 2.1
2
+ Name: sagemaker-core
3
+ Version: 1.0.1
4
+ Summary: An python package for sagemaker core functionalities
5
+ Author-email: AWS <sagemaker-interests@amazon.com>
6
+ Project-URL: Repository, https://github.com/aws/sagemaker-core.git
7
+ Classifier: Development Status :: 3 - Alpha
8
+ Classifier: Intended Audience :: Developers
9
+ Classifier: License :: OSI Approved :: Apache Software License
10
+ Classifier: Programming Language :: Python :: 3.8
11
+ Classifier: Programming Language :: Python :: 3.9
12
+ Classifier: Programming Language :: Python :: 3.10
13
+ Classifier: Programming Language :: Python :: 3.11
14
+ Classifier: Programming Language :: Python :: 3.12
15
+ Requires-Python: >=3.8
16
+ Description-Content-Type: text/x-rst
17
+ License-File: LICENSE
18
+ Requires-Dist: boto3<2.0.0,>=1.34.0
19
+ Requires-Dist: pydantic<3.0.0,>=1.7.0
20
+ Requires-Dist: PyYAML<7.0,>=6.0
21
+ Requires-Dist: jsonschema<5.0.0
22
+ Requires-Dist: platformdirs<5.0.0,>=4.0.0
23
+ Requires-Dist: rich<14.0.0,>=13.0.0
24
+ Requires-Dist: mock<5.0,>4.0
25
+ Requires-Dist: importlib-metadata<7.0,>=1.4.0
26
+ Provides-Extra: codegen
27
+ Requires-Dist: black<25.0.0,>=24.3.0; extra == "codegen"
28
+ Requires-Dist: pandas<3.0.0,>=2.0.0; extra == "codegen"
29
+ Requires-Dist: pytest<9.0.0,>=8.0.0; extra == "codegen"
30
+ Requires-Dist: pylint<4.0.0,>=3.0.0; extra == "codegen"
31
+
32
+ .. image:: https://github.com/aws/sagemaker-python-sdk/raw/master/branding/icon/sagemaker-banner.png
33
+ :height: 100px
34
+ :alt: SageMaker
35
+
36
+ ====================
37
+ SageMaker Core
38
+ ====================
39
+
40
+ .. image:: https://img.shields.io/pypi/v/sagemaker-core.svg
41
+ :target: https://pypi.python.org/pypi/sagemaker-core
42
+ :alt: Latest Version
43
+
44
+ .. image:: https://img.shields.io/pypi/pyversions/sagemaker-core.svg
45
+ :target: https://pypi.python.org/pypi/sagemaker-core
46
+ :alt: Supported Python Versions
47
+
48
+
49
+
50
+ Introduction
51
+ ------------
52
+
53
+ Welcome to the sagemaker-core Python SDK, an SDK designed to provide an object-oriented interface for interacting with Amazon SageMaker resources. It offers full parity with SageMaker APIs, allowing developers to leverage all SageMaker capabilities directly through the SDK. sagemaker-core introduces features such as dedicated resource classes, resource chaining, auto code completion, comprehensive documentation and type hints to enhance the developer experience as well as productivity.
54
+
55
+
56
+ Key Features
57
+ ------------
58
+
59
+ * **Object-Oriented Interface**: Provides a structured way to interact with SageMaker resources, making it easier to manage them using familiar object-oriented programming techniques.
60
+ * **Resource Chaining**: Allows seamless connection of SageMaker resources by passing outputs as inputs between them, simplifying workflows and reducing the complexity of parameter management.
61
+ * **Full Parity with SageMaker APIs**: Ensures access to all SageMaker capabilities through the SDK, providing a comprehensive toolset for building and deploying machine learning models.
62
+ * **Abstraction of Low-Level Details**: Automatically handles resource state transitions and polling logic, freeing developers from managing these intricacies and allowing them to focus on higher-level tasks.
63
+ * **Auto Code Completion**: Enhances the developer experience by offering real-time suggestions and completions in popular IDEs, reducing syntax errors and speeding up the coding process.
64
+ * **Comprehensive Documentation and Type Hints**: Provides detailed guidance and type hints to help developers understand functionalities, write code faster, and reduce errors without complex API navigation.
65
+ * **Incorporation of Intelligent Defaults**: Integrates the previous SageMaker SDK feature of intelligent defaults, allowing developers to set default values for parameters like IAM roles and VPC configurations. This streamlines the setup process, enabling developers to focus on customizations specific to their use case.
66
+
67
+
68
+ Benefits
69
+ --------
70
+
71
+ * **Simplified Development**: By abstracting low-level details and providing intelligent defaults, developers can focus on building and deploying machine learning models without getting bogged down by repetitive tasks.
72
+ * **Increased Productivity**: The SDK's features, such as auto code completion and type hints, help developers write code faster and with fewer errors.
73
+ * **Enhanced Readability**: Resource chaining and dedicated resource classes result in more readable and maintainable code.
74
+
75
+
76
+ Docs and Examples
77
+ -----------------
78
+
79
+ For examples and walkthroughs, see the `SageMaker Core Examples <https://github.com/aws/amazon-sagemaker-examples/tree/default/sagemaker-core>`_.
80
+
81
+ For detailed documentation, including the API reference, see `Read the Docs <https://sagemaker-core.readthedocs.io>`_.
@@ -0,0 +1 @@
1
+ 1.0.1
@@ -9,11 +9,11 @@ description = "An python package for sagemaker core functionalities"
9
9
  authors = [
10
10
  {name = "AWS", email = "sagemaker-interests@amazon.com"}
11
11
  ]
12
- readme = "README.md"
12
+ readme = "README.rst"
13
13
  dependencies = [
14
14
  # Add your dependencies here (Include lower and upper bounds as applicable)
15
15
  "boto3>=1.34.0,<2.0.0",
16
- "pydantic>=2.7.0,<3.0.0",
16
+ "pydantic>=1.7.0,<3.0.0",
17
17
  "PyYAML>=6.0, <7.0",
18
18
  "jsonschema<5.0.0",
19
19
  "platformdirs>=4.0.0, <5.0.0",
@@ -0,0 +1,81 @@
1
+ Metadata-Version: 2.1
2
+ Name: sagemaker-core
3
+ Version: 1.0.1
4
+ Summary: An python package for sagemaker core functionalities
5
+ Author-email: AWS <sagemaker-interests@amazon.com>
6
+ Project-URL: Repository, https://github.com/aws/sagemaker-core.git
7
+ Classifier: Development Status :: 3 - Alpha
8
+ Classifier: Intended Audience :: Developers
9
+ Classifier: License :: OSI Approved :: Apache Software License
10
+ Classifier: Programming Language :: Python :: 3.8
11
+ Classifier: Programming Language :: Python :: 3.9
12
+ Classifier: Programming Language :: Python :: 3.10
13
+ Classifier: Programming Language :: Python :: 3.11
14
+ Classifier: Programming Language :: Python :: 3.12
15
+ Requires-Python: >=3.8
16
+ Description-Content-Type: text/x-rst
17
+ License-File: LICENSE
18
+ Requires-Dist: boto3<2.0.0,>=1.34.0
19
+ Requires-Dist: pydantic<3.0.0,>=1.7.0
20
+ Requires-Dist: PyYAML<7.0,>=6.0
21
+ Requires-Dist: jsonschema<5.0.0
22
+ Requires-Dist: platformdirs<5.0.0,>=4.0.0
23
+ Requires-Dist: rich<14.0.0,>=13.0.0
24
+ Requires-Dist: mock<5.0,>4.0
25
+ Requires-Dist: importlib-metadata<7.0,>=1.4.0
26
+ Provides-Extra: codegen
27
+ Requires-Dist: black<25.0.0,>=24.3.0; extra == "codegen"
28
+ Requires-Dist: pandas<3.0.0,>=2.0.0; extra == "codegen"
29
+ Requires-Dist: pytest<9.0.0,>=8.0.0; extra == "codegen"
30
+ Requires-Dist: pylint<4.0.0,>=3.0.0; extra == "codegen"
31
+
32
+ .. image:: https://github.com/aws/sagemaker-python-sdk/raw/master/branding/icon/sagemaker-banner.png
33
+ :height: 100px
34
+ :alt: SageMaker
35
+
36
+ ====================
37
+ SageMaker Core
38
+ ====================
39
+
40
+ .. image:: https://img.shields.io/pypi/v/sagemaker-core.svg
41
+ :target: https://pypi.python.org/pypi/sagemaker-core
42
+ :alt: Latest Version
43
+
44
+ .. image:: https://img.shields.io/pypi/pyversions/sagemaker-core.svg
45
+ :target: https://pypi.python.org/pypi/sagemaker-core
46
+ :alt: Supported Python Versions
47
+
48
+
49
+
50
+ Introduction
51
+ ------------
52
+
53
+ Welcome to the sagemaker-core Python SDK, an SDK designed to provide an object-oriented interface for interacting with Amazon SageMaker resources. It offers full parity with SageMaker APIs, allowing developers to leverage all SageMaker capabilities directly through the SDK. sagemaker-core introduces features such as dedicated resource classes, resource chaining, auto code completion, comprehensive documentation and type hints to enhance the developer experience as well as productivity.
54
+
55
+
56
+ Key Features
57
+ ------------
58
+
59
+ * **Object-Oriented Interface**: Provides a structured way to interact with SageMaker resources, making it easier to manage them using familiar object-oriented programming techniques.
60
+ * **Resource Chaining**: Allows seamless connection of SageMaker resources by passing outputs as inputs between them, simplifying workflows and reducing the complexity of parameter management.
61
+ * **Full Parity with SageMaker APIs**: Ensures access to all SageMaker capabilities through the SDK, providing a comprehensive toolset for building and deploying machine learning models.
62
+ * **Abstraction of Low-Level Details**: Automatically handles resource state transitions and polling logic, freeing developers from managing these intricacies and allowing them to focus on higher-level tasks.
63
+ * **Auto Code Completion**: Enhances the developer experience by offering real-time suggestions and completions in popular IDEs, reducing syntax errors and speeding up the coding process.
64
+ * **Comprehensive Documentation and Type Hints**: Provides detailed guidance and type hints to help developers understand functionalities, write code faster, and reduce errors without complex API navigation.
65
+ * **Incorporation of Intelligent Defaults**: Integrates the previous SageMaker SDK feature of intelligent defaults, allowing developers to set default values for parameters like IAM roles and VPC configurations. This streamlines the setup process, enabling developers to focus on customizations specific to their use case.
66
+
67
+
68
+ Benefits
69
+ --------
70
+
71
+ * **Simplified Development**: By abstracting low-level details and providing intelligent defaults, developers can focus on building and deploying machine learning models without getting bogged down by repetitive tasks.
72
+ * **Increased Productivity**: The SDK's features, such as auto code completion and type hints, help developers write code faster and with fewer errors.
73
+ * **Enhanced Readability**: Resource chaining and dedicated resource classes result in more readable and maintainable code.
74
+
75
+
76
+ Docs and Examples
77
+ -----------------
78
+
79
+ For examples and walkthroughs, see the `SageMaker Core Examples <https://github.com/aws/amazon-sagemaker-examples/tree/default/sagemaker-core>`_.
80
+
81
+ For detailed documentation, including the API reference, see `Read the Docs <https://sagemaker-core.readthedocs.io>`_.
@@ -1,5 +1,5 @@
1
1
  boto3<2.0.0,>=1.34.0
2
- pydantic<3.0.0,>=2.7.0
2
+ pydantic<3.0.0,>=1.7.0
3
3
  PyYAML<7.0,>=6.0
4
4
  jsonschema<5.0.0
5
5
  platformdirs<5.0.0,>=4.0.0
@@ -1,30 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: sagemaker-core
3
- Version: 1.0.0
4
- Summary: An python package for sagemaker core functionalities
5
- Author-email: AWS <sagemaker-interests@amazon.com>
6
- Project-URL: Repository, https://github.com/aws/sagemaker-core.git
7
- Classifier: Development Status :: 3 - Alpha
8
- Classifier: Intended Audience :: Developers
9
- Classifier: License :: OSI Approved :: Apache Software License
10
- Classifier: Programming Language :: Python :: 3.8
11
- Classifier: Programming Language :: Python :: 3.9
12
- Classifier: Programming Language :: Python :: 3.10
13
- Classifier: Programming Language :: Python :: 3.11
14
- Classifier: Programming Language :: Python :: 3.12
15
- Requires-Python: >=3.8
16
- Description-Content-Type: text/markdown
17
- License-File: LICENSE
18
- Requires-Dist: boto3<2.0.0,>=1.34.0
19
- Requires-Dist: pydantic<3.0.0,>=2.7.0
20
- Requires-Dist: PyYAML<7.0,>=6.0
21
- Requires-Dist: jsonschema<5.0.0
22
- Requires-Dist: platformdirs<5.0.0,>=4.0.0
23
- Requires-Dist: rich<14.0.0,>=13.0.0
24
- Requires-Dist: mock<5.0,>4.0
25
- Requires-Dist: importlib-metadata<7.0,>=1.4.0
26
- Provides-Extra: codegen
27
- Requires-Dist: black<25.0.0,>=24.3.0; extra == "codegen"
28
- Requires-Dist: pandas<3.0.0,>=2.0.0; extra == "codegen"
29
- Requires-Dist: pytest<9.0.0,>=8.0.0; extra == "codegen"
30
- Requires-Dist: pylint<4.0.0,>=3.0.0; extra == "codegen"
@@ -1 +0,0 @@
1
- 1.0.0
@@ -1,30 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: sagemaker-core
3
- Version: 1.0.0
4
- Summary: An python package for sagemaker core functionalities
5
- Author-email: AWS <sagemaker-interests@amazon.com>
6
- Project-URL: Repository, https://github.com/aws/sagemaker-core.git
7
- Classifier: Development Status :: 3 - Alpha
8
- Classifier: Intended Audience :: Developers
9
- Classifier: License :: OSI Approved :: Apache Software License
10
- Classifier: Programming Language :: Python :: 3.8
11
- Classifier: Programming Language :: Python :: 3.9
12
- Classifier: Programming Language :: Python :: 3.10
13
- Classifier: Programming Language :: Python :: 3.11
14
- Classifier: Programming Language :: Python :: 3.12
15
- Requires-Python: >=3.8
16
- Description-Content-Type: text/markdown
17
- License-File: LICENSE
18
- Requires-Dist: boto3<2.0.0,>=1.34.0
19
- Requires-Dist: pydantic<3.0.0,>=2.7.0
20
- Requires-Dist: PyYAML<7.0,>=6.0
21
- Requires-Dist: jsonschema<5.0.0
22
- Requires-Dist: platformdirs<5.0.0,>=4.0.0
23
- Requires-Dist: rich<14.0.0,>=13.0.0
24
- Requires-Dist: mock<5.0,>4.0
25
- Requires-Dist: importlib-metadata<7.0,>=1.4.0
26
- Provides-Extra: codegen
27
- Requires-Dist: black<25.0.0,>=24.3.0; extra == "codegen"
28
- Requires-Dist: pandas<3.0.0,>=2.0.0; extra == "codegen"
29
- Requires-Dist: pytest<9.0.0,>=8.0.0; extra == "codegen"
30
- Requires-Dist: pylint<4.0.0,>=3.0.0; extra == "codegen"
File without changes
File without changes