mypy-boto3-sagemaker 1.29.0__tar.gz → 1.36.0__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.
- {mypy-boto3-sagemaker-1.29.0 → mypy_boto3_sagemaker-1.36.0}/LICENSE +1 -1
- {mypy-boto3-sagemaker-1.29.0/mypy_boto3_sagemaker.egg-info → mypy_boto3_sagemaker-1.36.0}/PKG-INFO +140 -44
- mypy-boto3-sagemaker-1.29.0/PKG-INFO → mypy_boto3_sagemaker-1.36.0/README.md +120 -70
- mypy-boto3-sagemaker-1.29.0/mypy_boto3_sagemaker/__init__.pyi → mypy_boto3_sagemaker-1.36.0/mypy_boto3_sagemaker/__init__.py +41 -2
- mypy-boto3-sagemaker-1.29.0/mypy_boto3_sagemaker/__init__.py → mypy_boto3_sagemaker-1.36.0/mypy_boto3_sagemaker/__init__.pyi +40 -3
- mypy_boto3_sagemaker-1.36.0/mypy_boto3_sagemaker/__main__.py +43 -0
- mypy-boto3-sagemaker-1.29.0/mypy_boto3_sagemaker/client.pyi → mypy_boto3_sagemaker-1.36.0/mypy_boto3_sagemaker/client.py +2334 -2594
- mypy-boto3-sagemaker-1.29.0/mypy_boto3_sagemaker/client.py → mypy_boto3_sagemaker-1.36.0/mypy_boto3_sagemaker/client.pyi +2332 -2599
- mypy-boto3-sagemaker-1.29.0/mypy_boto3_sagemaker/literals.pyi → mypy_boto3_sagemaker-1.36.0/mypy_boto3_sagemaker/literals.py +805 -28
- mypy-boto3-sagemaker-1.29.0/mypy_boto3_sagemaker/literals.py → mypy_boto3_sagemaker-1.36.0/mypy_boto3_sagemaker/literals.pyi +803 -30
- mypy_boto3_sagemaker-1.36.0/mypy_boto3_sagemaker/paginator.py +2100 -0
- mypy_boto3_sagemaker-1.36.0/mypy_boto3_sagemaker/paginator.pyi +1865 -0
- mypy_boto3_sagemaker-1.36.0/mypy_boto3_sagemaker/type_defs.py +13453 -0
- mypy_boto3_sagemaker-1.36.0/mypy_boto3_sagemaker/type_defs.pyi +11916 -0
- mypy_boto3_sagemaker-1.36.0/mypy_boto3_sagemaker/version.py +7 -0
- {mypy-boto3-sagemaker-1.29.0 → mypy_boto3_sagemaker-1.36.0}/mypy_boto3_sagemaker/waiter.py +85 -53
- {mypy-boto3-sagemaker-1.29.0 → mypy_boto3_sagemaker-1.36.0}/mypy_boto3_sagemaker/waiter.pyi +84 -66
- mypy-boto3-sagemaker-1.29.0/README.md → mypy_boto3_sagemaker-1.36.0/mypy_boto3_sagemaker.egg-info/PKG-INFO +166 -37
- {mypy-boto3-sagemaker-1.29.0 → mypy_boto3_sagemaker-1.36.0}/mypy_boto3_sagemaker.egg-info/requires.txt +1 -1
- {mypy-boto3-sagemaker-1.29.0 → mypy_boto3_sagemaker-1.36.0}/setup.py +10 -13
- mypy-boto3-sagemaker-1.29.0/mypy_boto3_sagemaker/__main__.py +0 -39
- mypy-boto3-sagemaker-1.29.0/mypy_boto3_sagemaker/paginator.py +0 -1971
- mypy-boto3-sagemaker-1.29.0/mypy_boto3_sagemaker/paginator.pyi +0 -1899
- mypy-boto3-sagemaker-1.29.0/mypy_boto3_sagemaker/type_defs.py +0 -13330
- mypy-boto3-sagemaker-1.29.0/mypy_boto3_sagemaker/type_defs.pyi +0 -13329
- mypy-boto3-sagemaker-1.29.0/mypy_boto3_sagemaker/version.py +0 -5
- {mypy-boto3-sagemaker-1.29.0 → mypy_boto3_sagemaker-1.36.0}/mypy_boto3_sagemaker/py.typed +0 -0
- {mypy-boto3-sagemaker-1.29.0 → mypy_boto3_sagemaker-1.36.0}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-sagemaker-1.29.0 → mypy_boto3_sagemaker-1.36.0}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-sagemaker-1.29.0 → mypy_boto3_sagemaker-1.36.0}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
- {mypy-boto3-sagemaker-1.29.0 → mypy_boto3_sagemaker-1.36.0}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
- {mypy-boto3-sagemaker-1.29.0 → mypy_boto3_sagemaker-1.36.0}/setup.cfg +0 -0
{mypy-boto3-sagemaker-1.29.0/mypy_boto3_sagemaker.egg-info → mypy_boto3_sagemaker-1.36.0}/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3
|
|
3
|
+
Version: 1.36.0
|
|
4
|
+
Summary: Type annotations for boto3 SageMaker 1.36.0 service generated with mypy-boto3-builder 8.8.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
|
|
@@ -9,7 +9,7 @@ License: MIT License
|
|
|
9
9
|
Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/
|
|
10
10
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
11
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3 sagemaker type-annotations
|
|
12
|
+
Keywords: boto3 sagemaker boto3-stubs type-annotations mypy typeshed autocomplete
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
@@ -17,53 +17,66 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
17
17
|
Classifier: Natural Language :: English
|
|
18
18
|
Classifier: Operating System :: OS Independent
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.8
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
27
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
28
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
|
-
Classifier: Typing ::
|
|
30
|
-
Requires-Python: >=3.
|
|
29
|
+
Classifier: Typing :: Stubs Only
|
|
30
|
+
Requires-Python: >=3.8
|
|
31
31
|
Description-Content-Type: text/markdown
|
|
32
32
|
License-File: LICENSE
|
|
33
|
+
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
34
|
+
Dynamic: author
|
|
35
|
+
Dynamic: author-email
|
|
36
|
+
Dynamic: classifier
|
|
37
|
+
Dynamic: description
|
|
38
|
+
Dynamic: description-content-type
|
|
39
|
+
Dynamic: home-page
|
|
40
|
+
Dynamic: keywords
|
|
41
|
+
Dynamic: license
|
|
42
|
+
Dynamic: project-url
|
|
43
|
+
Dynamic: requires-dist
|
|
44
|
+
Dynamic: requires-python
|
|
45
|
+
Dynamic: summary
|
|
33
46
|
|
|
34
47
|
<a id="mypy-boto3-sagemaker"></a>
|
|
35
48
|
|
|
36
49
|
# mypy-boto3-sagemaker
|
|
37
50
|
|
|
38
|
-
[](https://pypi.org/project/mypy-boto3-sagemaker)
|
|
39
|
-
[](https://pypi.org/project/mypy-boto3-sagemaker)
|
|
40
|
-
[](https://youtype.github.io/boto3_stubs_docs/
|
|
41
|
-
[](https://
|
|
51
|
+
[](https://pypi.org/project/mypy-boto3-sagemaker/)
|
|
52
|
+
[](https://pypi.org/project/mypy-boto3-sagemaker/)
|
|
53
|
+
[](https://youtype.github.io/boto3_stubs_docs/)
|
|
54
|
+
[](https://pypistats.org/packages/mypy-boto3-sagemaker)
|
|
42
55
|
|
|
43
56
|

|
|
44
57
|
|
|
45
|
-
Type annotations for
|
|
46
|
-
[
|
|
47
|
-
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
58
|
+
Type annotations for [boto3 SageMaker 1.36.0](https://pypi.org/project/boto3/)
|
|
59
|
+
compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
60
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
61
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
50
62
|
[Sublime Text](https://www.sublimetext.com/),
|
|
51
63
|
[mypy](https://github.com/python/mypy),
|
|
52
64
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
65
|
|
|
54
|
-
Generated
|
|
55
|
-
[mypy-boto3-builder
|
|
66
|
+
Generated with
|
|
67
|
+
[mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
|
|
56
68
|
|
|
57
69
|
More information can be found on
|
|
58
70
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
59
71
|
[mypy-boto3-sagemaker docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/).
|
|
60
72
|
|
|
61
|
-
See how it helps
|
|
73
|
+
See how it helps you find and fix potential bugs:
|
|
62
74
|
|
|
63
|
-

|
|
64
76
|
|
|
65
77
|
- [mypy-boto3-sagemaker](#mypy-boto3-sagemaker)
|
|
66
78
|
- [How to install](#how-to-install)
|
|
79
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
67
80
|
- [VSCode extension](#vscode-extension)
|
|
68
81
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
69
82
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -75,6 +88,7 @@ See how it helps to find and fix potential bugs:
|
|
|
75
88
|
- [Other IDEs](#other-ides)
|
|
76
89
|
- [mypy](#mypy)
|
|
77
90
|
- [pyright](#pyright)
|
|
91
|
+
- [Pylint compatibility](#pylint-compatibility)
|
|
78
92
|
- [Explicit type annotations](#explicit-type-annotations)
|
|
79
93
|
- [Client annotations](#client-annotations)
|
|
80
94
|
- [Paginators annotations](#paginators-annotations)
|
|
@@ -94,6 +108,21 @@ See how it helps to find and fix potential bugs:
|
|
|
94
108
|
|
|
95
109
|
## How to install
|
|
96
110
|
|
|
111
|
+
<a id="generate-locally-(recommended)"></a>
|
|
112
|
+
|
|
113
|
+
### Generate locally (recommended)
|
|
114
|
+
|
|
115
|
+
You can generate type annotations for `boto3` package locally with
|
|
116
|
+
`mypy_boto3_builder`. Use
|
|
117
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
118
|
+
isolation.
|
|
119
|
+
|
|
120
|
+
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
+
`uvx --with 'boto3==1.36.0' mypy_boto3_builder`
|
|
122
|
+
2. Select `boto3-stubs` AWS SDK.
|
|
123
|
+
3. Add `SageMaker` service.
|
|
124
|
+
4. Use provided commands to install generated packages.
|
|
125
|
+
|
|
97
126
|
<a id="vscode-extension"></a>
|
|
98
127
|
|
|
99
128
|
### VSCode extension
|
|
@@ -114,12 +143,10 @@ Install `boto3-stubs` for `SageMaker` service.
|
|
|
114
143
|
# install with boto3 type annotations
|
|
115
144
|
python -m pip install 'boto3-stubs[sagemaker]'
|
|
116
145
|
|
|
117
|
-
|
|
118
146
|
# Lite version does not provide session.client/resource overloads
|
|
119
147
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
120
148
|
python -m pip install 'boto3-stubs-lite[sagemaker]'
|
|
121
149
|
|
|
122
|
-
|
|
123
150
|
# standalone installation
|
|
124
151
|
python -m pip install mypy-boto3-sagemaker
|
|
125
152
|
```
|
|
@@ -158,16 +185,31 @@ annotations required, write your `boto3` code as usual.
|
|
|
158
185
|
|
|
159
186
|
### PyCharm
|
|
160
187
|
|
|
161
|
-
|
|
188
|
+
> ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
|
|
189
|
+
> [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
|
|
190
|
+
> to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
|
|
191
|
+
> the issue is resolved.
|
|
192
|
+
|
|
193
|
+
> ⚠️ If you experience slow performance and high CPU usage, try to disable
|
|
194
|
+
> `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
|
|
195
|
+
> [pyright](https://github.com/microsoft/pyright) instead.
|
|
196
|
+
|
|
197
|
+
> ⚠️ To continue using `PyCharm` type checker, you can try to replace
|
|
198
|
+
> `boto3-stubs` with
|
|
199
|
+
> [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
|
|
162
200
|
|
|
163
201
|
```bash
|
|
164
|
-
|
|
202
|
+
pip uninstall boto3-stubs
|
|
203
|
+
pip install boto3-stubs-lite
|
|
165
204
|
```
|
|
166
205
|
|
|
167
|
-
|
|
168
|
-
|
|
206
|
+
Install `boto3-stubs[sagemaker]` in your environment:
|
|
207
|
+
|
|
208
|
+
```bash
|
|
209
|
+
python -m pip install 'boto3-stubs[sagemaker]'
|
|
210
|
+
```
|
|
169
211
|
|
|
170
|
-
|
|
212
|
+
Both type checking and code completion should now work.
|
|
171
213
|
|
|
172
214
|
<a id="emacs"></a>
|
|
173
215
|
|
|
@@ -231,7 +273,7 @@ should work.
|
|
|
231
273
|
- Install `boto3-stubs[sagemaker]` in your environment:
|
|
232
274
|
|
|
233
275
|
```bash
|
|
234
|
-
python -m pip install 'boto3-stubs[sagemaker]'
|
|
276
|
+
python -m pip install 'boto3-stubs[sagemaker]'
|
|
235
277
|
```
|
|
236
278
|
|
|
237
279
|
Type checking should now work. No explicit type annotations required, write
|
|
@@ -248,11 +290,36 @@ your `boto3` code as usual.
|
|
|
248
290
|
python -m pip install 'boto3-stubs[sagemaker]'
|
|
249
291
|
```
|
|
250
292
|
|
|
251
|
-
Optionally, you can install `boto3-stubs` to `typings`
|
|
293
|
+
Optionally, you can install `boto3-stubs` to `typings` directory.
|
|
252
294
|
|
|
253
295
|
Type checking should now work. No explicit type annotations required, write
|
|
254
296
|
your `boto3` code as usual.
|
|
255
297
|
|
|
298
|
+
<a id="pylint-compatibility"></a>
|
|
299
|
+
|
|
300
|
+
### Pylint compatibility
|
|
301
|
+
|
|
302
|
+
It is totally safe to use `TYPE_CHECKING` flag in order to avoid
|
|
303
|
+
`mypy-boto3-sagemaker` dependency in production. However, there is an issue in
|
|
304
|
+
`pylint` that it complains about undefined variables. To fix it, set all types
|
|
305
|
+
to `object` in non-`TYPE_CHECKING` mode.
|
|
306
|
+
|
|
307
|
+
```python
|
|
308
|
+
from typing import TYPE_CHECKING
|
|
309
|
+
|
|
310
|
+
if TYPE_CHECKING:
|
|
311
|
+
from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
|
|
312
|
+
from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
|
|
313
|
+
from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
|
|
314
|
+
else:
|
|
315
|
+
EC2Client = object
|
|
316
|
+
EC2ServiceResource = object
|
|
317
|
+
BundleTaskCompleteWaiter = object
|
|
318
|
+
DescribeVolumesPaginator = object
|
|
319
|
+
|
|
320
|
+
...
|
|
321
|
+
```
|
|
322
|
+
|
|
256
323
|
<a id="explicit-type-annotations"></a>
|
|
257
324
|
|
|
258
325
|
## Explicit type annotations
|
|
@@ -294,8 +361,12 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
294
361
|
ListAssociationsPaginator,
|
|
295
362
|
ListAutoMLJobsPaginator,
|
|
296
363
|
ListCandidatesForAutoMLJobPaginator,
|
|
364
|
+
ListClusterNodesPaginator,
|
|
365
|
+
ListClusterSchedulerConfigsPaginator,
|
|
366
|
+
ListClustersPaginator,
|
|
297
367
|
ListCodeRepositoriesPaginator,
|
|
298
368
|
ListCompilationJobsPaginator,
|
|
369
|
+
ListComputeQuotasPaginator,
|
|
299
370
|
ListContextsPaginator,
|
|
300
371
|
ListDataQualityJobDefinitionsPaginator,
|
|
301
372
|
ListDeviceFleetsPaginator,
|
|
@@ -312,12 +383,14 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
312
383
|
ListHyperParameterTuningJobsPaginator,
|
|
313
384
|
ListImageVersionsPaginator,
|
|
314
385
|
ListImagesPaginator,
|
|
386
|
+
ListInferenceComponentsPaginator,
|
|
315
387
|
ListInferenceExperimentsPaginator,
|
|
316
388
|
ListInferenceRecommendationsJobStepsPaginator,
|
|
317
389
|
ListInferenceRecommendationsJobsPaginator,
|
|
318
|
-
ListLabelingJobsPaginator,
|
|
319
390
|
ListLabelingJobsForWorkteamPaginator,
|
|
391
|
+
ListLabelingJobsPaginator,
|
|
320
392
|
ListLineageGroupsPaginator,
|
|
393
|
+
ListMlflowTrackingServersPaginator,
|
|
321
394
|
ListModelBiasJobDefinitionsPaginator,
|
|
322
395
|
ListModelCardExportJobsPaginator,
|
|
323
396
|
ListModelCardVersionsPaginator,
|
|
@@ -334,6 +407,8 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
334
407
|
ListMonitoringSchedulesPaginator,
|
|
335
408
|
ListNotebookInstanceLifecycleConfigsPaginator,
|
|
336
409
|
ListNotebookInstancesPaginator,
|
|
410
|
+
ListOptimizationJobsPaginator,
|
|
411
|
+
ListPartnerAppsPaginator,
|
|
337
412
|
ListPipelineExecutionStepsPaginator,
|
|
338
413
|
ListPipelineExecutionsPaginator,
|
|
339
414
|
ListPipelineParametersForExecutionPaginator,
|
|
@@ -345,8 +420,9 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
345
420
|
ListStudioLifecycleConfigsPaginator,
|
|
346
421
|
ListSubscribedWorkteamsPaginator,
|
|
347
422
|
ListTagsPaginator,
|
|
348
|
-
ListTrainingJobsPaginator,
|
|
349
423
|
ListTrainingJobsForHyperParameterTuningJobPaginator,
|
|
424
|
+
ListTrainingJobsPaginator,
|
|
425
|
+
ListTrainingPlansPaginator,
|
|
350
426
|
ListTransformJobsPaginator,
|
|
351
427
|
ListTrialComponentsPaginator,
|
|
352
428
|
ListTrialsPaginator,
|
|
@@ -373,12 +449,20 @@ list_auto_ml_jobs_paginator: ListAutoMLJobsPaginator = client.get_paginator("lis
|
|
|
373
449
|
list_candidates_for_auto_ml_job_paginator: ListCandidatesForAutoMLJobPaginator = (
|
|
374
450
|
client.get_paginator("list_candidates_for_auto_ml_job")
|
|
375
451
|
)
|
|
452
|
+
list_cluster_nodes_paginator: ListClusterNodesPaginator = client.get_paginator("list_cluster_nodes")
|
|
453
|
+
list_cluster_scheduler_configs_paginator: ListClusterSchedulerConfigsPaginator = (
|
|
454
|
+
client.get_paginator("list_cluster_scheduler_configs")
|
|
455
|
+
)
|
|
456
|
+
list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
|
|
376
457
|
list_code_repositories_paginator: ListCodeRepositoriesPaginator = client.get_paginator(
|
|
377
458
|
"list_code_repositories"
|
|
378
459
|
)
|
|
379
460
|
list_compilation_jobs_paginator: ListCompilationJobsPaginator = client.get_paginator(
|
|
380
461
|
"list_compilation_jobs"
|
|
381
462
|
)
|
|
463
|
+
list_compute_quotas_paginator: ListComputeQuotasPaginator = client.get_paginator(
|
|
464
|
+
"list_compute_quotas"
|
|
465
|
+
)
|
|
382
466
|
list_contexts_paginator: ListContextsPaginator = client.get_paginator("list_contexts")
|
|
383
467
|
list_data_quality_job_definitions_paginator: ListDataQualityJobDefinitionsPaginator = (
|
|
384
468
|
client.get_paginator("list_data_quality_job_definitions")
|
|
@@ -413,22 +497,28 @@ list_image_versions_paginator: ListImageVersionsPaginator = client.get_paginator
|
|
|
413
497
|
"list_image_versions"
|
|
414
498
|
)
|
|
415
499
|
list_images_paginator: ListImagesPaginator = client.get_paginator("list_images")
|
|
500
|
+
list_inference_components_paginator: ListInferenceComponentsPaginator = client.get_paginator(
|
|
501
|
+
"list_inference_components"
|
|
502
|
+
)
|
|
416
503
|
list_inference_experiments_paginator: ListInferenceExperimentsPaginator = client.get_paginator(
|
|
417
504
|
"list_inference_experiments"
|
|
418
505
|
)
|
|
419
|
-
list_inference_recommendations_job_steps_paginator: (
|
|
420
|
-
|
|
421
|
-
)
|
|
506
|
+
list_inference_recommendations_job_steps_paginator: ListInferenceRecommendationsJobStepsPaginator = client.get_paginator(
|
|
507
|
+
"list_inference_recommendations_job_steps"
|
|
508
|
+
)
|
|
422
509
|
list_inference_recommendations_jobs_paginator: ListInferenceRecommendationsJobsPaginator = (
|
|
423
510
|
client.get_paginator("list_inference_recommendations_jobs")
|
|
424
511
|
)
|
|
425
|
-
list_labeling_jobs_paginator: ListLabelingJobsPaginator = client.get_paginator("list_labeling_jobs")
|
|
426
512
|
list_labeling_jobs_for_workteam_paginator: ListLabelingJobsForWorkteamPaginator = (
|
|
427
513
|
client.get_paginator("list_labeling_jobs_for_workteam")
|
|
428
514
|
)
|
|
515
|
+
list_labeling_jobs_paginator: ListLabelingJobsPaginator = client.get_paginator("list_labeling_jobs")
|
|
429
516
|
list_lineage_groups_paginator: ListLineageGroupsPaginator = client.get_paginator(
|
|
430
517
|
"list_lineage_groups"
|
|
431
518
|
)
|
|
519
|
+
list_mlflow_tracking_servers_paginator: ListMlflowTrackingServersPaginator = client.get_paginator(
|
|
520
|
+
"list_mlflow_tracking_servers"
|
|
521
|
+
)
|
|
432
522
|
list_model_bias_job_definitions_paginator: ListModelBiasJobDefinitionsPaginator = (
|
|
433
523
|
client.get_paginator("list_model_bias_job_definitions")
|
|
434
524
|
)
|
|
@@ -439,9 +529,9 @@ list_model_card_versions_paginator: ListModelCardVersionsPaginator = client.get_
|
|
|
439
529
|
"list_model_card_versions"
|
|
440
530
|
)
|
|
441
531
|
list_model_cards_paginator: ListModelCardsPaginator = client.get_paginator("list_model_cards")
|
|
442
|
-
list_model_explainability_job_definitions_paginator: (
|
|
443
|
-
|
|
444
|
-
)
|
|
532
|
+
list_model_explainability_job_definitions_paginator: ListModelExplainabilityJobDefinitionsPaginator = client.get_paginator(
|
|
533
|
+
"list_model_explainability_job_definitions"
|
|
534
|
+
)
|
|
445
535
|
list_model_metadata_paginator: ListModelMetadataPaginator = client.get_paginator(
|
|
446
536
|
"list_model_metadata"
|
|
447
537
|
)
|
|
@@ -467,12 +557,16 @@ list_monitoring_executions_paginator: ListMonitoringExecutionsPaginator = client
|
|
|
467
557
|
list_monitoring_schedules_paginator: ListMonitoringSchedulesPaginator = client.get_paginator(
|
|
468
558
|
"list_monitoring_schedules"
|
|
469
559
|
)
|
|
470
|
-
list_notebook_instance_lifecycle_configs_paginator: (
|
|
471
|
-
|
|
472
|
-
)
|
|
560
|
+
list_notebook_instance_lifecycle_configs_paginator: ListNotebookInstanceLifecycleConfigsPaginator = client.get_paginator(
|
|
561
|
+
"list_notebook_instance_lifecycle_configs"
|
|
562
|
+
)
|
|
473
563
|
list_notebook_instances_paginator: ListNotebookInstancesPaginator = client.get_paginator(
|
|
474
564
|
"list_notebook_instances"
|
|
475
565
|
)
|
|
566
|
+
list_optimization_jobs_paginator: ListOptimizationJobsPaginator = client.get_paginator(
|
|
567
|
+
"list_optimization_jobs"
|
|
568
|
+
)
|
|
569
|
+
list_partner_apps_paginator: ListPartnerAppsPaginator = client.get_paginator("list_partner_apps")
|
|
476
570
|
list_pipeline_execution_steps_paginator: ListPipelineExecutionStepsPaginator = client.get_paginator(
|
|
477
571
|
"list_pipeline_execution_steps"
|
|
478
572
|
)
|
|
@@ -498,10 +592,13 @@ list_subscribed_workteams_paginator: ListSubscribedWorkteamsPaginator = client.g
|
|
|
498
592
|
"list_subscribed_workteams"
|
|
499
593
|
)
|
|
500
594
|
list_tags_paginator: ListTagsPaginator = client.get_paginator("list_tags")
|
|
595
|
+
list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsForHyperParameterTuningJobPaginator = client.get_paginator(
|
|
596
|
+
"list_training_jobs_for_hyper_parameter_tuning_job"
|
|
597
|
+
)
|
|
501
598
|
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
)
|
|
599
|
+
list_training_plans_paginator: ListTrainingPlansPaginator = client.get_paginator(
|
|
600
|
+
"list_training_plans"
|
|
601
|
+
)
|
|
505
602
|
list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator(
|
|
506
603
|
"list_transform_jobs"
|
|
507
604
|
)
|
|
@@ -621,8 +718,7 @@ updates. It delivers drop-in type annotations for you and makes sure that:
|
|
|
621
718
|
annotations extracted from `botocore` schemas.
|
|
622
719
|
- Type annotations include up-to-date documentation.
|
|
623
720
|
- Link to documentation is provided for every method.
|
|
624
|
-
- Code is processed by [
|
|
625
|
-
[isort](https://github.com/PyCQA/isort) for readability.
|
|
721
|
+
- Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
|
|
626
722
|
|
|
627
723
|
<a id="what's-new"></a>
|
|
628
724
|
|