mypy-boto3-sagemaker 1.40.16__tar.gz → 1.40.19__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.

Files changed (26) hide show
  1. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/PKG-INFO +4 -4
  2. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/README.md +2 -2
  3. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/__main__.py +3 -3
  4. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/literals.py +7 -12
  5. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/literals.pyi +7 -12
  6. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/type_defs.py +22 -0
  7. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/type_defs.pyi +20 -0
  8. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/version.py +1 -1
  9. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker.egg-info/PKG-INFO +4 -4
  10. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/setup.py +2 -2
  11. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/LICENSE +0 -0
  12. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/__init__.py +0 -0
  13. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/__init__.pyi +0 -0
  14. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/client.py +0 -0
  15. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/client.pyi +0 -0
  16. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/paginator.py +0 -0
  17. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/paginator.pyi +0 -0
  18. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/py.typed +0 -0
  19. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/waiter.py +0 -0
  20. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/waiter.pyi +0 -0
  21. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
  22. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
  23. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
  24. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
  25. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
  26. {mypy_boto3_sagemaker-1.40.16 → mypy_boto3_sagemaker-1.40.19}/setup.cfg +0 -0
@@ -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.19
4
+ Summary: Type annotations for boto3 SageMaker 1.40.19 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.19](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.19' 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.
@@ -9,7 +9,7 @@
9
9
 
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
- Type annotations for [boto3 SageMaker 1.40.16](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 SageMaker 1.40.19](https://pypi.org/project/boto3/)
13
13
  compatible with [VSCode](https://code.visualstudio.com/),
14
14
  [PyCharm](https://www.jetbrains.com/pycharm/),
15
15
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
72
72
  isolation.
73
73
 
74
74
  1. Run mypy-boto3-builder in your package root directory:
75
- `uvx --with 'boto3==1.40.16' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.40.19' mypy-boto3-builder`
76
76
  2. Select `boto3-stubs` AWS SDK.
77
77
  3. Add `SageMaker` service.
78
78
  4. Use provided commands to install generated packages.
@@ -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.19\n"
16
+ "Version: 1.40.19\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.19\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -74,6 +74,9 @@ __all__ = (
74
74
  "ClarifyFeatureTypeType",
75
75
  "ClarifyTextGranularityType",
76
76
  "ClarifyTextLanguageType",
77
+ "ClusterAutoScalerTypeType",
78
+ "ClusterAutoScalingModeType",
79
+ "ClusterAutoScalingStatusType",
77
80
  "ClusterEventResourceTypeType",
78
81
  "ClusterInstanceStatusType",
79
82
  "ClusterInstanceTypeType",
@@ -818,6 +821,9 @@ ClarifyTextLanguageType = Literal[
818
821
  "yo",
819
822
  "zh",
820
823
  ]
824
+ ClusterAutoScalerTypeType = Literal["Karpenter"]
825
+ ClusterAutoScalingModeType = Literal["Disable", "Enable"]
826
+ ClusterAutoScalingStatusType = Literal["Creating", "Deleting", "Failed", "InService"]
821
827
  ClusterEventResourceTypeType = Literal["Cluster", "Instance", "InstanceGroup"]
822
828
  ClusterInstanceStatusType = Literal[
823
829
  "DeepHealthCheckInProgress",
@@ -2699,8 +2705,6 @@ ServiceName = Literal[
2699
2705
  "omics",
2700
2706
  "opensearch",
2701
2707
  "opensearchserverless",
2702
- "opsworks",
2703
- "opsworkscm",
2704
2708
  "organizations",
2705
2709
  "osis",
2706
2710
  "outposts",
@@ -2833,16 +2837,7 @@ ServiceName = Literal[
2833
2837
  "xray",
2834
2838
  ]
2835
2839
  ResourceServiceName = Literal[
2836
- "cloudformation",
2837
- "cloudwatch",
2838
- "dynamodb",
2839
- "ec2",
2840
- "glacier",
2841
- "iam",
2842
- "opsworks",
2843
- "s3",
2844
- "sns",
2845
- "sqs",
2840
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
2846
2841
  ]
2847
2842
  PaginatorName = Literal[
2848
2843
  "create_hub_content_presigned_urls",
@@ -73,6 +73,9 @@ __all__ = (
73
73
  "ClarifyFeatureTypeType",
74
74
  "ClarifyTextGranularityType",
75
75
  "ClarifyTextLanguageType",
76
+ "ClusterAutoScalerTypeType",
77
+ "ClusterAutoScalingModeType",
78
+ "ClusterAutoScalingStatusType",
76
79
  "ClusterEventResourceTypeType",
77
80
  "ClusterInstanceStatusType",
78
81
  "ClusterInstanceTypeType",
@@ -816,6 +819,9 @@ ClarifyTextLanguageType = Literal[
816
819
  "yo",
817
820
  "zh",
818
821
  ]
822
+ ClusterAutoScalerTypeType = Literal["Karpenter"]
823
+ ClusterAutoScalingModeType = Literal["Disable", "Enable"]
824
+ ClusterAutoScalingStatusType = Literal["Creating", "Deleting", "Failed", "InService"]
819
825
  ClusterEventResourceTypeType = Literal["Cluster", "Instance", "InstanceGroup"]
820
826
  ClusterInstanceStatusType = Literal[
821
827
  "DeepHealthCheckInProgress",
@@ -2697,8 +2703,6 @@ ServiceName = Literal[
2697
2703
  "omics",
2698
2704
  "opensearch",
2699
2705
  "opensearchserverless",
2700
- "opsworks",
2701
- "opsworkscm",
2702
2706
  "organizations",
2703
2707
  "osis",
2704
2708
  "outposts",
@@ -2831,16 +2835,7 @@ ServiceName = Literal[
2831
2835
  "xray",
2832
2836
  ]
2833
2837
  ResourceServiceName = Literal[
2834
- "cloudformation",
2835
- "cloudwatch",
2836
- "dynamodb",
2837
- "ec2",
2838
- "glacier",
2839
- "iam",
2840
- "opsworks",
2841
- "s3",
2842
- "sns",
2843
- "sqs",
2838
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
2844
2839
  ]
2845
2840
  PaginatorName = Literal[
2846
2841
  "create_hub_content_presigned_urls",
@@ -69,6 +69,8 @@ from .literals import (
69
69
  ClarifyFeatureTypeType,
70
70
  ClarifyTextGranularityType,
71
71
  ClarifyTextLanguageType,
72
+ ClusterAutoScalingModeType,
73
+ ClusterAutoScalingStatusType,
72
74
  ClusterEventResourceTypeType,
73
75
  ClusterInstanceStatusType,
74
76
  ClusterInstanceTypeType,
@@ -481,6 +483,8 @@ __all__ = (
481
483
  "ClarifyShapBaselineConfigTypeDef",
482
484
  "ClarifyShapConfigTypeDef",
483
485
  "ClarifyTextConfigTypeDef",
486
+ "ClusterAutoScalingConfigOutputTypeDef",
487
+ "ClusterAutoScalingConfigTypeDef",
484
488
  "ClusterEbsVolumeConfigTypeDef",
485
489
  "ClusterEventDetailTypeDef",
486
490
  "ClusterEventSummaryTypeDef",
@@ -2538,6 +2542,18 @@ class ClarifyTextConfigTypeDef(TypedDict):
2538
2542
  Granularity: ClarifyTextGranularityType
2539
2543
 
2540
2544
 
2545
+ class ClusterAutoScalingConfigOutputTypeDef(TypedDict):
2546
+ Mode: ClusterAutoScalingModeType
2547
+ Status: ClusterAutoScalingStatusType
2548
+ AutoScalerType: NotRequired[Literal["Karpenter"]]
2549
+ FailureMessage: NotRequired[str]
2550
+
2551
+
2552
+ class ClusterAutoScalingConfigTypeDef(TypedDict):
2553
+ Mode: ClusterAutoScalingModeType
2554
+ AutoScalerType: NotRequired[Literal["Karpenter"]]
2555
+
2556
+
2541
2557
  class ClusterEbsVolumeConfigTypeDef(TypedDict):
2542
2558
  VolumeSizeInGB: NotRequired[int]
2543
2559
  VolumeKmsKeyId: NotRequired[str]
@@ -13652,6 +13668,8 @@ class DescribeClusterResponseTypeDef(TypedDict):
13652
13668
  Orchestrator: ClusterOrchestratorTypeDef
13653
13669
  NodeRecovery: ClusterNodeRecoveryType
13654
13670
  NodeProvisioningMode: Literal["Continuous"]
13671
+ ClusterRole: str
13672
+ AutoScaling: ClusterAutoScalingConfigOutputTypeDef
13655
13673
  ResponseMetadata: ResponseMetadataTypeDef
13656
13674
 
13657
13675
 
@@ -14135,6 +14153,8 @@ class CreateClusterRequestTypeDef(TypedDict):
14135
14153
  Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
14136
14154
  NodeRecovery: NotRequired[ClusterNodeRecoveryType]
14137
14155
  NodeProvisioningMode: NotRequired[Literal["Continuous"]]
14156
+ ClusterRole: NotRequired[str]
14157
+ AutoScaling: NotRequired[ClusterAutoScalingConfigTypeDef]
14138
14158
 
14139
14159
 
14140
14160
  class UpdateClusterRequestTypeDef(TypedDict):
@@ -14145,6 +14165,8 @@ class UpdateClusterRequestTypeDef(TypedDict):
14145
14165
  ]
14146
14166
  NodeRecovery: NotRequired[ClusterNodeRecoveryType]
14147
14167
  InstanceGroupsToDelete: NotRequired[Sequence[str]]
14168
+ ClusterRole: NotRequired[str]
14169
+ AutoScaling: NotRequired[ClusterAutoScalingConfigTypeDef]
14148
14170
 
14149
14171
 
14150
14172
  class DescribeAlgorithmOutputTypeDef(TypedDict):
@@ -69,6 +69,8 @@ from .literals import (
69
69
  ClarifyFeatureTypeType,
70
70
  ClarifyTextGranularityType,
71
71
  ClarifyTextLanguageType,
72
+ ClusterAutoScalingModeType,
73
+ ClusterAutoScalingStatusType,
72
74
  ClusterEventResourceTypeType,
73
75
  ClusterInstanceStatusType,
74
76
  ClusterInstanceTypeType,
@@ -480,6 +482,8 @@ __all__ = (
480
482
  "ClarifyShapBaselineConfigTypeDef",
481
483
  "ClarifyShapConfigTypeDef",
482
484
  "ClarifyTextConfigTypeDef",
485
+ "ClusterAutoScalingConfigOutputTypeDef",
486
+ "ClusterAutoScalingConfigTypeDef",
483
487
  "ClusterEbsVolumeConfigTypeDef",
484
488
  "ClusterEventDetailTypeDef",
485
489
  "ClusterEventSummaryTypeDef",
@@ -2444,6 +2448,16 @@ class ClarifyTextConfigTypeDef(TypedDict):
2444
2448
  Language: ClarifyTextLanguageType
2445
2449
  Granularity: ClarifyTextGranularityType
2446
2450
 
2451
+ class ClusterAutoScalingConfigOutputTypeDef(TypedDict):
2452
+ Mode: ClusterAutoScalingModeType
2453
+ Status: ClusterAutoScalingStatusType
2454
+ AutoScalerType: NotRequired[Literal["Karpenter"]]
2455
+ FailureMessage: NotRequired[str]
2456
+
2457
+ class ClusterAutoScalingConfigTypeDef(TypedDict):
2458
+ Mode: ClusterAutoScalingModeType
2459
+ AutoScalerType: NotRequired[Literal["Karpenter"]]
2460
+
2447
2461
  class ClusterEbsVolumeConfigTypeDef(TypedDict):
2448
2462
  VolumeSizeInGB: NotRequired[int]
2449
2463
  VolumeKmsKeyId: NotRequired[str]
@@ -12069,6 +12083,8 @@ class DescribeClusterResponseTypeDef(TypedDict):
12069
12083
  Orchestrator: ClusterOrchestratorTypeDef
12070
12084
  NodeRecovery: ClusterNodeRecoveryType
12071
12085
  NodeProvisioningMode: Literal["Continuous"]
12086
+ ClusterRole: str
12087
+ AutoScaling: ClusterAutoScalingConfigOutputTypeDef
12072
12088
  ResponseMetadata: ResponseMetadataTypeDef
12073
12089
 
12074
12090
  ScheduledUpdateConfigUnionTypeDef = Union[
@@ -12510,6 +12526,8 @@ class CreateClusterRequestTypeDef(TypedDict):
12510
12526
  Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
12511
12527
  NodeRecovery: NotRequired[ClusterNodeRecoveryType]
12512
12528
  NodeProvisioningMode: NotRequired[Literal["Continuous"]]
12529
+ ClusterRole: NotRequired[str]
12530
+ AutoScaling: NotRequired[ClusterAutoScalingConfigTypeDef]
12513
12531
 
12514
12532
  class UpdateClusterRequestTypeDef(TypedDict):
12515
12533
  ClusterName: str
@@ -12519,6 +12537,8 @@ class UpdateClusterRequestTypeDef(TypedDict):
12519
12537
  ]
12520
12538
  NodeRecovery: NotRequired[ClusterNodeRecoveryType]
12521
12539
  InstanceGroupsToDelete: NotRequired[Sequence[str]]
12540
+ ClusterRole: NotRequired[str]
12541
+ AutoScaling: NotRequired[ClusterAutoScalingConfigTypeDef]
12522
12542
 
12523
12543
  class DescribeAlgorithmOutputTypeDef(TypedDict):
12524
12544
  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.19"
@@ -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.19
4
+ Summary: Type annotations for boto3 SageMaker 1.40.19 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.19](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.19' 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.
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
13
13
 
14
14
  setup(
15
15
  name="mypy-boto3-sagemaker",
16
- version="1.40.16",
16
+ version="1.40.19",
17
17
  packages=["mypy_boto3_sagemaker"],
18
18
  url="https://github.com/youtype/mypy_boto3_builder",
19
19
  license="MIT License",
20
20
  author="Vlad Emelianov",
21
21
  author_email="vlad.emelianov.nz@gmail.com",
22
- description="Type annotations for boto3 SageMaker 1.40.16 service generated with mypy-boto3-builder 8.11.0",
22
+ description="Type annotations for boto3 SageMaker 1.40.19 service generated with mypy-boto3-builder 8.11.0",
23
23
  classifiers=[
24
24
  "Development Status :: 5 - Production/Stable",
25
25
  "Intended Audience :: Developers",