mypy-boto3-sagemaker 1.35.11__tar.gz → 1.35.15__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.11 → mypy_boto3_sagemaker-1.35.15}/PKG-INFO +3 -3
- {mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/README.md +1 -1
- {mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/__main__.py +3 -3
- {mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/literals.py +7 -1
- {mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/literals.pyi +7 -1
- mypy_boto3_sagemaker-1.35.11/mypy_boto3_sagemaker/type_defs.pyi → mypy_boto3_sagemaker-1.35.15/mypy_boto3_sagemaker/type_defs.py +373 -310
- mypy_boto3_sagemaker-1.35.11/mypy_boto3_sagemaker/type_defs.py → mypy_boto3_sagemaker-1.35.15/mypy_boto3_sagemaker/type_defs.pyi +372 -311
- {mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker.egg-info/PKG-INFO +3 -3
- {mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/setup.py +2 -2
- {mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/__init__.py +0 -0
- {mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/__init__.pyi +0 -0
- {mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/client.py +0 -0
- {mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/client.pyi +0 -0
- {mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/paginator.py +0 -0
- {mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/paginator.pyi +0 -0
- {mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/py.typed +0 -0
- {mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/waiter.py +0 -0
- {mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/waiter.pyi +0 -0
- {mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
- {mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
- {mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
- {mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/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.15
|
|
4
|
+
Summary: Type annotations for boto3.SageMaker 1.35.15 service generated with mypy-boto3-builder 8.0.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.15](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/),
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.SageMaker 1.35.
|
|
13
|
+
[boto3.SageMaker 1.35.15](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/),
|
{mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/__main__.py
RENAMED
|
@@ -10,8 +10,8 @@ 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.
|
|
13
|
+
"Type annotations for boto3.SageMaker 1.35.15\n"
|
|
14
|
+
"Version: 1.35.15\n"
|
|
15
15
|
"Builder version: 8.0.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"
|
|
@@ -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.15")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
{mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/literals.py
RENAMED
|
@@ -69,6 +69,7 @@ __all__ = (
|
|
|
69
69
|
"ClarifyTextLanguageType",
|
|
70
70
|
"ClusterInstanceStatusType",
|
|
71
71
|
"ClusterInstanceTypeType",
|
|
72
|
+
"ClusterNodeRecoveryType",
|
|
72
73
|
"ClusterSortByType",
|
|
73
74
|
"ClusterStatusType",
|
|
74
75
|
"CodeRepositorySortByType",
|
|
@@ -83,6 +84,7 @@ __all__ = (
|
|
|
83
84
|
"CrossAccountFilterOptionType",
|
|
84
85
|
"DataDistributionTypeType",
|
|
85
86
|
"DataSourceNameType",
|
|
87
|
+
"DeepHealthCheckTypeType",
|
|
86
88
|
"DetailedAlgorithmStatusType",
|
|
87
89
|
"DetailedModelPackageStatusType",
|
|
88
90
|
"DeviceDeploymentStatusType",
|
|
@@ -151,6 +153,7 @@ __all__ = (
|
|
|
151
153
|
"JoinSourceType",
|
|
152
154
|
"LabelingJobStatusType",
|
|
153
155
|
"LastUpdateStatusValueType",
|
|
156
|
+
"LifecycleManagementType",
|
|
154
157
|
"LineageTypeType",
|
|
155
158
|
"ListActionsPaginatorName",
|
|
156
159
|
"ListAlgorithmsPaginatorName",
|
|
@@ -757,7 +760,7 @@ ClarifyTextLanguageType = Literal[
|
|
|
757
760
|
"zh",
|
|
758
761
|
]
|
|
759
762
|
ClusterInstanceStatusType = Literal[
|
|
760
|
-
"Failure", "Pending", "Running", "ShuttingDown", "SystemUpdating"
|
|
763
|
+
"DeepHealthCheckInProgress", "Failure", "Pending", "Running", "ShuttingDown", "SystemUpdating"
|
|
761
764
|
]
|
|
762
765
|
ClusterInstanceTypeType = Literal[
|
|
763
766
|
"ml.c5.12xlarge",
|
|
@@ -799,6 +802,7 @@ ClusterInstanceTypeType = Literal[
|
|
|
799
802
|
"ml.trn1.32xlarge",
|
|
800
803
|
"ml.trn1n.32xlarge",
|
|
801
804
|
]
|
|
805
|
+
ClusterNodeRecoveryType = Literal["Automatic", "None"]
|
|
802
806
|
ClusterSortByType = Literal["CREATION_TIME", "NAME"]
|
|
803
807
|
ClusterStatusType = Literal[
|
|
804
808
|
"Creating", "Deleting", "Failed", "InService", "RollingBack", "SystemUpdating", "Updating"
|
|
@@ -817,6 +821,7 @@ ContentClassifierType = Literal["FreeOfAdultContent", "FreeOfPersonallyIdentifia
|
|
|
817
821
|
CrossAccountFilterOptionType = Literal["CrossAccount", "SameAccount"]
|
|
818
822
|
DataDistributionTypeType = Literal["FullyReplicated", "ShardedByS3Key"]
|
|
819
823
|
DataSourceNameType = Literal["SalesforceGenie", "Snowflake"]
|
|
824
|
+
DeepHealthCheckTypeType = Literal["InstanceConnectivity", "InstanceStress"]
|
|
820
825
|
DetailedAlgorithmStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
|
|
821
826
|
DetailedModelPackageStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
|
|
822
827
|
DeviceDeploymentStatusType = Literal[
|
|
@@ -1092,6 +1097,7 @@ LabelingJobStatusType = Literal[
|
|
|
1092
1097
|
"Completed", "Failed", "InProgress", "Initializing", "Stopped", "Stopping"
|
|
1093
1098
|
]
|
|
1094
1099
|
LastUpdateStatusValueType = Literal["Failed", "InProgress", "Successful"]
|
|
1100
|
+
LifecycleManagementType = Literal["DISABLED", "ENABLED"]
|
|
1095
1101
|
LineageTypeType = Literal["Action", "Artifact", "Context", "TrialComponent"]
|
|
1096
1102
|
ListActionsPaginatorName = Literal["list_actions"]
|
|
1097
1103
|
ListAlgorithmsPaginatorName = Literal["list_algorithms"]
|
{mypy_boto3_sagemaker-1.35.11 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/literals.pyi
RENAMED
|
@@ -68,6 +68,7 @@ __all__ = (
|
|
|
68
68
|
"ClarifyTextLanguageType",
|
|
69
69
|
"ClusterInstanceStatusType",
|
|
70
70
|
"ClusterInstanceTypeType",
|
|
71
|
+
"ClusterNodeRecoveryType",
|
|
71
72
|
"ClusterSortByType",
|
|
72
73
|
"ClusterStatusType",
|
|
73
74
|
"CodeRepositorySortByType",
|
|
@@ -82,6 +83,7 @@ __all__ = (
|
|
|
82
83
|
"CrossAccountFilterOptionType",
|
|
83
84
|
"DataDistributionTypeType",
|
|
84
85
|
"DataSourceNameType",
|
|
86
|
+
"DeepHealthCheckTypeType",
|
|
85
87
|
"DetailedAlgorithmStatusType",
|
|
86
88
|
"DetailedModelPackageStatusType",
|
|
87
89
|
"DeviceDeploymentStatusType",
|
|
@@ -150,6 +152,7 @@ __all__ = (
|
|
|
150
152
|
"JoinSourceType",
|
|
151
153
|
"LabelingJobStatusType",
|
|
152
154
|
"LastUpdateStatusValueType",
|
|
155
|
+
"LifecycleManagementType",
|
|
153
156
|
"LineageTypeType",
|
|
154
157
|
"ListActionsPaginatorName",
|
|
155
158
|
"ListAlgorithmsPaginatorName",
|
|
@@ -755,7 +758,7 @@ ClarifyTextLanguageType = Literal[
|
|
|
755
758
|
"zh",
|
|
756
759
|
]
|
|
757
760
|
ClusterInstanceStatusType = Literal[
|
|
758
|
-
"Failure", "Pending", "Running", "ShuttingDown", "SystemUpdating"
|
|
761
|
+
"DeepHealthCheckInProgress", "Failure", "Pending", "Running", "ShuttingDown", "SystemUpdating"
|
|
759
762
|
]
|
|
760
763
|
ClusterInstanceTypeType = Literal[
|
|
761
764
|
"ml.c5.12xlarge",
|
|
@@ -797,6 +800,7 @@ ClusterInstanceTypeType = Literal[
|
|
|
797
800
|
"ml.trn1.32xlarge",
|
|
798
801
|
"ml.trn1n.32xlarge",
|
|
799
802
|
]
|
|
803
|
+
ClusterNodeRecoveryType = Literal["Automatic", "None"]
|
|
800
804
|
ClusterSortByType = Literal["CREATION_TIME", "NAME"]
|
|
801
805
|
ClusterStatusType = Literal[
|
|
802
806
|
"Creating", "Deleting", "Failed", "InService", "RollingBack", "SystemUpdating", "Updating"
|
|
@@ -815,6 +819,7 @@ ContentClassifierType = Literal["FreeOfAdultContent", "FreeOfPersonallyIdentifia
|
|
|
815
819
|
CrossAccountFilterOptionType = Literal["CrossAccount", "SameAccount"]
|
|
816
820
|
DataDistributionTypeType = Literal["FullyReplicated", "ShardedByS3Key"]
|
|
817
821
|
DataSourceNameType = Literal["SalesforceGenie", "Snowflake"]
|
|
822
|
+
DeepHealthCheckTypeType = Literal["InstanceConnectivity", "InstanceStress"]
|
|
818
823
|
DetailedAlgorithmStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
|
|
819
824
|
DetailedModelPackageStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
|
|
820
825
|
DeviceDeploymentStatusType = Literal[
|
|
@@ -1090,6 +1095,7 @@ LabelingJobStatusType = Literal[
|
|
|
1090
1095
|
"Completed", "Failed", "InProgress", "Initializing", "Stopped", "Stopping"
|
|
1091
1096
|
]
|
|
1092
1097
|
LastUpdateStatusValueType = Literal["Failed", "InProgress", "Successful"]
|
|
1098
|
+
LifecycleManagementType = Literal["DISABLED", "ENABLED"]
|
|
1093
1099
|
LineageTypeType = Literal["Action", "Artifact", "Context", "TrialComponent"]
|
|
1094
1100
|
ListActionsPaginatorName = Literal["list_actions"]
|
|
1095
1101
|
ListAlgorithmsPaginatorName = Literal["list_algorithms"]
|