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

@@ -198,7 +198,7 @@ Usage::
198
198
  search_paginator: SearchPaginator = client.get_paginator("search")
199
199
  ```
200
200
 
201
- Copyright 2024 Vlad Emelianov
201
+ Copyright 2025 Vlad Emelianov
202
202
  """
203
203
 
204
204
  from .client import SageMakerClient
@@ -198,7 +198,7 @@ Usage::
198
198
  search_paginator: SearchPaginator = client.get_paginator("search")
199
199
  ```
200
200
 
201
- Copyright 2024 Vlad Emelianov
201
+ Copyright 2025 Vlad Emelianov
202
202
  """
203
203
 
204
204
  from .client import SageMakerClient
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Main CLI entrypoint.
3
3
 
4
- Copyright 2024 Vlad Emelianov
4
+ Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
7
  import sys
@@ -12,9 +12,9 @@ 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.35.86\n"
16
- "Version: 1.35.86\n"
17
- "Builder version: 8.7.0\n"
15
+ "Type annotations for boto3 SageMaker 1.35.91\n"
16
+ "Version: 1.35.91\n"
17
+ "Builder version: 8.7.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"
20
20
  "Other services: https://pypi.org/project/boto3-stubs/\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.35.86\n")
29
+ sys.stdout.write("1.35.91\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -13,7 +13,7 @@ Usage::
13
13
  client: SageMakerClient = session.client("sagemaker")
14
14
  ```
15
15
 
16
- Copyright 2024 Vlad Emelianov
16
+ Copyright 2025 Vlad Emelianov
17
17
  """
18
18
 
19
19
  from __future__ import annotations
@@ -13,7 +13,7 @@ Usage::
13
13
  client: SageMakerClient = session.client("sagemaker")
14
14
  ```
15
15
 
16
- Copyright 2024 Vlad Emelianov
16
+ Copyright 2025 Vlad Emelianov
17
17
  """
18
18
 
19
19
  from __future__ import annotations
@@ -11,7 +11,7 @@ Usage::
11
11
  data: ActionStatusType = "Completed"
12
12
  ```
13
13
 
14
- Copyright 2024 Vlad Emelianov
14
+ Copyright 2025 Vlad Emelianov
15
15
  """
16
16
 
17
17
  import sys
@@ -11,7 +11,7 @@ Usage::
11
11
  data: ActionStatusType = "Completed"
12
12
  ```
13
13
 
14
- Copyright 2024 Vlad Emelianov
14
+ Copyright 2025 Vlad Emelianov
15
15
  """
16
16
 
17
17
  import sys
@@ -173,7 +173,7 @@ Usage::
173
173
  search_paginator: SearchPaginator = client.get_paginator("search")
174
174
  ```
175
175
 
176
- Copyright 2024 Vlad Emelianov
176
+ Copyright 2025 Vlad Emelianov
177
177
  """
178
178
 
179
179
  from __future__ import annotations
@@ -173,7 +173,7 @@ Usage::
173
173
  search_paginator: SearchPaginator = client.get_paginator("search")
174
174
  ```
175
175
 
176
- Copyright 2024 Vlad Emelianov
176
+ Copyright 2025 Vlad Emelianov
177
177
  """
178
178
 
179
179
  from __future__ import annotations
@@ -11,7 +11,7 @@ Usage::
11
11
  data: ActionSourceTypeDef = ...
12
12
  ```
13
13
 
14
- Copyright 2024 Vlad Emelianov
14
+ Copyright 2025 Vlad Emelianov
15
15
  """
16
16
 
17
17
  from __future__ import annotations
@@ -1905,6 +1905,7 @@ class AdditionalS3DataSourceTypeDef(TypedDict):
1905
1905
  S3DataType: AdditionalS3DataSourceDataTypeType
1906
1906
  S3Uri: str
1907
1907
  CompressionType: NotRequired[CompressionTypeType]
1908
+ ETag: NotRequired[str]
1908
1909
 
1909
1910
 
1910
1911
  class AgentVersionTypeDef(TypedDict):
@@ -9374,6 +9375,8 @@ class S3ModelDataSourceTypeDef(TypedDict):
9374
9375
  ModelAccessConfig: NotRequired[ModelAccessConfigTypeDef]
9375
9376
  HubAccessConfig: NotRequired[InferenceHubAccessConfigTypeDef]
9376
9377
  ManifestS3Uri: NotRequired[str]
9378
+ ETag: NotRequired[str]
9379
+ ManifestEtag: NotRequired[str]
9377
9380
 
9378
9381
 
