mypy-boto3-sagemaker 1.35.61__tar.gz → 1.35.68__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.61 → mypy_boto3_sagemaker-1.35.68}/PKG-INFO +30 -16
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.68}/README.md +28 -14
- mypy_boto3_sagemaker-1.35.61/mypy_boto3_sagemaker/__init__.pyi → mypy_boto3_sagemaker-1.35.68/mypy_boto3_sagemaker/__init__.py +3 -0
- mypy_boto3_sagemaker-1.35.61/mypy_boto3_sagemaker/__init__.py → mypy_boto3_sagemaker-1.35.68/mypy_boto3_sagemaker/__init__.pyi +2 -1
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.68}/mypy_boto3_sagemaker/__main__.py +7 -5
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.68}/mypy_boto3_sagemaker/client.py +459 -487
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.68}/mypy_boto3_sagemaker/client.pyi +459 -487
- mypy_boto3_sagemaker-1.35.61/mypy_boto3_sagemaker/literals.pyi → mypy_boto3_sagemaker-1.35.68/mypy_boto3_sagemaker/literals.py +36 -0
- mypy_boto3_sagemaker-1.35.61/mypy_boto3_sagemaker/literals.py → mypy_boto3_sagemaker-1.35.68/mypy_boto3_sagemaker/literals.pyi +34 -2
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.68}/mypy_boto3_sagemaker/paginator.py +150 -148
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.68}/mypy_boto3_sagemaker/paginator.pyi +150 -148
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.68}/mypy_boto3_sagemaker/type_defs.py +62 -31
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.68}/mypy_boto3_sagemaker/type_defs.pyi +55 -28
- mypy_boto3_sagemaker-1.35.68/mypy_boto3_sagemaker/version.py +7 -0
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.68}/mypy_boto3_sagemaker/waiter.py +28 -26
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.68}/mypy_boto3_sagemaker/waiter.pyi +28 -26
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.68}/mypy_boto3_sagemaker.egg-info/PKG-INFO +30 -16
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.68}/setup.py +4 -2
- mypy_boto3_sagemaker-1.35.61/mypy_boto3_sagemaker/version.py +0 -5
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.68}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.68}/mypy_boto3_sagemaker/py.typed +0 -0
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.68}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.68}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.68}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.68}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.68}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.68}/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
|
|
3
|
+
Version: 1.35.68
|
|
4
|
+
Summary: Type annotations for boto3 SageMaker 1.35.68 service generated with mypy-boto3-builder 8.3.1
|
|
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
|
|
@@ -36,16 +36,15 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
36
36
|
|
|
37
37
|
# mypy-boto3-sagemaker
|
|
38
38
|
|
|
39
|
-
[](https://pypi.org/project/mypy-boto3-sagemaker)
|
|
40
|
-
[](https://pypi.org/project/mypy-boto3-sagemaker)
|
|
41
|
-
[](https://youtype.github.io/boto3_stubs_docs/
|
|
42
|
-
[](https://
|
|
39
|
+
[](https://pypi.org/project/mypy-boto3-sagemaker/)
|
|
40
|
+
[](https://pypi.org/project/mypy-boto3-sagemaker/)
|
|
41
|
+
[](https://youtype.github.io/boto3_stubs_docs/)
|
|
42
|
+
[](https://pypistats.org/packages/mypy-boto3-sagemaker)
|
|
43
43
|
|
|
44
44
|

|
|
45
45
|
|
|
46
|
-
Type annotations for
|
|
47
|
-
[
|
|
48
|
-
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
46
|
+
Type annotations for [boto3 SageMaker 1.35.68](https://pypi.org/project/boto3/)
|
|
47
|
+
compatible with [VSCode](https://code.visualstudio.com/),
|
|
49
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
50
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
51
50
|
[Sublime Text](https://www.sublimetext.com/),
|
|
@@ -53,13 +52,13 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
53
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
54
53
|
|
|
55
54
|
Generated by
|
|
56
|
-
[mypy-boto3-builder 8.
|
|
55
|
+
[mypy-boto3-builder 8.3.1](https://github.com/youtype/mypy_boto3_builder).
|
|
57
56
|
|
|
58
57
|
More information can be found on
|
|
59
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
60
59
|
[mypy-boto3-sagemaker docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/).
|
|
61
60
|
|
|
62
|
-
See how it helps
|
|
61
|
+
See how it helps you find and fix potential bugs:
|
|
63
62
|
|
|
64
63
|

|
|
65
64
|
|
|
@@ -159,16 +158,31 @@ annotations required, write your `boto3` code as usual.
|
|
|
159
158
|
|
|
160
159
|
### PyCharm
|
|
161
160
|
|
|
162
|
-
|
|
161
|
+
> ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
|
|
162
|
+
> [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
|
|
163
|
+
> to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
|
|
164
|
+
> the issue is resolved.
|
|
165
|
+
|
|
166
|
+
> ⚠️ If you experience slow performance and high CPU usage, try to disable
|
|
167
|
+
> `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
|
|
168
|
+
> [pyright](https://github.com/microsoft/pyright) instead.
|
|
169
|
+
|
|
170
|
+
> ⚠️ To continue using `PyCharm` type checker, you can try to replace
|
|
171
|
+
> `boto3-stubs` with
|
|
172
|
+
> [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
|
|
163
173
|
|
|
164
174
|
```bash
|
|
165
|
-
|
|
175
|
+
pip uninstall boto3-stubs
|
|
176
|
+
pip install boto3-stubs-lite
|
|
166
177
|
```
|
|
167
178
|
|
|
168
|
-
|
|
169
|
-
|
|
179
|
+
Install `boto3-stubs[sagemaker]` in your environment:
|
|
180
|
+
|
|
181
|
+
```bash
|
|
182
|
+
python -m pip install 'boto3-stubs[sagemaker]'
|
|
183
|
+
```
|
|
170
184
|
|
|
171
|
-
|
|
185
|
+
Both type checking and code completion should now work.
|
|
172
186
|
|
|
173
187
|
<a id="emacs"></a>
|
|
174
188
|
|
|
@@ -2,16 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
# mypy-boto3-sagemaker
|
|
4
4
|
|
|
5
|
-
[](https://pypi.org/project/mypy-boto3-sagemaker)
|
|
6
|
-
[](https://pypi.org/project/mypy-boto3-sagemaker)
|
|
7
|
-
[](https://youtype.github.io/boto3_stubs_docs/
|
|
8
|
-
[](https://
|
|
5
|
+
[](https://pypi.org/project/mypy-boto3-sagemaker/)
|
|
6
|
+
[](https://pypi.org/project/mypy-boto3-sagemaker/)
|
|
7
|
+
[](https://youtype.github.io/boto3_stubs_docs/)
|
|
8
|
+
[](https://pypistats.org/packages/mypy-boto3-sagemaker)
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for
|
|
13
|
-
[
|
|
14
|
-
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
12
|
+
Type annotations for [boto3 SageMaker 1.35.68](https://pypi.org/project/boto3/)
|
|
13
|
+
compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
14
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
15
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
17
16
|
[Sublime Text](https://www.sublimetext.com/),
|
|
@@ -19,13 +18,13 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
19
18
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
19
|
|
|
21
20
|
Generated by
|
|
22
|
-
[mypy-boto3-builder 8.
|
|
21
|
+
[mypy-boto3-builder 8.3.1](https://github.com/youtype/mypy_boto3_builder).
|
|
23
22
|
|
|
24
23
|
More information can be found on
|
|
25
24
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
26
25
|
[mypy-boto3-sagemaker docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/).
|
|
27
26
|
|
|
28
|
-
See how it helps
|
|
27
|
+
See how it helps you find and fix potential bugs:
|
|
29
28
|
|
|
30
29
|

|
|
31
30
|
|
|
@@ -125,16 +124,31 @@ annotations required, write your `boto3` code as usual.
|
|
|
125
124
|
|
|
126
125
|
### PyCharm
|
|
127
126
|
|
|
128
|
-
|
|
127
|
+
> ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
|
|
128
|
+
> [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
|
|
129
|
+
> to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
|
|
130
|
+
> the issue is resolved.
|
|
131
|
+
|
|
132
|
+
> ⚠️ If you experience slow performance and high CPU usage, try to disable
|
|
133
|
+
> `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
|
|
134
|
+
> [pyright](https://github.com/microsoft/pyright) instead.
|
|
135
|
+
|
|
136
|
+
> ⚠️ To continue using `PyCharm` type checker, you can try to replace
|
|
137
|
+
> `boto3-stubs` with
|
|
138
|
+
> [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
|
|
129
139
|
|
|
130
140
|
```bash
|
|
131
|
-
|
|
141
|
+
pip uninstall boto3-stubs
|
|
142
|
+
pip install boto3-stubs-lite
|
|
132
143
|
```
|
|
133
144
|
|
|
134
|
-
|
|
135
|
-
|
|
145
|
+
Install `boto3-stubs[sagemaker]` in your environment:
|
|
146
|
+
|
|
147
|
+
```bash
|
|
148
|
+
python -m pip install 'boto3-stubs[sagemaker]'
|
|
149
|
+
```
|
|
136
150
|
|
|
137
|
-
|
|
151
|
+
Both type checking and code completion should now work.
|
|
138
152
|
|
|
139
153
|
<a id="emacs"></a>
|
|
140
154
|
|
|
@@ -189,6 +189,8 @@ Usage::
|
|
|
189
189
|
list_workteams_paginator: ListWorkteamsPaginator = client.get_paginator("list_workteams")
|
|
190
190
|
search_paginator: SearchPaginator = client.get_paginator("search")
|
|
191
191
|
```
|
|
192
|
+
|
|
193
|
+
Copyright 2024 Vlad Emelianov
|
|
192
194
|
"""
|
|
193
195
|
|
|
194
196
|
from .client import SageMakerClient
|
|
@@ -286,6 +288,7 @@ from .waiter import (
|
|
|
286
288
|
|
|
287
289
|
Client = SageMakerClient
|
|
288
290
|
|
|
291
|
+
|
|
289
292
|
__all__ = (
|
|
290
293
|
"Client",
|
|
291
294
|
"EndpointDeletedWaiter",
|
|
@@ -189,6 +189,8 @@ Usage::
|
|
|
189
189
|
list_workteams_paginator: ListWorkteamsPaginator = client.get_paginator("list_workteams")
|
|
190
190
|
search_paginator: SearchPaginator = client.get_paginator("search")
|
|
191
191
|
```
|
|
192
|
+
|
|
193
|
+
Copyright 2024 Vlad Emelianov
|
|
192
194
|
"""
|
|
193
195
|
|
|
194
196
|
from .client import SageMakerClient
|
|
@@ -286,7 +288,6 @@ from .waiter import (
|
|
|
286
288
|
|
|
287
289
|
Client = SageMakerClient
|
|
288
290
|
|
|
289
|
-
|
|
290
291
|
__all__ = (
|
|
291
292
|
"Client",
|
|
292
293
|
"EndpointDeletedWaiter",
|
{mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.68}/mypy_boto3_sagemaker/__main__.py
RENAMED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main CLI entrypoint.
|
|
3
|
+
|
|
4
|
+
Copyright 2024 Vlad Emelianov
|
|
3
5
|
"""
|
|
4
6
|
|
|
5
7
|
import sys
|
|
@@ -10,11 +12,11 @@ def print_info() -> None:
|
|
|
10
12
|
Print package info to stdout.
|
|
11
13
|
"""
|
|
12
14
|
print(
|
|
13
|
-
"Type annotations for boto3
|
|
14
|
-
"Version: 1.35.
|
|
15
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 SageMaker 1.35.68\n"
|
|
16
|
+
"Version: 1.35.68\n"
|
|
17
|
+
"Builder version: 8.3.1\n"
|
|
16
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker//\n"
|
|
17
|
-
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#
|
|
19
|
+
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#sagemaker\n"
|
|
18
20
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
19
21
|
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
|
|
20
22
|
)
|
|
@@ -24,7 +26,7 @@ def print_version() -> None:
|
|
|
24
26
|
"""
|
|
25
27
|
Print package version to stdout.
|
|
26
28
|
"""
|
|
27
|
-
print("1.35.
|
|
29
|
+
print("1.35.68")
|
|
28
30
|
|
|
29
31
|
|
|
30
32
|
def main() -> None:
|