mypy-boto3-sagemaker 1.35.13__tar.gz → 1.35.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.35.13 → mypy_boto3_sagemaker-1.35.23}/PKG-INFO +4 -4
- {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/README.md +2 -2
- {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker/__main__.py +4 -4
- {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker/client.py +2 -6
- {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker/client.pyi +2 -6
- {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker/literals.py +14 -1
- {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker/literals.pyi +14 -1
- mypy_boto3_sagemaker-1.35.13/mypy_boto3_sagemaker/type_defs.pyi → mypy_boto3_sagemaker-1.35.23/mypy_boto3_sagemaker/type_defs.py +26 -10
- mypy_boto3_sagemaker-1.35.13/mypy_boto3_sagemaker/type_defs.py → mypy_boto3_sagemaker-1.35.23/mypy_boto3_sagemaker/type_defs.pyi +25 -11
- {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker.egg-info/PKG-INFO +4 -4
- {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/setup.py +2 -2
- {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker/__init__.py +0 -0
- {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker/__init__.pyi +0 -0
- {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker/paginator.py +0 -0
- {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker/paginator.pyi +0 -0
- {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker/py.typed +0 -0
- {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker/waiter.py +0 -0
- {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker/waiter.pyi +0 -0
- {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
- {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
- {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
- {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/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.23
|
|
4
|
+
Summary: Type annotations for boto3.SageMaker 1.35.23 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.23](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.23](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.13 → mypy_boto3_sagemaker-1.35.23}/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.23\n"
|
|
14
|
+
"Version: 1.35.23\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.23")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
{mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/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.13 → mypy_boto3_sagemaker-1.35.23}/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.13 → mypy_boto3_sagemaker-1.35.23}/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",
|
|
@@ -457,6 +459,14 @@ AppInstanceTypeType = Literal[
|
|
|
457
459
|
"ml.g6.4xlarge",
|
|
458
460
|
"ml.g6.8xlarge",
|
|
459
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",
|
|
460
470
|
"ml.geospatial.interactive",
|
|
461
471
|
"ml.m5.12xlarge",
|
|
462
472
|
"ml.m5.16xlarge",
|
|
@@ -758,7 +768,7 @@ ClarifyTextLanguageType = Literal[
|
|
|
758
768
|
"zh",
|
|
759
769
|
]
|
|
760
770
|
ClusterInstanceStatusType = Literal[
|
|
761
|
-
"Failure", "Pending", "Running", "ShuttingDown", "SystemUpdating"
|
|
771
|
+
"DeepHealthCheckInProgress", "Failure", "Pending", "Running", "ShuttingDown", "SystemUpdating"
|
|
762
772
|
]
|
|
763
773
|
ClusterInstanceTypeType = Literal[
|
|
764
774
|
"ml.c5.12xlarge",
|
|
@@ -800,6 +810,7 @@ ClusterInstanceTypeType = Literal[
|
|
|
800
810
|
"ml.trn1.32xlarge",
|
|
801
811
|
"ml.trn1n.32xlarge",
|
|
802
812
|
]
|
|
813
|
+
ClusterNodeRecoveryType = Literal["Automatic", "None"]
|
|
803
814
|
ClusterSortByType = Literal["CREATION_TIME", "NAME"]
|
|
804
815
|
ClusterStatusType = Literal[
|
|
805
816
|
"Creating", "Deleting", "Failed", "InService", "RollingBack", "SystemUpdating", "Updating"
|
|
@@ -818,6 +829,7 @@ ContentClassifierType = Literal["FreeOfAdultContent", "FreeOfPersonallyIdentifia
|
|
|
818
829
|
CrossAccountFilterOptionType = Literal["CrossAccount", "SameAccount"]
|
|
819
830
|
DataDistributionTypeType = Literal["FullyReplicated", "ShardedByS3Key"]
|
|
820
831
|
DataSourceNameType = Literal["SalesforceGenie", "Snowflake"]
|
|
832
|
+
DeepHealthCheckTypeType = Literal["InstanceConnectivity", "InstanceStress"]
|
|
821
833
|
DetailedAlgorithmStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
|
|
822
834
|
DetailedModelPackageStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
|
|
823
835
|
DeviceDeploymentStatusType = Literal[
|
|
@@ -2095,6 +2107,7 @@ ServiceName = Literal[
|
|
|
2095
2107
|
"docdb-elastic",
|
|
2096
2108
|
"drs",
|
|
2097
2109
|
"ds",
|
|
2110
|
+
"ds-data",
|
|
2098
2111
|
"dynamodb",
|
|
2099
2112
|
"dynamodbstreams",
|
|
2100
2113
|
"ebs",
|
{mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/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",
|
|
@@ -455,6 +457,14 @@ AppInstanceTypeType = Literal[
|
|
|
455
457
|
"ml.g6.4xlarge",
|
|
456
458
|
"ml.g6.8xlarge",
|
|
457
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",
|
|
458
468
|
"ml.geospatial.interactive",
|
|
459
469
|
"ml.m5.12xlarge",
|
|
460
470
|
"ml.m5.16xlarge",
|
|
@@ -756,7 +766,7 @@ ClarifyTextLanguageType = Literal[
|
|
|
756
766
|
"zh",
|
|
757
767
|
]
|
|
758
768
|
ClusterInstanceStatusType = Literal[
|
|
759
|
-
"Failure", "Pending", "Running", "ShuttingDown", "SystemUpdating"
|
|
769
|
+
"DeepHealthCheckInProgress", "Failure", "Pending", "Running", "ShuttingDown", "SystemUpdating"
|
|
760
770
|
]
|
|
761
771
|
ClusterInstanceTypeType = Literal[
|
|
762
772
|
"ml.c5.12xlarge",
|
|
@@ -798,6 +808,7 @@ ClusterInstanceTypeType = Literal[
|
|
|
798
808
|
"ml.trn1.32xlarge",
|
|
799
809
|
"ml.trn1n.32xlarge",
|
|
800
810
|
]
|
|
811
|
+
ClusterNodeRecoveryType = Literal["Automatic", "None"]
|
|
801
812
|
ClusterSortByType = Literal["CREATION_TIME", "NAME"]
|
|
802
813
|
ClusterStatusType = Literal[
|
|
803
814
|
"Creating", "Deleting", "Failed", "InService", "RollingBack", "SystemUpdating", "Updating"
|
|
@@ -816,6 +827,7 @@ ContentClassifierType = Literal["FreeOfAdultContent", "FreeOfPersonallyIdentifia
|
|
|
816
827
|
CrossAccountFilterOptionType = Literal["CrossAccount", "SameAccount"]
|
|
817
828
|
DataDistributionTypeType = Literal["FullyReplicated", "ShardedByS3Key"]
|
|
818
829
|
DataSourceNameType = Literal["SalesforceGenie", "Snowflake"]
|
|
830
|
+
DeepHealthCheckTypeType = Literal["InstanceConnectivity", "InstanceStress"]
|
|
819
831
|
DetailedAlgorithmStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
|
|
820
832
|
DetailedModelPackageStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
|
|
821
833
|
DeviceDeploymentStatusType = Literal[
|
|
@@ -2093,6 +2105,7 @@ ServiceName = Literal[
|
|
|
2093
2105
|
"docdb-elastic",
|
|
2094
2106
|
"drs",
|
|
2095
2107
|
"ds",
|
|
2108
|
+
"ds-data",
|
|
2096
2109
|
"dynamodb",
|
|
2097
2110
|
"dynamodbstreams",
|
|
2098
2111
|
"ebs",
|
|
@@ -63,6 +63,7 @@ from .literals import (
|
|
|
63
63
|
ClarifyTextLanguageType,
|
|
64
64
|
ClusterInstanceStatusType,
|
|
65
65
|
ClusterInstanceTypeType,
|
|
66
|
+
ClusterNodeRecoveryType,
|
|
66
67
|
ClusterSortByType,
|
|
67
68
|
ClusterStatusType,
|
|
68
69
|
CodeRepositorySortByType,
|
|
@@ -77,6 +78,7 @@ from .literals import (
|
|
|
77
78
|
CrossAccountFilterOptionType,
|
|
78
79
|
DataDistributionTypeType,
|
|
79
80
|
DataSourceNameType,
|
|
81
|
+
DeepHealthCheckTypeType,
|
|
80
82
|
DetailedAlgorithmStatusType,
|
|
81
83
|
DetailedModelPackageStatusType,
|
|
82
84
|
DeviceDeploymentStatusType,
|
|
@@ -284,17 +286,10 @@ from .literals import (
|
|
|
284
286
|
)
|
|
285
287
|
|
|
286
288
|
if sys.version_info >= (3, 12):
|
|
287
|
-
from typing import Literal
|
|
289
|
+
from typing import Literal, NotRequired, TypedDict
|
|
288
290
|
else:
|
|
289
|
-
from typing_extensions import Literal
|
|
290
|
-
|
|
291
|
-
from typing import NotRequired
|
|
292
|
-
else:
|
|
293
|
-
from typing_extensions import NotRequired
|
|
294
|
-
if sys.version_info >= (3, 12):
|
|
295
|
-
from typing import TypedDict
|
|
296
|
-
else:
|
|
297
|
-
from typing_extensions import TypedDict
|
|
291
|
+
from typing_extensions import Literal, NotRequired, TypedDict
|
|
292
|
+
|
|
298
293
|
|
|
299
294
|
__all__ = (
|
|
300
295
|
"ActionSourceTypeDef",
|
|
@@ -379,6 +374,7 @@ __all__ = (
|
|
|
379
374
|
"ClusterLifeCycleConfigTypeDef",
|
|
380
375
|
"ClusterInstancePlacementTypeDef",
|
|
381
376
|
"ClusterInstanceStatusDetailsTypeDef",
|
|
377
|
+
"ClusterOrchestratorEksConfigTypeDef",
|
|
382
378
|
"ClusterSummaryTypeDef",
|
|
383
379
|
"ContainerConfigOutputTypeDef",
|
|
384
380
|
"FileSystemConfigTypeDef",
|
|
@@ -1060,6 +1056,7 @@ __all__ = (
|
|
|
1060
1056
|
"ClarifyShapConfigTypeDef",
|
|
1061
1057
|
"ClusterInstanceStorageConfigTypeDef",
|
|
1062
1058
|
"ClusterNodeSummaryTypeDef",
|
|
1059
|
+
"ClusterOrchestratorTypeDef",
|
|
1063
1060
|
"ListClustersResponseTypeDef",
|
|
1064
1061
|
"CodeEditorAppImageConfigOutputTypeDef",
|
|
1065
1062
|
"JupyterLabAppImageConfigOutputTypeDef",
|
|
@@ -2342,6 +2339,12 @@ ClusterInstanceStatusDetailsTypeDef = TypedDict(
|
|
|
2342
2339
|
"Message": NotRequired[str],
|
|
2343
2340
|
},
|
|
2344
2341
|
)
|
|
2342
|
+
ClusterOrchestratorEksConfigTypeDef = TypedDict(
|
|
2343
|
+
"ClusterOrchestratorEksConfigTypeDef",
|
|
2344
|
+
{
|
|
2345
|
+
"ClusterArn": str,
|
|
2346
|
+
},
|
|
2347
|
+
)
|
|
2345
2348
|
ClusterSummaryTypeDef = TypedDict(
|
|
2346
2349
|
"ClusterSummaryTypeDef",
|
|
2347
2350
|
{
|
|
@@ -7579,6 +7582,12 @@ ClusterNodeSummaryTypeDef = TypedDict(
|
|
|
7579
7582
|
"InstanceStatus": ClusterInstanceStatusDetailsTypeDef,
|
|
7580
7583
|
},
|
|
7581
7584
|
)
|
|
7585
|
+
ClusterOrchestratorTypeDef = TypedDict(
|
|
7586
|
+
"ClusterOrchestratorTypeDef",
|
|
7587
|
+
{
|
|
7588
|
+
"Eks": ClusterOrchestratorEksConfigTypeDef,
|
|
7589
|
+
},
|
|
7590
|
+
)
|
|
7582
7591
|
ListClustersResponseTypeDef = TypedDict(
|
|
7583
7592
|
"ListClustersResponseTypeDef",
|
|
7584
7593
|
{
|
|
@@ -11707,6 +11716,7 @@ ClusterInstanceGroupDetailsTypeDef = TypedDict(
|
|
|
11707
11716
|
"ExecutionRole": NotRequired[str],
|
|
11708
11717
|
"ThreadsPerCore": NotRequired[int],
|
|
11709
11718
|
"InstanceStorageConfigs": NotRequired[List[ClusterInstanceStorageConfigTypeDef]],
|
|
11719
|
+
"OnStartDeepHealthChecks": NotRequired[List[DeepHealthCheckTypeType]],
|
|
11710
11720
|
},
|
|
11711
11721
|
)
|
|
11712
11722
|
ClusterInstanceGroupSpecificationTypeDef = TypedDict(
|
|
@@ -11719,6 +11729,7 @@ ClusterInstanceGroupSpecificationTypeDef = TypedDict(
|
|
|
11719
11729
|
"ExecutionRole": str,
|
|
11720
11730
|
"ThreadsPerCore": NotRequired[int],
|
|
11721
11731
|
"InstanceStorageConfigs": NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]],
|
|
11732
|
+
"OnStartDeepHealthChecks": NotRequired[Sequence[DeepHealthCheckTypeType]],
|
|
11722
11733
|
},
|
|
11723
11734
|
)
|
|
11724
11735
|
ClusterNodeDetailsTypeDef = TypedDict(
|
|
@@ -13113,6 +13124,8 @@ DescribeClusterResponseTypeDef = TypedDict(
|
|
|
13113
13124
|
"FailureMessage": str,
|
|
13114
13125
|
"InstanceGroups": List[ClusterInstanceGroupDetailsTypeDef],
|
|
13115
13126
|
"VpcConfig": VpcConfigOutputTypeDef,
|
|
13127
|
+
"Orchestrator": ClusterOrchestratorTypeDef,
|
|
13128
|
+
"NodeRecovery": ClusterNodeRecoveryType,
|
|
13116
13129
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13117
13130
|
},
|
|
13118
13131
|
)
|
|
@@ -13123,6 +13136,8 @@ CreateClusterRequestRequestTypeDef = TypedDict(
|
|
|
13123
13136
|
"InstanceGroups": Sequence[ClusterInstanceGroupSpecificationTypeDef],
|
|
13124
13137
|
"VpcConfig": NotRequired[VpcConfigTypeDef],
|
|
13125
13138
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13139
|
+
"Orchestrator": NotRequired[ClusterOrchestratorTypeDef],
|
|
13140
|
+
"NodeRecovery": NotRequired[ClusterNodeRecoveryType],
|
|
13126
13141
|
},
|
|
13127
13142
|
)
|
|
13128
13143
|
UpdateClusterRequestRequestTypeDef = TypedDict(
|
|
@@ -13130,6 +13145,7 @@ UpdateClusterRequestRequestTypeDef = TypedDict(
|
|
|
13130
13145
|
{
|
|
13131
13146
|
"ClusterName": str,
|
|
13132
13147
|
"InstanceGroups": Sequence[ClusterInstanceGroupSpecificationTypeDef],
|
|
13148
|
+
"NodeRecovery": NotRequired[ClusterNodeRecoveryType],
|
|
13133
13149
|
},
|
|
13134
13150
|
)
|
|
13135
13151
|
DescribeClusterNodeResponseTypeDef = TypedDict(
|
|
@@ -63,6 +63,7 @@ from .literals import (
|
|
|
63
63
|
ClarifyTextLanguageType,
|
|
64
64
|
ClusterInstanceStatusType,
|
|
65
65
|
ClusterInstanceTypeType,
|
|
66
|
+
ClusterNodeRecoveryType,
|
|
66
67
|
ClusterSortByType,
|
|
67
68
|
ClusterStatusType,
|
|
68
69
|
CodeRepositorySortByType,
|
|
@@ -77,6 +78,7 @@ from .literals import (
|
|
|
77
78
|
CrossAccountFilterOptionType,
|
|
78
79
|
DataDistributionTypeType,
|
|
79
80
|
DataSourceNameType,
|
|
81
|
+
DeepHealthCheckTypeType,
|
|
80
82
|
DetailedAlgorithmStatusType,
|
|
81
83
|
DetailedModelPackageStatusType,
|
|
82
84
|
DeviceDeploymentStatusType,
|
|
@@ -284,18 +286,9 @@ from .literals import (
|
|
|
284
286
|
)
|
|
285
287
|
|
|
286
288
|
if sys.version_info >= (3, 12):
|
|
287
|
-
from typing import Literal
|
|
289
|
+
from typing import Literal, NotRequired, TypedDict
|
|
288
290
|
else:
|
|
289
|
-
from typing_extensions import Literal
|
|
290
|
-
if sys.version_info >= (3, 12):
|
|
291
|
-
from typing import NotRequired
|
|
292
|
-
else:
|
|
293
|
-
from typing_extensions import NotRequired
|
|
294
|
-
if sys.version_info >= (3, 12):
|
|
295
|
-
from typing import TypedDict
|
|
296
|
-
else:
|
|
297
|
-
from typing_extensions import TypedDict
|
|
298
|
-
|
|
291
|
+
from typing_extensions import Literal, NotRequired, TypedDict
|
|
299
292
|
|
|
300
293
|
__all__ = (
|
|
301
294
|
"ActionSourceTypeDef",
|
|
@@ -380,6 +373,7 @@ __all__ = (
|
|
|
380
373
|
"ClusterLifeCycleConfigTypeDef",
|
|
381
374
|
"ClusterInstancePlacementTypeDef",
|
|
382
375
|
"ClusterInstanceStatusDetailsTypeDef",
|
|
376
|
+
"ClusterOrchestratorEksConfigTypeDef",
|
|
383
377
|
"ClusterSummaryTypeDef",
|
|
384
378
|
"ContainerConfigOutputTypeDef",
|
|
385
379
|
"FileSystemConfigTypeDef",
|
|
@@ -1061,6 +1055,7 @@ __all__ = (
|
|
|
1061
1055
|
"ClarifyShapConfigTypeDef",
|
|
1062
1056
|
"ClusterInstanceStorageConfigTypeDef",
|
|
1063
1057
|
"ClusterNodeSummaryTypeDef",
|
|
1058
|
+
"ClusterOrchestratorTypeDef",
|
|
1064
1059
|
"ListClustersResponseTypeDef",
|
|
1065
1060
|
"CodeEditorAppImageConfigOutputTypeDef",
|
|
1066
1061
|
"JupyterLabAppImageConfigOutputTypeDef",
|
|
@@ -2343,6 +2338,12 @@ ClusterInstanceStatusDetailsTypeDef = TypedDict(
|
|
|
2343
2338
|
"Message": NotRequired[str],
|
|
2344
2339
|
},
|
|
2345
2340
|
)
|
|
2341
|
+
ClusterOrchestratorEksConfigTypeDef = TypedDict(
|
|
2342
|
+
"ClusterOrchestratorEksConfigTypeDef",
|
|
2343
|
+
{
|
|
2344
|
+
"ClusterArn": str,
|
|
2345
|
+
},
|
|
2346
|
+
)
|
|
2346
2347
|
ClusterSummaryTypeDef = TypedDict(
|
|
2347
2348
|
"ClusterSummaryTypeDef",
|
|
2348
2349
|
{
|
|
@@ -7580,6 +7581,12 @@ ClusterNodeSummaryTypeDef = TypedDict(
|
|
|
7580
7581
|
"InstanceStatus": ClusterInstanceStatusDetailsTypeDef,
|
|
7581
7582
|
},
|
|
7582
7583
|
)
|
|
7584
|
+
ClusterOrchestratorTypeDef = TypedDict(
|
|
7585
|
+
"ClusterOrchestratorTypeDef",
|
|
7586
|
+
{
|
|
7587
|
+
"Eks": ClusterOrchestratorEksConfigTypeDef,
|
|
7588
|
+
},
|
|
7589
|
+
)
|
|
7583
7590
|
ListClustersResponseTypeDef = TypedDict(
|
|
7584
7591
|
"ListClustersResponseTypeDef",
|
|
7585
7592
|
{
|
|
@@ -11708,6 +11715,7 @@ ClusterInstanceGroupDetailsTypeDef = TypedDict(
|
|
|
11708
11715
|
"ExecutionRole": NotRequired[str],
|
|
11709
11716
|
"ThreadsPerCore": NotRequired[int],
|
|
11710
11717
|
"InstanceStorageConfigs": NotRequired[List[ClusterInstanceStorageConfigTypeDef]],
|
|
11718
|
+
"OnStartDeepHealthChecks": NotRequired[List[DeepHealthCheckTypeType]],
|
|
11711
11719
|
},
|
|
11712
11720
|
)
|
|
11713
11721
|
ClusterInstanceGroupSpecificationTypeDef = TypedDict(
|
|
@@ -11720,6 +11728,7 @@ ClusterInstanceGroupSpecificationTypeDef = TypedDict(
|
|
|
11720
11728
|
"ExecutionRole": str,
|
|
11721
11729
|
"ThreadsPerCore": NotRequired[int],
|
|
11722
11730
|
"InstanceStorageConfigs": NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]],
|
|
11731
|
+
"OnStartDeepHealthChecks": NotRequired[Sequence[DeepHealthCheckTypeType]],
|
|
11723
11732
|
},
|
|
11724
11733
|
)
|
|
11725
11734
|
ClusterNodeDetailsTypeDef = TypedDict(
|
|
@@ -13114,6 +13123,8 @@ DescribeClusterResponseTypeDef = TypedDict(
|
|
|
13114
13123
|
"FailureMessage": str,
|
|
13115
13124
|
"InstanceGroups": List[ClusterInstanceGroupDetailsTypeDef],
|
|
13116
13125
|
"VpcConfig": VpcConfigOutputTypeDef,
|
|
13126
|
+
"Orchestrator": ClusterOrchestratorTypeDef,
|
|
13127
|
+
"NodeRecovery": ClusterNodeRecoveryType,
|
|
13117
13128
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13118
13129
|
},
|
|
13119
13130
|
)
|
|
@@ -13124,6 +13135,8 @@ CreateClusterRequestRequestTypeDef = TypedDict(
|
|
|
13124
13135
|
"InstanceGroups": Sequence[ClusterInstanceGroupSpecificationTypeDef],
|
|
13125
13136
|
"VpcConfig": NotRequired[VpcConfigTypeDef],
|
|
13126
13137
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13138
|
+
"Orchestrator": NotRequired[ClusterOrchestratorTypeDef],
|
|
13139
|
+
"NodeRecovery": NotRequired[ClusterNodeRecoveryType],
|
|
13127
13140
|
},
|
|
13128
13141
|
)
|
|
13129
13142
|
UpdateClusterRequestRequestTypeDef = TypedDict(
|
|
@@ -13131,6 +13144,7 @@ UpdateClusterRequestRequestTypeDef = TypedDict(
|
|
|
13131
13144
|
{
|
|
13132
13145
|
"ClusterName": str,
|
|
13133
13146
|
"InstanceGroups": Sequence[ClusterInstanceGroupSpecificationTypeDef],
|
|
13147
|
+
"NodeRecovery": NotRequired[ClusterNodeRecoveryType],
|
|
13134
13148
|
},
|
|
13135
13149
|
)
|
|
13136
13150
|
DescribeClusterNodeResponseTypeDef = TypedDict(
|
{mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/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.23
|
|
4
|
+
Summary: Type annotations for boto3.SageMaker 1.35.23 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.23](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.23",
|
|
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.23 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.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker/__init__.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker/__init__.pyi
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker/paginator.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker/paginator.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.23}/mypy_boto3_sagemaker/waiter.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.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
|