mypy-boto3-sagemaker 1.35.61__tar.gz → 1.35.75__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.35.61/mypy_boto3_sagemaker.egg-info → mypy_boto3_sagemaker-1.35.75}/PKG-INFO +72 -18
- mypy_boto3_sagemaker-1.35.61/PKG-INFO → mypy_boto3_sagemaker-1.35.75/README.md +69 -49
- mypy_boto3_sagemaker-1.35.61/mypy_boto3_sagemaker/__init__.pyi → mypy_boto3_sagemaker-1.35.75/mypy_boto3_sagemaker/__init__.py +19 -0
- mypy_boto3_sagemaker-1.35.61/mypy_boto3_sagemaker/__init__.py → mypy_boto3_sagemaker-1.35.75/mypy_boto3_sagemaker/__init__.pyi +18 -1
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker/__main__.py +7 -5
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker/client.py +978 -553
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker/client.pyi +978 -553
- mypy_boto3_sagemaker-1.35.61/mypy_boto3_sagemaker/literals.pyi → mypy_boto3_sagemaker-1.35.75/mypy_boto3_sagemaker/literals.py +120 -0
- mypy_boto3_sagemaker-1.35.61/mypy_boto3_sagemaker/literals.py → mypy_boto3_sagemaker-1.35.75/mypy_boto3_sagemaker/literals.pyi +118 -2
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker/paginator.py +233 -148
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker/paginator.pyi +225 -148
- mypy_boto3_sagemaker-1.35.61/mypy_boto3_sagemaker/type_defs.pyi → mypy_boto3_sagemaker-1.35.75/mypy_boto3_sagemaker/type_defs.py +2134 -28
- mypy_boto3_sagemaker-1.35.61/mypy_boto3_sagemaker/type_defs.py → mypy_boto3_sagemaker-1.35.75/mypy_boto3_sagemaker/type_defs.pyi +543 -1455
- mypy_boto3_sagemaker-1.35.75/mypy_boto3_sagemaker/version.py +7 -0
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker/waiter.py +28 -26
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker/waiter.pyi +28 -26
- mypy_boto3_sagemaker-1.35.61/README.md → mypy_boto3_sagemaker-1.35.75/mypy_boto3_sagemaker.egg-info/PKG-INFO +103 -15
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.75}/setup.py +5 -3
- mypy_boto3_sagemaker-1.35.61/mypy_boto3_sagemaker/version.py +0 -5
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.75}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker/py.typed +0 -0
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
- {mypy_boto3_sagemaker-1.35.61 → mypy_boto3_sagemaker-1.35.75}/setup.cfg +0 -0
{mypy_boto3_sagemaker-1.35.61/mypy_boto3_sagemaker.egg-info → mypy_boto3_sagemaker-1.35.75}/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.35.
|
|
4
|
-
Summary: Type annotations for boto3
|
|
3
|
+
Version: 1.35.75
|
|
4
|
+
Summary: Type annotations for boto3 SageMaker 1.35.75 service generated with mypy-boto3-builder 8.5.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
|
|
@@ -36,16 +36,15 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
36
36
|
|
|
37
37
|
# mypy-boto3-sagemaker
|
|
38
38
|
|
|
39
|
-
[](https://pypi.org/project/mypy-boto3-sagemaker)
|
|
40
|
-
[](https://pypi.org/project/mypy-boto3-sagemaker)
|
|
41
|
-
[](https://youtype.github.io/boto3_stubs_docs/
|
|
42
|
-
[](https://
|
|
39
|
+
[](https://pypi.org/project/mypy-boto3-sagemaker/)
|
|
40
|
+
[](https://pypi.org/project/mypy-boto3-sagemaker/)
|
|
41
|
+
[](https://youtype.github.io/boto3_stubs_docs/)
|
|
42
|
+
[](https://pypistats.org/packages/mypy-boto3-sagemaker)
|
|
43
43
|
|
|
44
44
|

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

|
|
65
64
|
|
|
66
65
|
- [mypy-boto3-sagemaker](#mypy-boto3-sagemaker)
|
|
67
66
|
- [How to install](#how-to-install)
|
|
@@ -76,6 +75,7 @@ See how it helps to find and fix potential bugs:
|
|
|
76
75
|
- [Other IDEs](#other-ides)
|
|
77
76
|
- [mypy](#mypy)
|
|
78
77
|
- [pyright](#pyright)
|
|
78
|
+
- [Pylint compatibility](#pylint-compatibility)
|
|
79
79
|
- [Explicit type annotations](#explicit-type-annotations)
|
|
80
80
|
- [Client annotations](#client-annotations)
|
|
81
81
|
- [Paginators annotations](#paginators-annotations)
|
|
@@ -159,16 +159,31 @@ annotations required, write your `boto3` code as usual.
|
|
|
159
159
|
|
|
160
160
|
### PyCharm
|
|
161
161
|
|
|
162
|
-
|
|
162
|
+
> ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
|
|
163
|
+
> [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
|
|
164
|
+
> to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
|
|
165
|
+
> the issue is resolved.
|
|
166
|
+
|
|
167
|
+
> ⚠️ If you experience slow performance and high CPU usage, try to disable
|
|
168
|
+
> `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
|
|
169
|
+
> [pyright](https://github.com/microsoft/pyright) instead.
|
|
170
|
+
|
|
171
|
+
> ⚠️ To continue using `PyCharm` type checker, you can try to replace
|
|
172
|
+
> `boto3-stubs` with
|
|
173
|
+
> [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
|
|
163
174
|
|
|
164
175
|
```bash
|
|
165
|
-
|
|
176
|
+
pip uninstall boto3-stubs
|
|
177
|
+
pip install boto3-stubs-lite
|
|
166
178
|
```
|
|
167
179
|
|
|
168
|
-
|
|
169
|
-
|
|
180
|
+
Install `boto3-stubs[sagemaker]` in your environment:
|
|
181
|
+
|
|
182
|
+
```bash
|
|
183
|
+
python -m pip install 'boto3-stubs[sagemaker]'
|
|
184
|
+
```
|
|
170
185
|
|
|
171
|
-
|
|
186
|
+
Both type checking and code completion should now work.
|
|
172
187
|
|
|
173
188
|
<a id="emacs"></a>
|
|
174
189
|
|
|
@@ -254,6 +269,31 @@ Optionally, you can install `boto3-stubs` to `typings` directory.
|
|
|
254
269
|
Type checking should now work. No explicit type annotations required, write
|
|
255
270
|
your `boto3` code as usual.
|
|
256
271
|
|
|
272
|
+
<a id="pylint-compatibility"></a>
|
|
273
|
+
|
|
274
|
+
### Pylint compatibility
|
|
275
|
+
|
|
276
|
+
It is totally safe to use `TYPE_CHECKING` flag in order to avoid
|
|
277
|
+
`mypy-boto3-sagemaker` dependency in production. However, there is an issue in
|
|
278
|
+
`pylint` that it complains about undefined variables. To fix it, set all types
|
|
279
|
+
to `object` in non-`TYPE_CHECKING` mode.
|
|
280
|
+
|
|
281
|
+
```python
|
|
282
|
+
from typing import TYPE_CHECKING
|
|
283
|
+
|
|
284
|
+
if TYPE_CHECKING:
|
|
285
|
+
from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
|
|
286
|
+
from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
|
|
287
|
+
from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
|
|
288
|
+
else:
|
|
289
|
+
EC2Client = object
|
|
290
|
+
EC2ServiceResource = object
|
|
291
|
+
BundleTaskCompleteWaiter = object
|
|
292
|
+
DescribeVolumesPaginator = object
|
|
293
|
+
|
|
294
|
+
...
|
|
295
|
+
```
|
|
296
|
+
|
|
257
297
|
<a id="explicit-type-annotations"></a>
|
|
258
298
|
|
|
259
299
|
## Explicit type annotations
|
|
@@ -296,9 +336,11 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
296
336
|
ListAutoMLJobsPaginator,
|
|
297
337
|
ListCandidatesForAutoMLJobPaginator,
|
|
298
338
|
ListClusterNodesPaginator,
|
|
339
|
+
ListClusterSchedulerConfigsPaginator,
|
|
299
340
|
ListClustersPaginator,
|
|
300
341
|
ListCodeRepositoriesPaginator,
|
|
301
342
|
ListCompilationJobsPaginator,
|
|
343
|
+
ListComputeQuotasPaginator,
|
|
302
344
|
ListContextsPaginator,
|
|
303
345
|
ListDataQualityJobDefinitionsPaginator,
|
|
304
346
|
ListDeviceFleetsPaginator,
|
|
@@ -340,6 +382,7 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
340
382
|
ListNotebookInstanceLifecycleConfigsPaginator,
|
|
341
383
|
ListNotebookInstancesPaginator,
|
|
342
384
|
ListOptimizationJobsPaginator,
|
|
385
|
+
ListPartnerAppsPaginator,
|
|
343
386
|
ListPipelineExecutionStepsPaginator,
|
|
344
387
|
ListPipelineExecutionsPaginator,
|
|
345
388
|
ListPipelineParametersForExecutionPaginator,
|
|
@@ -353,6 +396,7 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
353
396
|
ListTagsPaginator,
|
|
354
397
|
ListTrainingJobsForHyperParameterTuningJobPaginator,
|
|
355
398
|
ListTrainingJobsPaginator,
|
|
399
|
+
ListTrainingPlansPaginator,
|
|
356
400
|
ListTransformJobsPaginator,
|
|
357
401
|
ListTrialComponentsPaginator,
|
|
358
402
|
ListTrialsPaginator,
|
|
@@ -380,6 +424,9 @@ list_candidates_for_auto_ml_job_paginator: ListCandidatesForAutoMLJobPaginator =
|
|
|
380
424
|
client.get_paginator("list_candidates_for_auto_ml_job")
|
|
381
425
|
)
|
|
382
426
|
list_cluster_nodes_paginator: ListClusterNodesPaginator = client.get_paginator("list_cluster_nodes")
|
|
427
|
+
list_cluster_scheduler_configs_paginator: ListClusterSchedulerConfigsPaginator = (
|
|
428
|
+
client.get_paginator("list_cluster_scheduler_configs")
|
|
429
|
+
)
|
|
383
430
|
list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
|
|
384
431
|
list_code_repositories_paginator: ListCodeRepositoriesPaginator = client.get_paginator(
|
|
385
432
|
"list_code_repositories"
|
|
@@ -387,6 +434,9 @@ list_code_repositories_paginator: ListCodeRepositoriesPaginator = client.get_pag
|
|
|
387
434
|
list_compilation_jobs_paginator: ListCompilationJobsPaginator = client.get_paginator(
|
|
388
435
|
"list_compilation_jobs"
|
|
389
436
|
)
|
|
437
|
+
list_compute_quotas_paginator: ListComputeQuotasPaginator = client.get_paginator(
|
|
438
|
+
"list_compute_quotas"
|
|
439
|
+
)
|
|
390
440
|
list_contexts_paginator: ListContextsPaginator = client.get_paginator("list_contexts")
|
|
391
441
|
list_data_quality_job_definitions_paginator: ListDataQualityJobDefinitionsPaginator = (
|
|
392
442
|
client.get_paginator("list_data_quality_job_definitions")
|
|
@@ -490,6 +540,7 @@ list_notebook_instances_paginator: ListNotebookInstancesPaginator = client.get_p
|
|
|
490
540
|
list_optimization_jobs_paginator: ListOptimizationJobsPaginator = client.get_paginator(
|
|
491
541
|
"list_optimization_jobs"
|
|
492
542
|
)
|
|
543
|
+
list_partner_apps_paginator: ListPartnerAppsPaginator = client.get_paginator("list_partner_apps")
|
|
493
544
|
list_pipeline_execution_steps_paginator: ListPipelineExecutionStepsPaginator = client.get_paginator(
|
|
494
545
|
"list_pipeline_execution_steps"
|
|
495
546
|
)
|
|
@@ -519,6 +570,9 @@ list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsFor
|
|
|
519
570
|
"list_training_jobs_for_hyper_parameter_tuning_job"
|
|
520
571
|
)
|
|
521
572
|
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
573
|
+
list_training_plans_paginator: ListTrainingPlansPaginator = client.get_paginator(
|
|
574
|
+
"list_training_plans"
|
|
575
|
+
)
|
|
522
576
|
list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator(
|
|
523
577
|
"list_transform_jobs"
|
|
524
578
|
)
|
|
@@ -1,51 +1,16 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.35.61
|
|
4
|
-
Summary: Type annotations for boto3.SageMaker 1.35.61 service generated with mypy-boto3-builder 8.2.1
|
|
5
|
-
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
|
-
Author: Vlad Emelianov
|
|
7
|
-
Author-email: vlad.emelianov.nz@gmail.com
|
|
8
|
-
License: MIT License
|
|
9
|
-
Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/
|
|
10
|
-
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
|
-
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3 sagemaker type-annotations botocore mypy typeshed autocomplete
|
|
13
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
14
|
-
Classifier: Intended Audience :: Developers
|
|
15
|
-
Classifier: Environment :: Console
|
|
16
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
17
|
-
Classifier: Natural Language :: English
|
|
18
|
-
Classifier: Operating System :: OS Independent
|
|
19
|
-
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
22
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
23
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
24
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
25
|
-
Classifier: Programming Language :: Python :: 3.13
|
|
26
|
-
Classifier: Programming Language :: Python :: 3.14
|
|
27
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
|
-
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
|
-
Classifier: Typing :: Stubs Only
|
|
30
|
-
Requires-Python: >=3.8
|
|
31
|
-
Description-Content-Type: text/markdown
|
|
32
|
-
License-File: LICENSE
|
|
33
|
-
Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
34
|
-
|
|
35
1
|
<a id="mypy-boto3-sagemaker"></a>
|
|
36
2
|
|
|
37
3
|
# mypy-boto3-sagemaker
|
|
38
4
|
|
|
39
|
-
[](https://pypi.org/project/mypy-boto3-sagemaker)
|
|
40
|
-
[](https://pypi.org/project/mypy-boto3-sagemaker)
|
|
41
|
-
[](https://youtype.github.io/boto3_stubs_docs/
|
|
42
|
-
[](https://
|
|
5
|
+
[](https://pypi.org/project/mypy-boto3-sagemaker/)
|
|
6
|
+
[](https://pypi.org/project/mypy-boto3-sagemaker/)
|
|
7
|
+
[](https://youtype.github.io/boto3_stubs_docs/)
|
|
8
|
+
[](https://pypistats.org/packages/mypy-boto3-sagemaker)
|
|
43
9
|
|
|
44
10
|

|
|
45
11
|
|
|
46
|
-
Type annotations for
|
|
47
|
-
[
|
|
48
|
-
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
12
|
+
Type annotations for [boto3 SageMaker 1.35.75](https://pypi.org/project/boto3/)
|
|
13
|
+
compatible with [VSCode](https://code.visualstudio.com/),
|
|
49
14
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
50
15
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
51
16
|
[Sublime Text](https://www.sublimetext.com/),
|
|
@@ -53,15 +18,15 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
53
18
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
54
19
|
|
|
55
20
|
Generated by
|
|
56
|
-
[mypy-boto3-builder 8.
|
|
21
|
+
[mypy-boto3-builder 8.5.0](https://github.com/youtype/mypy_boto3_builder).
|
|
57
22
|
|
|
58
23
|
More information can be found on
|
|
59
24
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
60
25
|
[mypy-boto3-sagemaker docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/).
|
|
61
26
|
|
|
62
|
-
See how it helps
|
|
27
|
+
See how it helps you find and fix potential bugs:
|
|
63
28
|
|
|
64
|
-

|
|
65
30
|
|
|
66
31
|
- [mypy-boto3-sagemaker](#mypy-boto3-sagemaker)
|
|
67
32
|
- [How to install](#how-to-install)
|
|
@@ -76,6 +41,7 @@ See how it helps to find and fix potential bugs:
|
|
|
76
41
|
- [Other IDEs](#other-ides)
|
|
77
42
|
- [mypy](#mypy)
|
|
78
43
|
- [pyright](#pyright)
|
|
44
|
+
- [Pylint compatibility](#pylint-compatibility)
|
|
79
45
|
- [Explicit type annotations](#explicit-type-annotations)
|
|
80
46
|
- [Client annotations](#client-annotations)
|
|
81
47
|
- [Paginators annotations](#paginators-annotations)
|
|
@@ -159,16 +125,31 @@ annotations required, write your `boto3` code as usual.
|
|
|
159
125
|
|
|
160
126
|
### PyCharm
|
|
161
127
|
|
|
162
|
-
|
|
128
|
+
> ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
|
|
129
|
+
> [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
|
|
130
|
+
> to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
|
|
131
|
+
> the issue is resolved.
|
|
132
|
+
|
|
133
|
+
> ⚠️ If you experience slow performance and high CPU usage, try to disable
|
|
134
|
+
> `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
|
|
135
|
+
> [pyright](https://github.com/microsoft/pyright) instead.
|
|
136
|
+
|
|
137
|
+
> ⚠️ To continue using `PyCharm` type checker, you can try to replace
|
|
138
|
+
> `boto3-stubs` with
|
|
139
|
+
> [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
|
|
163
140
|
|
|
164
141
|
```bash
|
|
165
|
-
|
|
142
|
+
pip uninstall boto3-stubs
|
|
143
|
+
pip install boto3-stubs-lite
|
|
166
144
|
```
|
|
167
145
|
|
|
168
|
-
|
|
169
|
-
annotations **are required**.
|
|
146
|
+
Install `boto3-stubs[sagemaker]` in your environment:
|
|
170
147
|
|
|
171
|
-
|
|
148
|
+
```bash
|
|
149
|
+
python -m pip install 'boto3-stubs[sagemaker]'
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
Both type checking and code completion should now work.
|
|
172
153
|
|
|
173
154
|
<a id="emacs"></a>
|
|
174
155
|
|
|
@@ -254,6 +235,31 @@ Optionally, you can install `boto3-stubs` to `typings` directory.
|
|
|
254
235
|
Type checking should now work. No explicit type annotations required, write
|
|
255
236
|
your `boto3` code as usual.
|
|
256
237
|
|
|
238
|
+
<a id="pylint-compatibility"></a>
|
|
239
|
+
|
|
240
|
+
### Pylint compatibility
|
|
241
|
+
|
|
242
|
+
It is totally safe to use `TYPE_CHECKING` flag in order to avoid
|
|
243
|
+
`mypy-boto3-sagemaker` dependency in production. However, there is an issue in
|
|
244
|
+
`pylint` that it complains about undefined variables. To fix it, set all types
|
|
245
|
+
to `object` in non-`TYPE_CHECKING` mode.
|
|
246
|
+
|
|
247
|
+
```python
|
|
248
|
+
from typing import TYPE_CHECKING
|
|
249
|
+
|
|
250
|
+
if TYPE_CHECKING:
|
|
251
|
+
from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
|
|
252
|
+
from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
|
|
253
|
+
from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
|
|
254
|
+
else:
|
|
255
|
+
EC2Client = object
|
|
256
|
+
EC2ServiceResource = object
|
|
257
|
+
BundleTaskCompleteWaiter = object
|
|
258
|
+
DescribeVolumesPaginator = object
|
|
259
|
+
|
|
260
|
+
...
|
|
261
|
+
```
|
|
262
|
+
|
|
257
263
|
<a id="explicit-type-annotations"></a>
|
|
258
264
|
|
|
259
265
|
## Explicit type annotations
|
|
@@ -296,9 +302,11 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
296
302
|
ListAutoMLJobsPaginator,
|
|
297
303
|
ListCandidatesForAutoMLJobPaginator,
|
|
298
304
|
ListClusterNodesPaginator,
|
|
305
|
+
ListClusterSchedulerConfigsPaginator,
|
|
299
306
|
ListClustersPaginator,
|
|
300
307
|
ListCodeRepositoriesPaginator,
|
|
301
308
|
ListCompilationJobsPaginator,
|
|
309
|
+
ListComputeQuotasPaginator,
|
|
302
310
|
ListContextsPaginator,
|
|
303
311
|
ListDataQualityJobDefinitionsPaginator,
|
|
304
312
|
ListDeviceFleetsPaginator,
|
|
@@ -340,6 +348,7 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
340
348
|
ListNotebookInstanceLifecycleConfigsPaginator,
|
|
341
349
|
ListNotebookInstancesPaginator,
|
|
342
350
|
ListOptimizationJobsPaginator,
|
|
351
|
+
ListPartnerAppsPaginator,
|
|
343
352
|
ListPipelineExecutionStepsPaginator,
|
|
344
353
|
ListPipelineExecutionsPaginator,
|
|
345
354
|
ListPipelineParametersForExecutionPaginator,
|
|
@@ -353,6 +362,7 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
353
362
|
ListTagsPaginator,
|
|
354
363
|
ListTrainingJobsForHyperParameterTuningJobPaginator,
|
|
355
364
|
ListTrainingJobsPaginator,
|
|
365
|
+
ListTrainingPlansPaginator,
|
|
356
366
|
ListTransformJobsPaginator,
|
|
357
367
|
ListTrialComponentsPaginator,
|
|
358
368
|
ListTrialsPaginator,
|
|
@@ -380,6 +390,9 @@ list_candidates_for_auto_ml_job_paginator: ListCandidatesForAutoMLJobPaginator =
|
|
|
380
390
|
client.get_paginator("list_candidates_for_auto_ml_job")
|
|
381
391
|
)
|
|
382
392
|
list_cluster_nodes_paginator: ListClusterNodesPaginator = client.get_paginator("list_cluster_nodes")
|
|
393
|
+
list_cluster_scheduler_configs_paginator: ListClusterSchedulerConfigsPaginator = (
|
|
394
|
+
client.get_paginator("list_cluster_scheduler_configs")
|
|
395
|
+
)
|
|
383
396
|
list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
|
|
384
397
|
list_code_repositories_paginator: ListCodeRepositoriesPaginator = client.get_paginator(
|
|
385
398
|
"list_code_repositories"
|
|
@@ -387,6 +400,9 @@ list_code_repositories_paginator: ListCodeRepositoriesPaginator = client.get_pag
|
|
|
387
400
|
list_compilation_jobs_paginator: ListCompilationJobsPaginator = client.get_paginator(
|
|
388
401
|
"list_compilation_jobs"
|
|
389
402
|
)
|
|
403
|
+
list_compute_quotas_paginator: ListComputeQuotasPaginator = client.get_paginator(
|
|
404
|
+
"list_compute_quotas"
|
|
405
|
+
)
|
|
390
406
|
list_contexts_paginator: ListContextsPaginator = client.get_paginator("list_contexts")
|
|
391
407
|
list_data_quality_job_definitions_paginator: ListDataQualityJobDefinitionsPaginator = (
|
|
392
408
|
client.get_paginator("list_data_quality_job_definitions")
|
|
@@ -490,6 +506,7 @@ list_notebook_instances_paginator: ListNotebookInstancesPaginator = client.get_p
|
|
|
490
506
|
list_optimization_jobs_paginator: ListOptimizationJobsPaginator = client.get_paginator(
|
|
491
507
|
"list_optimization_jobs"
|
|
492
508
|
)
|
|
509
|
+
list_partner_apps_paginator: ListPartnerAppsPaginator = client.get_paginator("list_partner_apps")
|
|
493
510
|
list_pipeline_execution_steps_paginator: ListPipelineExecutionStepsPaginator = client.get_paginator(
|
|
494
511
|
"list_pipeline_execution_steps"
|
|
495
512
|
)
|
|
@@ -519,6 +536,9 @@ list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsFor
|
|
|
519
536
|
"list_training_jobs_for_hyper_parameter_tuning_job"
|
|
520
537
|
)
|
|
521
538
|
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
539
|
+
list_training_plans_paginator: ListTrainingPlansPaginator = client.get_paginator(
|
|
540
|
+
"list_training_plans"
|
|
541
|
+
)
|
|
522
542
|
list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator(
|
|
523
543
|
"list_transform_jobs"
|
|
524
544
|
)
|
|
@@ -24,9 +24,11 @@ Usage::
|
|
|
24
24
|
ListAutoMLJobsPaginator,
|
|
25
25
|
ListCandidatesForAutoMLJobPaginator,
|
|
26
26
|
ListClusterNodesPaginator,
|
|
27
|
+
ListClusterSchedulerConfigsPaginator,
|
|
27
28
|
ListClustersPaginator,
|
|
28
29
|
ListCodeRepositoriesPaginator,
|
|
29
30
|
ListCompilationJobsPaginator,
|
|
31
|
+
ListComputeQuotasPaginator,
|
|
30
32
|
ListContextsPaginator,
|
|
31
33
|
ListDataQualityJobDefinitionsPaginator,
|
|
32
34
|
ListDeviceFleetsPaginator,
|
|
@@ -68,6 +70,7 @@ Usage::
|
|
|
68
70
|
ListNotebookInstanceLifecycleConfigsPaginator,
|
|
69
71
|
ListNotebookInstancesPaginator,
|
|
70
72
|
ListOptimizationJobsPaginator,
|
|
73
|
+
ListPartnerAppsPaginator,
|
|
71
74
|
ListPipelineExecutionStepsPaginator,
|
|
72
75
|
ListPipelineExecutionsPaginator,
|
|
73
76
|
ListPipelineParametersForExecutionPaginator,
|
|
@@ -81,6 +84,7 @@ Usage::
|
|
|
81
84
|
ListTagsPaginator,
|
|
82
85
|
ListTrainingJobsForHyperParameterTuningJobPaginator,
|
|
83
86
|
ListTrainingJobsPaginator,
|
|
87
|
+
ListTrainingPlansPaginator,
|
|
84
88
|
ListTransformJobsPaginator,
|
|
85
89
|
ListTrialComponentsPaginator,
|
|
86
90
|
ListTrialsPaginator,
|
|
@@ -124,9 +128,11 @@ Usage::
|
|
|
124
128
|
list_auto_ml_jobs_paginator: ListAutoMLJobsPaginator = client.get_paginator("list_auto_ml_jobs")
|
|
125
129
|
list_candidates_for_auto_ml_job_paginator: ListCandidatesForAutoMLJobPaginator = client.get_paginator("list_candidates_for_auto_ml_job")
|
|
126
130
|
list_cluster_nodes_paginator: ListClusterNodesPaginator = client.get_paginator("list_cluster_nodes")
|
|
131
|
+
list_cluster_scheduler_configs_paginator: ListClusterSchedulerConfigsPaginator = client.get_paginator("list_cluster_scheduler_configs")
|
|
127
132
|
list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
|
|
128
133
|
list_code_repositories_paginator: ListCodeRepositoriesPaginator = client.get_paginator("list_code_repositories")
|
|
129
134
|
list_compilation_jobs_paginator: ListCompilationJobsPaginator = client.get_paginator("list_compilation_jobs")
|
|
135
|
+
list_compute_quotas_paginator: ListComputeQuotasPaginator = client.get_paginator("list_compute_quotas")
|
|
130
136
|
list_contexts_paginator: ListContextsPaginator = client.get_paginator("list_contexts")
|
|
131
137
|
list_data_quality_job_definitions_paginator: ListDataQualityJobDefinitionsPaginator = client.get_paginator("list_data_quality_job_definitions")
|
|
132
138
|
list_device_fleets_paginator: ListDeviceFleetsPaginator = client.get_paginator("list_device_fleets")
|
|
@@ -168,6 +174,7 @@ Usage::
|
|
|
168
174
|
list_notebook_instance_lifecycle_configs_paginator: ListNotebookInstanceLifecycleConfigsPaginator = client.get_paginator("list_notebook_instance_lifecycle_configs")
|
|
169
175
|
list_notebook_instances_paginator: ListNotebookInstancesPaginator = client.get_paginator("list_notebook_instances")
|
|
170
176
|
list_optimization_jobs_paginator: ListOptimizationJobsPaginator = client.get_paginator("list_optimization_jobs")
|
|
177
|
+
list_partner_apps_paginator: ListPartnerAppsPaginator = client.get_paginator("list_partner_apps")
|
|
171
178
|
list_pipeline_execution_steps_paginator: ListPipelineExecutionStepsPaginator = client.get_paginator("list_pipeline_execution_steps")
|
|
172
179
|
list_pipeline_executions_paginator: ListPipelineExecutionsPaginator = client.get_paginator("list_pipeline_executions")
|
|
173
180
|
list_pipeline_parameters_for_execution_paginator: ListPipelineParametersForExecutionPaginator = client.get_paginator("list_pipeline_parameters_for_execution")
|
|
@@ -181,6 +188,7 @@ Usage::
|
|
|
181
188
|
list_tags_paginator: ListTagsPaginator = client.get_paginator("list_tags")
|
|
182
189
|
list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsForHyperParameterTuningJobPaginator = client.get_paginator("list_training_jobs_for_hyper_parameter_tuning_job")
|
|
183
190
|
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
191
|
+
list_training_plans_paginator: ListTrainingPlansPaginator = client.get_paginator("list_training_plans")
|
|
184
192
|
list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator("list_transform_jobs")
|
|
185
193
|
list_trial_components_paginator: ListTrialComponentsPaginator = client.get_paginator("list_trial_components")
|
|
186
194
|
list_trials_paginator: ListTrialsPaginator = client.get_paginator("list_trials")
|
|
@@ -189,6 +197,8 @@ Usage::
|
|
|
189
197
|
list_workteams_paginator: ListWorkteamsPaginator = client.get_paginator("list_workteams")
|
|
190
198
|
search_paginator: SearchPaginator = client.get_paginator("search")
|
|
191
199
|
```
|
|
200
|
+
|
|
201
|
+
Copyright 2024 Vlad Emelianov
|
|
192
202
|
"""
|
|
193
203
|
|
|
194
204
|
from .client import SageMakerClient
|
|
@@ -203,9 +213,11 @@ from .paginator import (
|
|
|
203
213
|
ListAutoMLJobsPaginator,
|
|
204
214
|
ListCandidatesForAutoMLJobPaginator,
|
|
205
215
|
ListClusterNodesPaginator,
|
|
216
|
+
ListClusterSchedulerConfigsPaginator,
|
|
206
217
|
ListClustersPaginator,
|
|
207
218
|
ListCodeRepositoriesPaginator,
|
|
208
219
|
ListCompilationJobsPaginator,
|
|
220
|
+
ListComputeQuotasPaginator,
|
|
209
221
|
ListContextsPaginator,
|
|
210
222
|
ListDataQualityJobDefinitionsPaginator,
|
|
211
223
|
ListDeviceFleetsPaginator,
|
|
@@ -247,6 +259,7 @@ from .paginator import (
|
|
|
247
259
|
ListNotebookInstanceLifecycleConfigsPaginator,
|
|
248
260
|
ListNotebookInstancesPaginator,
|
|
249
261
|
ListOptimizationJobsPaginator,
|
|
262
|
+
ListPartnerAppsPaginator,
|
|
250
263
|
ListPipelineExecutionsPaginator,
|
|
251
264
|
ListPipelineExecutionStepsPaginator,
|
|
252
265
|
ListPipelineParametersForExecutionPaginator,
|
|
@@ -260,6 +273,7 @@ from .paginator import (
|
|
|
260
273
|
ListTagsPaginator,
|
|
261
274
|
ListTrainingJobsForHyperParameterTuningJobPaginator,
|
|
262
275
|
ListTrainingJobsPaginator,
|
|
276
|
+
ListTrainingPlansPaginator,
|
|
263
277
|
ListTransformJobsPaginator,
|
|
264
278
|
ListTrialComponentsPaginator,
|
|
265
279
|
ListTrialsPaginator,
|
|
@@ -286,6 +300,7 @@ from .waiter import (
|
|
|
286
300
|
|
|
287
301
|
Client = SageMakerClient
|
|
288
302
|
|
|
303
|
+
|
|
289
304
|
__all__ = (
|
|
290
305
|
"Client",
|
|
291
306
|
"EndpointDeletedWaiter",
|
|
@@ -305,9 +320,11 @@ __all__ = (
|
|
|
305
320
|
"ListAutoMLJobsPaginator",
|
|
306
321
|
"ListCandidatesForAutoMLJobPaginator",
|
|
307
322
|
"ListClusterNodesPaginator",
|
|
323
|
+
"ListClusterSchedulerConfigsPaginator",
|
|
308
324
|
"ListClustersPaginator",
|
|
309
325
|
"ListCodeRepositoriesPaginator",
|
|
310
326
|
"ListCompilationJobsPaginator",
|
|
327
|
+
"ListComputeQuotasPaginator",
|
|
311
328
|
"ListContextsPaginator",
|
|
312
329
|
"ListDataQualityJobDefinitionsPaginator",
|
|
313
330
|
"ListDeviceFleetsPaginator",
|
|
@@ -349,6 +366,7 @@ __all__ = (
|
|
|
349
366
|
"ListNotebookInstanceLifecycleConfigsPaginator",
|
|
350
367
|
"ListNotebookInstancesPaginator",
|
|
351
368
|
"ListOptimizationJobsPaginator",
|
|
369
|
+
"ListPartnerAppsPaginator",
|
|
352
370
|
"ListPipelineExecutionStepsPaginator",
|
|
353
371
|
"ListPipelineExecutionsPaginator",
|
|
354
372
|
"ListPipelineParametersForExecutionPaginator",
|
|
@@ -362,6 +380,7 @@ __all__ = (
|
|
|
362
380
|
"ListTagsPaginator",
|
|
363
381
|
"ListTrainingJobsForHyperParameterTuningJobPaginator",
|
|
364
382
|
"ListTrainingJobsPaginator",
|
|
383
|
+
"ListTrainingPlansPaginator",
|
|
365
384
|
"ListTransformJobsPaginator",
|
|
366
385
|
"ListTrialComponentsPaginator",
|
|
367
386
|
"ListTrialsPaginator",
|
|
@@ -24,9 +24,11 @@ Usage::
|
|
|
24
24
|
ListAutoMLJobsPaginator,
|
|
25
25
|
ListCandidatesForAutoMLJobPaginator,
|
|
26
26
|
ListClusterNodesPaginator,
|
|
27
|
+
ListClusterSchedulerConfigsPaginator,
|
|
27
28
|
ListClustersPaginator,
|
|
28
29
|
ListCodeRepositoriesPaginator,
|
|
29
30
|
ListCompilationJobsPaginator,
|
|
31
|
+
ListComputeQuotasPaginator,
|
|
30
32
|
ListContextsPaginator,
|
|
31
33
|
ListDataQualityJobDefinitionsPaginator,
|
|
32
34
|
ListDeviceFleetsPaginator,
|
|
@@ -68,6 +70,7 @@ Usage::
|
|
|
68
70
|
ListNotebookInstanceLifecycleConfigsPaginator,
|
|
69
71
|
ListNotebookInstancesPaginator,
|
|
70
72
|
ListOptimizationJobsPaginator,
|
|
73
|
+
ListPartnerAppsPaginator,
|
|
71
74
|
ListPipelineExecutionStepsPaginator,
|
|
72
75
|
ListPipelineExecutionsPaginator,
|
|
73
76
|
ListPipelineParametersForExecutionPaginator,
|
|
@@ -81,6 +84,7 @@ Usage::
|
|
|
81
84
|
ListTagsPaginator,
|
|
82
85
|
ListTrainingJobsForHyperParameterTuningJobPaginator,
|
|
83
86
|
ListTrainingJobsPaginator,
|
|
87
|
+
ListTrainingPlansPaginator,
|
|
84
88
|
ListTransformJobsPaginator,
|
|
85
89
|
ListTrialComponentsPaginator,
|
|
86
90
|
ListTrialsPaginator,
|
|
@@ -124,9 +128,11 @@ Usage::
|
|
|
124
128
|
list_auto_ml_jobs_paginator: ListAutoMLJobsPaginator = client.get_paginator("list_auto_ml_jobs")
|
|
125
129
|
list_candidates_for_auto_ml_job_paginator: ListCandidatesForAutoMLJobPaginator = client.get_paginator("list_candidates_for_auto_ml_job")
|
|
126
130
|
list_cluster_nodes_paginator: ListClusterNodesPaginator = client.get_paginator("list_cluster_nodes")
|
|
131
|
+
list_cluster_scheduler_configs_paginator: ListClusterSchedulerConfigsPaginator = client.get_paginator("list_cluster_scheduler_configs")
|
|
127
132
|
list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
|
|
128
133
|
list_code_repositories_paginator: ListCodeRepositoriesPaginator = client.get_paginator("list_code_repositories")
|
|
129
134
|
list_compilation_jobs_paginator: ListCompilationJobsPaginator = client.get_paginator("list_compilation_jobs")
|
|
135
|
+
list_compute_quotas_paginator: ListComputeQuotasPaginator = client.get_paginator("list_compute_quotas")
|
|
130
136
|
list_contexts_paginator: ListContextsPaginator = client.get_paginator("list_contexts")
|
|
131
137
|
list_data_quality_job_definitions_paginator: ListDataQualityJobDefinitionsPaginator = client.get_paginator("list_data_quality_job_definitions")
|
|
132
138
|
list_device_fleets_paginator: ListDeviceFleetsPaginator = client.get_paginator("list_device_fleets")
|
|
@@ -168,6 +174,7 @@ Usage::
|
|
|
168
174
|
list_notebook_instance_lifecycle_configs_paginator: ListNotebookInstanceLifecycleConfigsPaginator = client.get_paginator("list_notebook_instance_lifecycle_configs")
|
|
169
175
|
list_notebook_instances_paginator: ListNotebookInstancesPaginator = client.get_paginator("list_notebook_instances")
|
|
170
176
|
list_optimization_jobs_paginator: ListOptimizationJobsPaginator = client.get_paginator("list_optimization_jobs")
|
|
177
|
+
list_partner_apps_paginator: ListPartnerAppsPaginator = client.get_paginator("list_partner_apps")
|
|
171
178
|
list_pipeline_execution_steps_paginator: ListPipelineExecutionStepsPaginator = client.get_paginator("list_pipeline_execution_steps")
|
|
172
179
|
list_pipeline_executions_paginator: ListPipelineExecutionsPaginator = client.get_paginator("list_pipeline_executions")
|
|
173
180
|
list_pipeline_parameters_for_execution_paginator: ListPipelineParametersForExecutionPaginator = client.get_paginator("list_pipeline_parameters_for_execution")
|
|
@@ -181,6 +188,7 @@ Usage::
|
|
|
181
188
|
list_tags_paginator: ListTagsPaginator = client.get_paginator("list_tags")
|
|
182
189
|
list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsForHyperParameterTuningJobPaginator = client.get_paginator("list_training_jobs_for_hyper_parameter_tuning_job")
|
|
183
190
|
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
191
|
+
list_training_plans_paginator: ListTrainingPlansPaginator = client.get_paginator("list_training_plans")
|
|
184
192
|
list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator("list_transform_jobs")
|
|
185
193
|
list_trial_components_paginator: ListTrialComponentsPaginator = client.get_paginator("list_trial_components")
|
|
186
194
|
list_trials_paginator: ListTrialsPaginator = client.get_paginator("list_trials")
|
|
@@ -189,6 +197,8 @@ Usage::
|
|
|
189
197
|
list_workteams_paginator: ListWorkteamsPaginator = client.get_paginator("list_workteams")
|
|
190
198
|
search_paginator: SearchPaginator = client.get_paginator("search")
|
|
191
199
|
```
|
|
200
|
+
|
|
201
|
+
Copyright 2024 Vlad Emelianov
|
|
192
202
|
"""
|
|
193
203
|
|
|
194
204
|
from .client import SageMakerClient
|
|
@@ -203,9 +213,11 @@ from .paginator import (
|
|
|
203
213
|
ListAutoMLJobsPaginator,
|
|
204
214
|
ListCandidatesForAutoMLJobPaginator,
|
|
205
215
|
ListClusterNodesPaginator,
|
|
216
|
+
ListClusterSchedulerConfigsPaginator,
|
|
206
217
|
ListClustersPaginator,
|
|
207
218
|
ListCodeRepositoriesPaginator,
|
|
208
219
|
ListCompilationJobsPaginator,
|
|
220
|
+
ListComputeQuotasPaginator,
|
|
209
221
|
ListContextsPaginator,
|
|
210
222
|
ListDataQualityJobDefinitionsPaginator,
|
|
211
223
|
ListDeviceFleetsPaginator,
|
|
@@ -247,6 +259,7 @@ from .paginator import (
|
|
|
247
259
|
ListNotebookInstanceLifecycleConfigsPaginator,
|
|
248
260
|
ListNotebookInstancesPaginator,
|
|
249
261
|
ListOptimizationJobsPaginator,
|
|
262
|
+
ListPartnerAppsPaginator,
|
|
250
263
|
ListPipelineExecutionsPaginator,
|
|
251
264
|
ListPipelineExecutionStepsPaginator,
|
|
252
265
|
ListPipelineParametersForExecutionPaginator,
|
|
@@ -260,6 +273,7 @@ from .paginator import (
|
|
|
260
273
|
ListTagsPaginator,
|
|
261
274
|
ListTrainingJobsForHyperParameterTuningJobPaginator,
|
|
262
275
|
ListTrainingJobsPaginator,
|
|
276
|
+
ListTrainingPlansPaginator,
|
|
263
277
|
ListTransformJobsPaginator,
|
|
264
278
|
ListTrialComponentsPaginator,
|
|
265
279
|
ListTrialsPaginator,
|
|
@@ -286,7 +300,6 @@ from .waiter import (
|
|
|
286
300
|
|
|
287
301
|
Client = SageMakerClient
|
|
288
302
|
|
|
289
|
-
|
|
290
303
|
__all__ = (
|
|
291
304
|
"Client",
|
|
292
305
|
"EndpointDeletedWaiter",
|
|
@@ -306,9 +319,11 @@ __all__ = (
|
|
|
306
319
|
"ListAutoMLJobsPaginator",
|
|
307
320
|
"ListCandidatesForAutoMLJobPaginator",
|
|
308
321
|
"ListClusterNodesPaginator",
|
|
322
|
+
"ListClusterSchedulerConfigsPaginator",
|
|
309
323
|
"ListClustersPaginator",
|
|
310
324
|
"ListCodeRepositoriesPaginator",
|
|
311
325
|
"ListCompilationJobsPaginator",
|
|
326
|
+
"ListComputeQuotasPaginator",
|
|
312
327
|
"ListContextsPaginator",
|
|
313
328
|
"ListDataQualityJobDefinitionsPaginator",
|
|
314
329
|
"ListDeviceFleetsPaginator",
|
|
@@ -350,6 +365,7 @@ __all__ = (
|
|
|
350
365
|
"ListNotebookInstanceLifecycleConfigsPaginator",
|
|
351
366
|
"ListNotebookInstancesPaginator",
|
|
352
367
|
"ListOptimizationJobsPaginator",
|
|
368
|
+
"ListPartnerAppsPaginator",
|
|
353
369
|
"ListPipelineExecutionStepsPaginator",
|
|
354
370
|
"ListPipelineExecutionsPaginator",
|
|
355
371
|
"ListPipelineParametersForExecutionPaginator",
|
|
@@ -363,6 +379,7 @@ __all__ = (
|
|
|
363
379
|
"ListTagsPaginator",
|
|
364
380
|
"ListTrainingJobsForHyperParameterTuningJobPaginator",
|
|
365
381
|
"ListTrainingJobsPaginator",
|
|
382
|
+
"ListTrainingPlansPaginator",
|
|
366
383
|
"ListTransformJobsPaginator",
|
|
367
384
|
"ListTrialComponentsPaginator",
|
|
368
385
|
"ListTrialsPaginator",
|