mypy-boto3-sagemaker 1.35.11__py3-none-any.whl → 1.41.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mypy_boto3_sagemaker/__init__.py +38 -2
- mypy_boto3_sagemaker/__init__.pyi +38 -2
- mypy_boto3_sagemaker/__main__.py +11 -8
- mypy_boto3_sagemaker/client.py +2170 -1460
- mypy_boto3_sagemaker/client.pyi +2170 -1459
- mypy_boto3_sagemaker/literals.py +567 -39
- mypy_boto3_sagemaker/literals.pyi +567 -39
- mypy_boto3_sagemaker/paginator.py +1218 -584
- mypy_boto3_sagemaker/paginator.pyi +1122 -584
- mypy_boto3_sagemaker/type_defs.py +13938 -14574
- mypy_boto3_sagemaker/type_defs.pyi +12281 -14576
- mypy_boto3_sagemaker/version.py +3 -1
- mypy_boto3_sagemaker/waiter.py +75 -62
- mypy_boto3_sagemaker/waiter.pyi +75 -62
- {mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.41.1.dist-info}/METADATA +126 -38
- mypy_boto3_sagemaker-1.41.1.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.41.1.dist-info}/WHEEL +1 -1
- {mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.41.1.dist-info/licenses}/LICENSE +1 -1
- mypy_boto3_sagemaker-1.35.11.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.41.1.dist-info}/top_level.txt +0 -0
|
@@ -1,69 +1,69 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
License: MIT License
|
|
3
|
+
Version: 1.41.1
|
|
4
|
+
Summary: Type annotations for boto3 SageMaker 1.41.1 service generated with mypy-boto3-builder 8.12.0
|
|
5
|
+
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
9
8
|
Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/
|
|
10
9
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
10
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3
|
|
11
|
+
Keywords: boto3,sagemaker,boto3-stubs,type-annotations,mypy,typeshed,autocomplete
|
|
12
|
+
Platform: any
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
16
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
17
16
|
Classifier: Natural Language :: English
|
|
18
17
|
Classifier: Operating System :: OS Independent
|
|
19
18
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
21
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
22
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
23
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
24
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
25
23
|
Classifier: Programming Language :: Python :: 3.13
|
|
24
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
26
25
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
27
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
27
|
Classifier: Typing :: Stubs Only
|
|
29
|
-
Requires-Python: >=3.
|
|
28
|
+
Requires-Python: >=3.9
|
|
30
29
|
Description-Content-Type: text/markdown
|
|
31
30
|
License-File: LICENSE
|
|
32
|
-
Requires-Dist: typing-extensions
|
|
31
|
+
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
32
|
+
Dynamic: license-file
|
|
33
33
|
|
|
34
34
|
<a id="mypy-boto3-sagemaker"></a>
|
|
35
35
|
|
|
36
36
|
# mypy-boto3-sagemaker
|
|
37
37
|
|
|
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://
|
|
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://pypistats.org/packages/mypy-boto3-sagemaker)
|
|
42
42
|
|
|
43
43
|

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