9379
9382
  class TextGenerationJobConfigOutputTypeDef(TypedDict):
@@ -11665,6 +11668,7 @@ class ModelPackageContainerDefinitionOutputTypeDef(TypedDict):
11665
11668
  FrameworkVersion: NotRequired[str]
11666
11669
  NearestModelName: NotRequired[str]
11667
11670
  AdditionalS3DataSource: NotRequired[AdditionalS3DataSourceTypeDef]
11671
+ ModelDataETag: NotRequired[str]
11668
11672
 
11669
11673
 
11670
11674
  class ModelPackageContainerDefinitionTypeDef(TypedDict):
@@ -11680,12 +11684,14 @@ class ModelPackageContainerDefinitionTypeDef(TypedDict):
11680
11684
  FrameworkVersion: NotRequired[str]
11681
11685
  NearestModelName: NotRequired[str]
11682
11686
  AdditionalS3DataSource: NotRequired[AdditionalS3DataSourceTypeDef]
11687
+ ModelDataETag: NotRequired[str]
11683
11688
 
11684
11689
 
11685
11690
  class SourceAlgorithmTypeDef(TypedDict):
11686
11691
  AlgorithmName: str
11687
11692
  ModelDataUrl: NotRequired[str]
11688
11693
  ModelDataSource: NotRequired[ModelDataSourceTypeDef]
11694
+ ModelDataETag: NotRequired[str]
11689
11695
 
11690
11696
 
11691
11697
  class ListMonitoringAlertsResponseTypeDef(TypedDict):
@@ -11,7 +11,7 @@ Usage::
11
11
  data: ActionSourceTypeDef = ...
12
12
  ```
13
13
 
14
- Copyright 2024 Vlad Emelianov
14
+ Copyright 2025 Vlad Emelianov
15
15
  """
16
16
 
17
17
  from __future__ import annotations
@@ -1899,6 +1899,7 @@ class AdditionalS3DataSourceTypeDef(TypedDict):
1899
1899
  S3DataType: AdditionalS3DataSourceDataTypeType
1900
1900
  S3Uri: str
1901
1901
  CompressionType: NotRequired[CompressionTypeType]
1902
+ ETag: NotRequired[str]
1902
1903
 
1903
1904
  class AgentVersionTypeDef(TypedDict):
1904
1905
  Version: str
@@ -8251,6 +8252,8 @@ class S3ModelDataSourceTypeDef(TypedDict):
8251
8252
  ModelAccessConfig: NotRequired[ModelAccessConfigTypeDef]
8252
8253
  HubAccessConfig: NotRequired[InferenceHubAccessConfigTypeDef]
8253
8254
  ManifestS3Uri: NotRequired[str]
8255
+ ETag: NotRequired[str]
8256
+ ManifestEtag: NotRequired[str]
8254
8257
 
8255
8258
  class TextGenerationJobConfigOutputTypeDef(TypedDict):
8256
8259
  CompletionCriteria: NotRequired[AutoMLJobCompletionCriteriaTypeDef]
@@ -10277,6 +10280,7 @@ class ModelPackageContainerDefinitionOutputTypeDef(TypedDict):
10277
10280
  FrameworkVersion: NotRequired[str]
10278
10281
  NearestModelName: NotRequired[str]
10279
10282
  AdditionalS3DataSource: NotRequired[AdditionalS3DataSourceTypeDef]
10283
+ ModelDataETag: NotRequired[str]
10280
10284
 
10281
10285
  class ModelPackageContainerDefinitionTypeDef(TypedDict):
10282
10286
  Image: str
@@ -10291,11 +10295,13 @@ class ModelPackageContainerDefinitionTypeDef(TypedDict):
10291
10295
  FrameworkVersion: NotRequired[str]
10292
10296
  NearestModelName: NotRequired[str]
10293
10297
  AdditionalS3DataSource: NotRequired[AdditionalS3DataSourceTypeDef]
10298
+ ModelDataETag: NotRequired[str]
10294
10299
 
10295
10300
  class SourceAlgorithmTypeDef(TypedDict):
10296
10301
  AlgorithmName: str
10297
10302
  ModelDataUrl: NotRequired[str]
10298
10303
  ModelDataSource: NotRequired[ModelDataSourceTypeDef]
10304
+ ModelDataETag: NotRequired[str]
10299
10305
 
10300
10306
  class ListMonitoringAlertsResponseTypeDef(TypedDict):
10301
10307
  MonitoringAlertSummaries: list[MonitoringAlertSummaryTypeDef]
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Source of truth for version.
3
3
 
4
- Copyright 2024 Vlad Emelianov
4
+ Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.35.86"
7
+ __version__ = "1.35.91"
@@ -43,7 +43,7 @@ Usage::
43
43
  transform_job_completed_or_stopped_waiter: TransformJobCompletedOrStoppedWaiter = client.get_waiter("transform_job_completed_or_stopped")
44
44
  ```
