mypy-boto3-sagemaker 1.35.52__tar.gz → 1.35.53__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.52 → mypy_boto3_sagemaker-1.35.53}/PKG-INFO +3 -3
- {mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/README.md +1 -1
- {mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker/__main__.py +3 -3
- mypy_boto3_sagemaker-1.35.52/mypy_boto3_sagemaker/client.pyi → mypy_boto3_sagemaker-1.35.53/mypy_boto3_sagemaker/client.py +16 -0
- mypy_boto3_sagemaker-1.35.52/mypy_boto3_sagemaker/client.py → mypy_boto3_sagemaker-1.35.53/mypy_boto3_sagemaker/client.pyi +12 -4
- {mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker/literals.py +37 -0
- {mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker/literals.pyi +37 -0
- {mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker/type_defs.py +28 -0
- {mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker/type_defs.pyi +28 -0
- {mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker.egg-info/PKG-INFO +3 -3
- {mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/setup.py +2 -2
- {mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker/__init__.py +0 -0
- {mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker/__init__.pyi +0 -0
- {mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker/paginator.py +0 -0
- {mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker/paginator.pyi +0 -0
- {mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker/py.typed +0 -0
- {mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker/waiter.py +0 -0
- {mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker/waiter.pyi +0 -0
- {mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
- {mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
- {mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
- {mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/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.53
|
|
4
|
+
Summary: Type annotations for boto3.SageMaker 1.35.53 service generated with mypy-boto3-builder 8.1.4
|
|
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.53](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.53](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.52 → mypy_boto3_sagemaker-1.35.53}/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.53\n"
|
|
14
|
+
"Version: 1.35.53\n"
|
|
15
15
|
"Builder version: 8.1.4\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.53")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
|
@@ -102,6 +102,8 @@ from .type_defs import (
|
|
|
102
102
|
AddTagsOutputTypeDef,
|
|
103
103
|
AssociateTrialComponentRequestRequestTypeDef,
|
|
104
104
|
AssociateTrialComponentResponseTypeDef,
|
|
105
|
+
BatchDeleteClusterNodesRequestRequestTypeDef,
|
|
106
|
+
BatchDeleteClusterNodesResponseTypeDef,
|
|
105
107
|
BatchDescribeModelPackageInputRequestTypeDef,
|
|
106
108
|
BatchDescribeModelPackageOutputTypeDef,
|
|
107
109
|
CreateActionRequestRequestTypeDef,
|
|
@@ -718,8 +720,10 @@ if sys.version_info >= (3, 12):
|
|
|
718
720
|
else:
|
|
719
721
|
from typing_extensions import Literal, Unpack
|
|
720
722
|
|
|
723
|
+
|
|
721
724
|
__all__ = ("SageMakerClient",)
|
|
722
725
|
|
|
726
|
+
|
|
723
727
|
class BotocoreClientError(Exception):
|
|
724
728
|
MSG_TEMPLATE: str
|
|
725
729
|
|
|
@@ -727,6 +731,7 @@ class BotocoreClientError(Exception):
|
|
|
727
731
|
self.response: Dict[str, Any]
|
|
728
732
|
self.operation_name: str
|
|
729
733
|
|
|
734
|
+
|
|
730
735
|
class Exceptions:
|
|
731
736
|
ClientError: Type[BotocoreClientError]
|
|
732
737
|
ConflictException: Type[BotocoreClientError]
|
|
@@ -734,6 +739,7 @@ class Exceptions:
|
|
|
734
739
|
ResourceLimitExceeded: Type[BotocoreClientError]
|
|
735
740
|
ResourceNotFound: Type[BotocoreClientError]
|
|
736
741
|
|
|
742
|
+
|
|
737
743
|
class SageMakerClient(BaseClient):
|
|
738
744
|
"""
|
|
739
745
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client)
|
|
@@ -779,6 +785,16 @@ class SageMakerClient(BaseClient):
|
|
|
779
785
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#associate_trial_component)
|
|
780
786
|
"""
|
|
781
787
|
|
|
788
|
+
def batch_delete_cluster_nodes(
|
|
789
|
+
self, **kwargs: Unpack[BatchDeleteClusterNodesRequestRequestTypeDef]
|
|
790
|
+
) -> BatchDeleteClusterNodesResponseTypeDef:
|
|
791
|
+
"""
|
|
792
|
+
Deletes specific nodes within a SageMaker HyperPod cluster.
|
|
793
|
+
|
|
794
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.batch_delete_cluster_nodes)
|
|
795
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#batch_delete_cluster_nodes)
|
|
796
|
+
"""
|
|
797
|
+
|
|
782
798
|
def batch_describe_model_package(
|
|
783
799
|
self, **kwargs: Unpack[BatchDescribeModelPackageInputRequestTypeDef]
|
|
784
800
|
) -> BatchDescribeModelPackageOutputTypeDef:
|
|
@@ -102,6 +102,8 @@ from .type_defs import (
|
|
|
102
102
|
AddTagsOutputTypeDef,
|
|
103
103
|
AssociateTrialComponentRequestRequestTypeDef,
|
|
104
104
|
AssociateTrialComponentResponseTypeDef,
|
|
105
|
+
BatchDeleteClusterNodesRequestRequestTypeDef,
|
|
106
|
+
BatchDeleteClusterNodesResponseTypeDef,
|
|
105
107
|
BatchDescribeModelPackageInputRequestTypeDef,
|
|
106
108
|
BatchDescribeModelPackageOutputTypeDef,
|
|
107
109
|
CreateActionRequestRequestTypeDef,
|
|
@@ -718,10 +720,8 @@ if sys.version_info >= (3, 12):
|
|
|
718
720
|
else:
|
|
719
721
|
from typing_extensions import Literal, Unpack
|
|
720
722
|
|
|
721
|
-
|
|
722
723
|
__all__ = ("SageMakerClient",)
|
|
723
724
|
|
|
724
|
-
|
|
725
725
|
class BotocoreClientError(Exception):
|
|
726
726
|
MSG_TEMPLATE: str
|
|
727
727
|
|
|
@@ -729,7 +729,6 @@ class BotocoreClientError(Exception):
|
|
|
729
729
|
self.response: Dict[str, Any]
|
|
730
730
|
self.operation_name: str
|
|
731
731
|
|
|
732
|
-
|
|
733
732
|
class Exceptions:
|
|
734
733
|
ClientError: Type[BotocoreClientError]
|
|
735
734
|
ConflictException: Type[BotocoreClientError]
|
|
@@ -737,7 +736,6 @@ class Exceptions:
|
|
|
737
736
|
ResourceLimitExceeded: Type[BotocoreClientError]
|
|
738
737
|
ResourceNotFound: Type[BotocoreClientError]
|
|
739
738
|
|
|
740
|
-
|
|
741
739
|
class SageMakerClient(BaseClient):
|
|
742
740
|
"""
|
|
743
741
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client)
|
|
@@ -783,6 +781,16 @@ class SageMakerClient(BaseClient):
|
|
|
783
781
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#associate_trial_component)
|
|
784
782
|
"""
|
|
785
783
|
|
|
784
|
+
def batch_delete_cluster_nodes(
|
|
785
|
+
self, **kwargs: Unpack[BatchDeleteClusterNodesRequestRequestTypeDef]
|
|
786
|
+
) -> BatchDeleteClusterNodesResponseTypeDef:
|
|
787
|
+
"""
|
|
788
|
+
Deletes specific nodes within a SageMaker HyperPod cluster.
|
|
789
|
+
|
|
790
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.batch_delete_cluster_nodes)
|
|
791
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#batch_delete_cluster_nodes)
|
|
792
|
+
"""
|
|
793
|
+
|
|
786
794
|
def batch_describe_model_package(
|
|
787
795
|
self, **kwargs: Unpack[BatchDescribeModelPackageInputRequestTypeDef]
|
|
788
796
|
) -> BatchDescribeModelPackageOutputTypeDef:
|
{mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker/literals.py
RENAMED
|
@@ -56,6 +56,7 @@ __all__ = (
|
|
|
56
56
|
"AutoMountHomeEFSType",
|
|
57
57
|
"AutotuneModeType",
|
|
58
58
|
"AwsManagedHumanLoopRequestSourceType",
|
|
59
|
+
"BatchDeleteClusterNodesErrorCodeType",
|
|
59
60
|
"BatchStrategyType",
|
|
60
61
|
"BooleanOperatorType",
|
|
61
62
|
"CandidateSortByType",
|
|
@@ -695,6 +696,7 @@ AutotuneModeType = Literal["Enabled"]
|
|
|
695
696
|
AwsManagedHumanLoopRequestSourceType = Literal[
|
|
696
697
|
"AWS/Rekognition/DetectModerationLabels/Image/V3", "AWS/Textract/AnalyzeDocument/Forms/V1"
|
|
697
698
|
]
|
|
699
|
+
BatchDeleteClusterNodesErrorCodeType = Literal["InvalidNodeStatus", "NodeIdInUse", "NodeIdNotFound"]
|
|
698
700
|
BatchStrategyType = Literal["MultiRecord", "SingleRecord"]
|
|
699
701
|
BooleanOperatorType = Literal["And", "Or"]
|
|
700
702
|
CandidateSortByType = Literal["CreationTime", "FinalObjectiveMetricValue", "Status"]
|
|
@@ -794,6 +796,24 @@ ClusterInstanceTypeType = Literal[
|
|
|
794
796
|
"ml.g5.4xlarge",
|
|
795
797
|
"ml.g5.8xlarge",
|
|
796
798
|
"ml.g5.xlarge",
|
|
799
|
+
"ml.g6.12xlarge",
|
|
800
|
+
"ml.g6.16xlarge",
|
|
801
|
+
"ml.g6.24xlarge",
|
|
802
|
+
"ml.g6.2xlarge",
|
|
803
|
+
"ml.g6.48xlarge",
|
|
804
|
+
"ml.g6.4xlarge",
|
|
805
|
+
"ml.g6.8xlarge",
|
|
806
|
+
"ml.g6.xlarge",
|
|
807
|
+
"ml.g6e.12xlarge",
|
|
808
|
+
"ml.g6e.16xlarge",
|
|
809
|
+
"ml.g6e.24xlarge",
|
|
810
|
+
"ml.g6e.2xlarge",
|
|
811
|
+
"ml.g6e.48xlarge",
|
|
812
|
+
"ml.g6e.4xlarge",
|
|
813
|
+
"ml.g6e.8xlarge",
|
|
814
|
+
"ml.g6e.xlarge",
|
|
815
|
+
"ml.gr6.4xlarge",
|
|
816
|
+
"ml.gr6.8xlarge",
|
|
797
817
|
"ml.m5.12xlarge",
|
|
798
818
|
"ml.m5.16xlarge",
|
|
799
819
|
"ml.m5.24xlarge",
|
|
@@ -805,6 +825,7 @@ ClusterInstanceTypeType = Literal[
|
|
|
805
825
|
"ml.p4d.24xlarge",
|
|
806
826
|
"ml.p4de.24xlarge",
|
|
807
827
|
"ml.p5.48xlarge",
|
|
828
|
+
"ml.p5e.48xlarge",
|
|
808
829
|
"ml.t3.2xlarge",
|
|
809
830
|
"ml.t3.large",
|
|
810
831
|
"ml.t3.medium",
|
|
@@ -1825,6 +1846,22 @@ TrainingInstanceTypeType = Literal[
|
|
|
1825
1846
|
"ml.g5.4xlarge",
|
|
1826
1847
|
"ml.g5.8xlarge",
|
|
1827
1848
|
"ml.g5.xlarge",
|
|
1849
|
+
"ml.g6.12xlarge",
|
|
1850
|
+
"ml.g6.16xlarge",
|
|
1851
|
+
"ml.g6.24xlarge",
|
|
1852
|
+
"ml.g6.2xlarge",
|
|
1853
|
+
"ml.g6.48xlarge",
|
|
1854
|
+
"ml.g6.4xlarge",
|
|
1855
|
+
"ml.g6.8xlarge",
|
|
1856
|
+
"ml.g6.xlarge",
|
|
1857
|
+
"ml.g6e.12xlarge",
|
|
1858
|
+
"ml.g6e.16xlarge",
|
|
1859
|
+
"ml.g6e.24xlarge",
|
|
1860
|
+
"ml.g6e.2xlarge",
|
|
1861
|
+
"ml.g6e.48xlarge",
|
|
1862
|
+
"ml.g6e.4xlarge",
|
|
1863
|
+
"ml.g6e.8xlarge",
|
|
1864
|
+
"ml.g6e.xlarge",
|
|
1828
1865
|
"ml.m4.10xlarge",
|
|
1829
1866
|
"ml.m4.16xlarge",
|
|
1830
1867
|
"ml.m4.2xlarge",
|
{mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker/literals.pyi
RENAMED
|
@@ -55,6 +55,7 @@ __all__ = (
|
|
|
55
55
|
"AutoMountHomeEFSType",
|
|
56
56
|
"AutotuneModeType",
|
|
57
57
|
"AwsManagedHumanLoopRequestSourceType",
|
|
58
|
+
"BatchDeleteClusterNodesErrorCodeType",
|
|
58
59
|
"BatchStrategyType",
|
|
59
60
|
"BooleanOperatorType",
|
|
60
61
|
"CandidateSortByType",
|
|
@@ -693,6 +694,7 @@ AutotuneModeType = Literal["Enabled"]
|
|
|
693
694
|
AwsManagedHumanLoopRequestSourceType = Literal[
|
|
694
695
|
"AWS/Rekognition/DetectModerationLabels/Image/V3", "AWS/Textract/AnalyzeDocument/Forms/V1"
|
|
695
696
|
]
|
|
697
|
+
BatchDeleteClusterNodesErrorCodeType = Literal["InvalidNodeStatus", "NodeIdInUse", "NodeIdNotFound"]
|
|
696
698
|
BatchStrategyType = Literal["MultiRecord", "SingleRecord"]
|
|
697
699
|
BooleanOperatorType = Literal["And", "Or"]
|
|
698
700
|
CandidateSortByType = Literal["CreationTime", "FinalObjectiveMetricValue", "Status"]
|
|
@@ -792,6 +794,24 @@ ClusterInstanceTypeType = Literal[
|
|
|
792
794
|
"ml.g5.4xlarge",
|
|
793
795
|
"ml.g5.8xlarge",
|
|
794
796
|
"ml.g5.xlarge",
|
|
797
|
+
"ml.g6.12xlarge",
|
|
798
|
+
"ml.g6.16xlarge",
|
|
799
|
+
"ml.g6.24xlarge",
|
|
800
|
+
"ml.g6.2xlarge",
|
|
801
|
+
"ml.g6.48xlarge",
|
|
802
|
+
"ml.g6.4xlarge",
|
|
803
|
+
"ml.g6.8xlarge",
|
|
804
|
+
"ml.g6.xlarge",
|
|
805
|
+
"ml.g6e.12xlarge",
|
|
806
|
+
"ml.g6e.16xlarge",
|
|
807
|
+
"ml.g6e.24xlarge",
|
|
808
|
+
"ml.g6e.2xlarge",
|
|
809
|
+
"ml.g6e.48xlarge",
|
|
810
|
+
"ml.g6e.4xlarge",
|
|
811
|
+
"ml.g6e.8xlarge",
|
|
812
|
+
"ml.g6e.xlarge",
|
|
813
|
+
"ml.gr6.4xlarge",
|
|
814
|
+
"ml.gr6.8xlarge",
|
|
795
815
|
"ml.m5.12xlarge",
|
|
796
816
|
"ml.m5.16xlarge",
|
|
797
817
|
"ml.m5.24xlarge",
|
|
@@ -803,6 +823,7 @@ ClusterInstanceTypeType = Literal[
|
|
|
803
823
|
"ml.p4d.24xlarge",
|
|
804
824
|
"ml.p4de.24xlarge",
|
|
805
825
|
"ml.p5.48xlarge",
|
|
826
|
+
"ml.p5e.48xlarge",
|
|
806
827
|
"ml.t3.2xlarge",
|
|
807
828
|
"ml.t3.large",
|
|
808
829
|
"ml.t3.medium",
|
|
@@ -1823,6 +1844,22 @@ TrainingInstanceTypeType = Literal[
|
|
|
1823
1844
|
"ml.g5.4xlarge",
|
|
1824
1845
|
"ml.g5.8xlarge",
|
|
1825
1846
|
"ml.g5.xlarge",
|
|
1847
|
+
"ml.g6.12xlarge",
|
|
1848
|
+
"ml.g6.16xlarge",
|
|
1849
|
+
"ml.g6.24xlarge",
|
|
1850
|
+
"ml.g6.2xlarge",
|
|
1851
|
+
"ml.g6.48xlarge",
|
|
1852
|
+
"ml.g6.4xlarge",
|
|
1853
|
+
"ml.g6.8xlarge",
|
|
1854
|
+
"ml.g6.xlarge",
|
|
1855
|
+
"ml.g6e.12xlarge",
|
|
1856
|
+
"ml.g6e.16xlarge",
|
|
1857
|
+
"ml.g6e.24xlarge",
|
|
1858
|
+
"ml.g6e.2xlarge",
|
|
1859
|
+
"ml.g6e.48xlarge",
|
|
1860
|
+
"ml.g6e.4xlarge",
|
|
1861
|
+
"ml.g6e.8xlarge",
|
|
1862
|
+
"ml.g6e.xlarge",
|
|
1826
1863
|
"ml.m4.10xlarge",
|
|
1827
1864
|
"ml.m4.16xlarge",
|
|
1828
1865
|
"ml.m4.2xlarge",
|
{mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker/type_defs.py
RENAMED
|
@@ -50,6 +50,7 @@ from .literals import (
|
|
|
50
50
|
AutoMLSortOrderType,
|
|
51
51
|
AutoMountHomeEFSType,
|
|
52
52
|
AwsManagedHumanLoopRequestSourceType,
|
|
53
|
+
BatchDeleteClusterNodesErrorCodeType,
|
|
53
54
|
BatchStrategyType,
|
|
54
55
|
BooleanOperatorType,
|
|
55
56
|
CandidateSortByType,
|
|
@@ -335,6 +336,8 @@ __all__ = (
|
|
|
335
336
|
"AutoParameterTypeDef",
|
|
336
337
|
"AutotuneTypeDef",
|
|
337
338
|
"BatchDataCaptureConfigTypeDef",
|
|
339
|
+
"BatchDeleteClusterNodesErrorTypeDef",
|
|
340
|
+
"BatchDeleteClusterNodesRequestRequestTypeDef",
|
|
338
341
|
"BatchDescribeModelPackageErrorTypeDef",
|
|
339
342
|
"BatchDescribeModelPackageInputRequestTypeDef",
|
|
340
343
|
"BestObjectiveNotImprovingTypeDef",
|
|
@@ -1030,6 +1033,7 @@ __all__ = (
|
|
|
1030
1033
|
"LabelingJobResourceConfigOutputTypeDef",
|
|
1031
1034
|
"MonitoringNetworkConfigOutputTypeDef",
|
|
1032
1035
|
"NetworkConfigOutputTypeDef",
|
|
1036
|
+
"BatchDeleteClusterNodesResponseTypeDef",
|
|
1033
1037
|
"BiasTypeDef",
|
|
1034
1038
|
"DriftCheckModelDataQualityTypeDef",
|
|
1035
1039
|
"DriftCheckModelQualityTypeDef",
|
|
@@ -2102,6 +2106,21 @@ BatchDataCaptureConfigTypeDef = TypedDict(
|
|
|
2102
2106
|
"GenerateInferenceId": NotRequired[bool],
|
|
2103
2107
|
},
|
|
2104
2108
|
)
|
|
2109
|
+
BatchDeleteClusterNodesErrorTypeDef = TypedDict(
|
|
2110
|
+
"BatchDeleteClusterNodesErrorTypeDef",
|
|
2111
|
+
{
|
|
2112
|
+
"Code": BatchDeleteClusterNodesErrorCodeType,
|
|
2113
|
+
"Message": str,
|
|
2114
|
+
"NodeId": str,
|
|
2115
|
+
},
|
|
2116
|
+
)
|
|
2117
|
+
BatchDeleteClusterNodesRequestRequestTypeDef = TypedDict(
|
|
2118
|
+
"BatchDeleteClusterNodesRequestRequestTypeDef",
|
|
2119
|
+
{
|
|
2120
|
+
"ClusterName": str,
|
|
2121
|
+
"NodeIds": Sequence[str],
|
|
2122
|
+
},
|
|
2123
|
+
)
|
|
2105
2124
|
BatchDescribeModelPackageErrorTypeDef = TypedDict(
|
|
2106
2125
|
"BatchDescribeModelPackageErrorTypeDef",
|
|
2107
2126
|
{
|
|
@@ -7422,6 +7441,14 @@ NetworkConfigOutputTypeDef = TypedDict(
|
|
|
7422
7441
|
"VpcConfig": NotRequired[VpcConfigOutputTypeDef],
|
|
7423
7442
|
},
|
|
7424
7443
|
)
|
|
7444
|
+
BatchDeleteClusterNodesResponseTypeDef = TypedDict(
|
|
7445
|
+
"BatchDeleteClusterNodesResponseTypeDef",
|
|
7446
|
+
{
|
|
7447
|
+
"Failed": List[BatchDeleteClusterNodesErrorTypeDef],
|
|
7448
|
+
"Successful": List[str],
|
|
7449
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
7450
|
+
},
|
|
7451
|
+
)
|
|
7425
7452
|
BiasTypeDef = TypedDict(
|
|
7426
7453
|
"BiasTypeDef",
|
|
7427
7454
|
{
|
|
@@ -9348,6 +9375,7 @@ TrainingJobSummaryTypeDef = TypedDict(
|
|
|
9348
9375
|
"TrainingJobStatus": TrainingJobStatusType,
|
|
9349
9376
|
"TrainingEndTime": NotRequired[datetime],
|
|
9350
9377
|
"LastModifiedTime": NotRequired[datetime],
|
|
9378
|
+
"SecondaryStatus": NotRequired[SecondaryStatusType],
|
|
9351
9379
|
"WarmPoolStatus": NotRequired[WarmPoolStatusTypeDef],
|
|
9352
9380
|
},
|
|
9353
9381
|
)
|
{mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker/type_defs.pyi
RENAMED
|
@@ -50,6 +50,7 @@ from .literals import (
|
|
|
50
50
|
AutoMLSortOrderType,
|
|
51
51
|
AutoMountHomeEFSType,
|
|
52
52
|
AwsManagedHumanLoopRequestSourceType,
|
|
53
|
+
BatchDeleteClusterNodesErrorCodeType,
|
|
53
54
|
BatchStrategyType,
|
|
54
55
|
BooleanOperatorType,
|
|
55
56
|
CandidateSortByType,
|
|
@@ -334,6 +335,8 @@ __all__ = (
|
|
|
334
335
|
"AutoParameterTypeDef",
|
|
335
336
|
"AutotuneTypeDef",
|
|
336
337
|
"BatchDataCaptureConfigTypeDef",
|
|
338
|
+
"BatchDeleteClusterNodesErrorTypeDef",
|
|
339
|
+
"BatchDeleteClusterNodesRequestRequestTypeDef",
|
|
337
340
|
"BatchDescribeModelPackageErrorTypeDef",
|
|
338
341
|
"BatchDescribeModelPackageInputRequestTypeDef",
|
|
339
342
|
"BestObjectiveNotImprovingTypeDef",
|
|
@@ -1029,6 +1032,7 @@ __all__ = (
|
|
|
1029
1032
|
"LabelingJobResourceConfigOutputTypeDef",
|
|
1030
1033
|
"MonitoringNetworkConfigOutputTypeDef",
|
|
1031
1034
|
"NetworkConfigOutputTypeDef",
|
|
1035
|
+
"BatchDeleteClusterNodesResponseTypeDef",
|
|
1032
1036
|
"BiasTypeDef",
|
|
1033
1037
|
"DriftCheckModelDataQualityTypeDef",
|
|
1034
1038
|
"DriftCheckModelQualityTypeDef",
|
|
@@ -2101,6 +2105,21 @@ BatchDataCaptureConfigTypeDef = TypedDict(
|
|
|
2101
2105
|
"GenerateInferenceId": NotRequired[bool],
|
|
2102
2106
|
},
|
|
2103
2107
|
)
|
|
2108
|
+
BatchDeleteClusterNodesErrorTypeDef = TypedDict(
|
|
2109
|
+
"BatchDeleteClusterNodesErrorTypeDef",
|
|
2110
|
+
{
|
|
2111
|
+
"Code": BatchDeleteClusterNodesErrorCodeType,
|
|
2112
|
+
"Message": str,
|
|
2113
|
+
"NodeId": str,
|
|
2114
|
+
},
|
|
2115
|
+
)
|
|
2116
|
+
BatchDeleteClusterNodesRequestRequestTypeDef = TypedDict(
|
|
2117
|
+
"BatchDeleteClusterNodesRequestRequestTypeDef",
|
|
2118
|
+
{
|
|
2119
|
+
"ClusterName": str,
|
|
2120
|
+
"NodeIds": Sequence[str],
|
|
2121
|
+
},
|
|
2122
|
+
)
|
|
2104
2123
|
BatchDescribeModelPackageErrorTypeDef = TypedDict(
|
|
2105
2124
|
"BatchDescribeModelPackageErrorTypeDef",
|
|
2106
2125
|
{
|
|
@@ -7421,6 +7440,14 @@ NetworkConfigOutputTypeDef = TypedDict(
|
|
|
7421
7440
|
"VpcConfig": NotRequired[VpcConfigOutputTypeDef],
|
|
7422
7441
|
},
|
|
7423
7442
|
)
|
|
7443
|
+
BatchDeleteClusterNodesResponseTypeDef = TypedDict(
|
|
7444
|
+
"BatchDeleteClusterNodesResponseTypeDef",
|
|
7445
|
+
{
|
|
7446
|
+
"Failed": List[BatchDeleteClusterNodesErrorTypeDef],
|
|
7447
|
+
"Successful": List[str],
|
|
7448
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
7449
|
+
},
|
|
7450
|
+
)
|
|
7424
7451
|
BiasTypeDef = TypedDict(
|
|
7425
7452
|
"BiasTypeDef",
|
|
7426
7453
|
{
|
|
@@ -9347,6 +9374,7 @@ TrainingJobSummaryTypeDef = TypedDict(
|
|
|
9347
9374
|
"TrainingJobStatus": TrainingJobStatusType,
|
|
9348
9375
|
"TrainingEndTime": NotRequired[datetime],
|
|
9349
9376
|
"LastModifiedTime": NotRequired[datetime],
|
|
9377
|
+
"SecondaryStatus": NotRequired[SecondaryStatusType],
|
|
9350
9378
|
"WarmPoolStatus": NotRequired[WarmPoolStatusTypeDef],
|
|
9351
9379
|
},
|
|
9352
9380
|
)
|
{mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/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.53
|
|
4
|
+
Summary: Type annotations for boto3.SageMaker 1.35.53 service generated with mypy-boto3-builder 8.1.4
|
|
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.53](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/),
|
|
@@ -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.53",
|
|
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.53 service generated with mypy-boto3-builder 8.1.4",
|
|
21
21
|
classifiers=[
|
|
22
22
|
"Development Status :: 5 - Production/Stable",
|
|
23
23
|
"Intended Audience :: Developers",
|
|
File without changes
|
{mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker/__init__.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker/__init__.pyi
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker/paginator.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker/paginator.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/mypy_boto3_sagemaker/waiter.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.35.52 → mypy_boto3_sagemaker-1.35.53}/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
|