mypy-boto3-sagemaker 1.35.15__tar.gz → 1.35.24__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.15 → mypy_boto3_sagemaker-1.35.24}/PKG-INFO +4 -4
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/README.md +2 -2
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/__main__.py +4 -4
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/client.py +2 -6
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/client.pyi +2 -6
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/literals.py +9 -0
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/literals.pyi +9 -0
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/type_defs.py +3 -10
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/type_defs.pyi +3 -10
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker.egg-info/PKG-INFO +4 -4
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/setup.py +2 -2
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/__init__.py +0 -0
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/__init__.pyi +0 -0
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/paginator.py +0 -0
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/paginator.pyi +0 -0
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/py.typed +0 -0
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/waiter.py +0 -0
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/waiter.pyi +0 -0
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
- {mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/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.24
|
|
4
|
+
Summary: Type annotations for boto3.SageMaker 1.35.24 service generated with mypy-boto3-builder 8.1.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
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.SageMaker 1.35.
|
|
46
|
+
[boto3.SageMaker 1.35.24](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
|
|
47
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 8.
|
|
55
|
+
[mypy-boto3-builder 8.1.1](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
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.SageMaker 1.35.
|
|
13
|
+
[boto3.SageMaker 1.35.24](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
|
|
14
14
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -19,7 +19,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated by
|
|
22
|
-
[mypy-boto3-builder 8.
|
|
22
|
+
[mypy-boto3-builder 8.1.1](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
{mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/__main__.py
RENAMED
|
@@ -10,9 +10,9 @@ def print_info() -> None:
|
|
|
10
10
|
Print package info to stdout.
|
|
11
11
|
"""
|
|
12
12
|
print(
|
|
13
|
-
"Type annotations for boto3.SageMaker 1.35.
|
|
14
|
-
"Version: 1.35.
|
|
15
|
-
"Builder version: 8.
|
|
13
|
+
"Type annotations for boto3.SageMaker 1.35.24\n"
|
|
14
|
+
"Version: 1.35.24\n"
|
|
15
|
+
"Builder version: 8.1.1\n"
|
|
16
16
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker//\n"
|
|
17
17
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker\n"
|
|
18
18
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
@@ -24,7 +24,7 @@ def print_version() -> None:
|
|
|
24
24
|
"""
|
|
25
25
|
Print package version to stdout.
|
|
26
26
|
"""
|
|
27
|
-
print("1.35.
|
|
27
|
+
print("1.35.24")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
{mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/client.py
RENAMED
|
@@ -714,13 +714,9 @@ from .waiter import (
|
|
|
714
714
|
)
|
|
715
715
|
|
|
716
716
|
if sys.version_info >= (3, 12):
|
|
717
|
-
from typing import Literal
|
|
717
|
+
from typing import Literal, Unpack
|
|
718
718
|
else:
|
|
719
|
-
from typing_extensions import Literal
|
|
720
|
-
if sys.version_info >= (3, 12):
|
|
721
|
-
from typing import Unpack
|
|
722
|
-
else:
|
|
723
|
-
from typing_extensions import Unpack
|
|
719
|
+
from typing_extensions import Literal, Unpack
|
|
724
720
|
|
|
725
721
|
|
|
726
722
|
__all__ = ("SageMakerClient",)
|
{mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/client.pyi
RENAMED
|
@@ -714,13 +714,9 @@ from .waiter import (
|
|
|
714
714
|
)
|
|
715
715
|
|
|
716
716
|
if sys.version_info >= (3, 12):
|
|
717
|
-
from typing import Literal
|
|
717
|
+
from typing import Literal, Unpack
|
|
718
718
|
else:
|
|
719
|
-
from typing_extensions import Literal
|
|
720
|
-
if sys.version_info >= (3, 12):
|
|
721
|
-
from typing import Unpack
|
|
722
|
-
else:
|
|
723
|
-
from typing_extensions import Unpack
|
|
719
|
+
from typing_extensions import Literal, Unpack
|
|
724
720
|
|
|
725
721
|
__all__ = ("SageMakerClient",)
|
|
726
722
|
|
{mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/literals.py
RENAMED
|
@@ -459,6 +459,14 @@ AppInstanceTypeType = Literal[
|
|
|
459
459
|
"ml.g6.4xlarge",
|
|
460
460
|
"ml.g6.8xlarge",
|
|
461
461
|
"ml.g6.xlarge",
|
|
462
|
+
"ml.g6e.12xlarge",
|
|
463
|
+
"ml.g6e.16xlarge",
|
|
464
|
+
"ml.g6e.24xlarge",
|
|
465
|
+
"ml.g6e.2xlarge",
|
|
466
|
+
"ml.g6e.48xlarge",
|
|
467
|
+
"ml.g6e.4xlarge",
|
|
468
|
+
"ml.g6e.8xlarge",
|
|
469
|
+
"ml.g6e.xlarge",
|
|
462
470
|
"ml.geospatial.interactive",
|
|
463
471
|
"ml.m5.12xlarge",
|
|
464
472
|
"ml.m5.16xlarge",
|
|
@@ -2099,6 +2107,7 @@ ServiceName = Literal[
|
|
|
2099
2107
|
"docdb-elastic",
|
|
2100
2108
|
"drs",
|
|
2101
2109
|
"ds",
|
|
2110
|
+
"ds-data",
|
|
2102
2111
|
"dynamodb",
|
|
2103
2112
|
"dynamodbstreams",
|
|
2104
2113
|
"ebs",
|
{mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/literals.pyi
RENAMED
|
@@ -457,6 +457,14 @@ AppInstanceTypeType = Literal[
|
|
|
457
457
|
"ml.g6.4xlarge",
|
|
458
458
|
"ml.g6.8xlarge",
|
|
459
459
|
"ml.g6.xlarge",
|
|
460
|
+
"ml.g6e.12xlarge",
|
|
461
|
+
"ml.g6e.16xlarge",
|
|
462
|
+
"ml.g6e.24xlarge",
|
|
463
|
+
"ml.g6e.2xlarge",
|
|
464
|
+
"ml.g6e.48xlarge",
|
|
465
|
+
"ml.g6e.4xlarge",
|
|
466
|
+
"ml.g6e.8xlarge",
|
|
467
|
+
"ml.g6e.xlarge",
|
|
460
468
|
"ml.geospatial.interactive",
|
|
461
469
|
"ml.m5.12xlarge",
|
|
462
470
|
"ml.m5.16xlarge",
|
|
@@ -2097,6 +2105,7 @@ ServiceName = Literal[
|
|
|
2097
2105
|
"docdb-elastic",
|
|
2098
2106
|
"drs",
|
|
2099
2107
|
"ds",
|
|
2108
|
+
"ds-data",
|
|
2100
2109
|
"dynamodb",
|
|
2101
2110
|
"dynamodbstreams",
|
|
2102
2111
|
"ebs",
|
{mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/type_defs.py
RENAMED
|
@@ -286,17 +286,9 @@ from .literals import (
|
|
|
286
286
|
)
|
|
287
287
|
|
|
288
288
|
if sys.version_info >= (3, 12):
|
|
289
|
-
from typing import Literal
|
|
289
|
+
from typing import Literal, NotRequired, TypedDict
|
|
290
290
|
else:
|
|
291
|
-
from typing_extensions import Literal
|
|
292
|
-
if sys.version_info >= (3, 12):
|
|
293
|
-
from typing import NotRequired
|
|
294
|
-
else:
|
|
295
|
-
from typing_extensions import NotRequired
|
|
296
|
-
if sys.version_info >= (3, 12):
|
|
297
|
-
from typing import TypedDict
|
|
298
|
-
else:
|
|
299
|
-
from typing_extensions import TypedDict
|
|
291
|
+
from typing_extensions import Literal, NotRequired, TypedDict
|
|
300
292
|
|
|
301
293
|
|
|
302
294
|
__all__ = (
|
|
@@ -10954,6 +10946,7 @@ S3ModelDataSourceTypeDef = TypedDict(
|
|
|
10954
10946
|
"CompressionType": ModelCompressionTypeType,
|
|
10955
10947
|
"ModelAccessConfig": NotRequired[ModelAccessConfigTypeDef],
|
|
10956
10948
|
"HubAccessConfig": NotRequired[InferenceHubAccessConfigTypeDef],
|
|
10949
|
+
"ManifestS3Uri": NotRequired[str],
|
|
10957
10950
|
},
|
|
10958
10951
|
)
|
|
10959
10952
|
TextGenerationJobConfigOutputTypeDef = TypedDict(
|
{mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/type_defs.pyi
RENAMED
|
@@ -286,17 +286,9 @@ from .literals import (
|
|
|
286
286
|
)
|
|
287
287
|
|
|
288
288
|
if sys.version_info >= (3, 12):
|
|
289
|
-
from typing import Literal
|
|
289
|
+
from typing import Literal, NotRequired, TypedDict
|
|
290
290
|
else:
|
|
291
|
-
from typing_extensions import Literal
|
|
292
|
-
if sys.version_info >= (3, 12):
|
|
293
|
-
from typing import NotRequired
|
|
294
|
-
else:
|
|
295
|
-
from typing_extensions import NotRequired
|
|
296
|
-
if sys.version_info >= (3, 12):
|
|
297
|
-
from typing import TypedDict
|
|
298
|
-
else:
|
|
299
|
-
from typing_extensions import TypedDict
|
|
291
|
+
from typing_extensions import Literal, NotRequired, TypedDict
|
|
300
292
|
|
|
301
293
|
__all__ = (
|
|
302
294
|
"ActionSourceTypeDef",
|
|
@@ -10953,6 +10945,7 @@ S3ModelDataSourceTypeDef = TypedDict(
|
|
|
10953
10945
|
"CompressionType": ModelCompressionTypeType,
|
|
10954
10946
|
"ModelAccessConfig": NotRequired[ModelAccessConfigTypeDef],
|
|
10955
10947
|
"HubAccessConfig": NotRequired[InferenceHubAccessConfigTypeDef],
|
|
10948
|
+
"ManifestS3Uri": NotRequired[str],
|
|
10956
10949
|
},
|
|
10957
10950
|
)
|
|
10958
10951
|
TextGenerationJobConfigOutputTypeDef = TypedDict(
|
{mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker.egg-info/PKG-INFO
RENAMED
|
@@ -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.24
|
|
4
|
+
Summary: Type annotations for boto3.SageMaker 1.35.24 service generated with mypy-boto3-builder 8.1.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
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.SageMaker 1.35.
|
|
46
|
+
[boto3.SageMaker 1.35.24](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
|
|
47
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 8.
|
|
55
|
+
[mypy-boto3-builder 8.1.1](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
|
|
@@ -11,13 +11,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
11
11
|
|
|
12
12
|
setup(
|
|
13
13
|
name="mypy-boto3-sagemaker",
|
|
14
|
-
version="1.35.
|
|
14
|
+
version="1.35.24",
|
|
15
15
|
packages=["mypy_boto3_sagemaker"],
|
|
16
16
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
17
17
|
license="MIT License",
|
|
18
18
|
author="Vlad Emelianov",
|
|
19
19
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
20
|
-
description="Type annotations for boto3.SageMaker 1.35.
|
|
20
|
+
description="Type annotations for boto3.SageMaker 1.35.24 service generated with mypy-boto3-builder 8.1.1",
|
|
21
21
|
classifiers=[
|
|
22
22
|
"Development Status :: 5 - Production/Stable",
|
|
23
23
|
"Intended Audience :: Developers",
|
|
File without changes
|
{mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/__init__.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/__init__.pyi
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/paginator.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/paginator.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/waiter.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.35.15 → mypy_boto3_sagemaker-1.35.24}/mypy_boto3_sagemaker/waiter.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|