|
|
64
63
|
|
|
65
64
|
- [mypy-boto3-sagemaker](#mypy-boto3-sagemaker)
|
|
66
65
|
- [How to install](#how-to-install)
|
|
66
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
67
67
|
- [VSCode extension](#vscode-extension)
|
|
68
68
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
69
69
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -75,6 +75,7 @@ See how it helps to find and fix potential bugs:
|
|
|
75
75
|
- [Other IDEs](#other-ides)
|
|
76
76
|
- [mypy](#mypy)
|
|
77
77
|
- [pyright](#pyright)
|
|
78
|
+
- [Pylint compatibility](#pylint-compatibility)
|
|
78
79
|
- [Explicit type annotations](#explicit-type-annotations)
|
|
79
80
|
- [Client annotations](#client-annotations)
|
|
80
81
|
- [Paginators annotations](#paginators-annotations)
|
|
@@ -94,6 +95,21 @@ See how it helps to find and fix potential bugs:
|
|
|
94
95
|
|
|
95
96
|
## How to install
|
|
96
97
|
|
|
98
|
+
<a id="generate-locally-(recommended)"></a>
|
|
99
|
+
|
|
100
|
+
### Generate locally (recommended)
|
|
101
|
+
|
|
102
|
+
You can generate type annotations for `boto3` package locally with
|
|
103
|
+
`mypy-boto3-builder`. Use
|
|
104
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
105
|
+
isolation.
|
|
106
|
+
|
|
107
|
+
1. Run mypy-boto3-builder in your package root directory:
|
|
108
|
+
`uvx --with 'boto3==1.41.1' mypy-boto3-builder`
|
|
109
|
+
2. Select `boto3-stubs` AWS SDK.
|
|
110
|
+
3. Add `SageMaker` service.
|
|
111
|
+
4. Use provided commands to install generated packages.
|
|
112
|
+
|
|
97
113
|
<a id="vscode-extension"></a>
|
|
98
114
|
|
|
99
115
|
### VSCode extension
|
|
@@ -114,12 +130,10 @@ Install `boto3-stubs` for `SageMaker` service.
|
|
|
114
130
|
# install with boto3 type annotations
|
|
115
131
|
python -m pip install 'boto3-stubs[sagemaker]'
|
|
116
132
|
|
|
117
|
-
|
|
118
133
|
# Lite version does not provide session.client/resource overloads
|
|
119
134
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
120
135
|
python -m pip install 'boto3-stubs-lite[sagemaker]'
|
|
121
136
|
|
|
122
|
-
|
|
123
137
|
# standalone installation
|
|
124
138
|
python -m pip install mypy-boto3-sagemaker
|
|
125
139
|
```
|
|
@@ -158,16 +172,31 @@ annotations required, write your `boto3` code as usual.
|
|
|
158
172
|
|
|
159
173
|
### PyCharm
|
|
160
174
|
|
|
161
|
-
|
|
175
|
+
> ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
|
|
176
|
+
> [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
|
|
177
|
+
> to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
|
|
178
|
+
> the issue is resolved.
|
|
179
|
+
|
|
180
|
+
> ⚠️ If you experience slow performance and high CPU usage, try to disable
|
|
181
|
+
> `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
|
|
182
|
+
> [pyright](https://github.com/microsoft/pyright) instead.
|
|
183
|
+
|
|
184
|
+
> ⚠️ To continue using `PyCharm` type checker, you can try to replace
|
|
185
|
+
> `boto3-stubs` with
|
|
186
|
+
> [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
|
|
162
187
|
|
|
163
188
|
```bash
|
|
164
|
-
|
|
189
|
+
pip uninstall boto3-stubs
|
|
190
|
+
pip install boto3-stubs-lite
|
|
165
191
|
```
|
|
166
192
|
|
|
167
|
-
|
|
168
|
-
annotations **are required**.
|
|
193
|
+
Install `boto3-stubs[sagemaker]` in your environment:
|
|
169
194
|
|
|
170
|
-
|
|
195
|
+
```bash
|
|
196
|
+
python -m pip install 'boto3-stubs[sagemaker]'
|
|
197
|
+
```
|
|
198
|
+
|
|
199
|
+
Both type checking and code completion should now work.
|
|
171
200
|
|
|
172
201
|
<a id="emacs"></a>
|
|
173
202
|
|
|
@@ -253,6 +282,31 @@ Optionally, you can install `boto3-stubs` to `typings` directory.
|
|
|
253
282
|
Type checking should now work. No explicit type annotations required, write
|
|
254
283
|
your `boto3` code as usual.
|
|
255
284
|
|
|
285
|
+
<a id="pylint-compatibility"></a>
|
|
286
|
+
|
|
287
|
+
### Pylint compatibility
|
|
288
|
+
|
|
289
|
+
It is totally safe to use `TYPE_CHECKING` flag in order to avoid
|
|
290
|
+
`mypy-boto3-sagemaker` dependency in production. However, there is an issue in
|
|
291
|
+
`pylint` that it complains about undefined variables. To fix it, set all types
|
|
292
|
+
to `object` in non-`TYPE_CHECKING` mode.
|
|
293
|
+
|
|
294
|
+
```python
|
|
295
|
+
from typing import TYPE_CHECKING
|
|
296
|
+
|
|
297
|
+
if TYPE_CHECKING:
|
|
298
|
+
from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
|
|
299
|
+
from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
|
|
300
|
+
from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
|
|
301
|
+
else:
|
|
302
|
+
EC2Client = object
|
|
303
|
+
EC2ServiceResource = object
|
|
304
|
+
BundleTaskCompleteWaiter = object
|
|
305
|
+
DescribeVolumesPaginator = object
|
|
306
|
+
|
|
307
|
+
...
|
|
308
|
+
```
|
|
309
|
+
|
|
256
310
|
<a id="explicit-type-annotations"></a>
|
|
257
311
|
|
|
258
312
|
## Explicit type annotations
|
|
@@ -285,6 +339,7 @@ from boto3.session import Session
|
|
|
285
339
|
|
|
286
340
|
from mypy_boto3_sagemaker import SageMakerClient
|
|
287
341
|
from mypy_boto3_sagemaker.paginator import (
|
|
342
|
+
CreateHubContentPresignedUrlsPaginator,
|
|
288
343
|
ListActionsPaginator,
|
|
289
344
|
ListAlgorithmsPaginator,
|
|
290
345
|
ListAliasesPaginator,
|
|
@@ -294,10 +349,13 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
294
349
|
ListAssociationsPaginator,
|
|
295
350
|
ListAutoMLJobsPaginator,
|
|
296
351
|
ListCandidatesForAutoMLJobPaginator,
|
|
352
|
+
ListClusterEventsPaginator,
|
|
297
353
|
ListClusterNodesPaginator,
|
|
354
|
+
ListClusterSchedulerConfigsPaginator,
|
|
298
355
|
ListClustersPaginator,
|
|
299
356
|
ListCodeRepositoriesPaginator,
|
|
300
357
|
ListCompilationJobsPaginator,
|
|
358
|
+
ListComputeQuotasPaginator,
|
|
301
359
|
ListContextsPaginator,
|
|
302
360
|
ListDataQualityJobDefinitionsPaginator,
|
|
303
361
|
ListDeviceFleetsPaginator,
|
|
@@ -318,8 +376,8 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
318
376
|
ListInferenceExperimentsPaginator,
|
|
319
377
|
ListInferenceRecommendationsJobStepsPaginator,
|
|
320
378
|
ListInferenceRecommendationsJobsPaginator,
|
|
321
|
-
ListLabelingJobsPaginator,
|
|
322
379
|
ListLabelingJobsForWorkteamPaginator,
|
|
380
|
+
ListLabelingJobsPaginator,
|
|
323
381
|
ListLineageGroupsPaginator,
|
|
324
382
|
ListMlflowTrackingServersPaginator,
|
|
325
383
|
ListModelBiasJobDefinitionsPaginator,
|
|
@@ -339,9 +397,11 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
339
397
|
ListNotebookInstanceLifecycleConfigsPaginator,
|
|
340
398
|
ListNotebookInstancesPaginator,
|
|
341
399
|
ListOptimizationJobsPaginator,
|
|
400
|
+
ListPartnerAppsPaginator,
|
|
342
401
|
ListPipelineExecutionStepsPaginator,
|
|
343
402
|
ListPipelineExecutionsPaginator,
|
|
344
403
|
ListPipelineParametersForExecutionPaginator,
|
|
404
|
+
ListPipelineVersionsPaginator,
|
|
345
405
|
ListPipelinesPaginator,
|
|
346
406
|
ListProcessingJobsPaginator,
|
|
347
407
|
ListResourceCatalogsPaginator,
|
|
@@ -350,11 +410,13 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
350
410
|
ListStudioLifecycleConfigsPaginator,
|
|
351
411
|
ListSubscribedWorkteamsPaginator,
|
|
352
412
|
ListTagsPaginator,
|
|
353
|
-
ListTrainingJobsPaginator,
|
|
354
413
|
ListTrainingJobsForHyperParameterTuningJobPaginator,
|
|
414
|
+
ListTrainingJobsPaginator,
|
|
415
|
+
ListTrainingPlansPaginator,
|
|
355
416
|
ListTransformJobsPaginator,
|
|
356
417
|
ListTrialComponentsPaginator,
|
|
357
418
|
ListTrialsPaginator,
|
|
419
|
+
ListUltraServersByReservedCapacityPaginator,
|
|
358
420
|
ListUserProfilesPaginator,
|
|
359
421
|
ListWorkforcesPaginator,
|
|
360
422
|
ListWorkteamsPaginator,
|
|
@@ -365,6 +427,9 @@ client: SageMakerClient = Session().client("sagemaker")
|
|
|
365
427
|
|
|
366
428
|
# Explicit type annotations are optional here
|
|
367
429
|
# Types should be correctly discovered by mypy and IDEs
|
|
430
|
+
create_hub_content_presigned_urls_paginator: CreateHubContentPresignedUrlsPaginator = (
|
|
431
|
+
client.get_paginator("create_hub_content_presigned_urls")
|
|
432
|
+
)
|
|
368
433
|
list_actions_paginator: ListActionsPaginator = client.get_paginator("list_actions")
|
|
369
434
|
list_algorithms_paginator: ListAlgorithmsPaginator = client.get_paginator("list_algorithms")
|
|
370
435
|
list_aliases_paginator: ListAliasesPaginator = client.get_paginator("list_aliases")
|
|
@@ -378,7 +443,13 @@ list_auto_ml_jobs_paginator: ListAutoMLJobsPaginator = client.get_paginator("lis
|
|
|
378
443
|
list_candidates_for_auto_ml_job_paginator: ListCandidatesForAutoMLJobPaginator = (
|
|
379
444
|
client.get_paginator("list_candidates_for_auto_ml_job")
|
|
380
445
|
)
|
|
446
|
+
list_cluster_events_paginator: ListClusterEventsPaginator = client.get_paginator(
|
|
447
|
+
"list_cluster_events"
|
|
448
|
+
)
|
|
381
449
|
list_cluster_nodes_paginator: ListClusterNodesPaginator = client.get_paginator("list_cluster_nodes")
|
|
450
|
+
list_cluster_scheduler_configs_paginator: ListClusterSchedulerConfigsPaginator = (
|
|
451
|
+
client.get_paginator("list_cluster_scheduler_configs")
|
|
452
|
+
)
|
|
382
453
|
list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
|
|
383
454
|
list_code_repositories_paginator: ListCodeRepositoriesPaginator = client.get_paginator(
|
|
384
455
|
"list_code_repositories"
|
|
@@ -386,6 +457,9 @@ list_code_repositories_paginator: ListCodeRepositoriesPaginator = client.get_pag
|
|
|
386
457
|
list_compilation_jobs_paginator: ListCompilationJobsPaginator = client.get_paginator(
|
|
387
458
|
"list_compilation_jobs"
|
|
388
459
|
)
|
|
460
|
+
list_compute_quotas_paginator: ListComputeQuotasPaginator = client.get_paginator(
|
|
461
|
+
"list_compute_quotas"
|
|
462
|
+
)
|
|
389
463
|
list_contexts_paginator: ListContextsPaginator = client.get_paginator("list_contexts")
|
|
390
464
|
list_data_quality_job_definitions_paginator: ListDataQualityJobDefinitionsPaginator = (
|
|
391
465
|
client.get_paginator("list_data_quality_job_definitions")
|
|
@@ -432,10 +506,10 @@ list_inference_recommendations_job_steps_paginator: ListInferenceRecommendations
|
|
|
432
506
|
list_inference_recommendations_jobs_paginator: ListInferenceRecommendationsJobsPaginator = (
|
|
433
507
|
client.get_paginator("list_inference_recommendations_jobs")
|
|
434
508
|
)
|
|
435
|
-
list_labeling_jobs_paginator: ListLabelingJobsPaginator = client.get_paginator("list_labeling_jobs")
|
|
436
509
|
list_labeling_jobs_for_workteam_paginator: ListLabelingJobsForWorkteamPaginator = (
|
|
437
510
|
client.get_paginator("list_labeling_jobs_for_workteam")
|
|
438
511
|
)
|
|
512
|
+
list_labeling_jobs_paginator: ListLabelingJobsPaginator = client.get_paginator("list_labeling_jobs")
|
|
439
513
|
list_lineage_groups_paginator: ListLineageGroupsPaginator = client.get_paginator(
|
|
440
514
|
"list_lineage_groups"
|
|
441
515
|
)
|
|
@@ -489,6 +563,7 @@ list_notebook_instances_paginator: ListNotebookInstancesPaginator = client.get_p
|
|
|
489
563
|
list_optimization_jobs_paginator: ListOptimizationJobsPaginator = client.get_paginator(
|
|
490
564
|
"list_optimization_jobs"
|
|
491
565
|
)
|
|
566
|
+
list_partner_apps_paginator: ListPartnerAppsPaginator = client.get_paginator("list_partner_apps")
|
|
492
567
|
list_pipeline_execution_steps_paginator: ListPipelineExecutionStepsPaginator = client.get_paginator(
|
|
493
568
|
"list_pipeline_execution_steps"
|
|
494
569
|
)
|
|
@@ -498,6 +573,9 @@ list_pipeline_executions_paginator: ListPipelineExecutionsPaginator = client.get
|
|
|
498
573
|
list_pipeline_parameters_for_execution_paginator: ListPipelineParametersForExecutionPaginator = (
|
|
499
574
|
client.get_paginator("list_pipeline_parameters_for_execution")
|
|
500
575
|
)
|
|
576
|
+
list_pipeline_versions_paginator: ListPipelineVersionsPaginator = client.get_paginator(
|
|
577
|
+
"list_pipeline_versions"
|
|
578
|
+
)
|
|
501
579
|
list_pipelines_paginator: ListPipelinesPaginator = client.get_paginator("list_pipelines")
|
|
502
580
|
list_processing_jobs_paginator: ListProcessingJobsPaginator = client.get_paginator(
|
|
503
581
|
"list_processing_jobs"
|
|
@@ -514,10 +592,13 @@ list_subscribed_workteams_paginator: ListSubscribedWorkteamsPaginator = client.g
|
|
|
514
592
|
"list_subscribed_workteams"
|
|
515
593
|
)
|
|
516
594
|
list_tags_paginator: ListTagsPaginator = client.get_paginator("list_tags")
|
|
517
|
-
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
518
595
|
list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsForHyperParameterTuningJobPaginator = client.get_paginator(
|
|
519
596
|
"list_training_jobs_for_hyper_parameter_tuning_job"
|
|
520
597
|
)
|
|
598
|
+
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
599
|
+
list_training_plans_paginator: ListTrainingPlansPaginator = client.get_paginator(
|
|
600
|
+
"list_training_plans"
|
|
601
|
+
)
|
|
521
602
|
list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator(
|
|
522
603
|
"list_transform_jobs"
|
|
523
604
|
)
|
|
@@ -525,6 +606,9 @@ list_trial_components_paginator: ListTrialComponentsPaginator = client.get_pagin
|
|
|
525
606
|
"list_trial_components"
|
|
526
607
|
)
|
|
527
608
|
list_trials_paginator: ListTrialsPaginator = client.get_paginator("list_trials")
|
|
609
|
+
list_ultra_servers_by_reserved_capacity_paginator: ListUltraServersByReservedCapacityPaginator = (
|
|
610
|
+
client.get_paginator("list_ultra_servers_by_reserved_capacity")
|
|
611
|
+
)
|
|
528
612
|
list_user_profiles_paginator: ListUserProfilesPaginator = client.get_paginator("list_user_profiles")
|
|
529
613
|
list_workforces_paginator: ListWorkforcesPaginator = client.get_paginator("list_workforces")
|
|
530
614
|
list_workteams_paginator: ListWorkteamsPaginator = client.get_paginator("list_workteams")
|
|
@@ -616,11 +700,14 @@ Full list of `SageMaker` TypeDefs can be found in
|
|
|
616
700
|
[docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/type_defs/).
|
|
617
701
|
|
|
618
702
|
```python
|
|
619
|
-
|
|
703
|
+
# TypedDict usage example
|
|
704
|
+
from mypy_boto3_sagemaker.type_defs import AcceleratorPartitionConfigTypeDef
|
|
620
705
|
|
|
621
706
|
|
|
622
|
-
def get_value() ->
|
|
623
|
-
return {
|
|
707
|
+
def get_value() -> AcceleratorPartitionConfigTypeDef:
|
|
708
|
+
return {
|
|
709
|
+
"Type": ...,
|
|
710
|
+
}
|
|
624
711
|
```
|
|
625
712
|
|
|
626
713
|
<a id="how-it-works"></a>
|
|
@@ -674,7 +761,8 @@ Builder changelog can be found in
|
|
|
674
761
|
## Versioning
|
|
675
762
|
|
|
676
763
|
`mypy-boto3-sagemaker` version is the same as related `boto3` version and
|
|
677
|
-
follows
|
|
764
|
+
follows
|
|
765
|
+
[Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
|
|
678
766
|
|
|
679
767
|
<a id="thank-you"></a>
|
|
680
768
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
mypy_boto3_sagemaker/__init__.py,sha256=8u1GoCuYZL3XnYrn9wOzROItqTTiuPlw5sf0_gSkS8M,21904
|
|
2
|
+
mypy_boto3_sagemaker/__init__.pyi,sha256=U5FxNumwWVegSjatfeS1b91q5XdHYIpWK6LMpwX7tm8,21903
|
|
3
|
+
mypy_boto3_sagemaker/__main__.py,sha256=Ma-T7wsq_mEd691_rP4oTOiHJ-FLswezsQYhhvITwY4,989
|
|
4
|
+
mypy_boto3_sagemaker/client.py,sha256=J-ApK_1W3rimInINYt2ZXGnl_MC0EJ-Vy9Ym1ipcXGo,281248
|
|
5
|
+
mypy_boto3_sagemaker/client.pyi,sha256=IpMiyNcweocRy7XKKJCvhmCLksK_diqipvbHVioGHio,281245
|
|
6
|
+
mypy_boto3_sagemaker/literals.py,sha256=Krf0TKYnyCLOC9H3_jmtvVyllv45qE9J32IkqPPoVUY,87384
|
|
7
|
+
mypy_boto3_sagemaker/literals.pyi,sha256=znI4rbxJFBOiDAdLnzeS_n618whB48lvR7T0Lx7oo14,87382
|
|
8
|
+
mypy_boto3_sagemaker/paginator.py,sha256=1fUjKHghqFE04mdXf0-FmZ4wBf-xX55GGpT-Pl-fqKU,120255
|
|
9
|
+
mypy_boto3_sagemaker/paginator.pyi,sha256=vGQCLe7DjQ93tq2SzKgEpW8M90mp74xVWeBB03Bklck,120008
|
|
10
|
+
mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_sagemaker/type_defs.py,sha256=cSwT4tteWNTtm2b4EQrPDL2HtzmIYsxMkrdKu2HBMds,488609
|
|
12
|
+
mypy_boto3_sagemaker/type_defs.pyi,sha256=eTj_9JYp1cIVgVzxvPfOANgZ-saIygyE-y2JCQmmN3Y,486949
|
|
13
|
+
mypy_boto3_sagemaker/version.py,sha256=MB4QWZU3Tv5Ic6STfU0aLZO8ZcKgNg5XOOQ82awctK0,92
|
|
14
|
+
mypy_boto3_sagemaker/waiter.py,sha256=CWKbdLxujS5uPtFCtjnxryB6GkxzSMreu3bFG45JkOE,15080
|
|
15
|
+
mypy_boto3_sagemaker/waiter.pyi,sha256=d9EJ9YokPWmsmmOMw-2-ani-JeFoBp6kadvGYQFtx3o,15053
|
|
16
|
+
mypy_boto3_sagemaker-1.41.1.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
+
mypy_boto3_sagemaker-1.41.1.dist-info/METADATA,sha256=DDpPsyZGG3sZy60jr80d14yWiNcJ9WK4b___D0TJyK8,29296
|
|
18
|
+
mypy_boto3_sagemaker-1.41.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
mypy_boto3_sagemaker-1.41.1.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
|
|
20
|
+
mypy_boto3_sagemaker-1.41.1.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
mypy_boto3_sagemaker/__init__.py,sha256=b08-0nE22ES-AR3RJfmeB96l7Cu0WH35tk0vC5pvdko,19858
|
|
2
|
-
mypy_boto3_sagemaker/__init__.pyi,sha256=Oxh-kRhT-JvQkrKOLiGHPqwvvSOFR-MquOEW-y-4w7s,19857
|
|
3
|
-
mypy_boto3_sagemaker/__main__.py,sha256=MnpWyrnH-aJAdxKIMtbzgeoTASujlI-toyFv1XBSxj4,926
|
|
4
|
-
mypy_boto3_sagemaker/client.py,sha256=Axh6X2mdQpbcf_nOtkhwG8U9XhWEWP_X_Jihg14qw0o,253556
|
|
5
|
-
mypy_boto3_sagemaker/client.pyi,sha256=FFJMDqf0LQijhw1b8vxyssfKNvVdZGPGYINGo--t95U,253552
|
|
6
|
-
mypy_boto3_sagemaker/literals.py,sha256=4QznhnHtzjwWiaQjbmABicAtH67NEReR22HDIoN2oAY,72282
|
|
7
|
-
mypy_boto3_sagemaker/literals.pyi,sha256=jAvcZ0U2ND9ZZ4DaPm2rQIsILAWrdqiShZ__neXFsYg,72280
|
|
8
|
-
mypy_boto3_sagemaker/paginator.py,sha256=JVxnUJtPpS6jz78bSSCwRO6DC1vXtbdCgVBMUQY70Q8,89269
|
|
9
|
-
mypy_boto3_sagemaker/paginator.pyi,sha256=0MaN2KE4RNJ3951h7i4PYtqpfb7HxpgwFc6vThXisP4,89118
|
|
10
|
-
mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_sagemaker/type_defs.py,sha256=AlNiQi9wlkO3ZYjjOCiYcLay-TCwlOQQ3SymL5Y9rKc,538856
|
|
12
|
-
mypy_boto3_sagemaker/type_defs.pyi,sha256=hUzFlecLdj7kREVA4p68KLc_lDnekBb6HrA7Iwegx6A,538855
|
|
13
|
-
mypy_boto3_sagemaker/version.py,sha256=2VC1FeS-c6Em8RaZnXRvrT4M1S8M07ZsCxy1rPU7JTc,62
|
|
14
|
-
mypy_boto3_sagemaker/waiter.py,sha256=KKO4niBCTQALrdlTnKuiWICQC8BmGDvYrjXnZWnpD0c,14331
|
|
15
|
-
mypy_boto3_sagemaker/waiter.pyi,sha256=4xauDS_2um-f-waElqVGiDnN_7TCaMkJa8j8DkaaNw4,14304
|
|
16
|
-
mypy_boto3_sagemaker-1.35.11.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
-
mypy_boto3_sagemaker-1.35.11.dist-info/METADATA,sha256=XA05P7fSG0A2pchLNa7pHro7hBIoF4vpzAKY0MTehdY,26039
|
|
18
|
-
mypy_boto3_sagemaker-1.35.11.dist-info/WHEEL,sha256=uCRv0ZEik_232NlR4YDw4Pv3Ajt5bKvMH13NUU7hFuI,91
|
|
19
|
-
mypy_boto3_sagemaker-1.35.11.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
|
|
20
|
-
mypy_boto3_sagemaker-1.35.11.dist-info/RECORD,,
|
{mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.41.1.dist-info}/top_level.txt
RENAMED
|
File without changes
|