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

@@ -10,9 +10,9 @@ def print_info() -> None:
10
10
  Print package info to stdout.
11
11
  """
12
12
  print(
13
- "Type annotations for boto3.SageMaker 1.35.32\n"
14
- "Version: 1.35.32\n"
15
- "Builder version: 8.1.2\n"
13
+ "Type annotations for boto3.SageMaker 1.35.51\n"
14
+ "Version: 1.35.51\n"
15
+ "Builder version: 8.1.4\n"
16
16
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker//\n"
17
17
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker\n"
18
18
  "Other services: https://pypi.org/project/boto3-stubs/\n"
@@ -24,7 +24,7 @@ def print_version() -> None:
24
24
  """
25
25
  Print package version to stdout.
26
26
  """
27
- print("1.35.32")
27
+ print("1.35.51")
28
28
 
29
29
 
30
30
  def main() -> None:
@@ -1855,6 +1855,8 @@ TrainingInstanceTypeType = Literal[
1855
1855
  "ml.p4d.24xlarge",
1856
1856
  "ml.p4de.24xlarge",
1857
1857
  "ml.p5.48xlarge",
1858
+ "ml.p5e.48xlarge",
1859
+ "ml.p5en.48xlarge",
1858
1860
  "ml.r5.12xlarge",
1859
1861
  "ml.r5.16xlarge",
1860
1862
  "ml.r5.24xlarge",
@@ -1878,6 +1880,7 @@ TrainingInstanceTypeType = Literal[
1878
1880
  "ml.trn1.2xlarge",
1879
1881
  "ml.trn1.32xlarge",
1880
1882
  "ml.trn1n.32xlarge",
1883
+ "ml.trn2.48xlarge",
1881
1884
  ]
1882
1885
  TrainingJobCompletedOrStoppedWaiterName = Literal["training_job_completed_or_stopped"]
1883
1886
  TrainingJobEarlyStoppingTypeType = Literal["Auto", "Off"]
@@ -2225,6 +2228,7 @@ ServiceName = Literal[
2225
2228
  "marketplace-catalog",
2226
2229
  "marketplace-deployment",
2227
2230
  "marketplace-entitlement",
2231
+ "marketplace-reporting",
2228
2232
  "marketplacecommerceanalytics",
2229
2233
  "mediaconnect",
2230
2234
  "mediaconvert",
@@ -2253,7 +2257,6 @@ ServiceName = Literal[
2253
2257
  "network-firewall",
2254
2258
  "networkmanager",
2255
2259
  "networkmonitor",
2256
- "nimble",
2257
2260
  "oam",
2258
2261
  "omics",
2259
2262
  "opensearch",
@@ -2343,6 +2346,7 @@ ServiceName = Literal[
2343
2346
  "snow-device-management",
2344
2347
  "snowball",
2345
2348
  "sns",
2349
+ "socialmessaging",
2346
2350
  "sqs",
2347
2351
  "ssm",
2348
2352
  "ssm-contacts",
@@ -1853,6 +1853,8 @@ TrainingInstanceTypeType = Literal[
1853
1853
  "ml.p4d.24xlarge",
1854
1854
  "ml.p4de.24xlarge",
1855
1855
  "ml.p5.48xlarge",
1856
+ "ml.p5e.48xlarge",
1857
+ "ml.p5en.48xlarge",
1856
1858
  "ml.r5.12xlarge",
1857
1859
  "ml.r5.16xlarge",
1858
1860
  "ml.r5.24xlarge",
@@ -1876,6 +1878,7 @@ TrainingInstanceTypeType = Literal[
1876
1878
  "ml.trn1.2xlarge",
1877
1879
  "ml.trn1.32xlarge",
1878
1880
  "ml.trn1n.32xlarge",
1881
+ "ml.trn2.48xlarge",
1879
1882
  ]
1880
1883
  TrainingJobCompletedOrStoppedWaiterName = Literal["training_job_completed_or_stopped"]
1881
1884
  TrainingJobEarlyStoppingTypeType = Literal["Auto", "Off"]
@@ -2223,6 +2226,7 @@ ServiceName = Literal[
2223
2226
  "marketplace-catalog",
2224
2227
  "marketplace-deployment",
2225
2228
  "marketplace-entitlement",
2229
+ "marketplace-reporting",
2226
2230
  "marketplacecommerceanalytics",
2227
2231
  "mediaconnect",
2228
2232
  "mediaconvert",
@@ -2251,7 +2255,6 @@ ServiceName = Literal[
2251
2255
  "network-firewall",
2252
2256
  "networkmanager",
2253
2257
  "networkmonitor",
2254
- "nimble",
2255
2258
  "oam",
2256
2259
  "omics",
2257
2260
  "opensearch",
@@ -2341,6 +2344,7 @@ ServiceName = Literal[
2341
2344
  "snow-device-management",
2342
2345
  "snowball",
2343
2346
  "sns",
2347
+ "socialmessaging",
2344
2348
  "sqs",
2345
2349
  "ssm",
2346
2350
  "ssm-contacts",
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.35.32"
5
+ __version__ = "1.35.51"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-sagemaker
3
- Version: 1.35.32
4
- Summary: Type annotations for boto3.SageMaker 1.35.32 service generated with mypy-boto3-builder 8.1.2
3
+ Version: 1.35.51
4
+ Summary: Type annotations for boto3.SageMaker 1.35.51 service generated with mypy-boto3-builder 8.1.4
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
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
43
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3.SageMaker 1.35.32](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
46
+ [boto3.SageMaker 1.35.51](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
47
47
  service compatible with [VSCode](https://code.visualstudio.com/),
48
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
52
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
53
53
 
54
54
  Generated by
55
- [mypy-boto3-builder 8.1.2](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 8.1.4](https://github.com/youtype/mypy_boto3_builder).
56
56
 
57
57
  More information can be found on
58
58
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -161,7 +161,7 @@ annotations required, write your `boto3` code as usual.
161
161
  Install `boto3-stubs-lite[sagemaker]` in your environment:
162
162
 
163
163
  ```bash
164
- python -m pip install 'boto3-stubs-lite[sagemaker]'`
164
+ python -m pip install 'boto3-stubs-lite[sagemaker]'
165
165
  ```
166
166
 
167
167
  Both type checking and code completion should now work. Explicit type
@@ -1,20 +1,20 @@
1
1
  mypy_boto3_sagemaker/__init__.py,sha256=b08-0nE22ES-AR3RJfmeB96l7Cu0WH35tk0vC5pvdko,19858
2
2
  mypy_boto3_sagemaker/__init__.pyi,sha256=Oxh-kRhT-JvQkrKOLiGHPqwvvSOFR-MquOEW-y-4w7s,19857
3
- mypy_boto3_sagemaker/__main__.py,sha256=fXsdrRAE983LkkecumyBoj4r1tE0rnV8SOc4O06ikr0,926
3
+ mypy_boto3_sagemaker/__main__.py,sha256=Hl4XaMtuGnFmyQUE7spOBAYVS91GoH_hoykWht9Iml4,926
4
4
  mypy_boto3_sagemaker/client.py,sha256=mq787TVdP9xEIUA8qvUhUFUwZZWJ9MNTBWV6j7Ei5eE,253463
5
5
  mypy_boto3_sagemaker/client.pyi,sha256=ctCpeTXT60N7y6BxJ3VoOwggwpObLHQ1tQ7MqK5yiPM,253459
6
- mypy_boto3_sagemaker/literals.py,sha256=2I6q0o_sLGv2bRPGWDCVPRQ-5GB7bzRr_buQWoiV17M,72966
7
- mypy_boto3_sagemaker/literals.pyi,sha256=bQu7RkzGfPZBDjRsaZd--NyX1fR0ccZJ9CcVXHM-Doc,72964
6
+ mypy_boto3_sagemaker/literals.py,sha256=Z4vYNlTBz5w1oPTspmCmWFQuHj17_mtiObPs0yAa-tI,73075
7
+ mypy_boto3_sagemaker/literals.pyi,sha256=6oaG3IwdIDigVGRpJKV7_wY5zSJ5PA2dYaInr_Hh1Ws,73073
8
8
  mypy_boto3_sagemaker/paginator.py,sha256=JVxnUJtPpS6jz78bSSCwRO6DC1vXtbdCgVBMUQY70Q8,89269
9
9
  mypy_boto3_sagemaker/paginator.pyi,sha256=0MaN2KE4RNJ3951h7i4PYtqpfb7HxpgwFc6vThXisP4,89118
10
10
  mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  mypy_boto3_sagemaker/type_defs.py,sha256=2l6rA_hp-rJtpUhie4ihA9cjg6sEHLVLoJ29L_JVgis,553596
12
12
  mypy_boto3_sagemaker/type_defs.pyi,sha256=VuvttbLij9DU6tbs1W8kgmNXo1ud7dlvi2z6JtOf4uk,553595
13
- mypy_boto3_sagemaker/version.py,sha256=nOIKlVkxM6NZxe_OH_ZsrtaltSXvyvcNLxVQmXN4Aho,62
13
+ mypy_boto3_sagemaker/version.py,sha256=ztRF1iF0QM5nzIb4wwM7YIkMR3uwWcHcmkFCgBrseC8,62
14
14
  mypy_boto3_sagemaker/waiter.py,sha256=KKO4niBCTQALrdlTnKuiWICQC8BmGDvYrjXnZWnpD0c,14331
15
15
  mypy_boto3_sagemaker/waiter.pyi,sha256=4xauDS_2um-f-waElqVGiDnN_7TCaMkJa8j8DkaaNw4,14304
16
- mypy_boto3_sagemaker-1.35.32.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
17
- mypy_boto3_sagemaker-1.35.32.dist-info/METADATA,sha256=RgxFIYq7DGdh8wBgvluuAsuwq4H0834JEcOuhW5tdD8,26039
18
- mypy_boto3_sagemaker-1.35.32.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
19
- mypy_boto3_sagemaker-1.35.32.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
- mypy_boto3_sagemaker-1.35.32.dist-info/RECORD,,
16
+ mypy_boto3_sagemaker-1.35.51.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
17
+ mypy_boto3_sagemaker-1.35.51.dist-info/METADATA,sha256=iz1X7XQAq93TQuYe47s0e1Ih0UH3DSczZiq-gJS_ABQ,26038
18
+ mypy_boto3_sagemaker-1.35.51.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
19
+ mypy_boto3_sagemaker-1.35.51.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
+ mypy_boto3_sagemaker-1.35.51.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.1.0)
2
+ Generator: setuptools (75.3.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5