mypy-boto3-sagemaker 1.35.68__tar.gz → 1.35.86__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.68/mypy_boto3_sagemaker.egg-info → mypy_boto3_sagemaker-1.35.86}/PKG-INFO +63 -9
- mypy_boto3_sagemaker-1.35.68/PKG-INFO → mypy_boto3_sagemaker-1.35.86/README.md +60 -40
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/__init__.py +16 -0
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/__init__.pyi +16 -0
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/__main__.py +8 -7
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/client.py +789 -296
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/client.pyi +789 -295
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/literals.py +115 -1
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/literals.pyi +115 -1
- mypy_boto3_sagemaker-1.35.68/mypy_boto3_sagemaker/paginator.pyi → mypy_boto3_sagemaker-1.35.86/mypy_boto3_sagemaker/paginator.py +1101 -426
- mypy_boto3_sagemaker-1.35.68/mypy_boto3_sagemaker/paginator.py → mypy_boto3_sagemaker-1.35.86/mypy_boto3_sagemaker/paginator.pyi +794 -505
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/type_defs.py +1142 -590
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/type_defs.pyi +1077 -583
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/waiter.py +41 -36
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/waiter.pyi +41 -36
- mypy_boto3_sagemaker-1.35.68/README.md → mypy_boto3_sagemaker-1.35.86/mypy_boto3_sagemaker.egg-info/PKG-INFO +94 -6
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/setup.py +3 -3
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/py.typed +0 -0
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/setup.cfg +0 -0
{mypy_boto3_sagemaker-1.35.68/mypy_boto3_sagemaker.egg-info → mypy_boto3_sagemaker-1.35.86}/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 SageMaker 1.35.
|
|
3
|
+
Version: 1.35.86
|
|
4
|
+
Summary: Type annotations for boto3 SageMaker 1.35.86 service generated with mypy-boto3-builder 8.7.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
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|
|
|
44
44
|

