mypy-boto3-sagemaker 1.40.19__py3-none-any.whl → 1.40.27__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.

@@ -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.19\n"
16
- "Version: 1.40.19\n"
15
+ "Type annotations for boto3 SageMaker 1.40.27\n"
16
+ "Version: 1.40.27\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.19\n")
29
+ sys.stdout.write("1.40.27\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -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",
@@ -568,6 +570,7 @@ AppInstanceTypeType = Literal[
568
570
  "ml.p4de.24xlarge",
569
571
  "ml.p5.48xlarge",
570
572
  "ml.p5en.48xlarge",
573
+ "ml.p6-b200.48xlarge",
571
574
  "ml.r5.12xlarge",
572
575
  "ml.r5.16xlarge",
573
576
  "ml.r5.24xlarge",
@@ -824,6 +827,7 @@ ClarifyTextLanguageType = Literal[
824
827
  ClusterAutoScalerTypeType = Literal["Karpenter"]
825
828
  ClusterAutoScalingModeType = Literal["Disable", "Enable"]
826
829
  ClusterAutoScalingStatusType = Literal["Creating", "Deleting", "Failed", "InService"]
830
+ ClusterConfigModeType = Literal["Disable", "Enable"]
827
831
  ClusterEventResourceTypeType = Literal["Cluster", "Instance", "InstanceGroup"]
828
832
  ClusterInstanceStatusType = Literal[
829
833
  "DeepHealthCheckInProgress",
@@ -1050,6 +1054,7 @@ HyperParameterTuningJobStatusType = Literal[
1050
1054
  ]
1051
1055
  HyperParameterTuningJobStrategyTypeType = Literal["Bayesian", "Grid", "Hyperband", "Random"]
1052
1056
  HyperParameterTuningJobWarmStartTypeType = Literal["IdenticalDataAndAlgorithm", "TransferLearning"]
1057
+ IPAddressTypeType = Literal["dualstack", "ipv4"]
1053
1058
  ImageCreatedWaiterName = Literal["image_created"]
1054
1059
  ImageDeletedWaiterName = Literal["image_deleted"]
1055
1060
  ImageSortByType = Literal["CREATION_TIME", "IMAGE_NAME", "LAST_MODIFIED_TIME"]
@@ -1846,6 +1851,7 @@ ProductionVariantInstanceTypeType = Literal[
1846
1851
  "ml.p4d.24xlarge",
1847
1852
  "ml.p4de.24xlarge",
1848
1853
  "ml.p5.48xlarge",
1854
+ "ml.p5.4xlarge",
1849
1855
  "ml.p5e.48xlarge",
1850
1856
  "ml.p5en.48xlarge",
1851
1857
  "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",
@@ -566,6 +568,7 @@ AppInstanceTypeType = Literal[
566
568
  "ml.p4de.24xlarge",
567
569
  "ml.p5.48xlarge",
568
570
  "ml.p5en.48xlarge",
571
+ "ml.p6-b200.48xlarge",
569
572
  "ml.r5.12xlarge",
570
573
  "ml.r5.16xlarge",
571
574
  "ml.r5.24xlarge",
@@ -822,6 +825,7 @@ ClarifyTextLanguageType = Literal[
822
825
  ClusterAutoScalerTypeType = Literal["Karpenter"]
823
826
  ClusterAutoScalingModeType = Literal["Disable", "Enable"]
824
827
  ClusterAutoScalingStatusType = Literal["Creating", "Deleting", "Failed", "InService"]
828
+ ClusterConfigModeType = Literal["Disable", "Enable"]
825
829
  ClusterEventResourceTypeType = Literal["Cluster", "Instance", "InstanceGroup"]
826
830
  ClusterInstanceStatusType = Literal[
827
831
  "DeepHealthCheckInProgress",
@@ -1048,6 +1052,7 @@ HyperParameterTuningJobStatusType = Literal[
1048
1052
  ]
1049
1053
  HyperParameterTuningJobStrategyTypeType = Literal["Bayesian", "Grid", "Hyperband", "Random"]
1050
1054
  HyperParameterTuningJobWarmStartTypeType = Literal["IdenticalDataAndAlgorithm", "TransferLearning"]
1055
+ IPAddressTypeType = Literal["dualstack", "ipv4"]
1051
1056
  ImageCreatedWaiterName = Literal["image_created"]
1052
1057
  ImageDeletedWaiterName = Literal["image_deleted"]
1053
1058
  ImageSortByType = Literal["CREATION_TIME", "IMAGE_NAME", "LAST_MODIFIED_TIME"]
@@ -1844,6 +1849,7 @@ ProductionVariantInstanceTypeType = Literal[
1844
1849
  "ml.p4d.24xlarge",
1845
1850
  "ml.p4de.24xlarge",
1846
1851
  "ml.p5.48xlarge",
1852
+ "ml.p5.4xlarge",
1847
1853
  "ml.p5e.48xlarge",
1848
1854
  "ml.p5en.48xlarge",
1849
1855
  "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]
@@ -10451,6 +10462,7 @@ class DomainSettingsOutputTypeDef(TypedDict):
10451
10462
  DockerSettings: NotRequired[DockerSettingsOutputTypeDef]
10452
10463
  AmazonQSettings: NotRequired[AmazonQSettingsTypeDef]
10453
10464
  UnifiedStudioSettings: NotRequired[UnifiedStudioSettingsTypeDef]
10465
+ IpAddressType: NotRequired[IPAddressTypeType]
10454
10466
 
10455
10467
 
10456
10468
  class DomainSettingsTypeDef(TypedDict):
@@ -10461,6 +10473,7 @@ class DomainSettingsTypeDef(TypedDict):
10461
10473
  DockerSettings: NotRequired[DockerSettingsTypeDef]
10462
10474
  AmazonQSettings: NotRequired[AmazonQSettingsTypeDef]
10463
10475
  UnifiedStudioSettings: NotRequired[UnifiedStudioSettingsTypeDef]
10476
+ IpAddressType: NotRequired[IPAddressTypeType]
10464
10477
 
10465
10478
 
10466
10479
  class CodeEditorAppSettingsOutputTypeDef(TypedDict):
@@ -10947,6 +10960,7 @@ class DomainSettingsForUpdateTypeDef(TypedDict):
10947
10960
  DockerSettings: NotRequired[DockerSettingsUnionTypeDef]
10948
10961
  AmazonQSettings: NotRequired[AmazonQSettingsTypeDef]
10949
10962
  UnifiedStudioSettings: NotRequired[UnifiedStudioSettingsTypeDef]
10963
+ IpAddressType: NotRequired[IPAddressTypeType]
10950
10964
 
10951
10965
 
10952
10966
  class DriftCheckBaselinesTypeDef(TypedDict):
@@ -13666,6 +13680,7 @@ class DescribeClusterResponseTypeDef(TypedDict):
13666
13680
  RestrictedInstanceGroups: List[ClusterRestrictedInstanceGroupDetailsTypeDef]
13667
13681
  VpcConfig: VpcConfigOutputTypeDef
13668
13682
  Orchestrator: ClusterOrchestratorTypeDef
13683
+ TieredStorageConfig: ClusterTieredStorageConfigTypeDef
13669
13684
  NodeRecovery: ClusterNodeRecoveryType
13670
13685
  NodeProvisioningMode: Literal["Continuous"]
13671
13686
  ClusterRole: str
@@ -14152,6 +14167,7 @@ class CreateClusterRequestTypeDef(TypedDict):
14152
14167
  Tags: NotRequired[Sequence[TagTypeDef]]
14153
14168
  Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
14154
14169
  NodeRecovery: NotRequired[ClusterNodeRecoveryType]
14170
+ TieredStorageConfig: NotRequired[ClusterTieredStorageConfigTypeDef]
14155
14171
  NodeProvisioningMode: NotRequired[Literal["Continuous"]]
14156
14172
  ClusterRole: NotRequired[str]
14157
14173
  AutoScaling: NotRequired[ClusterAutoScalingConfigTypeDef]
@@ -14163,6 +14179,7 @@ class UpdateClusterRequestTypeDef(TypedDict):
14163
14179
  RestrictedInstanceGroups: NotRequired[
14164
14180
  Sequence[ClusterRestrictedInstanceGroupSpecificationTypeDef]
14165
14181
  ]
14182
+ TieredStorageConfig: NotRequired[ClusterTieredStorageConfigTypeDef]
14166
14183
  NodeRecovery: NotRequired[ClusterNodeRecoveryType]
14167
14184
  InstanceGroupsToDelete: NotRequired[Sequence[str]]
14168
14185
  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]
@@ -9190,6 +9200,7 @@ class DomainSettingsOutputTypeDef(TypedDict):
9190
9200
  DockerSettings: NotRequired[DockerSettingsOutputTypeDef]
9191
9201
  AmazonQSettings: NotRequired[AmazonQSettingsTypeDef]
9192
9202
  UnifiedStudioSettings: NotRequired[UnifiedStudioSettingsTypeDef]
9203
+ IpAddressType: NotRequired[IPAddressTypeType]
9193
9204
 
9194
9205
  class DomainSettingsTypeDef(TypedDict):
9195
9206
  SecurityGroupIds: NotRequired[Sequence[str]]
@@ -9199,6 +9210,7 @@ class DomainSettingsTypeDef(TypedDict):
9199
9210
  DockerSettings: NotRequired[DockerSettingsTypeDef]
9200
9211
  AmazonQSettings: NotRequired[AmazonQSettingsTypeDef]
9201
9212
  UnifiedStudioSettings: NotRequired[UnifiedStudioSettingsTypeDef]
9213
+ IpAddressType: NotRequired[IPAddressTypeType]
9202
9214
 
9203
9215
  class CodeEditorAppSettingsOutputTypeDef(TypedDict):
9204
9216
  DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
@@ -9622,6 +9634,7 @@ class DomainSettingsForUpdateTypeDef(TypedDict):
9622
9634
  DockerSettings: NotRequired[DockerSettingsUnionTypeDef]
9623
9635
  AmazonQSettings: NotRequired[AmazonQSettingsTypeDef]
9624
9636
  UnifiedStudioSettings: NotRequired[UnifiedStudioSettingsTypeDef]
9637
+ IpAddressType: NotRequired[IPAddressTypeType]
9625
9638
 
9626
9639
  class DriftCheckBaselinesTypeDef(TypedDict):
9627
9640
  Bias: NotRequired[DriftCheckBiasTypeDef]
@@ -12081,6 +12094,7 @@ class DescribeClusterResponseTypeDef(TypedDict):
12081
12094
  RestrictedInstanceGroups: List[ClusterRestrictedInstanceGroupDetailsTypeDef]
12082
12095
  VpcConfig: VpcConfigOutputTypeDef
12083
12096
  Orchestrator: ClusterOrchestratorTypeDef
12097
+ TieredStorageConfig: ClusterTieredStorageConfigTypeDef
12084
12098
  NodeRecovery: ClusterNodeRecoveryType
12085
12099
  NodeProvisioningMode: Literal["Continuous"]
12086
12100
  ClusterRole: str
@@ -12525,6 +12539,7 @@ class CreateClusterRequestTypeDef(TypedDict):
12525
12539
  Tags: NotRequired[Sequence[TagTypeDef]]
12526
12540
  Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
12527
12541
  NodeRecovery: NotRequired[ClusterNodeRecoveryType]
12542
+ TieredStorageConfig: NotRequired[ClusterTieredStorageConfigTypeDef]
12528
12543
  NodeProvisioningMode: NotRequired[Literal["Continuous"]]
12529
12544
  ClusterRole: NotRequired[str]
12530
12545
  AutoScaling: NotRequired[ClusterAutoScalingConfigTypeDef]
@@ -12535,6 +12550,7 @@ class UpdateClusterRequestTypeDef(TypedDict):
12535
12550
  RestrictedInstanceGroups: NotRequired[
12536
12551
  Sequence[ClusterRestrictedInstanceGroupSpecificationTypeDef]
12537
12552
  ]
12553
+ TieredStorageConfig: NotRequired[ClusterTieredStorageConfigTypeDef]
12538
12554
  NodeRecovery: NotRequired[ClusterNodeRecoveryType]
12539
12555
  InstanceGroupsToDelete: NotRequired[Sequence[str]]
12540
12556
  ClusterRole: NotRequired[str]
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.40.19"
7
+ __version__ = "1.40.27"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-sagemaker
3
- Version: 1.40.19
4
- Summary: Type annotations for boto3 SageMaker 1.40.19 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.27
4
+ Summary: Type annotations for boto3 SageMaker 1.40.27 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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
- Type annotations for [boto3 SageMaker 1.40.19](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 SageMaker 1.40.27](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.19' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.40.27' 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=TlV95O-haVG06xBup65q5CH4yrlsZSzOj5I7SH4-X30,992
3
+ mypy_boto3_sagemaker/__main__.py,sha256=Q4CTdAYNuWozstovw5O_8DR3HhEjLT-vAZFUm4B0jVY,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=Lp4R5slPIB7ZyRmmFcjf0RMpWMF0fJx7ysFIV_fnwFg,85880
7
- mypy_boto3_sagemaker/literals.pyi,sha256=BvahBMipqbG9JhpUcyDf3kuZteo-z3jrj6Uks7QDX2Q,85878
6
+ mypy_boto3_sagemaker/literals.py,sha256=VcjKrs9MaVJoj7-IHgrvGjsRQ5EuIxTv4XqC3tIEqHk,86084
7
+ mypy_boto3_sagemaker/literals.pyi,sha256=UbNRo-OyX_nTHBqLQ1eRup6PnV0TSloJuK37ppX7C9Q,86082
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=pFn1iZkZXSnGtuqcx_OE45ytXCgT5uNJ62RMyFNnS44,483251
12
- mypy_boto3_sagemaker/type_defs.pyi,sha256=_QZcIi908JyRxMAHanFIDKVpsTd7ULrWnVsovUwAC88,481606
13
- mypy_boto3_sagemaker/version.py,sha256=cgjcciUPO8vyG6_ppiRSDc0Bm315Iv78OxYh5Mgno_g,93
11
+ mypy_boto3_sagemaker/type_defs.py,sha256=iYKycWFW9GYjtScMU07UnMs8URPA_3-umyygIUci0BE,483975
12
+ mypy_boto3_sagemaker/type_defs.pyi,sha256=tj8ZorxGQzvzdVkdcHPyH7lscHjV6--Wis3JjtroNc0,482329
13
+ mypy_boto3_sagemaker/version.py,sha256=9PTwN1jQ_D1FaRahsQXUNrBJTx72H0-GN9ZKkr8vx8M,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.19.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
- mypy_boto3_sagemaker-1.40.19.dist-info/METADATA,sha256=hOA2UIHPl9xtFkgyRn-15B6SLwucC3pqJZu0rOYSau8,29608
18
- mypy_boto3_sagemaker-1.40.19.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- mypy_boto3_sagemaker-1.40.19.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
- mypy_boto3_sagemaker-1.40.19.dist-info/RECORD,,
16
+ mypy_boto3_sagemaker-1.40.27.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
+ mypy_boto3_sagemaker-1.40.27.dist-info/METADATA,sha256=TyQcKgSJZJ0u8t_AlSUGOy3PgqOPEGgm7i6R6cAFmPw,29608
18
+ mypy_boto3_sagemaker-1.40.27.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
+ mypy_boto3_sagemaker-1.40.27.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
+ mypy_boto3_sagemaker-1.40.27.dist-info/RECORD,,