45
45
 
46
- Copyright 2024 Vlad Emelianov
46
+ Copyright 2025 Vlad Emelianov
47
47
  """
48
48
 
49
49
  from __future__ import annotations
@@ -43,7 +43,7 @@ Usage::
43
43
  transform_job_completed_or_stopped_waiter: TransformJobCompletedOrStoppedWaiter = client.get_waiter("transform_job_completed_or_stopped")
44
44
  ```
45
45
 
46
- Copyright 2024 Vlad Emelianov
46
+ Copyright 2025 Vlad Emelianov
47
47
  """
48
48
 
49
49
  from __future__ import annotations
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Vlad Emelianov
3
+ Copyright (c) 2025 Vlad Emelianov
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-sagemaker
3
- Version: 1.35.86
4
- Summary: Type annotations for boto3 SageMaker 1.35.86 service generated with mypy-boto3-builder 8.7.0
3
+ Version: 1.35.91
4
+ Summary: Type annotations for boto3 SageMaker 1.35.91 service generated with mypy-boto3-builder 8.7.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
@@ -30,7 +30,7 @@ Classifier: Typing :: Stubs Only
30
30
  Requires-Python: >=3.8
31
31
  Description-Content-Type: text/markdown
32
32
  License-File: LICENSE
33
- Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
33
+ Requires-Dist: typing-extensions; python_version < "3.12"
34
34
 
35
35
  <a id="mypy-boto3-sagemaker"></a>
36
36
 
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
43
43
 
44
44
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
45
 
