mypy-boto3-sagemaker 1.38.27__tar.gz → 1.38.37__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.38.27 → mypy_boto3_sagemaker-1.38.37}/PKG-INFO +4 -4
  2. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/README.md +2 -2
  3. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/mypy_boto3_sagemaker/__main__.py +3 -3
  4. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/mypy_boto3_sagemaker/literals.py +97 -1
  5. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/mypy_boto3_sagemaker/literals.pyi +97 -1
  6. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/mypy_boto3_sagemaker/version.py +1 -1
  7. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/mypy_boto3_sagemaker.egg-info/PKG-INFO +4 -4
  8. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/setup.py +2 -2
  9. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/LICENSE +0 -0
  10. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/mypy_boto3_sagemaker/__init__.py +0 -0
  11. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/mypy_boto3_sagemaker/__init__.pyi +0 -0
  12. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/mypy_boto3_sagemaker/client.py +0 -0
  13. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/mypy_boto3_sagemaker/client.pyi +0 -0
  14. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/mypy_boto3_sagemaker/paginator.py +0 -0
  15. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/mypy_boto3_sagemaker/paginator.pyi +0 -0
  16. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/mypy_boto3_sagemaker/py.typed +0 -0
  17. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/mypy_boto3_sagemaker/type_defs.py +0 -0
  18. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/mypy_boto3_sagemaker/type_defs.pyi +0 -0
  19. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/mypy_boto3_sagemaker/waiter.py +0 -0
  20. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/mypy_boto3_sagemaker/waiter.pyi +0 -0
  21. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
  22. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
  23. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
  24. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
  25. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
  26. {mypy_boto3_sagemaker-1.38.27 → mypy_boto3_sagemaker-1.38.37}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-sagemaker
