mypy-boto3-sagemaker 1.35.75__tar.gz → 1.35.86__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 mypy-boto3-sagemaker might be problematic. Click here for more details.
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/PKG-INFO +21 -7
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/README.md +19 -5
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/__main__.py +8 -7
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/client.py +279 -239
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/client.pyi +279 -238
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/literals.py +31 -1
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/literals.pyi +31 -1
- mypy_boto3_sagemaker-1.35.75/mypy_boto3_sagemaker/paginator.pyi → mypy_boto3_sagemaker-1.35.86/mypy_boto3_sagemaker/paginator.py +1049 -449
- mypy_boto3_sagemaker-1.35.75/mypy_boto3_sagemaker/paginator.py → mypy_boto3_sagemaker-1.35.86/mypy_boto3_sagemaker/paginator.pyi +738 -532
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/type_defs.py +566 -614
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/type_defs.pyi +565 -607
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/waiter.py +41 -36
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/waiter.pyi +41 -36
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker.egg-info/PKG-INFO +21 -7
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/setup.py +2 -2
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/__init__.py +0 -0
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/__init__.pyi +0 -0
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/py.typed +0 -0
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
- {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.35.
|
|
4
|
-
Summary: Type annotations for boto3 SageMaker 1.35.
|
|
3
|
+
Version: 1.35.86
|
|
4
|
+
Summary: Type annotations for boto3 SageMaker 1.35.86 service generated with mypy-boto3-builder 8.7.0
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|
|
|
44
44
|

|
|
45
45
|
|
|
46
|
-
Type annotations for [boto3 SageMaker 1.35.
|
|
46
|
+
Type annotations for [boto3 SageMaker 1.35.86](https://pypi.org/project/boto3/)
|
|
47
47
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -51,8 +51,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
51
51
|
[mypy](https://github.com/python/mypy),
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
|
-
Generated
|
|
55
|
-
[mypy-boto3-builder 8.
|
|
54
|
+
Generated with
|
|
55
|
+
[mypy-boto3-builder 8.7.0](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -64,6 +64,7 @@ See how it helps you find and fix potential bugs:
|
|
|
64
64
|
|
|
65
65
|
- [mypy-boto3-sagemaker](#mypy-boto3-sagemaker)
|
|
66
66
|
- [How to install](#how-to-install)
|
|
67
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
67
68
|
- [VSCode extension](#vscode-extension)
|
|
68
69
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
69
70
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -95,6 +96,21 @@ See how it helps you find and fix potential bugs:
|
|
|
95
96
|
|
|
96
97
|
## How to install
|
|
97
98
|
|
|
99
|
+
<a id="generate-locally-(recommended)"></a>
|
|
100
|
+
|
|
101
|
+
### Generate locally (recommended)
|
|
102
|
+
|
|
103
|
+
You can generate type annotations for `boto3` package locally with
|
|
104
|
+
`mypy_boto3_builder`. Use
|
|
105
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
106
|
+
isolation.
|
|
107
|
+
|
|
108
|
+
1. Run mypy-boto3-builder in your package root directory:
|
|
109
|
+
`uvx --with 'boto3==1.35.86' mypy_boto3_builder`
|
|
110
|
+
2. Select `boto3-stubs` AWS SDK.
|
|
111
|
+
3. Add `SageMaker` service.
|
|
112
|
+
4. Use provided commands to install generated packages.
|
|
113
|
+
|
|
98
114
|
<a id="vscode-extension"></a>
|
|
99
115
|
|
|
100
116
|
### VSCode extension
|
|
@@ -115,12 +131,10 @@ Install `boto3-stubs` for `SageMaker` service.
|
|
|
115
131
|
# install with boto3 type annotations
|
|
116
132
|
python -m pip install 'boto3-stubs[sagemaker]'
|
|
117
133
|
|
|
118
|
-
|
|
119
134
|
# Lite version does not provide session.client/resource overloads
|
|
120
135
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
121
136
|
python -m pip install 'boto3-stubs-lite[sagemaker]'
|
|
122
137
|
|
|
123
|
-
|
|
124
138
|
# standalone installation
|
|
125
139
|
python -m pip install mypy-boto3-sagemaker
|
|
126
140
|
```
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 SageMaker 1.35.
|
|
12
|
+
Type annotations for [boto3 SageMaker 1.35.86](https://pypi.org/project/boto3/)
|
|
13
13
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
14
14
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
15
15
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -17,8 +17,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
17
17
|
[mypy](https://github.com/python/mypy),
|
|
18
18
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
19
19
|
|
|
20
|
-
Generated
|
|
21
|
-
[mypy-boto3-builder 8.
|
|
20
|
+
Generated with
|
|
21
|
+
[mypy-boto3-builder 8.7.0](https://github.com/youtype/mypy_boto3_builder).
|
|
22
22
|
|
|
23
23
|
More information can be found on
|
|
24
24
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -30,6 +30,7 @@ See how it helps you find and fix potential bugs:
|
|
|
30
30
|
|
|
31
31
|
- [mypy-boto3-sagemaker](#mypy-boto3-sagemaker)
|
|
32
32
|
- [How to install](#how-to-install)
|
|
33
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
33
34
|
- [VSCode extension](#vscode-extension)
|
|
34
35
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
35
36
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -61,6 +62,21 @@ See how it helps you find and fix potential bugs:
|
|
|
61
62
|
|
|
62
63
|
## How to install
|
|
63
64
|
|
|
65
|
+
<a id="generate-locally-(recommended)"></a>
|
|
66
|
+
|
|
67
|
+
### Generate locally (recommended)
|
|
68
|
+
|
|
69
|
+
You can generate type annotations for `boto3` package locally with
|
|
70
|
+
`mypy_boto3_builder`. Use
|
|
71
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
72
|
+
isolation.
|
|
73
|
+
|
|
74
|
+
1. Run mypy-boto3-builder in your package root directory:
|
|
75
|
+
`uvx --with 'boto3==1.35.86' mypy_boto3_builder`
|
|
76
|
+
2. Select `boto3-stubs` AWS SDK.
|
|
77
|
+
3. Add `SageMaker` service.
|
|
78
|
+
4. Use provided commands to install generated packages.
|
|
79
|
+
|
|
64
80
|
<a id="vscode-extension"></a>
|
|
65
81
|
|
|
66
82
|
### VSCode extension
|
|
@@ -81,12 +97,10 @@ Install `boto3-stubs` for `SageMaker` service.
|
|
|
81
97
|
# install with boto3 type annotations
|
|
82
98
|
python -m pip install 'boto3-stubs[sagemaker]'
|
|
83
99
|
|
|
84
|
-
|
|
85
100
|
# Lite version does not provide session.client/resource overloads
|
|
86
101
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
87
102
|
python -m pip install 'boto3-stubs-lite[sagemaker]'
|
|
88
103
|
|
|
89
|
-
|
|
90
104
|
# standalone installation
|
|
91
105
|
python -m pip install mypy-boto3-sagemaker
|
|
92
106
|
```
|
{mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/__main__.py
RENAMED
|
@@ -11,14 +11,14 @@ def print_info() -> None:
|
|
|
11
11
|
"""
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
|
-
|
|
15
|
-
"Type annotations for boto3 SageMaker 1.35.
|
|
16
|
-
"Version: 1.35.
|
|
17
|
-
"Builder version: 8.
|
|
14
|
+
sys.stdout.write(
|
|
15
|
+
"Type annotations for boto3 SageMaker 1.35.86\n"
|
|
16
|
+
"Version: 1.35.86\n"
|
|
17
|
+
"Builder version: 8.7.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#sagemaker\n"
|
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
21
|
-
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
|
|
21
|
+
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases\n"
|
|
22
22
|
)
|
|
23
23
|
|
|
24
24
|
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
|
|
29
|
+
sys.stdout.write("1.35.86\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -34,7 +34,8 @@ def main() -> None:
|
|
|
34
34
|
Main CLI entrypoint.
|
|
35
35
|
"""
|
|
36
36
|
if "--version" in sys.argv:
|
|
37
|
-
|
|
37
|
+
print_version()
|
|
38
|
+
return
|
|
38
39
|
print_info()
|
|
39
40
|
|
|
40
41
|
|