mypy-boto3-sagemaker 1.35.13__py3-none-any.whl → 1.35.15__py3-none-any.whl
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/__main__.py +3 -3
- mypy_boto3_sagemaker/literals.py +5 -1
- mypy_boto3_sagemaker/literals.pyi +5 -1
- mypy_boto3_sagemaker/type_defs.py +23 -0
- mypy_boto3_sagemaker/type_defs.pyi +23 -0
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.35.13.dist-info → mypy_boto3_sagemaker-1.35.15.dist-info}/METADATA +3 -3
- {mypy_boto3_sagemaker-1.35.13.dist-info → mypy_boto3_sagemaker-1.35.15.dist-info}/RECORD +11 -11
- {mypy_boto3_sagemaker-1.35.13.dist-info → mypy_boto3_sagemaker-1.35.15.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.13.dist-info → mypy_boto3_sagemaker-1.35.15.dist-info}/WHEEL +0 -0
- {mypy_boto3_sagemaker-1.35.13.dist-info → mypy_boto3_sagemaker-1.35.15.dist-info}/top_level.txt +0 -0
mypy_boto3_sagemaker/__main__.py
CHANGED
|
@@ -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/literals.py
CHANGED
|
@@ -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",
|
|
@@ -758,7 +760,7 @@ ClarifyTextLanguageType = Literal[
|
|
|
758
760
|
"zh",
|
|
759
761
|
]
|
|
760
762
|
ClusterInstanceStatusType = Literal[
|
|
761
|
-
"Failure", "Pending", "Running", "ShuttingDown", "SystemUpdating"
|
|
763
|
+
"DeepHealthCheckInProgress", "Failure", "Pending", "Running", "ShuttingDown", "SystemUpdating"
|
|
762
764
|
]
|
|
763
765
|
ClusterInstanceTypeType = Literal[
|
|
764
766
|
"ml.c5.12xlarge",
|
|
@@ -800,6 +802,7 @@ ClusterInstanceTypeType = Literal[
|
|
|
800
802
|
"ml.trn1.32xlarge",
|
|
801
803
|
"ml.trn1n.32xlarge",
|
|
802
804
|
]
|
|
805
|
+
ClusterNodeRecoveryType = Literal["Automatic", "None"]
|
|
803
806
|
ClusterSortByType = Literal["CREATION_TIME", "NAME"]
|
|
804
807
|
ClusterStatusType = Literal[
|
|
805
808
|
"Creating", "Deleting", "Failed", "InService", "RollingBack", "SystemUpdating", "Updating"
|
|
@@ -818,6 +821,7 @@ ContentClassifierType = Literal["FreeOfAdultContent", "FreeOfPersonallyIdentifia
|
|
|
818
821
|
CrossAccountFilterOptionType = Literal["CrossAccount", "SameAccount"]
|
|
819
822
|
DataDistributionTypeType = Literal["FullyReplicated", "ShardedByS3Key"]
|
|
820
823
|
DataSourceNameType = Literal["SalesforceGenie", "Snowflake"]
|
|
824
|
+
DeepHealthCheckTypeType = Literal["InstanceConnectivity", "InstanceStress"]
|
|
821
825
|
DetailedAlgorithmStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
|
|
822
826
|
DetailedModelPackageStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
|
|
823
827
|
DeviceDeploymentStatusType = Literal[
|
|
@@ -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",
|
|
@@ -756,7 +758,7 @@ ClarifyTextLanguageType = Literal[
|
|
|
756
758
|
"zh",
|
|
757
759
|
]
|
|
758
760
|
ClusterInstanceStatusType = Literal[
|
|
759
|
-
"Failure", "Pending", "Running", "ShuttingDown", "SystemUpdating"
|
|
761
|
+
"DeepHealthCheckInProgress", "Failure", "Pending", "Running", "ShuttingDown", "SystemUpdating"
|
|
760
762
|
]
|
|
761
763
|
ClusterInstanceTypeType = Literal[
|
|
762
764
|
"ml.c5.12xlarge",
|
|
@@ -798,6 +800,7 @@ ClusterInstanceTypeType = Literal[
|
|
|
798
800
|
"ml.trn1.32xlarge",
|
|
799
801
|
"ml.trn1n.32xlarge",
|
|
800
802
|
]
|
|
803
|
+
ClusterNodeRecoveryType = Literal["Automatic", "None"]
|
|
801
804
|
ClusterSortByType = Literal["CREATION_TIME", "NAME"]
|
|
802
805
|
ClusterStatusType = Literal[
|
|
803
806
|
"Creating", "Deleting", "Failed", "InService", "RollingBack", "SystemUpdating", "Updating"
|
|
@@ -816,6 +819,7 @@ ContentClassifierType = Literal["FreeOfAdultContent", "FreeOfPersonallyIdentifia
|
|
|
816
819
|
CrossAccountFilterOptionType = Literal["CrossAccount", "SameAccount"]
|
|
817
820
|
DataDistributionTypeType = Literal["FullyReplicated", "ShardedByS3Key"]
|
|
818
821
|
DataSourceNameType = Literal["SalesforceGenie", "Snowflake"]
|
|
822
|
+
DeepHealthCheckTypeType = Literal["InstanceConnectivity", "InstanceStress"]
|
|
819
823
|
DetailedAlgorithmStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
|
|
820
824
|
DetailedModelPackageStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
|
|
821
825
|
DeviceDeploymentStatusType = Literal[
|
|
@@ -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,
|
|
@@ -380,6 +382,7 @@ __all__ = (
|
|
|
380
382
|
"ClusterLifeCycleConfigTypeDef",
|
|
381
383
|
"ClusterInstancePlacementTypeDef",
|
|
382
384
|
"ClusterInstanceStatusDetailsTypeDef",
|
|
385
|
+
"ClusterOrchestratorEksConfigTypeDef",
|
|
383
386
|
"ClusterSummaryTypeDef",
|
|
384
387
|
"ContainerConfigOutputTypeDef",
|
|
385
388
|
"FileSystemConfigTypeDef",
|
|
@@ -1061,6 +1064,7 @@ __all__ = (
|
|
|
1061
1064
|
"ClarifyShapConfigTypeDef",
|
|
1062
1065
|
"ClusterInstanceStorageConfigTypeDef",
|
|
1063
1066
|
"ClusterNodeSummaryTypeDef",
|
|
1067
|
+
"ClusterOrchestratorTypeDef",
|
|
1064
1068
|
"ListClustersResponseTypeDef",
|
|
1065
1069
|
"CodeEditorAppImageConfigOutputTypeDef",
|
|
1066
1070
|
"JupyterLabAppImageConfigOutputTypeDef",
|
|
@@ -2343,6 +2347,12 @@ ClusterInstanceStatusDetailsTypeDef = TypedDict(
|
|
|
2343
2347
|
"Message": NotRequired[str],
|
|
2344
2348
|
},
|
|
2345
2349
|
)
|
|
2350
|
+
ClusterOrchestratorEksConfigTypeDef = TypedDict(
|
|
2351
|
+
"ClusterOrchestratorEksConfigTypeDef",
|
|
2352
|
+
{
|
|
2353
|
+
"ClusterArn": str,
|
|
2354
|
+
},
|
|
2355
|
+
)
|
|
2346
2356
|
ClusterSummaryTypeDef = TypedDict(
|
|
2347
2357
|
"ClusterSummaryTypeDef",
|
|
2348
2358
|
{
|
|
@@ -7580,6 +7590,12 @@ ClusterNodeSummaryTypeDef = TypedDict(
|
|
|
7580
7590
|
"InstanceStatus": ClusterInstanceStatusDetailsTypeDef,
|
|
7581
7591
|
},
|
|
7582
7592
|
)
|
|
7593
|
+
ClusterOrchestratorTypeDef = TypedDict(
|
|
7594
|
+
"ClusterOrchestratorTypeDef",
|
|
7595
|
+
{
|
|
7596
|
+
"Eks": ClusterOrchestratorEksConfigTypeDef,
|
|
7597
|
+
},
|
|
7598
|
+
)
|
|
7583
7599
|
ListClustersResponseTypeDef = TypedDict(
|
|
7584
7600
|
"ListClustersResponseTypeDef",
|
|
7585
7601
|
{
|
|
@@ -11708,6 +11724,7 @@ ClusterInstanceGroupDetailsTypeDef = TypedDict(
|
|
|
11708
11724
|
"ExecutionRole": NotRequired[str],
|
|
11709
11725
|
"ThreadsPerCore": NotRequired[int],
|
|
11710
11726
|
"InstanceStorageConfigs": NotRequired[List[ClusterInstanceStorageConfigTypeDef]],
|
|
11727
|
+
"OnStartDeepHealthChecks": NotRequired[List[DeepHealthCheckTypeType]],
|
|
11711
11728
|
},
|
|
11712
11729
|
)
|
|
11713
11730
|
ClusterInstanceGroupSpecificationTypeDef = TypedDict(
|
|
@@ -11720,6 +11737,7 @@ ClusterInstanceGroupSpecificationTypeDef = TypedDict(
|
|
|
11720
11737
|
"ExecutionRole": str,
|
|
11721
11738
|
"ThreadsPerCore": NotRequired[int],
|
|
11722
11739
|
"InstanceStorageConfigs": NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]],
|
|
11740
|
+
"OnStartDeepHealthChecks": NotRequired[Sequence[DeepHealthCheckTypeType]],
|
|
11723
11741
|
},
|
|
11724
11742
|
)
|
|
11725
11743
|
ClusterNodeDetailsTypeDef = TypedDict(
|
|
@@ -13114,6 +13132,8 @@ DescribeClusterResponseTypeDef = TypedDict(
|
|
|
13114
13132
|
"FailureMessage": str,
|
|
13115
13133
|
"InstanceGroups": List[ClusterInstanceGroupDetailsTypeDef],
|
|
13116
13134
|
"VpcConfig": VpcConfigOutputTypeDef,
|
|
13135
|
+
"Orchestrator": ClusterOrchestratorTypeDef,
|
|
13136
|
+
"NodeRecovery": ClusterNodeRecoveryType,
|
|
13117
13137
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13118
13138
|
},
|
|
13119
13139
|
)
|
|
@@ -13124,6 +13144,8 @@ CreateClusterRequestRequestTypeDef = TypedDict(
|
|
|
13124
13144
|
"InstanceGroups": Sequence[ClusterInstanceGroupSpecificationTypeDef],
|
|
13125
13145
|
"VpcConfig": NotRequired[VpcConfigTypeDef],
|
|
13126
13146
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13147
|
+
"Orchestrator": NotRequired[ClusterOrchestratorTypeDef],
|
|
13148
|
+
"NodeRecovery": NotRequired[ClusterNodeRecoveryType],
|
|
13127
13149
|
},
|
|
13128
13150
|
)
|
|
13129
13151
|
UpdateClusterRequestRequestTypeDef = TypedDict(
|
|
@@ -13131,6 +13153,7 @@ UpdateClusterRequestRequestTypeDef = TypedDict(
|
|
|
13131
13153
|
{
|
|
13132
13154
|
"ClusterName": str,
|
|
13133
13155
|
"InstanceGroups": Sequence[ClusterInstanceGroupSpecificationTypeDef],
|
|
13156
|
+
"NodeRecovery": NotRequired[ClusterNodeRecoveryType],
|
|
13134
13157
|
},
|
|
13135
13158
|
)
|
|
13136
13159
|
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,
|
|
@@ -379,6 +381,7 @@ __all__ = (
|
|
|
379
381
|
"ClusterLifeCycleConfigTypeDef",
|
|
380
382
|
"ClusterInstancePlacementTypeDef",
|
|
381
383
|
"ClusterInstanceStatusDetailsTypeDef",
|
|
384
|
+
"ClusterOrchestratorEksConfigTypeDef",
|
|
382
385
|
"ClusterSummaryTypeDef",
|
|
383
386
|
"ContainerConfigOutputTypeDef",
|
|
384
387
|
"FileSystemConfigTypeDef",
|
|
@@ -1060,6 +1063,7 @@ __all__ = (
|
|
|
1060
1063
|
"ClarifyShapConfigTypeDef",
|
|
1061
1064
|
"ClusterInstanceStorageConfigTypeDef",
|
|
1062
1065
|
"ClusterNodeSummaryTypeDef",
|
|
1066
|
+
"ClusterOrchestratorTypeDef",
|
|
1063
1067
|
"ListClustersResponseTypeDef",
|
|
1064
1068
|
"CodeEditorAppImageConfigOutputTypeDef",
|
|
1065
1069
|
"JupyterLabAppImageConfigOutputTypeDef",
|
|
@@ -2342,6 +2346,12 @@ ClusterInstanceStatusDetailsTypeDef = TypedDict(
|
|
|
2342
2346
|
"Message": NotRequired[str],
|
|
2343
2347
|
},
|
|
2344
2348
|
)
|
|
2349
|
+
ClusterOrchestratorEksConfigTypeDef = TypedDict(
|
|
2350
|
+
"ClusterOrchestratorEksConfigTypeDef",
|
|
2351
|
+
{
|
|
2352
|
+
"ClusterArn": str,
|
|
2353
|
+
},
|
|
2354
|
+
)
|
|
2345
2355
|
ClusterSummaryTypeDef = TypedDict(
|
|
2346
2356
|
"ClusterSummaryTypeDef",
|
|
2347
2357
|
{
|
|
@@ -7579,6 +7589,12 @@ ClusterNodeSummaryTypeDef = TypedDict(
|
|
|
7579
7589
|
"InstanceStatus": ClusterInstanceStatusDetailsTypeDef,
|
|
7580
7590
|
},
|
|
7581
7591
|
)
|
|
7592
|
+
ClusterOrchestratorTypeDef = TypedDict(
|
|
7593
|
+
"ClusterOrchestratorTypeDef",
|
|
7594
|
+
{
|
|
7595
|
+
"Eks": ClusterOrchestratorEksConfigTypeDef,
|
|
7596
|
+
},
|
|
7597
|
+
)
|
|
7582
7598
|
ListClustersResponseTypeDef = TypedDict(
|
|
7583
7599
|
"ListClustersResponseTypeDef",
|
|
7584
7600
|
{
|
|
@@ -11707,6 +11723,7 @@ ClusterInstanceGroupDetailsTypeDef = TypedDict(
|
|
|
11707
11723
|
"ExecutionRole": NotRequired[str],
|
|
11708
11724
|
"ThreadsPerCore": NotRequired[int],
|
|
11709
11725
|
"InstanceStorageConfigs": NotRequired[List[ClusterInstanceStorageConfigTypeDef]],
|
|
11726
|
+
"OnStartDeepHealthChecks": NotRequired[List[DeepHealthCheckTypeType]],
|
|
11710
11727
|
},
|
|
11711
11728
|
)
|
|
11712
11729
|
ClusterInstanceGroupSpecificationTypeDef = TypedDict(
|
|
@@ -11719,6 +11736,7 @@ ClusterInstanceGroupSpecificationTypeDef = TypedDict(
|
|
|
11719
11736
|
"ExecutionRole": str,
|
|
11720
11737
|
"ThreadsPerCore": NotRequired[int],
|
|
11721
11738
|
"InstanceStorageConfigs": NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]],
|
|
11739
|
+
"OnStartDeepHealthChecks": NotRequired[Sequence[DeepHealthCheckTypeType]],
|
|
11722
11740
|
},
|
|
11723
11741
|
)
|
|
11724
11742
|
ClusterNodeDetailsTypeDef = TypedDict(
|
|
@@ -13113,6 +13131,8 @@ DescribeClusterResponseTypeDef = TypedDict(
|
|
|
13113
13131
|
"FailureMessage": str,
|
|
13114
13132
|
"InstanceGroups": List[ClusterInstanceGroupDetailsTypeDef],
|
|
13115
13133
|
"VpcConfig": VpcConfigOutputTypeDef,
|
|
13134
|
+
"Orchestrator": ClusterOrchestratorTypeDef,
|
|
13135
|
+
"NodeRecovery": ClusterNodeRecoveryType,
|
|
13116
13136
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13117
13137
|
},
|
|
13118
13138
|
)
|
|
@@ -13123,6 +13143,8 @@ CreateClusterRequestRequestTypeDef = TypedDict(
|
|
|
13123
13143
|
"InstanceGroups": Sequence[ClusterInstanceGroupSpecificationTypeDef],
|
|
13124
13144
|
"VpcConfig": NotRequired[VpcConfigTypeDef],
|
|
13125
13145
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13146
|
+
"Orchestrator": NotRequired[ClusterOrchestratorTypeDef],
|
|
13147
|
+
"NodeRecovery": NotRequired[ClusterNodeRecoveryType],
|
|
13126
13148
|
},
|
|
13127
13149
|
)
|
|
13128
13150
|
UpdateClusterRequestRequestTypeDef = TypedDict(
|
|
@@ -13130,6 +13152,7 @@ UpdateClusterRequestRequestTypeDef = TypedDict(
|
|
|
13130
13152
|
{
|
|
13131
13153
|
"ClusterName": str,
|
|
13132
13154
|
"InstanceGroups": Sequence[ClusterInstanceGroupSpecificationTypeDef],
|
|
13155
|
+
"NodeRecovery": NotRequired[ClusterNodeRecoveryType],
|
|
13133
13156
|
},
|
|
13134
13157
|
)
|
|
13135
13158
|
DescribeClusterNodeResponseTypeDef = TypedDict(
|
mypy_boto3_sagemaker/version.py
CHANGED
|
@@ -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/),
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
mypy_boto3_sagemaker/__init__.py,sha256=b08-0nE22ES-AR3RJfmeB96l7Cu0WH35tk0vC5pvdko,19858
|
|
2
2
|
mypy_boto3_sagemaker/__init__.pyi,sha256=Oxh-kRhT-JvQkrKOLiGHPqwvvSOFR-MquOEW-y-4w7s,19857
|
|
3
|
-
mypy_boto3_sagemaker/__main__.py,sha256=
|
|
3
|
+
mypy_boto3_sagemaker/__main__.py,sha256=WQHmIohziI9uGFyhmfC2lvcxjusj7aZi_gJpfi5HawU,926
|
|
4
4
|
mypy_boto3_sagemaker/client.py,sha256=Axh6X2mdQpbcf_nOtkhwG8U9XhWEWP_X_Jihg14qw0o,253556
|
|
5
5
|
mypy_boto3_sagemaker/client.pyi,sha256=FFJMDqf0LQijhw1b8vxyssfKNvVdZGPGYINGo--t95U,253552
|
|
6
|
-
mypy_boto3_sagemaker/literals.py,sha256=
|
|
7
|
-
mypy_boto3_sagemaker/literals.pyi,sha256=
|
|
6
|
+
mypy_boto3_sagemaker/literals.py,sha256=rdG3uVxSwYHs_oYiNYMb93hs2lwMX0hpAMX1mTxK_pA,72592
|
|
7
|
+
mypy_boto3_sagemaker/literals.pyi,sha256=Fc5etZyw_-x1KIkPCmErQyvRf_B5jQN43Mzi2wJKFzM,72590
|
|
8
8
|
mypy_boto3_sagemaker/paginator.py,sha256=JVxnUJtPpS6jz78bSSCwRO6DC1vXtbdCgVBMUQY70Q8,89269
|
|
9
9
|
mypy_boto3_sagemaker/paginator.pyi,sha256=0MaN2KE4RNJ3951h7i4PYtqpfb7HxpgwFc6vThXisP4,89118
|
|
10
10
|
mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_sagemaker/type_defs.py,sha256=
|
|
12
|
-
mypy_boto3_sagemaker/type_defs.pyi,sha256=
|
|
13
|
-
mypy_boto3_sagemaker/version.py,sha256=
|
|
11
|
+
mypy_boto3_sagemaker/type_defs.py,sha256=nB2osfOj6oCzJWlIcEs8ULzFCiXb_g6Ju5SY3Dy963o,541202
|
|
12
|
+
mypy_boto3_sagemaker/type_defs.pyi,sha256=SaNQ_8iVZCBuCJVT9e6GN2tZfpmtRktnlKWFA3gUWzk,541201
|
|
13
|
+
mypy_boto3_sagemaker/version.py,sha256=ZZ9l8BFJfmoBtHgiR-Z3PiPhnW57lw6BPaHOA3-QJYc,62
|
|
14
14
|
mypy_boto3_sagemaker/waiter.py,sha256=KKO4niBCTQALrdlTnKuiWICQC8BmGDvYrjXnZWnpD0c,14331
|
|
15
15
|
mypy_boto3_sagemaker/waiter.pyi,sha256=4xauDS_2um-f-waElqVGiDnN_7TCaMkJa8j8DkaaNw4,14304
|
|
16
|
-
mypy_boto3_sagemaker-1.35.
|
|
17
|
-
mypy_boto3_sagemaker-1.35.
|
|
18
|
-
mypy_boto3_sagemaker-1.35.
|
|
19
|
-
mypy_boto3_sagemaker-1.35.
|
|
20
|
-
mypy_boto3_sagemaker-1.35.
|
|
16
|
+
mypy_boto3_sagemaker-1.35.15.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
+
mypy_boto3_sagemaker-1.35.15.dist-info/METADATA,sha256=5tRyCzYBqVYHiRgxKoANJOnpDcfrodW-y6ByiZqa66E,26039
|
|
18
|
+
mypy_boto3_sagemaker-1.35.15.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
|
|
19
|
+
mypy_boto3_sagemaker-1.35.15.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
|
|
20
|
+
mypy_boto3_sagemaker-1.35.15.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_sagemaker-1.35.13.dist-info → mypy_boto3_sagemaker-1.35.15.dist-info}/top_level.txt
RENAMED
|
File without changes
|