3
- Version: 1.38.27
4
- Summary: Type annotations for boto3 SageMaker 1.38.27 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.38.37
4
+ Summary: Type annotations for boto3 SageMaker 1.38.37 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.38.27](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 SageMaker 1.38.37](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.38.27' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.38.37' 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.38.27](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 SageMaker 1.38.37](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.38.27' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.38.37' 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.38.27\n"
16
- "Version: 1.38.27\n"
15
+ "Type annotations for boto3 SageMaker 1.38.37\n"
16
+ "Version: 1.38.37\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.38.27\n")
29
+ sys.stdout.write("1.38.37\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -1492,6 +1492,15 @@ ProcessingInstanceTypeType = Literal[
1492
1492
  "ml.c6i.4xlarge",
1493
1493
  "ml.c6i.8xlarge",
1494
1494
  "ml.c6i.xlarge",
1495
+ "ml.c7i.12xlarge",
1496
+ "ml.c7i.16xlarge",
1497
+ "ml.c7i.24xlarge",
1498
+ "ml.c7i.2xlarge",
1499
+ "ml.c7i.48xlarge",
1500
+ "ml.c7i.4xlarge",
1501
+ "ml.c7i.8xlarge",
1502
+ "ml.c7i.large",
1503
+ "ml.c7i.xlarge",
1495
1504
  "ml.g4dn.12xlarge",
1496
1505
  "ml.g4dn.16xlarge",
1497
1506
  "ml.g4dn.2xlarge",
@@ -1542,6 +1551,15 @@ ProcessingInstanceTypeType = Literal[
1542
1551
  "ml.m6i.8xlarge",
1543
1552
  "ml.m6i.large",
1544
1553
  "ml.m6i.xlarge",
1554
+ "ml.m7i.12xlarge",
1555
+ "ml.m7i.16xlarge",
1556
+ "ml.m7i.24xlarge",
1557
+ "ml.m7i.2xlarge",
1558
+ "ml.m7i.48xlarge",
1559
+ "ml.m7i.4xlarge",
1560
+ "ml.m7i.8xlarge",
1561
+ "ml.m7i.large",
1562
+ "ml.m7i.xlarge",
1545
1563
  "ml.p2.16xlarge",
1546
1564
  "ml.p2.8xlarge",
1547
1565
  "ml.p2.xlarge",
@@ -1564,6 +1582,15 @@ ProcessingInstanceTypeType = Literal[
1564
1582
  "ml.r5d.8xlarge",
1565
1583
  "ml.r5d.large",
1566
1584
  "ml.r5d.xlarge",
1585
+ "ml.r7i.12xlarge",
1586
+ "ml.r7i.16xlarge",
1587
+ "ml.r7i.24xlarge",
1588
+ "ml.r7i.2xlarge",
1589
+ "ml.r7i.48xlarge",
1590
+ "ml.r7i.4xlarge",
1591
+ "ml.r7i.8xlarge",
1592
+ "ml.r7i.large",
1593
+ "ml.r7i.xlarge",
1567
1594
  "ml.t3.2xlarge",
1568
1595
  "ml.t3.large",
1569
1596
  "ml.t3.medium",
@@ -1639,6 +1666,15 @@ ProductionVariantInstanceTypeType = Literal[
1639
1666
  "ml.c6i.8xlarge",
1640
1667
  "ml.c6i.large",
1641
1668
  "ml.c6i.xlarge",
1669
+ "ml.c6in.12xlarge",
1670
+ "ml.c6in.16xlarge",
1671
+ "ml.c6in.24xlarge",
1672
+ "ml.c6in.2xlarge",
1673
+ "ml.c6in.32xlarge",
1674
+ "ml.c6in.4xlarge",
1675
+ "ml.c6in.8xlarge",
1676
+ "ml.c6in.large",
1677
+ "ml.c6in.xlarge",
1642
1678
  "ml.c7g.12xlarge",
1643
1679
  "ml.c7g.16xlarge",
1644
1680
  "ml.c7g.2xlarge",
@@ -1655,6 +1691,16 @@ ProductionVariantInstanceTypeType = Literal[
1655
1691
  "ml.c7i.8xlarge",
1656
1692
  "ml.c7i.large",
1657
1693
  "ml.c7i.xlarge",
1694
+ "ml.c8g.12xlarge",
1695
+ "ml.c8g.16xlarge",
1696
+ "ml.c8g.24xlarge",
1697
+ "ml.c8g.2xlarge",
1698
+ "ml.c8g.48xlarge",
1699
+ "ml.c8g.4xlarge",
1700
+ "ml.c8g.8xlarge",
1701
+ "ml.c8g.large",
1702
+ "ml.c8g.medium",
1703
+ "ml.c8g.xlarge",
1658
1704
  "ml.dl1.24xlarge",
1659
1705
  "ml.g4dn.12xlarge",
1660
1706
  "ml.g4dn.16xlarge",
@@ -1743,6 +1789,16 @@ ProductionVariantInstanceTypeType = Literal[
1743
1789
  "ml.m7i.8xlarge",
1744
1790
  "ml.m7i.large",
1745
1791
  "ml.m7i.xlarge",
1792
+ "ml.m8g.12xlarge",
1793
+ "ml.m8g.16xlarge",
1794
+ "ml.m8g.24xlarge",
1795
+ "ml.m8g.2xlarge",
1796
+ "ml.m8g.48xlarge",
1797
+ "ml.m8g.4xlarge",
1798
+ "ml.m8g.8xlarge",
1799
+ "ml.m8g.large",
1800
+ "ml.m8g.medium",
1801
+ "ml.m8g.xlarge",
1746
1802
  "ml.p2.16xlarge",
1747
1803
  "ml.p2.8xlarge",
1748
1804
  "ml.p2.xlarge",
@@ -1754,6 +1810,8 @@ ProductionVariantInstanceTypeType = Literal[
1754
1810
  "ml.p5.48xlarge",
1755
1811
  "ml.p5e.48xlarge",
1756
1812
  "ml.p5en.48xlarge",
1813
+ "ml.p6-b200.48xlarge",
1814
+ "ml.p6e-gb200.36xlarge",
1757
1815
  "ml.r5.12xlarge",
1758
1816
  "ml.r5.24xlarge",
1759
1817
  "ml.r5.2xlarge",
@@ -1789,6 +1847,14 @@ ProductionVariantInstanceTypeType = Literal[
1789
1847
  "ml.r6i.8xlarge",
1790
1848
  "ml.r6i.large",
1791
1849
  "ml.r6i.xlarge",
1850
+ "ml.r7gd.12xlarge",
1851
+ "ml.r7gd.16xlarge",
1852
+ "ml.r7gd.2xlarge",
1853
+ "ml.r7gd.4xlarge",
1854
+ "ml.r7gd.8xlarge",
1855
+ "ml.r7gd.large",
1856
+ "ml.r7gd.medium",
1857
+ "ml.r7gd.xlarge",
1792
1858
  "ml.r7i.12xlarge",
1793
1859
  "ml.r7i.16xlarge",
1794
1860
  "ml.r7i.24xlarge",
@@ -1851,6 +1917,7 @@ ReservedCapacityInstanceTypeType = Literal[
1851
1917
  "ml.p5.48xlarge",
1852
1918
  "ml.p5e.48xlarge",
1853
1919
  "ml.p5en.48xlarge",
1920
+ "ml.p6-b200.48xlarge",
1854
1921
  "ml.trn1.32xlarge",
1855
1922
  "ml.trn2.48xlarge",
1856
1923
  ]
@@ -1884,7 +1951,7 @@ RuleEvaluationStatusType = Literal[
1884
1951
  "Error", "InProgress", "IssuesFound", "NoIssuesFound", "Stopped", "Stopping"
1885
1952
  ]
1886
1953
  S3DataDistributionType = Literal["FullyReplicated", "ShardedByS3Key"]
1887
- S3DataTypeType = Literal["AugmentedManifestFile", "ManifestFile", "S3Prefix"]
1954
+ S3DataTypeType = Literal["AugmentedManifestFile", "Converse", "ManifestFile", "S3Prefix"]
1888
1955
  S3ModelDataTypeType = Literal["S3Object", "S3Prefix"]
1889
1956
  SageMakerImageNameType = Literal["sagemaker_distribution"]
1890
1957
  SageMakerResourceNameType = Literal["hyperpod-cluster", "training-job"]
@@ -2062,6 +2129,15 @@ TrainingInstanceTypeType = Literal[
2062
2129
  "ml.c6i.4xlarge",
2063
2130
  "ml.c6i.8xlarge",
2064
2131
  "ml.c6i.xlarge",
2132
+ "ml.c7i.12xlarge",
2133
+ "ml.c7i.16xlarge",
2134
+ "ml.c7i.24xlarge",
2135
+ "ml.c7i.2xlarge",
2136
+ "ml.c7i.48xlarge",
2137
+ "ml.c7i.4xlarge",
2138
+ "ml.c7i.8xlarge",
2139
+ "ml.c7i.large",
2140
+ "ml.c7i.xlarge",
2065
2141
  "ml.g4dn.12xlarge",
2066
2142
  "ml.g4dn.16xlarge",
2067
2143
  "ml.g4dn.2xlarge",
@@ -2112,6 +2188,15 @@ TrainingInstanceTypeType = Literal[
2112
2188
  "ml.m6i.8xlarge",
2113
2189
  "ml.m6i.large",
2114
2190
  "ml.m6i.xlarge",
2191
+ "ml.m7i.12xlarge",
2192
+ "ml.m7i.16xlarge",
2193
+ "ml.m7i.24xlarge",
2194
+ "ml.m7i.2xlarge",
2195
+ "ml.m7i.48xlarge",
2196
+ "ml.m7i.4xlarge",
2197
+ "ml.m7i.8xlarge",
2198
+ "ml.m7i.large",
2199
+ "ml.m7i.xlarge",
2115
2200
  "ml.p2.16xlarge",
2116
2201
  "ml.p2.8xlarge",
2117
2202
  "ml.p2.xlarge",
@@ -2124,6 +2209,7 @@ TrainingInstanceTypeType = Literal[
2124
2209
  "ml.p5.48xlarge",
2125
2210
  "ml.p5e.48xlarge",
2126
2211
  "ml.p5en.48xlarge",
2212
+ "ml.p6-b200.48xlarge",
2127
2213
  "ml.r5.12xlarge",
2128
2214
  "ml.r5.16xlarge",
2129
2215
  "ml.r5.24xlarge",
@@ -2140,6 +2226,15 @@ TrainingInstanceTypeType = Literal[
2140
2226
  "ml.r5d.8xlarge",
2141
2227
  "ml.r5d.large",
2142
2228
  "ml.r5d.xlarge",
2229
+ "ml.r7i.12xlarge",
2230
+ "ml.r7i.16xlarge",
2231
+ "ml.r7i.24xlarge",
2232
+ "ml.r7i.2xlarge",
2233
+ "ml.r7i.48xlarge",
2234
+ "ml.r7i.4xlarge",
2235
+ "ml.r7i.8xlarge",
2236
+ "ml.r7i.large",
2237
+ "ml.r7i.xlarge",
2143
2238
  "ml.t3.2xlarge",
2144
2239
  "ml.t3.large",
2145
2240
  "ml.t3.medium",
@@ -2423,6 +2518,7 @@ ServiceName = Literal[
2423
2518
  "es",
2424
2519
  "events",
2425
2520
  "evidently",
2521
+ "evs",
2426
2522
  "finspace",
2427
2523
  "finspace-data",
2428
2524
  "firehose",
@@ -1490,6 +1490,15 @@ ProcessingInstanceTypeType = Literal[
1490
1490
  "ml.c6i.4xlarge",
1491
1491
  "ml.c6i.8xlarge",
1492
1492
  "ml.c6i.xlarge",
1493
+ "ml.c7i.12xlarge",
1494
+ "ml.c7i.16xlarge",
1495
+ "ml.c7i.24xlarge",
1496
+ "ml.c7i.2xlarge",
1497
+ "ml.c7i.48xlarge",
1498
+ "ml.c7i.4xlarge",
1499
+ "ml.c7i.8xlarge",
1500
+ "ml.c7i.large",
1501
+ "ml.c7i.xlarge",
1493
1502
  "ml.g4dn.12xlarge",
1494
1503
  "ml.g4dn.16xlarge",
1495
1504
  "ml.g4dn.2xlarge",
@@ -1540,6 +1549,15 @@ ProcessingInstanceTypeType = Literal[
1540
1549
  "ml.m6i.8xlarge",
1541
1550
  "ml.m6i.large",
1542
1551
  "ml.m6i.xlarge",
1552
+ "ml.m7i.12xlarge",
1553
+ "ml.m7i.16xlarge",
1554
+ "ml.m7i.24xlarge",
1555
+ "ml.m7i.2xlarge",
1556
+ "ml.m7i.48xlarge",
1557
+ "ml.m7i.4xlarge",
1558
+ "ml.m7i.8xlarge",
1559
+ "ml.m7i.large",
1560
+ "ml.m7i.xlarge",
1543
1561
  "ml.p2.16xlarge",
1544
1562
  "ml.p2.8xlarge",
1545
1563
  "ml.p2.xlarge",
@@ -1562,6 +1580,15 @@ ProcessingInstanceTypeType = Literal[
1562
1580
  "ml.r5d.8xlarge",
1563
1581
  "ml.r5d.large",
1564
1582
  "ml.r5d.xlarge",
1583
+ "ml.r7i.12xlarge",
1584
+ "ml.r7i.16xlarge",
1585
+ "ml.r7i.24xlarge",
1586
+ "ml.r7i.2xlarge",
1587
+ "ml.r7i.48xlarge",
1588
+ "ml.r7i.4xlarge",
1589
+ "ml.r7i.8xlarge",
1590
+ "ml.r7i.large",
1591
+ "ml.r7i.xlarge",
1565
1592
  "ml.t3.2xlarge",
1566
1593
  "ml.t3.large",
1567
1594
  "ml.t3.medium",
@@ -1637,6 +1664,15 @@ ProductionVariantInstanceTypeType = Literal[
1637
1664
  "ml.c6i.8xlarge",
1638
1665
  "ml.c6i.large",
1639
1666
  "ml.c6i.xlarge",
1667
+ "ml.c6in.12xlarge",
1668
+ "ml.c6in.16xlarge",
1669
+ "ml.c6in.24xlarge",
1670
+ "ml.c6in.2xlarge",
1671
+ "ml.c6in.32xlarge",
1672
+ "ml.c6in.4xlarge",
1673
+ "ml.c6in.8xlarge",
1674
+ "ml.c6in.large",
1675
+ "ml.c6in.xlarge",
1640
1676
  "ml.c7g.12xlarge",
1641
1677
  "ml.c7g.16xlarge",
1642
1678
  "ml.c7g.2xlarge",
@@ -1653,6 +1689,16 @@ ProductionVariantInstanceTypeType = Literal[
1653
1689
  "ml.c7i.8xlarge",
1654
1690
  "ml.c7i.large",
1655
1691
  "ml.c7i.xlarge",
1692
+ "ml.c8g.12xlarge",
1693
+ "ml.c8g.16xlarge",
1694
+ "ml.c8g.24xlarge",
1695
+ "ml.c8g.2xlarge",
1696
+ "ml.c8g.48xlarge",
1697
+ "ml.c8g.4xlarge",
1698
+ "ml.c8g.8xlarge",
1699
+ "ml.c8g.large",
1700
+ "ml.c8g.medium",
1701
+ "ml.c8g.xlarge",
1656
1702
  "ml.dl1.24xlarge",
1657
1703
  "ml.g4dn.12xlarge",
1658
1704
  "ml.g4dn.16xlarge",
@@ -1741,6 +1787,16 @@ ProductionVariantInstanceTypeType = Literal[
1741
1787
  "ml.m7i.8xlarge",
1742
1788
  "ml.m7i.large",
1743
1789
  "ml.m7i.xlarge",
1790
+ "ml.m8g.12xlarge",
1791
+ "ml.m8g.16xlarge",
1792
+ "ml.m8g.24xlarge",
1793
+ "ml.m8g.2xlarge",
1794
+ "ml.m8g.48xlarge",
1795
+ "ml.m8g.4xlarge",
1796
+ "ml.m8g.8xlarge",
1797
+ "ml.m8g.large",
1798
+ "ml.m8g.medium",
1799
+ "ml.m8g.xlarge",
1744
1800
  "ml.p2.16xlarge",
1745
1801
  "ml.p2.8xlarge",
1746
1802
  "ml.p2.xlarge",
@@ -1752,6 +1808,8 @@ ProductionVariantInstanceTypeType = Literal[
1752
1808
  "ml.p5.48xlarge",
1753
1809
  "ml.p5e.48xlarge",
1754
1810
  "ml.p5en.48xlarge",
1811
+ "ml.p6-b200.48xlarge",
1812
+ "ml.p6e-gb200.36xlarge",
1755
1813
  "ml.r5.12xlarge",
1756
1814
  "ml.r5.24xlarge",
1757
1815
  "ml.r5.2xlarge",
@@ -1787,6 +1845,14 @@ ProductionVariantInstanceTypeType = Literal[
1787
1845
  "ml.r6i.8xlarge",
1788
1846
  "ml.r6i.large",
1789
1847
  "ml.r6i.xlarge",
1848
+ "ml.r7gd.12xlarge",
1849
+ "ml.r7gd.16xlarge",
1850
+ "ml.r7gd.2xlarge",
1851
+ "ml.r7gd.4xlarge",
1852
+ "ml.r7gd.8xlarge",
1853
+ "ml.r7gd.large",
1854
+ "ml.r7gd.medium",
1855
+ "ml.r7gd.xlarge",
1790
1856
  "ml.r7i.12xlarge",
1791
1857
  "ml.r7i.16xlarge",
1792
1858
  "ml.r7i.24xlarge",
@@ -1849,6 +1915,7 @@ ReservedCapacityInstanceTypeType = Literal[
1849
1915
  "ml.p5.48xlarge",
1850
1916
  "ml.p5e.48xlarge",
1851
1917
  "ml.p5en.48xlarge",
1918
+ "ml.p6-b200.48xlarge",
1852
1919
  "ml.trn1.32xlarge",
1853
1920
  "ml.trn2.48xlarge",
1854
1921
  ]
@@ -1882,7 +1949,7 @@ RuleEvaluationStatusType = Literal[
1882
1949
  "Error", "InProgress", "IssuesFound", "NoIssuesFound", "Stopped", "Stopping"
1883
1950
  ]
1884
1951
  S3DataDistributionType = Literal["FullyReplicated", "ShardedByS3Key"]
1885
- S3DataTypeType = Literal["AugmentedManifestFile", "ManifestFile", "S3Prefix"]
1952
+ S3DataTypeType = Literal["AugmentedManifestFile", "Converse", "ManifestFile", "S3Prefix"]
1886
1953
  S3ModelDataTypeType = Literal["S3Object", "S3Prefix"]
1887
1954
  SageMakerImageNameType = Literal["sagemaker_distribution"]
1888
1955
  SageMakerResourceNameType = Literal["hyperpod-cluster", "training-job"]
@@ -2060,6 +2127,15 @@ TrainingInstanceTypeType = Literal[
2060
2127
  "ml.c6i.4xlarge",
2061
2128
  "ml.c6i.8xlarge",
2062
2129
  "ml.c6i.xlarge",
2130
+ "ml.c7i.12xlarge",
2131
+ "ml.c7i.16xlarge",
2132
+ "ml.c7i.24xlarge",
2133
+ "ml.c7i.2xlarge",
2134
+ "ml.c7i.48xlarge",
2135
+ "ml.c7i.4xlarge",
2136
+ "ml.c7i.8xlarge",
2137
+ "ml.c7i.large",
2138
+ "ml.c7i.xlarge",
2063
2139
  "ml.g4dn.12xlarge",
2064
2140
  "ml.g4dn.16xlarge",
2065
2141
  "ml.g4dn.2xlarge",
@@ -2110,6 +2186,15 @@ TrainingInstanceTypeType = Literal[
2110
2186
  "ml.m6i.8xlarge",
2111
2187
  "ml.m6i.large",
2112
2188
  "ml.m6i.xlarge",
2189
+ "ml.m7i.12xlarge",
2190
+ "ml.m7i.16xlarge",
2191
+ "ml.m7i.24xlarge",
2192
+ "ml.m7i.2xlarge",
2193
+ "ml.m7i.48xlarge",
2194
+ "ml.m7i.4xlarge",
2195
+ "ml.m7i.8xlarge",
2196
+ "ml.m7i.large",
2197
+ "ml.m7i.xlarge",
2113
2198
  "ml.p2.16xlarge",
2114
2199
  "ml.p2.8xlarge",
2115
2200
  "ml.p2.xlarge",
@@ -2122,6 +2207,7 @@ TrainingInstanceTypeType = Literal[
2122
2207
  "ml.p5.48xlarge",
2123
2208
  "ml.p5e.48xlarge",
2124
2209
  "ml.p5en.48xlarge",
2210
+ "ml.p6-b200.48xlarge",
2125
2211
  "ml.r5.12xlarge",
2126
2212
  "ml.r5.16xlarge",
2127
2213
  "ml.r5.24xlarge",
@@ -2138,6 +2224,15 @@ TrainingInstanceTypeType = Literal[
2138
2224
  "ml.r5d.8xlarge",
2139
2225
  "ml.r5d.large",
2140
2226
  "ml.r5d.xlarge",
2227
+ "ml.r7i.12xlarge",
2228
+ "ml.r7i.16xlarge",
2229
+ "ml.r7i.24xlarge",
2230
+ "ml.r7i.2xlarge",
2231
+ "ml.r7i.48xlarge",
2232
+ "ml.r7i.4xlarge",
2233
+ "ml.r7i.8xlarge",
2234
+ "ml.r7i.large",
2235
+ "ml.r7i.xlarge",
2141
2236
  "ml.t3.2xlarge",
2142
2237
  "ml.t3.large",
2143
2238
  "ml.t3.medium",
@@ -2421,6 +2516,7 @@ ServiceName = Literal[
2421
2516
  "es",
2422
2517
  "events",
2423
2518
  "evidently",
2519
+ "evs",
2424
2520
  "finspace",
2425
2521
  "finspace-data",
2426
2522
  "firehose",
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.38.27"
7
+ __version__ = "1.38.37"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-sagemaker
3
- Version: 1.38.27
4
- Summary: Type annotations for boto3 SageMaker 1.38.27 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.38.37
4
+ Summary: Type annotations for boto3 SageMaker 1.38.37 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.38.27](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 SageMaker 1.38.37](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.38.27' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.38.37' 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.38.27",
16
+ version="1.38.37",
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.38.27 service generated with mypy-boto3-builder 8.11.0",
22
+ description="Type annotations for boto3 SageMaker 1.38.37 service generated with mypy-boto3-builder 8.11.0",
23
23
  classifiers=[
24
24
  "Development Status :: 5 - Production/Stable",
25
25
  "Intended Audience :: Developers",