|
|
45
45
|
|
|
46
|
-
Type annotations for [boto3 SageMaker 1.35.
|
|
46
|
+
Type annotations for [boto3 SageMaker 1.35.86](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/),
|
|
@@ -51,8 +51,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
51
51
|
[mypy](https://github.com/python/mypy),
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
|
-
Generated
|
|
55
|
-
[mypy-boto3-builder 8.
|
|
54
|
+
Generated with
|
|
55
|
+
[mypy-boto3-builder 8.7.0](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
|
|
@@ -60,10 +60,11 @@ More information can be found on
|
|
|
60
60
|
|
|
61
61
|
See how it helps you find and fix potential bugs:
|
|
62
62
|
|
|
63
|
-

|
|
64
64
|
|
|
65
65
|
- [mypy-boto3-sagemaker](#mypy-boto3-sagemaker)
|
|
66
66
|
- [How to install](#how-to-install)
|
|
67
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
67
68
|
- [VSCode extension](#vscode-extension)
|
|
68
69
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
69
70
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -75,6 +76,7 @@ See how it helps you find and fix potential bugs:
|
|
|
75
76
|
- [Other IDEs](#other-ides)
|
|
76
77
|
- [mypy](#mypy)
|
|
77
78
|
- [pyright](#pyright)
|
|
79
|
+
- [Pylint compatibility](#pylint-compatibility)
|
|
78
80
|
- [Explicit type annotations](#explicit-type-annotations)
|
|
79
81
|
- [Client annotations](#client-annotations)
|
|
80
82
|
- [Paginators annotations](#paginators-annotations)
|
|
@@ -94,6 +96,21 @@ See how it helps you find and fix potential bugs:
|
|
|
94
96
|
|
|
95
97
|
## How to install
|
|
96
98
|
|
|
99
|
+
<a id="generate-locally-(recommended)"></a>
|
|
100
|
+
|
|
101
|
+
### Generate locally (recommended)
|
|
102
|
+
|
|
103
|
+
You can generate type annotations for `boto3` package locally with
|
|
104
|
+
`mypy_boto3_builder`. Use
|
|
105
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
106
|
+
isolation.
|
|
107
|
+
|
|
108
|
+
1. Run mypy-boto3-builder in your package root directory:
|
|
109
|
+
`uvx --with 'boto3==1.35.86' mypy_boto3_builder`
|
|
110
|
+
2. Select `boto3-stubs` AWS SDK.
|
|
111
|
+
3. Add `SageMaker` service.
|
|
112
|
+
4. Use provided commands to install generated packages.
|
|
113
|
+
|
|
97
114
|
<a id="vscode-extension"></a>
|
|
98
115
|
|
|
99
116
|
### VSCode extension
|
|
@@ -114,12 +131,10 @@ Install `boto3-stubs` for `SageMaker` service.
|
|
|
114
131
|
# install with boto3 type annotations
|
|
115
132
|
python -m pip install 'boto3-stubs[sagemaker]'
|
|
116
133
|
|
|
117
|
-
|
|
118
134
|
# Lite version does not provide session.client/resource overloads
|
|
119
135
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
120
136
|
python -m pip install 'boto3-stubs-lite[sagemaker]'
|
|
121
137
|
|
|
122
|
-
|
|
123
138
|
# standalone installation
|
|
124
139
|
python -m pip install mypy-boto3-sagemaker
|
|
125
140
|
```
|
|
@@ -268,6 +283,31 @@ Optionally, you can install `boto3-stubs` to `typings` directory.
|
|
|
268
283
|
Type checking should now work. No explicit type annotations required, write
|
|
269
284
|
your `boto3` code as usual.
|
|
270
285
|
|
|
286
|
+
<a id="pylint-compatibility"></a>
|
|
287
|
+
|
|
288
|
+
### Pylint compatibility
|
|
289
|
+
|
|
290
|
+
It is totally safe to use `TYPE_CHECKING` flag in order to avoid
|
|
291
|
+
`mypy-boto3-sagemaker` dependency in production. However, there is an issue in
|
|
292
|
+
`pylint` that it complains about undefined variables. To fix it, set all types
|
|
293
|
+
to `object` in non-`TYPE_CHECKING` mode.
|
|
294
|
+
|
|
295
|
+
```python
|
|
296
|
+
from typing import TYPE_CHECKING
|
|
297
|
+
|
|
298
|
+
if TYPE_CHECKING:
|
|
299
|
+
from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
|
|
300
|
+
from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
|
|
301
|
+
from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
|
|
302
|
+
else:
|
|
303
|
+
EC2Client = object
|
|
304
|
+
EC2ServiceResource = object
|
|
305
|
+
BundleTaskCompleteWaiter = object
|
|
306
|
+
DescribeVolumesPaginator = object
|
|
307
|
+
|
|
308
|
+
...
|
|
309
|
+
```
|
|
310
|
+
|
|
271
311
|
<a id="explicit-type-annotations"></a>
|
|
272
312
|
|
|
273
313
|
## Explicit type annotations
|
|
@@ -310,9 +350,11 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
310
350
|
ListAutoMLJobsPaginator,
|
|
311
351
|
ListCandidatesForAutoMLJobPaginator,
|
|
312
352
|
ListClusterNodesPaginator,
|
|
353
|
+
ListClusterSchedulerConfigsPaginator,
|
|
313
354
|
ListClustersPaginator,
|
|
314
355
|
ListCodeRepositoriesPaginator,
|
|
315
356
|
ListCompilationJobsPaginator,
|
|
357
|
+
ListComputeQuotasPaginator,
|
|
316
358
|
ListContextsPaginator,
|
|
317
359
|
ListDataQualityJobDefinitionsPaginator,
|
|
318
360
|
ListDeviceFleetsPaginator,
|
|
@@ -354,6 +396,7 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
354
396
|
ListNotebookInstanceLifecycleConfigsPaginator,
|
|
355
397
|
ListNotebookInstancesPaginator,
|
|
356
398
|
ListOptimizationJobsPaginator,
|
|
399
|
+
ListPartnerAppsPaginator,
|
|
357
400
|
ListPipelineExecutionStepsPaginator,
|
|
358
401
|
ListPipelineExecutionsPaginator,
|
|
359
402
|
ListPipelineParametersForExecutionPaginator,
|
|
@@ -367,6 +410,7 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
367
410
|
ListTagsPaginator,
|
|
368
411
|
ListTrainingJobsForHyperParameterTuningJobPaginator,
|
|
369
412
|
ListTrainingJobsPaginator,
|
|
413
|
+
ListTrainingPlansPaginator,
|
|
370
414
|
ListTransformJobsPaginator,
|
|
371
415
|
ListTrialComponentsPaginator,
|
|
372
416
|
ListTrialsPaginator,
|
|
@@ -394,6 +438,9 @@ list_candidates_for_auto_ml_job_paginator: ListCandidatesForAutoMLJobPaginator =
|
|
|
394
438
|
client.get_paginator("list_candidates_for_auto_ml_job")
|
|
395
439
|
)
|
|
396
440
|
list_cluster_nodes_paginator: ListClusterNodesPaginator = client.get_paginator("list_cluster_nodes")
|
|
441
|
+
list_cluster_scheduler_configs_paginator: ListClusterSchedulerConfigsPaginator = (
|
|
442
|
+
client.get_paginator("list_cluster_scheduler_configs")
|
|
443
|
+
)
|
|
397
444
|
list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
|
|
398
445
|
list_code_repositories_paginator: ListCodeRepositoriesPaginator = client.get_paginator(
|
|
399
446
|
"list_code_repositories"
|
|
@@ -401,6 +448,9 @@ list_code_repositories_paginator: ListCodeRepositoriesPaginator = client.get_pag
|
|
|
401
448
|
list_compilation_jobs_paginator: ListCompilationJobsPaginator = client.get_paginator(
|
|
402
449
|
"list_compilation_jobs"
|
|
403
450
|
)
|
|
451
|
+
list_compute_quotas_paginator: ListComputeQuotasPaginator = client.get_paginator(
|
|
452
|
+
"list_compute_quotas"
|
|
453
|
+
)
|
|
404
454
|
list_contexts_paginator: ListContextsPaginator = client.get_paginator("list_contexts")
|
|
405
455
|
list_data_quality_job_definitions_paginator: ListDataQualityJobDefinitionsPaginator = (
|
|
406
456
|
client.get_paginator("list_data_quality_job_definitions")
|
|
@@ -504,6 +554,7 @@ list_notebook_instances_paginator: ListNotebookInstancesPaginator = client.get_p
|
|
|
504
554
|
list_optimization_jobs_paginator: ListOptimizationJobsPaginator = client.get_paginator(
|
|
505
555
|
"list_optimization_jobs"
|
|
506
556
|
)
|
|
557
|
+
list_partner_apps_paginator: ListPartnerAppsPaginator = client.get_paginator("list_partner_apps")
|
|
507
558
|
list_pipeline_execution_steps_paginator: ListPipelineExecutionStepsPaginator = client.get_paginator(
|
|
508
559
|
"list_pipeline_execution_steps"
|
|
509
560
|
)
|
|
@@ -533,6 +584,9 @@ list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsFor
|
|
|
533
584
|
"list_training_jobs_for_hyper_parameter_tuning_job"
|
|
534
585
|
)
|
|
535
586
|
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
587
|
+
list_training_plans_paginator: ListTrainingPlansPaginator = client.get_paginator(
|
|
588
|
+
"list_training_plans"
|
|
589
|
+
)
|
|
536
590
|
list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator(
|
|
537
591
|
"list_transform_jobs"
|
|
538
592
|
)
|
|
@@ -1,37 +1,3 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.35.68
|
|
4
|
-
Summary: Type annotations for boto3 SageMaker 1.35.68 service generated with mypy-boto3-builder 8.3.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
|
|
@@ -43,7 +9,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
9
|
|
|
44
10
|

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

|
|
64
30
|
|
|
65
31
|
- [mypy-boto3-sagemaker](#mypy-boto3-sagemaker)
|
|
66
32
|
- [How to install](#how-to-install)
|
|
33
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
67
34
|
- [VSCode extension](#vscode-extension)
|
|
68
35
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
69
36
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -75,6 +42,7 @@ See how it helps you find and fix potential bugs:
|
|
|
75
42
|
- [Other IDEs](#other-ides)
|
|
76
43
|
- [mypy](#mypy)
|
|
77
44
|
- [pyright](#pyright)
|
|
45
|
+
- [Pylint compatibility](#pylint-compatibility)
|
|
78
46
|
- [Explicit type annotations](#explicit-type-annotations)
|
|
79
47
|
- [Client annotations](#client-annotations)
|
|
80
48
|
- [Paginators annotations](#paginators-annotations)
|
|
@@ -94,6 +62,21 @@ See how it helps you find and fix potential bugs:
|
|
|
94
62
|
|
|
95
63
|
## How to install
|
|
96
64
|
|
|
65
|
+
<a id="generate-locally-(recommended)"></a>
|
|
66
|
+
|
|
67
|
+
### Generate locally (recommended)
|
|
68
|
+
|
|
69
|
+
You can generate type annotations for `boto3` package locally with
|
|
70
|
+
`mypy_boto3_builder`. Use
|
|
71
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
72
|
+
isolation.
|
|
73
|
+
|
|
74
|
+
1. Run mypy-boto3-builder in your package root directory:
|
|
75
|
+
`uvx --with 'boto3==1.35.86' mypy_boto3_builder`
|
|
76
|
+
2. Select `boto3-stubs` AWS SDK.
|
|
77
|
+
3. Add `SageMaker` service.
|
|
78
|
+
4. Use provided commands to install generated packages.
|
|
79
|
+
|
|
97
80
|
<a id="vscode-extension"></a>
|
|
98
81
|
|
|
99
82
|
### VSCode extension
|
|
@@ -114,12 +97,10 @@ Install `boto3-stubs` for `SageMaker` service.
|
|
|
114
97
|
# install with boto3 type annotations
|
|
115
98
|
python -m pip install 'boto3-stubs[sagemaker]'
|
|
116
99
|
|
|
117
|
-
|
|
118
100
|
# Lite version does not provide session.client/resource overloads
|
|
119
101
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
120
102
|
python -m pip install 'boto3-stubs-lite[sagemaker]'
|
|
121
103
|
|
|
122
|
-
|
|
123
104
|
# standalone installation
|
|
124
105
|
python -m pip install mypy-boto3-sagemaker
|
|
125
106
|
```
|
|
@@ -268,6 +249,31 @@ Optionally, you can install `boto3-stubs` to `typings` directory.
|
|
|
268
249
|
Type checking should now work. No explicit type annotations required, write
|
|
269
250
|
your `boto3` code as usual.
|
|
270
251
|
|
|
252
|
+
<a id="pylint-compatibility"></a>
|
|
253
|
+
|
|
254
|
+
### Pylint compatibility
|
|
255
|
+
|
|
256
|
+
It is totally safe to use `TYPE_CHECKING` flag in order to avoid
|
|
257
|
+
`mypy-boto3-sagemaker` dependency in production. However, there is an issue in
|
|
258
|
+
`pylint` that it complains about undefined variables. To fix it, set all types
|
|
259
|
+
to `object` in non-`TYPE_CHECKING` mode.
|
|
260
|
+
|
|
261
|
+
```python
|
|
262
|
+
from typing import TYPE_CHECKING
|
|
263
|
+
|
|
264
|
+
if TYPE_CHECKING:
|
|
265
|
+
from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
|
|
266
|
+
from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
|
|
267
|
+
from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
|
|
268
|
+
else:
|
|
269
|
+
EC2Client = object
|
|
270
|
+
EC2ServiceResource = object
|
|
271
|
+
BundleTaskCompleteWaiter = object
|
|
272
|
+
DescribeVolumesPaginator = object
|
|
273
|
+
|
|
274
|
+
...
|
|
275
|
+
```
|
|
276
|
+
|
|
271
277
|
<a id="explicit-type-annotations"></a>
|
|
272
278
|
|
|
273
279
|
## Explicit type annotations
|
|
@@ -310,9 +316,11 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
310
316
|
ListAutoMLJobsPaginator,
|
|
311
317
|
ListCandidatesForAutoMLJobPaginator,
|
|
312
318
|
ListClusterNodesPaginator,
|
|
319
|
+
ListClusterSchedulerConfigsPaginator,
|
|
313
320
|
ListClustersPaginator,
|
|
314
321
|
ListCodeRepositoriesPaginator,
|
|
315
322
|
ListCompilationJobsPaginator,
|
|
323
|
+
ListComputeQuotasPaginator,
|
|
316
324
|
ListContextsPaginator,
|
|
317
325
|
ListDataQualityJobDefinitionsPaginator,
|
|
318
326
|
ListDeviceFleetsPaginator,
|
|
@@ -354,6 +362,7 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
354
362
|
ListNotebookInstanceLifecycleConfigsPaginator,
|
|
355
363
|
ListNotebookInstancesPaginator,
|
|
356
364
|
ListOptimizationJobsPaginator,
|
|
365
|
+
ListPartnerAppsPaginator,
|
|
357
366
|
ListPipelineExecutionStepsPaginator,
|
|
358
367
|
ListPipelineExecutionsPaginator,
|
|
359
368
|
ListPipelineParametersForExecutionPaginator,
|
|
@@ -367,6 +376,7 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
367
376
|
ListTagsPaginator,
|
|
368
377
|
ListTrainingJobsForHyperParameterTuningJobPaginator,
|
|
369
378
|
ListTrainingJobsPaginator,
|
|
379
|
+
ListTrainingPlansPaginator,
|
|
370
380
|
ListTransformJobsPaginator,
|
|
371
381
|
ListTrialComponentsPaginator,
|
|
372
382
|
ListTrialsPaginator,
|
|
@@ -394,6 +404,9 @@ list_candidates_for_auto_ml_job_paginator: ListCandidatesForAutoMLJobPaginator =
|
|
|
394
404
|
client.get_paginator("list_candidates_for_auto_ml_job")
|
|
395
405
|
)
|
|
396
406
|
list_cluster_nodes_paginator: ListClusterNodesPaginator = client.get_paginator("list_cluster_nodes")
|
|
407
|
+
list_cluster_scheduler_configs_paginator: ListClusterSchedulerConfigsPaginator = (
|
|
408
|
+
client.get_paginator("list_cluster_scheduler_configs")
|
|
409
|
+
)
|
|
397
410
|
list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
|
|
398
411
|
list_code_repositories_paginator: ListCodeRepositoriesPaginator = client.get_paginator(
|
|
399
412
|
"list_code_repositories"
|
|
@@ -401,6 +414,9 @@ list_code_repositories_paginator: ListCodeRepositoriesPaginator = client.get_pag
|
|
|
401
414
|
list_compilation_jobs_paginator: ListCompilationJobsPaginator = client.get_paginator(
|
|
402
415
|
"list_compilation_jobs"
|
|
403
416
|
)
|
|
417
|
+
list_compute_quotas_paginator: ListComputeQuotasPaginator = client.get_paginator(
|
|
418
|
+
"list_compute_quotas"
|
|
419
|
+
)
|
|
404
420
|
list_contexts_paginator: ListContextsPaginator = client.get_paginator("list_contexts")
|
|
405
421
|
list_data_quality_job_definitions_paginator: ListDataQualityJobDefinitionsPaginator = (
|
|
406
422
|
client.get_paginator("list_data_quality_job_definitions")
|
|
@@ -504,6 +520,7 @@ list_notebook_instances_paginator: ListNotebookInstancesPaginator = client.get_p
|
|
|
504
520
|
list_optimization_jobs_paginator: ListOptimizationJobsPaginator = client.get_paginator(
|
|
505
521
|
"list_optimization_jobs"
|
|
506
522
|
)
|
|
523
|
+
list_partner_apps_paginator: ListPartnerAppsPaginator = client.get_paginator("list_partner_apps")
|
|
507
524
|
list_pipeline_execution_steps_paginator: ListPipelineExecutionStepsPaginator = client.get_paginator(
|
|
508
525
|
"list_pipeline_execution_steps"
|
|
509
526
|
)
|
|
@@ -533,6 +550,9 @@ list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsFor
|
|
|
533
550
|
"list_training_jobs_for_hyper_parameter_tuning_job"
|
|
534
551
|
)
|
|
535
552
|
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
553
|
+
list_training_plans_paginator: ListTrainingPlansPaginator = client.get_paginator(
|
|
554
|
+
"list_training_plans"
|
|
555
|
+
)
|
|
536
556
|
list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator(
|
|
537
557
|
"list_transform_jobs"
|
|
538
558
|
)
|
{mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/__init__.py
RENAMED
|
@@ -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")
|
|
@@ -205,9 +213,11 @@ from .paginator import (
|
|
|
205
213
|
ListAutoMLJobsPaginator,
|
|
206
214
|
ListCandidatesForAutoMLJobPaginator,
|
|
207
215
|
ListClusterNodesPaginator,
|
|
216
|
+
ListClusterSchedulerConfigsPaginator,
|
|
208
217
|
ListClustersPaginator,
|
|
209
218
|
ListCodeRepositoriesPaginator,
|
|
210
219
|
ListCompilationJobsPaginator,
|
|
220
|
+
ListComputeQuotasPaginator,
|
|
211
221
|
ListContextsPaginator,
|
|
212
222
|
ListDataQualityJobDefinitionsPaginator,
|
|
213
223
|
ListDeviceFleetsPaginator,
|
|
@@ -249,6 +259,7 @@ from .paginator import (
|
|
|
249
259
|
ListNotebookInstanceLifecycleConfigsPaginator,
|
|
250
260
|
ListNotebookInstancesPaginator,
|
|
251
261
|
ListOptimizationJobsPaginator,
|
|
262
|
+
ListPartnerAppsPaginator,
|
|
252
263
|
ListPipelineExecutionsPaginator,
|
|
253
264
|
ListPipelineExecutionStepsPaginator,
|
|
254
265
|
ListPipelineParametersForExecutionPaginator,
|
|
@@ -262,6 +273,7 @@ from .paginator import (
|
|
|
262
273
|
ListTagsPaginator,
|
|
263
274
|
ListTrainingJobsForHyperParameterTuningJobPaginator,
|
|
264
275
|
ListTrainingJobsPaginator,
|
|
276
|
+
ListTrainingPlansPaginator,
|
|
265
277
|
ListTransformJobsPaginator,
|
|
266
278
|
ListTrialComponentsPaginator,
|
|
267
279
|
ListTrialsPaginator,
|
|
@@ -308,9 +320,11 @@ __all__ = (
|
|
|
308
320
|
"ListAutoMLJobsPaginator",
|
|
309
321
|
"ListCandidatesForAutoMLJobPaginator",
|
|
310
322
|
"ListClusterNodesPaginator",
|
|
323
|
+
"ListClusterSchedulerConfigsPaginator",
|
|
311
324
|
"ListClustersPaginator",
|
|
312
325
|
"ListCodeRepositoriesPaginator",
|
|
313
326
|
"ListCompilationJobsPaginator",
|
|
327
|
+
"ListComputeQuotasPaginator",
|
|
314
328
|
"ListContextsPaginator",
|
|
315
329
|
"ListDataQualityJobDefinitionsPaginator",
|
|
316
330
|
"ListDeviceFleetsPaginator",
|
|
@@ -352,6 +366,7 @@ __all__ = (
|
|
|
352
366
|
"ListNotebookInstanceLifecycleConfigsPaginator",
|
|
353
367
|
"ListNotebookInstancesPaginator",
|
|
354
368
|
"ListOptimizationJobsPaginator",
|
|
369
|
+
"ListPartnerAppsPaginator",
|
|
355
370
|
"ListPipelineExecutionStepsPaginator",
|
|
356
371
|
"ListPipelineExecutionsPaginator",
|
|
357
372
|
"ListPipelineParametersForExecutionPaginator",
|
|
@@ -365,6 +380,7 @@ __all__ = (
|
|
|
365
380
|
"ListTagsPaginator",
|
|
366
381
|
"ListTrainingJobsForHyperParameterTuningJobPaginator",
|
|
367
382
|
"ListTrainingJobsPaginator",
|
|
383
|
+
"ListTrainingPlansPaginator",
|
|
368
384
|
"ListTransformJobsPaginator",
|
|
369
385
|
"ListTrialComponentsPaginator",
|
|
370
386
|
"ListTrialsPaginator",
|
{mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/__init__.pyi
RENAMED
|
@@ -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")
|
|
@@ -205,9 +213,11 @@ from .paginator import (
|
|
|
205
213
|
ListAutoMLJobsPaginator,
|
|
206
214
|
ListCandidatesForAutoMLJobPaginator,
|
|
207
215
|
ListClusterNodesPaginator,
|
|
216
|
+
ListClusterSchedulerConfigsPaginator,
|
|
208
217
|
ListClustersPaginator,
|
|
209
218
|
ListCodeRepositoriesPaginator,
|
|
210
219
|
ListCompilationJobsPaginator,
|
|
220
|
+
ListComputeQuotasPaginator,
|
|
211
221
|
ListContextsPaginator,
|
|
212
222
|
ListDataQualityJobDefinitionsPaginator,
|
|
213
223
|
ListDeviceFleetsPaginator,
|
|
@@ -249,6 +259,7 @@ from .paginator import (
|
|
|
249
259
|
ListNotebookInstanceLifecycleConfigsPaginator,
|
|
250
260
|
ListNotebookInstancesPaginator,
|
|
251
261
|
ListOptimizationJobsPaginator,
|
|
262
|
+
ListPartnerAppsPaginator,
|
|
252
263
|
ListPipelineExecutionsPaginator,
|
|
253
264
|
ListPipelineExecutionStepsPaginator,
|
|
254
265
|
ListPipelineParametersForExecutionPaginator,
|
|
@@ -262,6 +273,7 @@ from .paginator import (
|
|
|
262
273
|
ListTagsPaginator,
|
|
263
274
|
ListTrainingJobsForHyperParameterTuningJobPaginator,
|
|
264
275
|
ListTrainingJobsPaginator,
|
|
276
|
+
ListTrainingPlansPaginator,
|
|
265
277
|
ListTransformJobsPaginator,
|
|
266
278
|
ListTrialComponentsPaginator,
|
|
267
279
|
ListTrialsPaginator,
|
|
@@ -307,9 +319,11 @@ __all__ = (
|
|
|
307
319
|
"ListAutoMLJobsPaginator",
|
|
308
320
|
"ListCandidatesForAutoMLJobPaginator",
|
|
309
321
|
"ListClusterNodesPaginator",
|
|
322
|
+
"ListClusterSchedulerConfigsPaginator",
|
|
310
323
|
"ListClustersPaginator",
|
|
311
324
|
"ListCodeRepositoriesPaginator",
|
|
312
325
|
"ListCompilationJobsPaginator",
|
|
326
|
+
"ListComputeQuotasPaginator",
|
|
313
327
|
"ListContextsPaginator",
|
|
314
328
|
"ListDataQualityJobDefinitionsPaginator",
|
|
315
329
|
"ListDeviceFleetsPaginator",
|
|
@@ -351,6 +365,7 @@ __all__ = (
|
|
|
351
365
|
"ListNotebookInstanceLifecycleConfigsPaginator",
|
|
352
366
|
"ListNotebookInstancesPaginator",
|
|
353
367
|
"ListOptimizationJobsPaginator",
|
|
368
|
+
"ListPartnerAppsPaginator",
|
|
354
369
|
"ListPipelineExecutionStepsPaginator",
|
|
355
370
|
"ListPipelineExecutionsPaginator",
|
|
356
371
|
"ListPipelineParametersForExecutionPaginator",
|
|
@@ -364,6 +379,7 @@ __all__ = (
|
|
|
364
379
|
"ListTagsPaginator",
|
|
365
380
|
"ListTrainingJobsForHyperParameterTuningJobPaginator",
|
|
366
381
|
"ListTrainingJobsPaginator",
|
|
382
|
+
"ListTrainingPlansPaginator",
|
|
367
383
|
"ListTransformJobsPaginator",
|
|
368
384
|
"ListTrialComponentsPaginator",
|
|
369
385
|
"ListTrialsPaginator",
|
{mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/__main__.py
RENAMED
|
@@ -11,14 +11,14 @@ def print_info() -> None:
|
|
|
11
11
|
"""
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
|
-
|
|
15
|
-
"Type annotations for boto3 SageMaker 1.35.
|
|
16
|
-
"Version: 1.35.
|
|
17
|
-
"Builder version: 8.
|
|
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"
|
|
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"
|
|
21
|
-
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
|
|
21
|
+
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases\n"
|
|
22
22
|
)
|
|
23
23
|
|
|
24
24
|
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
|
|
29
|
+
sys.stdout.write("1.35.86\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -34,7 +34,8 @@ def main() -> None:
|
|
|
34
34
|
Main CLI entrypoint.
|
|
35
35
|
"""
|
|
36
36
|
if "--version" in sys.argv:
|
|
37
|
-
|
|
37
|
+
print_version()
|
|
38
|
+
return
|
|
38
39
|
print_info()
|
|
39
40
|
|
|
40
41
|
|