mypy-boto3-sagemaker 1.37.23__py3-none-any.whl → 1.37.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.37.23\n"
16
- "Version: 1.37.23\n"
15
+ "Type annotations for boto3 SageMaker 1.37.27\n"
16
+ "Version: 1.37.27\n"
17
17
  "Builder version: 8.10.1\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.37.23\n")
29
+ sys.stdout.write("1.37.27\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -850,6 +850,13 @@ ClusterInstanceTypeType = Literal[
850
850
  "ml.g6e.xlarge",
851
851
  "ml.gr6.4xlarge",
852
852
  "ml.gr6.8xlarge",
853
+ "ml.i3en.12xlarge",
854
+ "ml.i3en.24xlarge",
855
+ "ml.i3en.2xlarge",
856
+ "ml.i3en.3xlarge",
857
+ "ml.i3en.6xlarge",
858
+ "ml.i3en.large",
859
+ "ml.i3en.xlarge",
853
860
  "ml.m5.12xlarge",
854
861
  "ml.m5.16xlarge",
855
862
  "ml.m5.24xlarge",
@@ -867,6 +874,15 @@ ClusterInstanceTypeType = Literal[
867
874
  "ml.m6i.8xlarge",
868
875
  "ml.m6i.large",
869
876
  "ml.m6i.xlarge",
877
+ "ml.m7i.12xlarge",
878
+ "ml.m7i.16xlarge",
879
+ "ml.m7i.24xlarge",
880
+ "ml.m7i.2xlarge",
881
+ "ml.m7i.48xlarge",
882
+ "ml.m7i.4xlarge",
883
+ "ml.m7i.8xlarge",
884
+ "ml.m7i.large",
885
+ "ml.m7i.xlarge",
870
886
  "ml.p4d.24xlarge",
871
887
  "ml.p4de.24xlarge",
872
888
  "ml.p5.48xlarge",
@@ -881,6 +897,15 @@ ClusterInstanceTypeType = Literal[
881
897
  "ml.r6i.8xlarge",
882
898
  "ml.r6i.large",
883
899
  "ml.r6i.xlarge",
900
+ "ml.r7i.12xlarge",
901
+ "ml.r7i.16xlarge",
902
+ "ml.r7i.24xlarge",
903
+ "ml.r7i.2xlarge",
904
+ "ml.r7i.48xlarge",
905
+ "ml.r7i.4xlarge",
906
+ "ml.r7i.8xlarge",
907
+ "ml.r7i.large",
908
+ "ml.r7i.xlarge",
884
909
  "ml.t3.2xlarge",
885
910
  "ml.t3.large",
886
911
  "ml.t3.medium",
@@ -2769,6 +2794,7 @@ RegionName = Literal[
2769
2794
  "ap-southeast-3",
2770
2795
  "ap-southeast-4",
2771
2796
  "ap-southeast-5",
2797
+ "ap-southeast-7",
2772
2798
  "ca-central-1",
2773
2799
  "ca-west-1",
2774
2800
  "eu-central-1",
@@ -2782,6 +2808,7 @@ RegionName = Literal[
2782
2808
  "il-central-1",
2783
2809
  "me-central-1",
2784
2810
  "me-south-1",
2811
+ "mx-central-1",
2785
2812
  "sa-east-1",
2786
2813
  "us-east-1",
2787
2814
  "us-east-2",
@@ -848,6 +848,13 @@ ClusterInstanceTypeType = Literal[
848
848
  "ml.g6e.xlarge",
849
849
  "ml.gr6.4xlarge",
850
850
  "ml.gr6.8xlarge",
851
+ "ml.i3en.12xlarge",
852
+ "ml.i3en.24xlarge",
853
+ "ml.i3en.2xlarge",
854
+ "ml.i3en.3xlarge",
855
+ "ml.i3en.6xlarge",
856
+ "ml.i3en.large",
857
+ "ml.i3en.xlarge",
851
858
  "ml.m5.12xlarge",
852
859
  "ml.m5.16xlarge",
853
860
  "ml.m5.24xlarge",
@@ -865,6 +872,15 @@ ClusterInstanceTypeType = Literal[
865
872
  "ml.m6i.8xlarge",
866
873
  "ml.m6i.large",
867
874
  "ml.m6i.xlarge",
875
+ "ml.m7i.12xlarge",
876
+ "ml.m7i.16xlarge",
877
+ "ml.m7i.24xlarge",
878
+ "ml.m7i.2xlarge",
879
+ "ml.m7i.48xlarge",
880
+ "ml.m7i.4xlarge",
881
+ "ml.m7i.8xlarge",
882
+ "ml.m7i.large",
883
+ "ml.m7i.xlarge",
868
884
  "ml.p4d.24xlarge",
869
885
  "ml.p4de.24xlarge",
870
886
  "ml.p5.48xlarge",
@@ -879,6 +895,15 @@ ClusterInstanceTypeType = Literal[
879
895
  "ml.r6i.8xlarge",
880
896
  "ml.r6i.large",
881
897
  "ml.r6i.xlarge",
898
+ "ml.r7i.12xlarge",
899
+ "ml.r7i.16xlarge",
900
+ "ml.r7i.24xlarge",
901
+ "ml.r7i.2xlarge",
902
+ "ml.r7i.48xlarge",
903
+ "ml.r7i.4xlarge",
904
+ "ml.r7i.8xlarge",
905
+ "ml.r7i.large",
906
+ "ml.r7i.xlarge",
882
907
  "ml.t3.2xlarge",
883
908
  "ml.t3.large",
884
909
  "ml.t3.medium",
@@ -2767,6 +2792,7 @@ RegionName = Literal[
2767
2792
  "ap-southeast-3",
2768
2793
  "ap-southeast-4",
2769
2794
  "ap-southeast-5",
2795
+ "ap-southeast-7",
2770
2796
  "ca-central-1",
2771
2797
  "ca-west-1",
2772
2798
  "eu-central-1",
@@ -2780,6 +2806,7 @@ RegionName = Literal[
2780
2806
  "il-central-1",
2781
2807
  "me-central-1",
2782
2808
  "me-south-1",
2809
+ "mx-central-1",
2783
2810
  "sa-east-1",
2784
2811
  "us-east-1",
2785
2812
  "us-east-2",
@@ -6892,6 +6892,7 @@ class CreateNotebookInstanceLifecycleConfigInputTypeDef(TypedDict):
6892
6892
  NotebookInstanceLifecycleConfigName: str
6893
6893
  OnCreate: NotRequired[Sequence[NotebookInstanceLifecycleHookTypeDef]]
6894
6894
  OnStart: NotRequired[Sequence[NotebookInstanceLifecycleHookTypeDef]]
6895
+ Tags: NotRequired[Sequence[TagTypeDef]]
6895
6896
 
6896
6897
 
6897
6898
  class DescribeNotebookInstanceLifecycleConfigOutputTypeDef(TypedDict):
@@ -6038,6 +6038,7 @@ class CreateNotebookInstanceLifecycleConfigInputTypeDef(TypedDict):
6038
6038
  NotebookInstanceLifecycleConfigName: str
6039
6039
  OnCreate: NotRequired[Sequence[NotebookInstanceLifecycleHookTypeDef]]
6040
6040
  OnStart: NotRequired[Sequence[NotebookInstanceLifecycleHookTypeDef]]
6041
+ Tags: NotRequired[Sequence[TagTypeDef]]
6041
6042
 
6042
6043
  class DescribeNotebookInstanceLifecycleConfigOutputTypeDef(TypedDict):
6043
6044
  NotebookInstanceLifecycleConfigArn: str
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.37.23"
7
+ __version__ = "1.37.27"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-sagemaker
3
- Version: 1.37.23
4
- Summary: Type annotations for boto3 SageMaker 1.37.23 service generated with mypy-boto3-builder 8.10.1
3
+ Version: 1.37.27
4
+ Summary: Type annotations for boto3 SageMaker 1.37.27 service generated with mypy-boto3-builder 8.10.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
@@ -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.37.23](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 SageMaker 1.37.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.37.23' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.37.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=opHkjuIms4oAULgt6RpiQM_b3MlcLpgp8MMTkCReC3o,20862
2
2
  mypy_boto3_sagemaker/__init__.pyi,sha256=tbdiUUr5WXkYKgsTJGeNm8nf-W6kCYBvkDpK4kvX654,20861
3
- mypy_boto3_sagemaker/__main__.py,sha256=ygZRAeRNzlMen36_R3xaxhsmNqMI0WboIO7EiZcLInc,992
3
+ mypy_boto3_sagemaker/__main__.py,sha256=4MXxCg2EPxuzisE6ccmIaEYRNwSDTgwaBSvtf78slVo,992
4
4
  mypy_boto3_sagemaker/client.py,sha256=mIVQ5pCAuGzbrjzSBUjFos3al4bIAkDwfyPoMAsonjs,269493
5
5
  mypy_boto3_sagemaker/client.pyi,sha256=GSQQDofiZ9Uwc3Z3wNJxmISvrqwatSVMHLhrXaBMRSk,269490
6
- mypy_boto3_sagemaker/literals.py,sha256=OJfJVccHg3qO4h3SPEPnyFWHeKRhodBmlJiyerWq1KI,80343
7
- mypy_boto3_sagemaker/literals.pyi,sha256=1l7Rbs8i2KaXngcCC9lniH9NG22zsky3cTrjzpwD5Tc,80341
6
+ mypy_boto3_sagemaker/literals.py,sha256=Z7FBBkt4UsRlX4ywrFuLFPLh0Fc6V4o5oUk-PulTYaU,80943
7
+ mypy_boto3_sagemaker/literals.pyi,sha256=kXLMjs8z6IVq-243kDeoxOMJrU0Ktaa54h6tvKDIlbU,80941
8
8
  mypy_boto3_sagemaker/paginator.py,sha256=6L2do5UDlW6ag_KUhRla4QbZORaFO-AulDv7A4nXEh8,113965
9
9
  mypy_boto3_sagemaker/paginator.pyi,sha256=HJgYz9NiQOAITGAFA-ySnltWarPIVrk7wB-8nuAMYhQ,113730
10
10
  mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_sagemaker/type_defs.py,sha256=FGMw2rRv-fZ_mP7n_6eVO_XrPneG5Taup6jlcEmkxrI,456990
12
- mypy_boto3_sagemaker/type_defs.pyi,sha256=tqwZ4BTfFN7mtlwvHWpLHmr6ebqyNOr11sQIhVSwszU,455426
13
- mypy_boto3_sagemaker/version.py,sha256=f3mE225hqwDn5dKxWq8ZSjFm3b2QTXzcFWzWzG-KtEc,93
11
+ mypy_boto3_sagemaker/type_defs.py,sha256=jxClOjBZJ7ieCX3n4LhWSZtiCR0KE3I2I2fF4TN5GGI,457034
12
+ mypy_boto3_sagemaker/type_defs.pyi,sha256=NVvMvx7CBjvLJlPHjXE3TSicSlX-DvKvVFiFts0_ovg,455470
13
+ mypy_boto3_sagemaker/version.py,sha256=Id1D-tCNvKHPT1Cw45T4EyGL25anCP6VfENDnx2hnuY,93
14
14
  mypy_boto3_sagemaker/waiter.py,sha256=-S1TZyw55DA_NY46uwNmMEDpruhN4am2JYcCn53mH1M,15080
15
15
  mypy_boto3_sagemaker/waiter.pyi,sha256=Ddbvoy56vM8BmGsIG3bz4wmsRS7ruZSpyb1HArqvrj4,15053
16
- mypy_boto3_sagemaker-1.37.23.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
- mypy_boto3_sagemaker-1.37.23.dist-info/METADATA,sha256=AjBfpKuy9ljhXSTgbWHqZzPB3p-yG-0FqwydLjNGxKQ,28898
18
- mypy_boto3_sagemaker-1.37.23.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
19
- mypy_boto3_sagemaker-1.37.23.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
- mypy_boto3_sagemaker-1.37.23.dist-info/RECORD,,
16
+ mypy_boto3_sagemaker-1.37.27.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
+ mypy_boto3_sagemaker-1.37.27.dist-info/METADATA,sha256=oe9BO-hweWwDiosFxiqusduPWnj5xDdbUY32AdD67OI,28898
18
+ mypy_boto3_sagemaker-1.37.27.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
19
+ mypy_boto3_sagemaker-1.37.27.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
+ mypy_boto3_sagemaker-1.37.27.dist-info/RECORD,,