mypy-boto3-sagemaker 1.40.16__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.

@@ -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\n"
16
- "Version: 1.40.16\n"
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.16\n")
29
+ sys.stdout.write("1.40.25\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -74,6 +74,10 @@ __all__ = (
74
74
  "ClarifyFeatureTypeType",
75
75
  "ClarifyTextGranularityType",
76
76
  "ClarifyTextLanguageType",
77
+ "ClusterAutoScalerTypeType",
78
+ "ClusterAutoScalingModeType",
79
+ "ClusterAutoScalingStatusType",
80
+ "ClusterConfigModeType",
77
81
  "ClusterEventResourceTypeType",
78
82
  "ClusterInstanceStatusType",
79
83
  "ClusterInstanceTypeType",
@@ -141,6 +145,7 @@ __all__ = (
141
145
  "HyperParameterTuningJobStatusType",
142
146
  "HyperParameterTuningJobStrategyTypeType",
143
147
  "HyperParameterTuningJobWarmStartTypeType",
148
+ "IPAddressTypeType",
144
149
  "ImageCreatedWaiterName",
145
150
  "ImageDeletedWaiterName",
146
151
  "ImageSortByType",
@@ -818,6 +823,10 @@ ClarifyTextLanguageType = Literal[
818
823
  "yo",
819
824
  "zh",
820
825
  ]
826
+ ClusterAutoScalerTypeType = Literal["Karpenter"]
827
+ ClusterAutoScalingModeType = Literal["Disable", "Enable"]
828
+ ClusterAutoScalingStatusType = Literal["Creating", "Deleting", "Failed", "InService"]
829
+ ClusterConfigModeType = Literal["Disable", "Enable"]
821
830
  ClusterEventResourceTypeType = Literal["Cluster", "Instance", "InstanceGroup"]
822
831
  ClusterInstanceStatusType = Literal[
823
832
  "DeepHealthCheckInProgress",
@@ -1044,6 +1053,7 @@ HyperParameterTuningJobStatusType = Literal[
1044
1053
  ]
1045
1054
  HyperParameterTuningJobStrategyTypeType = Literal["Bayesian", "Grid", "Hyperband", "Random"]
1046
1055
  HyperParameterTuningJobWarmStartTypeType = Literal["IdenticalDataAndAlgorithm", "TransferLearning"]
1056
+ IPAddressTypeType = Literal["dualstack", "ipv4"]
1047
1057
  ImageCreatedWaiterName = Literal["image_created"]
1048
1058
  ImageDeletedWaiterName = Literal["image_deleted"]
1049
1059
  ImageSortByType = Literal["CREATION_TIME", "IMAGE_NAME", "LAST_MODIFIED_TIME"]
@@ -1840,6 +1850,7 @@ ProductionVariantInstanceTypeType = Literal[
1840
1850
  "ml.p4d.24xlarge",
1841
1851
  "ml.p4de.24xlarge",
1842
1852
  "ml.p5.48xlarge",
1853
+ "ml.p5.4xlarge",
1843
1854
  "ml.p5e.48xlarge",
1844
1855
  "ml.p5en.48xlarge",
1845
1856
  "ml.p6-b200.48xlarge",
@@ -2699,8 +2710,6 @@ ServiceName = Literal[
2699
2710
  "omics",
2700
2711
  "opensearch",
2701
2712
  "opensearchserverless",
2702
- "opsworks",
2703
- "opsworkscm",
2704
2713
  "organizations",
2705
2714
  "osis",
2706
2715
  "outposts",
@@ -2833,16 +2842,7 @@ ServiceName = Literal[
2833
2842
  "xray",
2834
2843
  ]
2835
2844
  ResourceServiceName = Literal[
2836
- "cloudformation",
2837
- "cloudwatch",
2838
- "dynamodb",
2839
- "ec2",
2840
- "glacier",
2841
- "iam",
2842
- "opsworks",
2843
- "s3",
2844
- "sns",
2845
- "sqs",
2845
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
2846
2846
  ]
2847
2847
  PaginatorName = Literal[
2848
2848
  "create_hub_content_presigned_urls",
@@ -73,6 +73,10 @@ __all__ = (
73
73
  "ClarifyFeatureTypeType",
74
74
  "ClarifyTextGranularityType",
75
75
  "ClarifyTextLanguageType",
76
+ "ClusterAutoScalerTypeType",
77
+ "ClusterAutoScalingModeType",
78
+ "ClusterAutoScalingStatusType",
79
+ "ClusterConfigModeType",
76
80
  "ClusterEventResourceTypeType",
77
81
  "ClusterInstanceStatusType",
78
82
  "ClusterInstanceTypeType",
@@ -140,6 +144,7 @@ __all__ = (
140
144
  "HyperParameterTuningJobStatusType",
141
145
  "HyperParameterTuningJobStrategyTypeType",
142
146
  "HyperParameterTuningJobWarmStartTypeType",
147
+ "IPAddressTypeType",
143
148
  "ImageCreatedWaiterName",
144
149
  "ImageDeletedWaiterName",
145
150
  "ImageSortByType",
@@ -816,6 +821,10 @@ ClarifyTextLanguageType = Literal[
816
821
  "yo",
817
822
  "zh",
818
823
  ]
824
+ ClusterAutoScalerTypeType = Literal["Karpenter"]
825
+ ClusterAutoScalingModeType = Literal["Disable", "Enable"]
826
+ ClusterAutoScalingStatusType = Literal["Creating", "Deleting", "Failed", "InService"]
827
+ ClusterConfigModeType = Literal["Disable", "Enable"]
819
828
  ClusterEventResourceTypeType = Literal["Cluster", "Instance", "InstanceGroup"]
820
829
  ClusterInstanceStatusType = Literal[
821
830
  "DeepHealthCheckInProgress",
@@ -1042,6 +1051,7 @@ HyperParameterTuningJobStatusType = Literal[
1042
1051
  ]
1043
1052
  HyperParameterTuningJobStrategyTypeType = Literal["Bayesian", "Grid", "Hyperband", "Random"]
1044
1053
  HyperParameterTuningJobWarmStartTypeType = Literal["IdenticalDataAndAlgorithm", "TransferLearning"]
1054
+ IPAddressTypeType = Literal["dualstack", "ipv4"]
1045
1055
  ImageCreatedWaiterName = Literal["image_created"]
1046
1056
  ImageDeletedWaiterName = Literal["image_deleted"]
1047
1057
  ImageSortByType = Literal["CREATION_TIME", "IMAGE_NAME", "LAST_MODIFIED_TIME"]
@@ -1838,6 +1848,7 @@ ProductionVariantInstanceTypeType = Literal[
1838
1848
  "ml.p4d.24xlarge",
1839
1849
  "ml.p4de.24xlarge",
1840
1850
  "ml.p5.48xlarge",
1851
+ "ml.p5.4xlarge",
1841
1852
  "ml.p5e.48xlarge",
1842
1853
  "ml.p5en.48xlarge",
1843
1854
  "ml.p6-b200.48xlarge",
@@ -2697,8 +2708,6 @@ ServiceName = Literal[
2697
2708
  "omics",
2698
2709
  "opensearch",
2699
2710
  "opensearchserverless",
2700
- "opsworks",
2701
- "opsworkscm",
2702
2711
  "organizations",
2703
2712
  "osis",
2704
2713
  "outposts",
@@ -2831,16 +2840,7 @@ ServiceName = Literal[
2831
2840
  "xray",
2832
2841
  ]
2833
2842
  ResourceServiceName = Literal[
2834
- "cloudformation",
2835
- "cloudwatch",
2836
- "dynamodb",
2837
- "ec2",
2838
- "glacier",
2839
- "iam",
2840
- "opsworks",
2841
- "s3",
2842
- "sns",
2843
- "sqs",
2843
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
2844
2844
  ]
2845
2845
  PaginatorName = Literal[
2846
2846
  "create_hub_content_presigned_urls",
@@ -69,6 +69,9 @@ from .literals import (
69
69
  ClarifyFeatureTypeType,
70
70
  ClarifyTextGranularityType,
71
71
  ClarifyTextLanguageType,
72
+ ClusterAutoScalingModeType,
73
+ ClusterAutoScalingStatusType,
74
+ ClusterConfigModeType,
72
75
  ClusterEventResourceTypeType,
73
76
  ClusterInstanceStatusType,
74
77
  ClusterInstanceTypeType,
@@ -144,6 +147,7 @@ from .literals import (
144
147
  InputModeType,
145
148
  InstanceGroupStatusType,
146
149
  InstanceTypeType,
150
+ IPAddressTypeType,
147
151
  IsTrackingServerActiveType,
148
152
  JobTypeType,
149
153
  JoinSourceType,
@@ -481,6 +485,8 @@ __all__ = (
481
485
  "ClarifyShapBaselineConfigTypeDef",
482
486
  "ClarifyShapConfigTypeDef",
483
487
  "ClarifyTextConfigTypeDef",
488
+ "ClusterAutoScalingConfigOutputTypeDef",
489
+ "ClusterAutoScalingConfigTypeDef",
484
490
  "ClusterEbsVolumeConfigTypeDef",
485
491
  "ClusterEventDetailTypeDef",
486
492
  "ClusterEventSummaryTypeDef",
@@ -499,6 +505,7 @@ __all__ = (
499
505
  "ClusterRestrictedInstanceGroupSpecificationTypeDef",
500
506
  "ClusterSchedulerConfigSummaryTypeDef",
501
507
  "ClusterSummaryTypeDef",
508
+ "ClusterTieredStorageConfigTypeDef",
502
509
  "CodeEditorAppImageConfigOutputTypeDef",
503
510
  "CodeEditorAppImageConfigTypeDef",
504
511
  "CodeEditorAppImageConfigUnionTypeDef",
@@ -2538,6 +2545,18 @@ class ClarifyTextConfigTypeDef(TypedDict):
2538
2545
  Granularity: ClarifyTextGranularityType
2539
2546
 
2540
2547
 
2548
+ class ClusterAutoScalingConfigOutputTypeDef(TypedDict):
2549
+ Mode: ClusterAutoScalingModeType
2550
+ Status: ClusterAutoScalingStatusType
2551
+ AutoScalerType: NotRequired[Literal["Karpenter"]]
2552
+ FailureMessage: NotRequired[str]
2553
+
2554
+
2555
+ class ClusterAutoScalingConfigTypeDef(TypedDict):
2556
+ Mode: ClusterAutoScalingModeType
2557
+ AutoScalerType: NotRequired[Literal["Karpenter"]]
2558
+
2559
+
2541
2560
  class ClusterEbsVolumeConfigTypeDef(TypedDict):
2542
2561
  VolumeSizeInGB: NotRequired[int]
2543
2562
  VolumeKmsKeyId: NotRequired[str]
@@ -2603,6 +2622,11 @@ class ClusterSummaryTypeDef(TypedDict):
2603
2622
  TrainingPlanArns: NotRequired[List[str]]
2604
2623
 
2605
2624
 
2625
+ class ClusterTieredStorageConfigTypeDef(TypedDict):
2626
+ Mode: ClusterConfigModeType
2627
+ InstanceMemoryAllocationPercentage: NotRequired[int]
2628
+
2629
+
2606
2630
  class ContainerConfigOutputTypeDef(TypedDict):
2607
2631
  ContainerArguments: NotRequired[List[str]]
2608
2632
  ContainerEntrypoint: NotRequired[List[str]]
@@ -7404,6 +7428,7 @@ class CreateNotebookInstanceInputTypeDef(TypedDict):
7404
7428
  RoleArn: str
7405
7429
  SubnetId: NotRequired[str]
7406
7430
  SecurityGroupIds: NotRequired[Sequence[str]]
7431
+ IpAddressType: NotRequired[IPAddressTypeType]
7407
7432
  KmsKeyId: NotRequired[str]
7408
7433
  Tags: NotRequired[Sequence[TagTypeDef]]
7409
7434
  LifecycleConfigName: NotRequired[str]
@@ -7424,6 +7449,7 @@ class DescribeNotebookInstanceOutputTypeDef(TypedDict):
7424
7449
  FailureReason: str
7425
7450
  Url: str
7426
7451
  InstanceType: InstanceTypeType
7452
+ IpAddressType: IPAddressTypeType
7427
7453
  SubnetId: str
7428
7454
  SecurityGroups: List[str]
7429
7455
  RoleArn: str
@@ -7446,6 +7472,7 @@ class DescribeNotebookInstanceOutputTypeDef(TypedDict):
7446
7472
  class UpdateNotebookInstanceInputTypeDef(TypedDict):
7447
7473
  NotebookInstanceName: str
7448
7474
  InstanceType: NotRequired[InstanceTypeType]
7475
+ IpAddressType: NotRequired[IPAddressTypeType]
7449
7476
  RoleArn: NotRequired[str]
7450
7477
  LifecycleConfigName: NotRequired[str]
7451
7478
  DisassociateLifecycleConfig: NotRequired[bool]
@@ -13650,8 +13677,11 @@ class DescribeClusterResponseTypeDef(TypedDict):
13650
13677
  RestrictedInstanceGroups: List[ClusterRestrictedInstanceGroupDetailsTypeDef]
13651
13678
  VpcConfig: VpcConfigOutputTypeDef
13652
13679
  Orchestrator: ClusterOrchestratorTypeDef
13680
+ TieredStorageConfig: ClusterTieredStorageConfigTypeDef
13653
13681
  NodeRecovery: ClusterNodeRecoveryType
13654
13682
  NodeProvisioningMode: Literal["Continuous"]
13683
+ ClusterRole: str
13684
+ AutoScaling: ClusterAutoScalingConfigOutputTypeDef
13655
13685
  ResponseMetadata: ResponseMetadataTypeDef
13656
13686
 
13657
13687
 
@@ -14134,7 +14164,10 @@ class CreateClusterRequestTypeDef(TypedDict):
14134
14164
  Tags: NotRequired[Sequence[TagTypeDef]]
14135
14165
  Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
14136
14166
  NodeRecovery: NotRequired[ClusterNodeRecoveryType]
14167
+ TieredStorageConfig: NotRequired[ClusterTieredStorageConfigTypeDef]
14137
14168
  NodeProvisioningMode: NotRequired[Literal["Continuous"]]
14169
+ ClusterRole: NotRequired[str]
14170
+ AutoScaling: NotRequired[ClusterAutoScalingConfigTypeDef]
14138
14171
 
14139
14172
 
14140
14173
  class UpdateClusterRequestTypeDef(TypedDict):
@@ -14143,8 +14176,11 @@ class UpdateClusterRequestTypeDef(TypedDict):
14143
14176
  RestrictedInstanceGroups: NotRequired[
14144
14177
  Sequence[ClusterRestrictedInstanceGroupSpecificationTypeDef]
14145
14178
  ]
14179
+ TieredStorageConfig: NotRequired[ClusterTieredStorageConfigTypeDef]
14146
14180
  NodeRecovery: NotRequired[ClusterNodeRecoveryType]
14147
14181
  InstanceGroupsToDelete: NotRequired[Sequence[str]]
14182
+ ClusterRole: NotRequired[str]
14183
+ AutoScaling: NotRequired[ClusterAutoScalingConfigTypeDef]
14148
14184
 
14149
14185
 
14150
14186
  class DescribeAlgorithmOutputTypeDef(TypedDict):
@@ -69,6 +69,9 @@ from .literals import (
69
69
  ClarifyFeatureTypeType,
70
70
  ClarifyTextGranularityType,
71
71
  ClarifyTextLanguageType,
72
+ ClusterAutoScalingModeType,
73
+ ClusterAutoScalingStatusType,
74
+ ClusterConfigModeType,
72
75
  ClusterEventResourceTypeType,
73
76
  ClusterInstanceStatusType,
74
77
  ClusterInstanceTypeType,
@@ -144,6 +147,7 @@ from .literals import (
144
147
  InputModeType,
145
148
  InstanceGroupStatusType,
146
149
  InstanceTypeType,
150
+ IPAddressTypeType,
147
151
  IsTrackingServerActiveType,
148
152
  JobTypeType,
149
153
  JoinSourceType,
@@ -480,6 +484,8 @@ __all__ = (
480
484
  "ClarifyShapBaselineConfigTypeDef",
481
485
  "ClarifyShapConfigTypeDef",
482
486
  "ClarifyTextConfigTypeDef",
487
+ "ClusterAutoScalingConfigOutputTypeDef",
488
+ "ClusterAutoScalingConfigTypeDef",
483
489
  "ClusterEbsVolumeConfigTypeDef",
484
490
  "ClusterEventDetailTypeDef",
485
491
  "ClusterEventSummaryTypeDef",
@@ -498,6 +504,7 @@ __all__ = (
498
504
  "ClusterRestrictedInstanceGroupSpecificationTypeDef",
499
505
  "ClusterSchedulerConfigSummaryTypeDef",
500
506
  "ClusterSummaryTypeDef",
507
+ "ClusterTieredStorageConfigTypeDef",
501
508
  "CodeEditorAppImageConfigOutputTypeDef",
502
509
  "CodeEditorAppImageConfigTypeDef",
503
510
  "CodeEditorAppImageConfigUnionTypeDef",
@@ -2444,6 +2451,16 @@ class ClarifyTextConfigTypeDef(TypedDict):
2444
2451
  Language: ClarifyTextLanguageType
2445
2452
  Granularity: ClarifyTextGranularityType
2446
2453
 
2454
+ class ClusterAutoScalingConfigOutputTypeDef(TypedDict):
2455
+ Mode: ClusterAutoScalingModeType
2456
+ Status: ClusterAutoScalingStatusType
2457
+ AutoScalerType: NotRequired[Literal["Karpenter"]]
2458
+ FailureMessage: NotRequired[str]
2459
+
2460
+ class ClusterAutoScalingConfigTypeDef(TypedDict):
2461
+ Mode: ClusterAutoScalingModeType
2462
+ AutoScalerType: NotRequired[Literal["Karpenter"]]
2463
+
2447
2464
  class ClusterEbsVolumeConfigTypeDef(TypedDict):
2448
2465
  VolumeSizeInGB: NotRequired[int]
2449
2466
  VolumeKmsKeyId: NotRequired[str]
@@ -2499,6 +2516,10 @@ class ClusterSummaryTypeDef(TypedDict):
2499
2516
  ClusterStatus: ClusterStatusType
2500
2517
  TrainingPlanArns: NotRequired[List[str]]
2501
2518
 
2519
+ class ClusterTieredStorageConfigTypeDef(TypedDict):
2520
+ Mode: ClusterConfigModeType
2521
+ InstanceMemoryAllocationPercentage: NotRequired[int]
2522
+
2502
2523
  class ContainerConfigOutputTypeDef(TypedDict):
2503
2524
  ContainerArguments: NotRequired[List[str]]
2504
2525
  ContainerEntrypoint: NotRequired[List[str]]
@@ -6485,6 +6506,7 @@ class CreateNotebookInstanceInputTypeDef(TypedDict):
6485
6506
  RoleArn: str
6486
6507
  SubnetId: NotRequired[str]
6487
6508
  SecurityGroupIds: NotRequired[Sequence[str]]
6509
+ IpAddressType: NotRequired[IPAddressTypeType]
6488
6510
  KmsKeyId: NotRequired[str]
6489
6511
  Tags: NotRequired[Sequence[TagTypeDef]]
6490
6512
  LifecycleConfigName: NotRequired[str]
@@ -6504,6 +6526,7 @@ class DescribeNotebookInstanceOutputTypeDef(TypedDict):
6504
6526
  FailureReason: str
6505
6527
  Url: str
6506
6528
  InstanceType: InstanceTypeType
6529
+ IpAddressType: IPAddressTypeType
6507
6530
  SubnetId: str
6508
6531
  SecurityGroups: List[str]
6509
6532
  RoleArn: str
@@ -6525,6 +6548,7 @@ class DescribeNotebookInstanceOutputTypeDef(TypedDict):
6525
6548
  class UpdateNotebookInstanceInputTypeDef(TypedDict):
6526
6549
  NotebookInstanceName: str
6527
6550
  InstanceType: NotRequired[InstanceTypeType]
6551
+ IpAddressType: NotRequired[IPAddressTypeType]
6528
6552
  RoleArn: NotRequired[str]
6529
6553
  LifecycleConfigName: NotRequired[str]
6530
6554
  DisassociateLifecycleConfig: NotRequired[bool]
@@ -12067,8 +12091,11 @@ class DescribeClusterResponseTypeDef(TypedDict):
12067
12091
  RestrictedInstanceGroups: List[ClusterRestrictedInstanceGroupDetailsTypeDef]
12068
12092
  VpcConfig: VpcConfigOutputTypeDef
12069
12093
  Orchestrator: ClusterOrchestratorTypeDef
12094
+ TieredStorageConfig: ClusterTieredStorageConfigTypeDef
12070
12095
  NodeRecovery: ClusterNodeRecoveryType
12071
12096
  NodeProvisioningMode: Literal["Continuous"]
12097
+ ClusterRole: str
12098
+ AutoScaling: ClusterAutoScalingConfigOutputTypeDef
12072
12099
  ResponseMetadata: ResponseMetadataTypeDef
12073
12100
 
12074
12101
  ScheduledUpdateConfigUnionTypeDef = Union[
@@ -12509,7 +12536,10 @@ class CreateClusterRequestTypeDef(TypedDict):
12509
12536
  Tags: NotRequired[Sequence[TagTypeDef]]
12510
12537
  Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
12511
12538
  NodeRecovery: NotRequired[ClusterNodeRecoveryType]
12539
+ TieredStorageConfig: NotRequired[ClusterTieredStorageConfigTypeDef]
12512
12540
  NodeProvisioningMode: NotRequired[Literal["Continuous"]]
12541
+ ClusterRole: NotRequired[str]
12542
+ AutoScaling: NotRequired[ClusterAutoScalingConfigTypeDef]
12513
12543
 
12514
12544
  class UpdateClusterRequestTypeDef(TypedDict):
12515
12545
  ClusterName: str
@@ -12517,8 +12547,11 @@ class UpdateClusterRequestTypeDef(TypedDict):
12517
12547
  RestrictedInstanceGroups: NotRequired[
12518
12548
  Sequence[ClusterRestrictedInstanceGroupSpecificationTypeDef]
12519
12549
  ]
12550
+ TieredStorageConfig: NotRequired[ClusterTieredStorageConfigTypeDef]
12520
12551
  NodeRecovery: NotRequired[ClusterNodeRecoveryType]
12521
12552
  InstanceGroupsToDelete: NotRequired[Sequence[str]]
12553
+ ClusterRole: NotRequired[str]
12554
+ AutoScaling: NotRequired[ClusterAutoScalingConfigTypeDef]
12522
12555
 
12523
12556
  class DescribeAlgorithmOutputTypeDef(TypedDict):
12524
12557
  AlgorithmName: str
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.40.16"
7
+ __version__ = "1.40.25"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-sagemaker
3
- Version: 1.40.16
4
- Summary: Type annotations for boto3 SageMaker 1.40.16 service generated with mypy-boto3-builder 8.11.0
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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
- Type annotations for [boto3 SageMaker 1.40.16](https://pypi.org/project/boto3/)
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.16' mypy-boto3-builder`
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=jexz9JNXtqr3Jv3MxCqw3F-6NMEPJxIzc19lh6Osd-k,992
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=XeI1KxWyruFRIsBxK9lTbszselkjwDFPIwq2dDQofRs,85667
7
- mypy_boto3_sagemaker/literals.pyi,sha256=81c5QkZ6OUoB2Mj-Eu-1PO7JOjVjk9bXKBAqX_A4XFQ,85665
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=88waFjqHDoq_bd5qk_oH2CT9hmmLbK0saPjyA8nRo3M,482463
12
- mypy_boto3_sagemaker/type_defs.pyi,sha256=shrVrqRZ4KMcf2ccxg9cwHMOvDEca7VR-TdvZca4i5A,480820
13
- mypy_boto3_sagemaker/version.py,sha256=kZ958JRxi_l0vEouVCnDDML2_5QP5JXYYXIz-Bt2NtA,93
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.16.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
- mypy_boto3_sagemaker-1.40.16.dist-info/METADATA,sha256=tWp9OObM84_ceiLNbJLpNEhzRxDNjpBp6_7JG1jcFK8,29608
18
- mypy_boto3_sagemaker-1.40.16.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- mypy_boto3_sagemaker-1.40.16.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
- mypy_boto3_sagemaker-1.40.16.dist-info/RECORD,,
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,,