mypy-boto3-sagemaker 1.37.22__tar.gz → 1.37.23__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.37.22 → mypy_boto3_sagemaker-1.37.23}/PKG-INFO +4 -4
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/README.md +2 -2
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/__main__.py +3 -3
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/literals.py +2 -0
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/literals.pyi +2 -0
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/type_defs.py +9 -0
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/type_defs.pyi +8 -0
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker.egg-info/PKG-INFO +4 -4
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/setup.py +2 -2
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/__init__.py +0 -0
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/__init__.pyi +0 -0
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/client.py +0 -0
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/client.pyi +0 -0
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/paginator.py +0 -0
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/paginator.pyi +0 -0
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/py.typed +0 -0
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/waiter.py +0 -0
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/waiter.pyi +0 -0
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
- {mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.37.
|
|
4
|
-
Summary: Type annotations for boto3 SageMaker 1.37.
|
|
3
|
+
Version: 1.37.23
|
|
4
|
+
Summary: Type annotations for boto3 SageMaker 1.37.23 service generated with mypy-boto3-builder 8.10.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
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 SageMaker 1.37.
|
|
59
|
+
Type annotations for [boto3 SageMaker 1.37.23](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
119
|
isolation.
|
|
120
120
|
|
|
121
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.37.
|
|
122
|
+
`uvx --with 'boto3==1.37.23' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3-stubs` AWS SDK.
|
|
124
124
|
3. Add `SageMaker` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 SageMaker 1.37.
|
|
12
|
+
Type annotations for [boto3 SageMaker 1.37.23](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/),
|
|
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
72
72
|
isolation.
|
|
73
73
|
|
|
74
74
|
1. Run mypy-boto3-builder in your package root directory:
|
|
75
|
-
`uvx --with 'boto3==1.37.
|
|
75
|
+
`uvx --with 'boto3==1.37.23' mypy-boto3-builder`
|
|
76
76
|
2. Select `boto3-stubs` AWS SDK.
|
|
77
77
|
3. Add `SageMaker` service.
|
|
78
78
|
4. Use provided commands to install generated packages.
|
{mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/__main__.py
RENAMED
|
@@ -12,8 +12,8 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 SageMaker 1.37.
|
|
16
|
-
"Version: 1.37.
|
|
15
|
+
"Type annotations for boto3 SageMaker 1.37.23\n"
|
|
16
|
+
"Version: 1.37.23\n"
|
|
17
17
|
"Builder version: 8.10.1\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"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.37.
|
|
29
|
+
sys.stdout.write("1.37.23\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
{mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/literals.py
RENAMED
|
@@ -332,6 +332,7 @@ __all__ = (
|
|
|
332
332
|
"RedshiftResultCompressionTypeType",
|
|
333
333
|
"RedshiftResultFormatType",
|
|
334
334
|
"RegionName",
|
|
335
|
+
"RelationType",
|
|
335
336
|
"RepositoryAccessModeType",
|
|
336
337
|
"ReservedCapacityInstanceTypeType",
|
|
337
338
|
"ReservedCapacityStatusType",
|
|
@@ -1811,6 +1812,7 @@ RecommendationStepTypeType = Literal["BENCHMARK"]
|
|
|
1811
1812
|
RecordWrapperType = Literal["None", "RecordIO"]
|
|
1812
1813
|
RedshiftResultCompressionTypeType = Literal["BZIP2", "GZIP", "None", "SNAPPY", "ZSTD"]
|
|
1813
1814
|
RedshiftResultFormatType = Literal["CSV", "PARQUET"]
|
|
1815
|
+
RelationType = Literal["EqualTo", "GreaterThanOrEqualTo"]
|
|
1814
1816
|
RepositoryAccessModeType = Literal["Platform", "Vpc"]
|
|
1815
1817
|
ReservedCapacityInstanceTypeType = Literal[
|
|
1816
1818
|
"ml.p4d.24xlarge",
|
{mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/literals.pyi
RENAMED
|
@@ -331,6 +331,7 @@ __all__ = (
|
|
|
331
331
|
"RedshiftResultCompressionTypeType",
|
|
332
332
|
"RedshiftResultFormatType",
|
|
333
333
|
"RegionName",
|
|
334
|
+
"RelationType",
|
|
334
335
|
"RepositoryAccessModeType",
|
|
335
336
|
"ReservedCapacityInstanceTypeType",
|
|
336
337
|
"ReservedCapacityStatusType",
|
|
@@ -1809,6 +1810,7 @@ RecommendationStepTypeType = Literal["BENCHMARK"]
|
|
|
1809
1810
|
RecordWrapperType = Literal["None", "RecordIO"]
|
|
1810
1811
|
RedshiftResultCompressionTypeType = Literal["BZIP2", "GZIP", "None", "SNAPPY", "ZSTD"]
|
|
1811
1812
|
RedshiftResultFormatType = Literal["CSV", "PARQUET"]
|
|
1813
|
+
RelationType = Literal["EqualTo", "GreaterThanOrEqualTo"]
|
|
1812
1814
|
RepositoryAccessModeType = Literal["Platform", "Vpc"]
|
|
1813
1815
|
ReservedCapacityInstanceTypeType = Literal[
|
|
1814
1816
|
"ml.p4d.24xlarge",
|
{mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/type_defs.py
RENAMED
|
@@ -228,6 +228,7 @@ from .literals import (
|
|
|
228
228
|
RecordWrapperType,
|
|
229
229
|
RedshiftResultCompressionTypeType,
|
|
230
230
|
RedshiftResultFormatType,
|
|
231
|
+
RelationType,
|
|
231
232
|
RepositoryAccessModeType,
|
|
232
233
|
ReservedCapacityInstanceTypeType,
|
|
233
234
|
ReservedCapacityStatusType,
|
|
@@ -1754,6 +1755,7 @@ __all__ = (
|
|
|
1754
1755
|
"TimeSeriesTransformationsOutputTypeDef",
|
|
1755
1756
|
"TimeSeriesTransformationsTypeDef",
|
|
1756
1757
|
"TimestampTypeDef",
|
|
1758
|
+
"TotalHitsTypeDef",
|
|
1757
1759
|
"TrackingServerSummaryTypeDef",
|
|
1758
1760
|
"TrafficPatternOutputTypeDef",
|
|
1759
1761
|
"TrafficPatternTypeDef",
|
|
@@ -2766,6 +2768,7 @@ class TransformResourcesTypeDef(TypedDict):
|
|
|
2766
2768
|
InstanceType: TransformInstanceTypeType
|
|
2767
2769
|
InstanceCount: int
|
|
2768
2770
|
VolumeKmsKeyId: NotRequired[str]
|
|
2771
|
+
TransformAmiVersion: NotRequired[str]
|
|
2769
2772
|
|
|
2770
2773
|
|
|
2771
2774
|
TimestampTypeDef = Union[datetime, str]
|
|
@@ -5073,6 +5076,11 @@ class VisibilityConditionsTypeDef(TypedDict):
|
|
|
5073
5076
|
Value: NotRequired[str]
|
|
5074
5077
|
|
|
5075
5078
|
|
|
5079
|
+
class TotalHitsTypeDef(TypedDict):
|
|
5080
|
+
Value: NotRequired[int]
|
|
5081
|
+
Relation: NotRequired[RelationType]
|
|
5082
|
+
|
|
5083
|
+
|
|
5076
5084
|
class SelectedStepTypeDef(TypedDict):
|
|
5077
5085
|
StepName: str
|
|
5078
5086
|
|
|
@@ -13588,6 +13596,7 @@ AlgorithmValidationSpecificationUnionTypeDef = Union[
|
|
|
13588
13596
|
|
|
13589
13597
|
class SearchResponseTypeDef(TypedDict):
|
|
13590
13598
|
Results: List[SearchRecordTypeDef]
|
|
13599
|
+
TotalHits: TotalHitsTypeDef
|
|
13591
13600
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
13592
13601
|
NextToken: NotRequired[str]
|
|
13593
13602
|
|
{mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/type_defs.pyi
RENAMED
|
@@ -228,6 +228,7 @@ from .literals import (
|
|
|
228
228
|
RecordWrapperType,
|
|
229
229
|
RedshiftResultCompressionTypeType,
|
|
230
230
|
RedshiftResultFormatType,
|
|
231
|
+
RelationType,
|
|
231
232
|
RepositoryAccessModeType,
|
|
232
233
|
ReservedCapacityInstanceTypeType,
|
|
233
234
|
ReservedCapacityStatusType,
|
|
@@ -1753,6 +1754,7 @@ __all__ = (
|
|
|
1753
1754
|
"TimeSeriesTransformationsOutputTypeDef",
|
|
1754
1755
|
"TimeSeriesTransformationsTypeDef",
|
|
1755
1756
|
"TimestampTypeDef",
|
|
1757
|
+
"TotalHitsTypeDef",
|
|
1756
1758
|
"TrackingServerSummaryTypeDef",
|
|
1757
1759
|
"TrafficPatternOutputTypeDef",
|
|
1758
1760
|
"TrafficPatternTypeDef",
|
|
@@ -2611,6 +2613,7 @@ class TransformResourcesTypeDef(TypedDict):
|
|
|
2611
2613
|
InstanceType: TransformInstanceTypeType
|
|
2612
2614
|
InstanceCount: int
|
|
2613
2615
|
VolumeKmsKeyId: NotRequired[str]
|
|
2616
|
+
TransformAmiVersion: NotRequired[str]
|
|
2614
2617
|
|
|
2615
2618
|
TimestampTypeDef = Union[datetime, str]
|
|
2616
2619
|
|
|
@@ -4521,6 +4524,10 @@ class VisibilityConditionsTypeDef(TypedDict):
|
|
|
4521
4524
|
Key: NotRequired[str]
|
|
4522
4525
|
Value: NotRequired[str]
|
|
4523
4526
|
|
|
4527
|
+
class TotalHitsTypeDef(TypedDict):
|
|
4528
|
+
Value: NotRequired[int]
|
|
4529
|
+
Relation: NotRequired[RelationType]
|
|
4530
|
+
|
|
4524
4531
|
class SelectedStepTypeDef(TypedDict):
|
|
4525
4532
|
StepName: str
|
|
4526
4533
|
|
|
@@ -12026,6 +12033,7 @@ AlgorithmValidationSpecificationUnionTypeDef = Union[
|
|
|
12026
12033
|
|
|
12027
12034
|
class SearchResponseTypeDef(TypedDict):
|
|
12028
12035
|
Results: List[SearchRecordTypeDef]
|
|
12036
|
+
TotalHits: TotalHitsTypeDef
|
|
12029
12037
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
12030
12038
|
NextToken: NotRequired[str]
|
|
12031
12039
|
|
{mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker.egg-info/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.37.
|
|
4
|
-
Summary: Type annotations for boto3 SageMaker 1.37.
|
|
3
|
+
Version: 1.37.23
|
|
4
|
+
Summary: Type annotations for boto3 SageMaker 1.37.23 service generated with mypy-boto3-builder 8.10.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
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 SageMaker 1.37.
|
|
59
|
+
Type annotations for [boto3 SageMaker 1.37.23](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
119
|
isolation.
|
|
120
120
|
|
|
121
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.37.
|
|
122
|
+
`uvx --with 'boto3==1.37.23' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3-stubs` AWS SDK.
|
|
124
124
|
3. Add `SageMaker` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="mypy-boto3-sagemaker",
|
|
16
|
-
version="1.37.
|
|
16
|
+
version="1.37.23",
|
|
17
17
|
packages=["mypy_boto3_sagemaker"],
|
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
19
19
|
license="MIT License",
|
|
20
20
|
author="Vlad Emelianov",
|
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
22
|
-
description="Type annotations for boto3 SageMaker 1.37.
|
|
22
|
+
description="Type annotations for boto3 SageMaker 1.37.23 service generated with mypy-boto3-builder 8.10.1",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
File without changes
|
{mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/__init__.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/__init__.pyi
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/client.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/client.pyi
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/paginator.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/paginator.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/mypy_boto3_sagemaker/waiter.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.37.22 → mypy_boto3_sagemaker-1.37.23}/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
|