mypy-boto3-sagemaker 1.34.145__tar.gz → 1.34.159__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.34.145 → mypy_boto3_sagemaker-1.34.159}/PKG-INFO +4 -4
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/README.md +2 -2
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/__main__.py +4 -4
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/client.py +2 -0
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/client.pyi +2 -0
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/literals.py +2 -1
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/literals.pyi +2 -1
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/type_defs.py +221 -177
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/type_defs.pyi +221 -177
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker.egg-info/PKG-INFO +4 -4
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/setup.py +3 -3
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/__init__.py +0 -0
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/__init__.pyi +0 -0
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/paginator.py +0 -0
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/paginator.pyi +0 -0
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/py.typed +0 -0
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/waiter.py +0 -0
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/waiter.pyi +0 -0
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
- {mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.34.
|
|
4
|
-
Summary: Type annotations for boto3.SageMaker 1.34.
|
|
3
|
+
Version: 1.34.159
|
|
4
|
+
Summary: Type annotations for boto3.SageMaker 1.34.159 service generated with mypy-boto3-builder 7.25.3
|
|
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.34.
|
|
46
|
+
[boto3.SageMaker 1.34.159](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 7.25.
|
|
55
|
+
[mypy-boto3-builder 7.25.3](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.34.
|
|
13
|
+
[boto3.SageMaker 1.34.159](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 7.25.
|
|
22
|
+
[mypy-boto3-builder 7.25.3](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.34.145 → mypy_boto3_sagemaker-1.34.159}/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.34.
|
|
14
|
-
"Version: 1.34.
|
|
15
|
-
"Builder version: 7.25.
|
|
13
|
+
"Type annotations for boto3.SageMaker 1.34.159\n"
|
|
14
|
+
"Version: 1.34.159\n"
|
|
15
|
+
"Builder version: 7.25.3\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.34.
|
|
27
|
+
print("1.34.159")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
{mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/client.py
RENAMED
|
@@ -227,6 +227,7 @@ from .type_defs import (
|
|
|
227
227
|
AssociateTrialComponentResponseTypeDef,
|
|
228
228
|
AsyncInferenceConfigUnionTypeDef,
|
|
229
229
|
AutoMLChannelTypeDef,
|
|
230
|
+
AutoMLComputeConfigTypeDef,
|
|
230
231
|
AutoMLDataSplitConfigTypeDef,
|
|
231
232
|
AutoMLJobChannelTypeDef,
|
|
232
233
|
AutoMLJobConfigUnionTypeDef,
|
|
@@ -890,6 +891,7 @@ class SageMakerClient(BaseClient):
|
|
|
890
891
|
AutoMLJobObjective: AutoMLJobObjectiveTypeDef = ...,
|
|
891
892
|
ModelDeployConfig: ModelDeployConfigTypeDef = ...,
|
|
892
893
|
DataSplitConfig: AutoMLDataSplitConfigTypeDef = ...,
|
|
894
|
+
AutoMLComputeConfig: AutoMLComputeConfigTypeDef = ...,
|
|
893
895
|
) -> CreateAutoMLJobV2ResponseTypeDef:
|
|
894
896
|
"""
|
|
895
897
|
Creates an Autopilot job also referred to as Autopilot experiment or AutoML job
|
{mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/client.pyi
RENAMED
|
@@ -227,6 +227,7 @@ from .type_defs import (
|
|
|
227
227
|
AssociateTrialComponentResponseTypeDef,
|
|
228
228
|
AsyncInferenceConfigUnionTypeDef,
|
|
229
229
|
AutoMLChannelTypeDef,
|
|
230
|
+
AutoMLComputeConfigTypeDef,
|
|
230
231
|
AutoMLDataSplitConfigTypeDef,
|
|
231
232
|
AutoMLJobChannelTypeDef,
|
|
232
233
|
AutoMLJobConfigUnionTypeDef,
|
|
@@ -887,6 +888,7 @@ class SageMakerClient(BaseClient):
|
|
|
887
888
|
AutoMLJobObjective: AutoMLJobObjectiveTypeDef = ...,
|
|
888
889
|
ModelDeployConfig: ModelDeployConfigTypeDef = ...,
|
|
889
890
|
DataSplitConfig: AutoMLDataSplitConfigTypeDef = ...,
|
|
891
|
+
AutoMLComputeConfig: AutoMLComputeConfigTypeDef = ...,
|
|
890
892
|
) -> CreateAutoMLJobV2ResponseTypeDef:
|
|
891
893
|
"""
|
|
892
894
|
Creates an Autopilot job also referred to as Autopilot experiment or AutoML job
|
{mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/literals.py
RENAMED
|
@@ -1192,6 +1192,7 @@ MlToolsType = Literal[
|
|
|
1192
1192
|
"Endpoints",
|
|
1193
1193
|
"Experiments",
|
|
1194
1194
|
"FeatureStore",
|
|
1195
|
+
"InferenceOptimization",
|
|
1195
1196
|
"InferenceRecommender",
|
|
1196
1197
|
"JumpStart",
|
|
1197
1198
|
"ModelEvaluation",
|
|
@@ -2220,7 +2221,6 @@ ServiceName = Literal[
|
|
|
2220
2221
|
"migrationhub-config",
|
|
2221
2222
|
"migrationhuborchestrator",
|
|
2222
2223
|
"migrationhubstrategy",
|
|
2223
|
-
"mobile",
|
|
2224
2224
|
"mq",
|
|
2225
2225
|
"mturk",
|
|
2226
2226
|
"mwaa",
|
|
@@ -2323,6 +2323,7 @@ ServiceName = Literal[
|
|
|
2323
2323
|
"ssm",
|
|
2324
2324
|
"ssm-contacts",
|
|
2325
2325
|
"ssm-incidents",
|
|
2326
|
+
"ssm-quicksetup",
|
|
2326
2327
|
"ssm-sap",
|
|
2327
2328
|
"sso",
|
|
2328
2329
|
"sso-admin",
|
{mypy_boto3_sagemaker-1.34.145 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/literals.pyi
RENAMED
|
@@ -1192,6 +1192,7 @@ MlToolsType = Literal[
|
|
|
1192
1192
|
"Endpoints",
|
|
1193
1193
|
"Experiments",
|
|
1194
1194
|
"FeatureStore",
|
|
1195
|
+
"InferenceOptimization",
|
|
1195
1196
|
"InferenceRecommender",
|
|
1196
1197
|
"JumpStart",
|
|
1197
1198
|
"ModelEvaluation",
|
|
@@ -2220,7 +2221,6 @@ ServiceName = Literal[
|
|
|
2220
2221
|
"migrationhub-config",
|
|
2221
2222
|
"migrationhuborchestrator",
|
|
2222
2223
|
"migrationhubstrategy",
|
|
2223
|
-
"mobile",
|
|
2224
2224
|
"mq",
|
|
2225
2225
|
"mturk",
|
|
2226
2226
|
"mwaa",
|
|
@@ -2323,6 +2323,7 @@ ServiceName = Literal[
|
|
|
2323
2323
|
"ssm",
|
|
2324
2324
|
"ssm-contacts",
|
|
2325
2325
|
"ssm-incidents",
|
|
2326
|
+
"ssm-quicksetup",
|
|
2326
2327
|
"ssm-sap",
|
|
2327
2328
|
"sso",
|
|
2328
2329
|
"sso-admin",
|