mypy-boto3-sagemaker 1.40.19__py3-none-any.whl → 1.40.25__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 -0
- mypy_boto3_sagemaker/literals.pyi +5 -0
- mypy_boto3_sagemaker/type_defs.py +14 -0
- mypy_boto3_sagemaker/type_defs.pyi +13 -0
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.40.19.dist-info → mypy_boto3_sagemaker-1.40.25.dist-info}/METADATA +4 -4
- {mypy_boto3_sagemaker-1.40.19.dist-info → mypy_boto3_sagemaker-1.40.25.dist-info}/RECORD +11 -11
- {mypy_boto3_sagemaker-1.40.19.dist-info → mypy_boto3_sagemaker-1.40.25.dist-info}/WHEEL +0 -0
- {mypy_boto3_sagemaker-1.40.19.dist-info → mypy_boto3_sagemaker-1.40.25.dist-info}/licenses/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.40.19.dist-info → mypy_boto3_sagemaker-1.40.25.dist-info}/top_level.txt +0 -0
mypy_boto3_sagemaker/__main__.py
CHANGED
|
@@ -12,8 +12,8 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 SageMaker 1.40.
|
|
16
|
-
"Version: 1.40.
|
|
15
|
+
"Type annotations for boto3 SageMaker 1.40.25\n"
|
|
16
|
+
"Version: 1.40.25\n"
|
|
17
17
|
"Builder version: 8.11.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#sagemaker\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.40.
|
|
29
|
+
sys.stdout.write("1.40.25\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
mypy_boto3_sagemaker/literals.py
CHANGED
|
@@ -77,6 +77,7 @@ __all__ = (
|
|
|
77
77
|
"ClusterAutoScalerTypeType",
|
|
78
78
|
"ClusterAutoScalingModeType",
|
|
79
79
|
"ClusterAutoScalingStatusType",
|
|
80
|
+
"ClusterConfigModeType",
|
|
80
81
|
"ClusterEventResourceTypeType",
|
|
81
82
|
"ClusterInstanceStatusType",
|
|
82
83
|
"ClusterInstanceTypeType",
|
|
@@ -144,6 +145,7 @@ __all__ = (
|
|
|
144
145
|
"HyperParameterTuningJobStatusType",
|
|
145
146
|
"HyperParameterTuningJobStrategyTypeType",
|
|
146
147
|
"HyperParameterTuningJobWarmStartTypeType",
|
|
148
|
+
"IPAddressTypeType",
|
|
147
149
|
"ImageCreatedWaiterName",
|
|
148
150
|
"ImageDeletedWaiterName",
|
|
149
151
|
"ImageSortByType",
|
|
@@ -824,6 +826,7 @@ ClarifyTextLanguageType = Literal[
|
|
|
824
826
|
ClusterAutoScalerTypeType = Literal["Karpenter"]
|
|
825
827
|
ClusterAutoScalingModeType = Literal["Disable", "Enable"]
|
|
826
828
|
ClusterAutoScalingStatusType = Literal["Creating", "Deleting", "Failed", "InService"]
|
|
829
|
+
ClusterConfigModeType = Literal["Disable", "Enable"]
|
|
827
830
|
ClusterEventResourceTypeType = Literal["Cluster", "Instance", "InstanceGroup"]
|
|
828
831
|
ClusterInstanceStatusType = Literal[
|
|
829
832
|
"DeepHealthCheckInProgress",
|
|
@@ -1050,6 +1053,7 @@ HyperParameterTuningJobStatusType = Literal[
|
|
|
1050
1053
|
]
|
|
1051
1054
|
HyperParameterTuningJobStrategyTypeType = Literal["Bayesian", "Grid", "Hyperband", "Random"]
|
|
1052
1055
|
HyperParameterTuningJobWarmStartTypeType = Literal["IdenticalDataAndAlgorithm", "TransferLearning"]
|
|
1056
|
+
IPAddressTypeType = Literal["dualstack", "ipv4"]
|
|
1053
1057
|
ImageCreatedWaiterName = Literal["image_created"]
|
|
1054
1058
|
ImageDeletedWaiterName = Literal["image_deleted"]
|
|
1055
1059
|
ImageSortByType = Literal["CREATION_TIME", "IMAGE_NAME", "LAST_MODIFIED_TIME"]
|
|
@@ -1846,6 +1850,7 @@ ProductionVariantInstanceTypeType = Literal[
|
|
|
1846
1850
|
"ml.p4d.24xlarge",
|
|
1847
1851
|
"ml.p4de.24xlarge",
|
|
1848
1852
|
"ml.p5.48xlarge",
|
|
1853
|
+
"ml.p5.4xlarge",
|
|
1849
1854
|
"ml.p5e.48xlarge",
|
|
1850
1855
|
"ml.p5en.48xlarge",
|
|
1851
1856
|
"ml.p6-b200.48xlarge",
|
|
@@ -76,6 +76,7 @@ __all__ = (
|
|
|
76
76
|
"ClusterAutoScalerTypeType",
|
|
77
77
|
"ClusterAutoScalingModeType",
|
|
78
78
|
"ClusterAutoScalingStatusType",
|
|
79
|
+
"ClusterConfigModeType",
|
|
79
80
|
"ClusterEventResourceTypeType",
|
|
80
81
|
"ClusterInstanceStatusType",
|
|
81
82
|
"ClusterInstanceTypeType",
|
|
@@ -143,6 +144,7 @@ __all__ = (
|
|
|
143
144
|
"HyperParameterTuningJobStatusType",
|
|
144
145
|
"HyperParameterTuningJobStrategyTypeType",
|
|
145
146
|
"HyperParameterTuningJobWarmStartTypeType",
|
|
147
|
+
"IPAddressTypeType",
|
|
146
148
|
"ImageCreatedWaiterName",
|
|
147
149
|
"ImageDeletedWaiterName",
|
|
148
150
|
"ImageSortByType",
|
|
@@ -822,6 +824,7 @@ ClarifyTextLanguageType = Literal[
|
|
|
822
824
|
ClusterAutoScalerTypeType = Literal["Karpenter"]
|
|
823
825
|
ClusterAutoScalingModeType = Literal["Disable", "Enable"]
|
|
824
826
|
ClusterAutoScalingStatusType = Literal["Creating", "Deleting", "Failed", "InService"]
|
|
827
|
+
ClusterConfigModeType = Literal["Disable", "Enable"]
|
|
825
828
|
ClusterEventResourceTypeType = Literal["Cluster", "Instance", "InstanceGroup"]
|
|
826
829
|
ClusterInstanceStatusType = Literal[
|
|
827
830
|
"DeepHealthCheckInProgress",
|
|
@@ -1048,6 +1051,7 @@ HyperParameterTuningJobStatusType = Literal[
|
|
|
1048
1051
|
]
|
|
1049
1052
|
HyperParameterTuningJobStrategyTypeType = Literal["Bayesian", "Grid", "Hyperband", "Random"]
|
|
1050
1053
|
HyperParameterTuningJobWarmStartTypeType = Literal["IdenticalDataAndAlgorithm", "TransferLearning"]
|
|
1054
|
+
IPAddressTypeType = Literal["dualstack", "ipv4"]
|
|
1051
1055
|
ImageCreatedWaiterName = Literal["image_created"]
|
|
1052
1056
|
ImageDeletedWaiterName = Literal["image_deleted"]
|
|
1053
1057
|
ImageSortByType = Literal["CREATION_TIME", "IMAGE_NAME", "LAST_MODIFIED_TIME"]
|
|
@@ -1844,6 +1848,7 @@ ProductionVariantInstanceTypeType = Literal[
|
|
|
1844
1848
|
"ml.p4d.24xlarge",
|
|
1845
1849
|
"ml.p4de.24xlarge",
|
|
1846
1850
|
"ml.p5.48xlarge",
|
|
1851
|
+
"ml.p5.4xlarge",
|
|
1847
1852
|
"ml.p5e.48xlarge",
|
|
1848
1853
|
"ml.p5en.48xlarge",
|
|
1849
1854
|
"ml.p6-b200.48xlarge",
|
|
@@ -71,6 +71,7 @@ from .literals import (
|
|
|
71
71
|
ClarifyTextLanguageType,
|
|
72
72
|
ClusterAutoScalingModeType,
|
|
73
73
|
ClusterAutoScalingStatusType,
|
|
74
|
+
ClusterConfigModeType,
|
|
74
75
|
ClusterEventResourceTypeType,
|
|
75
76
|
ClusterInstanceStatusType,
|
|
76
77
|
ClusterInstanceTypeType,
|
|
@@ -146,6 +147,7 @@ from .literals import (
|
|
|
146
147
|
InputModeType,
|
|
147
148
|
InstanceGroupStatusType,
|
|
148
149
|
InstanceTypeType,
|
|
150
|
+
IPAddressTypeType,
|
|
149
151
|
IsTrackingServerActiveType,
|
|
150
152
|
JobTypeType,
|
|
151
153
|
JoinSourceType,
|
|
@@ -503,6 +505,7 @@ __all__ = (
|
|
|
503
505
|
"ClusterRestrictedInstanceGroupSpecificationTypeDef",
|
|
504
506
|
"ClusterSchedulerConfigSummaryTypeDef",
|
|
505
507
|
"ClusterSummaryTypeDef",
|
|
508
|
+
"ClusterTieredStorageConfigTypeDef",
|
|
506
509
|
"CodeEditorAppImageConfigOutputTypeDef",
|
|
507
510
|
"CodeEditorAppImageConfigTypeDef",
|
|
508
511
|
"CodeEditorAppImageConfigUnionTypeDef",
|
|
@@ -2619,6 +2622,11 @@ class ClusterSummaryTypeDef(TypedDict):
|
|
|
2619
2622
|
TrainingPlanArns: NotRequired[List[str]]
|
|
2620
2623
|
|
|
2621
2624
|
|
|
2625
|
+
class ClusterTieredStorageConfigTypeDef(TypedDict):
|
|
2626
|
+
Mode: ClusterConfigModeType
|
|
2627
|
+
InstanceMemoryAllocationPercentage: NotRequired[int]
|
|
2628
|
+
|
|
2629
|
+
|
|
2622
2630
|
class ContainerConfigOutputTypeDef(TypedDict):
|
|
2623
2631
|
ContainerArguments: NotRequired[List[str]]
|
|
2624
2632
|
ContainerEntrypoint: NotRequired[List[str]]
|
|
@@ -7420,6 +7428,7 @@ class CreateNotebookInstanceInputTypeDef(TypedDict):
|
|
|
7420
7428
|
RoleArn: str
|
|
7421
7429
|
SubnetId: NotRequired[str]
|
|
7422
7430
|
SecurityGroupIds: NotRequired[Sequence[str]]
|
|
7431
|
+
IpAddressType: NotRequired[IPAddressTypeType]
|
|
7423
7432
|
KmsKeyId: NotRequired[str]
|
|
7424
7433
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
7425
7434
|
LifecycleConfigName: NotRequired[str]
|
|
@@ -7440,6 +7449,7 @@ class DescribeNotebookInstanceOutputTypeDef(TypedDict):
|
|
|
7440
7449
|
FailureReason: str
|
|
7441
7450
|
Url: str
|
|
7442
7451
|
InstanceType: InstanceTypeType
|
|
7452
|
+
IpAddressType: IPAddressTypeType
|
|
7443
7453
|
SubnetId: str
|
|
7444
7454
|
SecurityGroups: List[str]
|
|
7445
7455
|
RoleArn: str
|
|
@@ -7462,6 +7472,7 @@ class DescribeNotebookInstanceOutputTypeDef(TypedDict):
|
|
|
7462
7472
|
class UpdateNotebookInstanceInputTypeDef(TypedDict):
|
|
7463
7473
|
NotebookInstanceName: str
|
|
7464
7474
|
InstanceType: NotRequired[InstanceTypeType]
|
|
7475
|
+
IpAddressType: NotRequired[IPAddressTypeType]
|
|
7465
7476
|
RoleArn: NotRequired[str]
|
|
7466
7477
|
LifecycleConfigName: NotRequired[str]
|
|
7467
7478
|
DisassociateLifecycleConfig: NotRequired[bool]
|
|
@@ -13666,6 +13677,7 @@ class DescribeClusterResponseTypeDef(TypedDict):
|
|
|
13666
13677
|
RestrictedInstanceGroups: List[ClusterRestrictedInstanceGroupDetailsTypeDef]
|
|
13667
13678
|
VpcConfig: VpcConfigOutputTypeDef
|
|
13668
13679
|
Orchestrator: ClusterOrchestratorTypeDef
|
|
13680
|
+
TieredStorageConfig: ClusterTieredStorageConfigTypeDef
|
|
13669
13681
|
NodeRecovery: ClusterNodeRecoveryType
|
|
13670
13682
|
NodeProvisioningMode: Literal["Continuous"]
|
|
13671
13683
|
ClusterRole: str
|
|
@@ -14152,6 +14164,7 @@ class CreateClusterRequestTypeDef(TypedDict):
|
|
|
14152
14164
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
14153
14165
|
Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
|
|
14154
14166
|
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
14167
|
+
TieredStorageConfig: NotRequired[ClusterTieredStorageConfigTypeDef]
|
|
14155
14168
|
NodeProvisioningMode: NotRequired[Literal["Continuous"]]
|
|
14156
14169
|
ClusterRole: NotRequired[str]
|
|
14157
14170
|
AutoScaling: NotRequired[ClusterAutoScalingConfigTypeDef]
|
|
@@ -14163,6 +14176,7 @@ class UpdateClusterRequestTypeDef(TypedDict):
|
|
|
14163
14176
|
RestrictedInstanceGroups: NotRequired[
|
|
14164
14177
|
Sequence[ClusterRestrictedInstanceGroupSpecificationTypeDef]
|
|
14165
14178
|
]
|
|
14179
|
+
TieredStorageConfig: NotRequired[ClusterTieredStorageConfigTypeDef]
|
|
14166
14180
|
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
14167
14181
|
InstanceGroupsToDelete: NotRequired[Sequence[str]]
|
|
14168
14182
|
ClusterRole: NotRequired[str]
|
|
@@ -71,6 +71,7 @@ from .literals import (
|
|
|
71
71
|
ClarifyTextLanguageType,
|
|
72
72
|
ClusterAutoScalingModeType,
|
|
73
73
|
ClusterAutoScalingStatusType,
|
|
74
|
+
ClusterConfigModeType,
|
|
74
75
|
ClusterEventResourceTypeType,
|
|
75
76
|
ClusterInstanceStatusType,
|
|
76
77
|
ClusterInstanceTypeType,
|
|
@@ -146,6 +147,7 @@ from .literals import (
|
|
|
146
147
|
InputModeType,
|
|
147
148
|
InstanceGroupStatusType,
|
|
148
149
|
InstanceTypeType,
|
|
150
|
+
IPAddressTypeType,
|
|
149
151
|
IsTrackingServerActiveType,
|
|
150
152
|
JobTypeType,
|
|
151
153
|
JoinSourceType,
|
|
@@ -502,6 +504,7 @@ __all__ = (
|
|
|
502
504
|
"ClusterRestrictedInstanceGroupSpecificationTypeDef",
|
|
503
505
|
"ClusterSchedulerConfigSummaryTypeDef",
|
|
504
506
|
"ClusterSummaryTypeDef",
|
|
507
|
+
"ClusterTieredStorageConfigTypeDef",
|
|
505
508
|
"CodeEditorAppImageConfigOutputTypeDef",
|
|
506
509
|
"CodeEditorAppImageConfigTypeDef",
|
|
507
510
|
"CodeEditorAppImageConfigUnionTypeDef",
|
|
@@ -2513,6 +2516,10 @@ class ClusterSummaryTypeDef(TypedDict):
|
|
|
2513
2516
|
ClusterStatus: ClusterStatusType
|
|
2514
2517
|
TrainingPlanArns: NotRequired[List[str]]
|
|
2515
2518
|
|
|
2519
|
+
class ClusterTieredStorageConfigTypeDef(TypedDict):
|
|
2520
|
+
Mode: ClusterConfigModeType
|
|
2521
|
+
InstanceMemoryAllocationPercentage: NotRequired[int]
|
|
2522
|
+
|
|
2516
2523
|
class ContainerConfigOutputTypeDef(TypedDict):
|
|
2517
2524
|
ContainerArguments: NotRequired[List[str]]
|
|
2518
2525
|
ContainerEntrypoint: NotRequired[List[str]]
|
|
@@ -6499,6 +6506,7 @@ class CreateNotebookInstanceInputTypeDef(TypedDict):
|
|
|
6499
6506
|
RoleArn: str
|
|
6500
6507
|
SubnetId: NotRequired[str]
|
|
6501
6508
|
SecurityGroupIds: NotRequired[Sequence[str]]
|
|
6509
|
+
IpAddressType: NotRequired[IPAddressTypeType]
|
|
6502
6510
|
KmsKeyId: NotRequired[str]
|
|
6503
6511
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
6504
6512
|
LifecycleConfigName: NotRequired[str]
|
|
@@ -6518,6 +6526,7 @@ class DescribeNotebookInstanceOutputTypeDef(TypedDict):
|
|
|
6518
6526
|
FailureReason: str
|
|
6519
6527
|
Url: str
|
|
6520
6528
|
InstanceType: InstanceTypeType
|
|
6529
|
+
IpAddressType: IPAddressTypeType
|
|
6521
6530
|
SubnetId: str
|
|
6522
6531
|
SecurityGroups: List[str]
|
|
6523
6532
|
RoleArn: str
|
|
@@ -6539,6 +6548,7 @@ class DescribeNotebookInstanceOutputTypeDef(TypedDict):
|
|
|
6539
6548
|
class UpdateNotebookInstanceInputTypeDef(TypedDict):
|
|
6540
6549
|
NotebookInstanceName: str
|
|
6541
6550
|
InstanceType: NotRequired[InstanceTypeType]
|
|
6551
|
+
IpAddressType: NotRequired[IPAddressTypeType]
|
|
6542
6552
|
RoleArn: NotRequired[str]
|
|
6543
6553
|
LifecycleConfigName: NotRequired[str]
|
|
6544
6554
|
DisassociateLifecycleConfig: NotRequired[bool]
|
|
@@ -12081,6 +12091,7 @@ class DescribeClusterResponseTypeDef(TypedDict):
|
|
|
12081
12091
|
RestrictedInstanceGroups: List[ClusterRestrictedInstanceGroupDetailsTypeDef]
|
|
12082
12092
|
VpcConfig: VpcConfigOutputTypeDef
|
|
12083
12093
|
Orchestrator: ClusterOrchestratorTypeDef
|
|
12094
|
+
TieredStorageConfig: ClusterTieredStorageConfigTypeDef
|
|
12084
12095
|
NodeRecovery: ClusterNodeRecoveryType
|
|
12085
12096
|
NodeProvisioningMode: Literal["Continuous"]
|
|
12086
12097
|
ClusterRole: str
|
|
@@ -12525,6 +12536,7 @@ class CreateClusterRequestTypeDef(TypedDict):
|
|
|
12525
12536
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
12526
12537
|
Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
|
|
12527
12538
|
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
12539
|
+
TieredStorageConfig: NotRequired[ClusterTieredStorageConfigTypeDef]
|
|
12528
12540
|
NodeProvisioningMode: NotRequired[Literal["Continuous"]]
|
|
12529
12541
|
ClusterRole: NotRequired[str]
|
|
12530
12542
|
AutoScaling: NotRequired[ClusterAutoScalingConfigTypeDef]
|
|
@@ -12535,6 +12547,7 @@ class UpdateClusterRequestTypeDef(TypedDict):
|
|
|
12535
12547
|
RestrictedInstanceGroups: NotRequired[
|
|
12536
12548
|
Sequence[ClusterRestrictedInstanceGroupSpecificationTypeDef]
|
|
12537
12549
|
]
|
|
12550
|
+
TieredStorageConfig: NotRequired[ClusterTieredStorageConfigTypeDef]
|
|
12538
12551
|
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
12539
12552
|
InstanceGroupsToDelete: NotRequired[Sequence[str]]
|
|
12540
12553
|
ClusterRole: NotRequired[str]
|
mypy_boto3_sagemaker/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 SageMaker 1.40.
|
|
3
|
+
Version: 1.40.25
|
|
4
|
+
Summary: Type annotations for boto3 SageMaker 1.40.25 service generated with mypy-boto3-builder 8.11.0
|
|
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
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 SageMaker 1.40.
|
|
59
|
+
Type annotations for [boto3 SageMaker 1.40.25](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
119
|
isolation.
|
|
120
120
|
|
|
121
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.40.
|
|
122
|
+
`uvx --with 'boto3==1.40.25' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3-stubs` AWS SDK.
|
|
124
124
|
3. Add `SageMaker` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
mypy_boto3_sagemaker/__init__.py,sha256=8u1GoCuYZL3XnYrn9wOzROItqTTiuPlw5sf0_gSkS8M,21904
|
|
2
2
|
mypy_boto3_sagemaker/__init__.pyi,sha256=U5FxNumwWVegSjatfeS1b91q5XdHYIpWK6LMpwX7tm8,21903
|
|
3
|
-
mypy_boto3_sagemaker/__main__.py,sha256=
|
|
3
|
+
mypy_boto3_sagemaker/__main__.py,sha256=YrkXXuX3SGj_YQqnnqXASFLIgBUXshzPN9rMd70uKhU,992
|
|
4
4
|
mypy_boto3_sagemaker/client.py,sha256=WToZFdhC7Wt5_LYM2mf6njFcflnQ2Yr9pW9SnnA5fHo,279028
|
|
5
5
|
mypy_boto3_sagemaker/client.pyi,sha256=pTVBeGJHBzypeZskLqfg02PVHfxyVsRbc3BscqByYo8,279025
|
|
6
|
-
mypy_boto3_sagemaker/literals.py,sha256
|
|
7
|
-
mypy_boto3_sagemaker/literals.pyi,sha256=
|
|
6
|
+
mypy_boto3_sagemaker/literals.py,sha256=-btQMb5yjlgELSFePuWX7PkfHOSubPdY-8ZPBo50xVs,86057
|
|
7
|
+
mypy_boto3_sagemaker/literals.pyi,sha256=lP6cNIKVih1amNE0i_-1kK78zEL82kLg8tKk_WK1Fhg,86055
|
|
8
8
|
mypy_boto3_sagemaker/paginator.py,sha256=1fUjKHghqFE04mdXf0-FmZ4wBf-xX55GGpT-Pl-fqKU,120255
|
|
9
9
|
mypy_boto3_sagemaker/paginator.pyi,sha256=vGQCLe7DjQ93tq2SzKgEpW8M90mp74xVWeBB03Bklck,120008
|
|
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=2eKmTtuThvC5627_jAXtia_eZoukRPgUscBDsy4KS-o,483825
|
|
12
|
+
mypy_boto3_sagemaker/type_defs.pyi,sha256=1EWhMYTj85XMxyyrmOgvgeng8dnmZg8Sf0nBrUE5TyI,482179
|
|
13
|
+
mypy_boto3_sagemaker/version.py,sha256=FZsb7JFbLQm1S18N5Jq6n_p1QHkB9-S6WWnwtXyLPGw,93
|
|
14
14
|
mypy_boto3_sagemaker/waiter.py,sha256=CWKbdLxujS5uPtFCtjnxryB6GkxzSMreu3bFG45JkOE,15080
|
|
15
15
|
mypy_boto3_sagemaker/waiter.pyi,sha256=d9EJ9YokPWmsmmOMw-2-ani-JeFoBp6kadvGYQFtx3o,15053
|
|
16
|
-
mypy_boto3_sagemaker-1.40.
|
|
17
|
-
mypy_boto3_sagemaker-1.40.
|
|
18
|
-
mypy_boto3_sagemaker-1.40.
|
|
19
|
-
mypy_boto3_sagemaker-1.40.
|
|
20
|
-
mypy_boto3_sagemaker-1.40.
|
|
16
|
+
mypy_boto3_sagemaker-1.40.25.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
+
mypy_boto3_sagemaker-1.40.25.dist-info/METADATA,sha256=-TrnY_5CTHN8JAfCeQNiDaxpBW0KgAR0e45NPplyzyE,29608
|
|
18
|
+
mypy_boto3_sagemaker-1.40.25.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
mypy_boto3_sagemaker-1.40.25.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
|
|
20
|
+
mypy_boto3_sagemaker-1.40.25.dist-info/RECORD,,
|
|
File without changes
|
{mypy_boto3_sagemaker-1.40.19.dist-info → mypy_boto3_sagemaker-1.40.25.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.40.19.dist-info → mypy_boto3_sagemaker-1.40.25.dist-info}/top_level.txt
RENAMED
|
File without changes
|