46
- Type annotations for [boto3 SageMaker 1.35.86](https://pypi.org/project/boto3/)
46
+ Type annotations for [boto3 SageMaker 1.35.91](https://pypi.org/project/boto3/)
47
47
  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 @@ compatible with [VSCode](https://code.visualstudio.com/),
52
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
53
53
 
54
54
  Generated with
55
- [mypy-boto3-builder 8.7.0](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 8.7.1](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
@@ -106,7 +106,7 @@ You can generate type annotations for `boto3` package locally with
106
106
  isolation.
107
107
 
108
108
  1. Run mypy-boto3-builder in your package root directory:
109
- `uvx --with 'boto3==1.35.86' mypy_boto3_builder`
109
+ `uvx --with 'boto3==1.35.91' mypy_boto3_builder`
110
110
  2. Select `boto3-stubs` AWS SDK.
111
111
  3. Add `SageMaker` service.
112
112
  4. Use provided commands to install generated packages.
@@ -0,0 +1,20 @@
1
+ mypy_boto3_sagemaker/__init__.py,sha256=ChcIZ_w3l_S3hOE_Suehn0xlbY1t4zv7TV7_BDr0yE4,20779
2
+ mypy_boto3_sagemaker/__init__.pyi,sha256=0cJeN6GYQYFx99Odq2Ld26mNCocXVubyciUX4RaXaTo,20778
3
+ mypy_boto3_sagemaker/__main__.py,sha256=SY8aWsGeQqSGZj4IaUnRvm_EgXisEDK08wjJngCAJJY,991
4
+ mypy_boto3_sagemaker/client.py,sha256=7aAu-slJk2W5Nasq5RsNFrY6rfvZsQgxOL54rXMBmR4,273091
5
+ mypy_boto3_sagemaker/client.pyi,sha256=cOZE9-qT18l88TLUK4amz6YPXGfPqnVqLGcX7QQhDFY,273088
6
+ mypy_boto3_sagemaker/literals.py,sha256=8ogE-vDfE6zFsjxlgJo2wMA_k5HEF5TlRFH0-3yirc4,78836
7
+ mypy_boto3_sagemaker/literals.pyi,sha256=oZn6k2cw4q7tEp3W59Wn1LGa1cVP3Gvv9GKMB9P3-Qk,78834
8
+ mypy_boto3_sagemaker/paginator.py,sha256=pVE-eqVsvU4OEXMiQbblBgRZPjqB8otndqYtNSnmw64,113965
9
+ mypy_boto3_sagemaker/paginator.pyi,sha256=x1FyvaPOi4dDOQEmKm8xyTeCxfsEI0qdqLNFI-jrv6w,113730
10
+ mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ mypy_boto3_sagemaker/type_defs.py,sha256=Z0DP5VSO59eTXGiOnbLRCkkGSwLv1bVsku0p6K6quWM,456386
12
+ mypy_boto3_sagemaker/type_defs.pyi,sha256=3tmd44xfQZ-4_-NP6DcJfGUKTfXWk-pJ5BdnnPXZX6Y,454849
13
+ mypy_boto3_sagemaker/version.py,sha256=awiRZGpmtIOJjSdLq8zoK2UrHJRj_KoTCo8Hz11Pcc8,93
14
+ mypy_boto3_sagemaker/waiter.py,sha256=ebzZ5r8afi6WO7TTz26k4cHgEt4f3t4qkz7ZAoTTZ7k,14752
15
+ mypy_boto3_sagemaker/waiter.pyi,sha256=qhgN-O9ZVCfS-p_80TN70RzgwkzY1EZIhkqIn-iovrM,14725
16
+ mypy_boto3_sagemaker-1.35.91.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
+ mypy_boto3_sagemaker-1.35.91.dist-info/METADATA,sha256=wlSP7vVwM0uThT5swsoGH6vPbcyu6qIxbnH2A_Z69is,28514
18
+ mypy_boto3_sagemaker-1.35.91.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
19
+ mypy_boto3_sagemaker-1.35.91.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
+ mypy_boto3_sagemaker-1.35.91.dist-info/RECORD,,
@@ -1,20 +0,0 @@
1
- mypy_boto3_sagemaker/__init__.py,sha256=1dhTcsW6YDsy1ZfKkGI38VUMx5aRfIU38uLx8DGmMsQ,20779
2
- mypy_boto3_sagemaker/__init__.pyi,sha256=BGr_znBC4FxDq9f6LYMR2XxCxayB8AxU-pLlEQCryEY,20778
3
- mypy_boto3_sagemaker/__main__.py,sha256=0PyZ6uiA-20rWnQ1OMx9DO7aMIL5hKUNf4Zo0kU8tMM,991
4
- mypy_boto3_sagemaker/client.py,sha256=w8PxrsM-x9vuFDHTq4G1lNUkqB61St2cly1DfbH6yHo,273091
5
- mypy_boto3_sagemaker/client.pyi,sha256=6Pdl5OcuI9_iXV4SvV8b1_gvZ2TsgDZwwUvj87qGr8U,273088
6
- mypy_boto3_sagemaker/literals.py,sha256=uqKFns4l-e0XNjvLniVyUB2iJbF2V20wkWHvvjYaCbU,78836
7
- mypy_boto3_sagemaker/literals.pyi,sha256=rFbjhly1csGm0ylVctxl6BGQds9kaZW3GM7FATWYS9A,78834
8
- mypy_boto3_sagemaker/paginator.py,sha256=HqXMZ-QsPxun_4-Ll-iRGGFLQ7PXg3SaETpKIElWlb0,113965
9
- mypy_boto3_sagemaker/paginator.pyi,sha256=x_H-qKsNOi0dxaIu4wpQ4oNdrTOsBPJ77Jj2SxzsvQU,113730
10
- mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_sagemaker/type_defs.py,sha256=TVWPgDtKR_7Eu7kSqMb3tq1sbYvu5FnoGatj4B1Br0w,456189
12
- mypy_boto3_sagemaker/type_defs.pyi,sha256=PA2r5Bqk-vT_04Wi2Ag8S19E-5ps0zOYYW5evHx2xwI,454652
13
- mypy_boto3_sagemaker/version.py,sha256=R7ca4mwTpgac6S4rPbB0dyM2ChqlwVrwpVhiVVMCC_k,93
14
- mypy_boto3_sagemaker/waiter.py,sha256=1Rar97caLIY-e4wJRWb3ffFEQ4wochXrAtz6bX1xkXE,14752
15
- mypy_boto3_sagemaker/waiter.pyi,sha256=I_RYLxqX9YnINwtgb_uOXmDIMPSsy_Q4DbsEk7yHspY,14725
16
- mypy_boto3_sagemaker-1.35.86.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
17
- mypy_boto3_sagemaker-1.35.86.dist-info/METADATA,sha256=qn-jMnousYyk86-5iU-4Hr5O0RIxS5oTnFDejE3-qU4,28521
18
- mypy_boto3_sagemaker-1.35.86.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
19
- mypy_boto3_sagemaker-1.35.86.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
- mypy_boto3_sagemaker-1.35.86.dist-info/RECORD,,