mypy-boto3-sagemaker 1.35.68__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.68 → mypy_boto3_sagemaker-1.35.75}/PKG-INFO +46 -6
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.75}/README.md +43 -3
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker/__init__.py +16 -0
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker/__init__.pyi +16 -0
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker/__main__.py +4 -4
- mypy_boto3_sagemaker-1.35.68/mypy_boto3_sagemaker/client.pyi → mypy_boto3_sagemaker-1.35.75/mypy_boto3_sagemaker/client.py +529 -72
- mypy_boto3_sagemaker-1.35.68/mypy_boto3_sagemaker/client.py → mypy_boto3_sagemaker-1.35.75/mypy_boto3_sagemaker/client.pyi +525 -76
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker/literals.py +84 -0
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker/literals.pyi +84 -0
- mypy_boto3_sagemaker-1.35.68/mypy_boto3_sagemaker/paginator.pyi → mypy_boto3_sagemaker-1.35.75/mypy_boto3_sagemaker/paginator.py +234 -0
- mypy_boto3_sagemaker-1.35.68/mypy_boto3_sagemaker/paginator.py → mypy_boto3_sagemaker-1.35.75/mypy_boto3_sagemaker/paginator.pyi +71 -147
- mypy_boto3_sagemaker-1.35.68/mypy_boto3_sagemaker/type_defs.pyi → mypy_boto3_sagemaker-1.35.75/mypy_boto3_sagemaker/type_defs.py +2084 -5
- mypy_boto3_sagemaker-1.35.68/mypy_boto3_sagemaker/type_defs.py → mypy_boto3_sagemaker-1.35.75/mypy_boto3_sagemaker/type_defs.pyi +491 -1434
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker.egg-info/PKG-INFO +46 -6
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.75}/setup.py +3 -3
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.75}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker/py.typed +0 -0
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker/waiter.py +0 -0
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker/waiter.pyi +0 -0
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.75}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
- {mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.75}/setup.cfg +0 -0
|
@@ -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.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
|
|
@@ -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.75](https://pypi.org/project/boto3/)
|
|
47
47
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 8.
|
|
55
|
+
[mypy-boto3-builder 8.5.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,7 +60,7 @@ 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)
|
|
@@ -75,6 +75,7 @@ See how it helps you 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)
|
|
@@ -268,6 +269,31 @@ Optionally, you can install `boto3-stubs` to `typings` directory.
|
|
|
268
269
|
Type checking should now work. No explicit type annotations required, write
|
|
269
270
|
your `boto3` code as usual.
|
|
270
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
|
+
|
|
271
297
|
<a id="explicit-type-annotations"></a>
|
|
272
298
|
|
|
273
299
|
## Explicit type annotations
|
|
@@ -310,9 +336,11 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
310
336
|
ListAutoMLJobsPaginator,
|
|
311
337
|
ListCandidatesForAutoMLJobPaginator,
|
|
312
338
|
ListClusterNodesPaginator,
|
|
339
|
+
ListClusterSchedulerConfigsPaginator,
|
|
313
340
|
ListClustersPaginator,
|
|
314
341
|
ListCodeRepositoriesPaginator,
|
|
315
342
|
ListCompilationJobsPaginator,
|
|
343
|
+
ListComputeQuotasPaginator,
|
|
316
344
|
ListContextsPaginator,
|
|
317
345
|
ListDataQualityJobDefinitionsPaginator,
|
|
318
346
|
ListDeviceFleetsPaginator,
|
|
@@ -354,6 +382,7 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
354
382
|
ListNotebookInstanceLifecycleConfigsPaginator,
|
|
355
383
|
ListNotebookInstancesPaginator,
|
|
356
384
|
ListOptimizationJobsPaginator,
|
|
385
|
+
ListPartnerAppsPaginator,
|
|
357
386
|
ListPipelineExecutionStepsPaginator,
|
|
358
387
|
ListPipelineExecutionsPaginator,
|
|
359
388
|
ListPipelineParametersForExecutionPaginator,
|
|
@@ -367,6 +396,7 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
367
396
|
ListTagsPaginator,
|
|
368
397
|
ListTrainingJobsForHyperParameterTuningJobPaginator,
|
|
369
398
|
ListTrainingJobsPaginator,
|
|
399
|
+
ListTrainingPlansPaginator,
|
|
370
400
|
ListTransformJobsPaginator,
|
|
371
401
|
ListTrialComponentsPaginator,
|
|
372
402
|
ListTrialsPaginator,
|
|
@@ -394,6 +424,9 @@ list_candidates_for_auto_ml_job_paginator: ListCandidatesForAutoMLJobPaginator =
|
|
|
394
424
|
client.get_paginator("list_candidates_for_auto_ml_job")
|
|
395
425
|
)
|
|
396
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
|
+
)
|
|
397
430
|
list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
|
|
398
431
|
list_code_repositories_paginator: ListCodeRepositoriesPaginator = client.get_paginator(
|
|
399
432
|
"list_code_repositories"
|
|
@@ -401,6 +434,9 @@ list_code_repositories_paginator: ListCodeRepositoriesPaginator = client.get_pag
|
|
|
401
434
|
list_compilation_jobs_paginator: ListCompilationJobsPaginator = client.get_paginator(
|
|
402
435
|
"list_compilation_jobs"
|
|
403
436
|
)
|
|
437
|
+
list_compute_quotas_paginator: ListComputeQuotasPaginator = client.get_paginator(
|
|
438
|
+
"list_compute_quotas"
|
|
439
|
+
)
|
|
404
440
|
list_contexts_paginator: ListContextsPaginator = client.get_paginator("list_contexts")
|
|
405
441
|
list_data_quality_job_definitions_paginator: ListDataQualityJobDefinitionsPaginator = (
|
|
406
442
|
client.get_paginator("list_data_quality_job_definitions")
|
|
@@ -504,6 +540,7 @@ list_notebook_instances_paginator: ListNotebookInstancesPaginator = client.get_p
|
|
|
504
540
|
list_optimization_jobs_paginator: ListOptimizationJobsPaginator = client.get_paginator(
|
|
505
541
|
"list_optimization_jobs"
|
|
506
542
|
)
|
|
543
|
+
list_partner_apps_paginator: ListPartnerAppsPaginator = client.get_paginator("list_partner_apps")
|
|
507
544
|
list_pipeline_execution_steps_paginator: ListPipelineExecutionStepsPaginator = client.get_paginator(
|
|
508
545
|
"list_pipeline_execution_steps"
|
|
509
546
|
)
|
|
@@ -533,6 +570,9 @@ list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsFor
|
|
|
533
570
|
"list_training_jobs_for_hyper_parameter_tuning_job"
|
|
534
571
|
)
|
|
535
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
|
+
)
|
|
536
576
|
list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator(
|
|
537
577
|
"list_transform_jobs"
|
|
538
578
|
)
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 SageMaker 1.35.
|
|
12
|
+
Type annotations for [boto3 SageMaker 1.35.75](https://pypi.org/project/boto3/)
|
|
13
13
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
14
14
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
15
15
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -18,7 +18,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
18
18
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
19
19
|
|
|
20
20
|
Generated by
|
|
21
|
-
[mypy-boto3-builder 8.
|
|
21
|
+
[mypy-boto3-builder 8.5.0](https://github.com/youtype/mypy_boto3_builder).
|
|
22
22
|
|
|
23
23
|
More information can be found on
|
|
24
24
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -26,7 +26,7 @@ More information can be found on
|
|
|
26
26
|
|
|
27
27
|
See how it helps you find and fix potential bugs:
|
|
28
28
|
|
|
29
|
-

|
|
30
30
|
|
|
31
31
|
- [mypy-boto3-sagemaker](#mypy-boto3-sagemaker)
|
|
32
32
|
- [How to install](#how-to-install)
|
|
@@ -41,6 +41,7 @@ See how it helps you find and fix potential bugs:
|
|
|
41
41
|
- [Other IDEs](#other-ides)
|
|
42
42
|
- [mypy](#mypy)
|
|
43
43
|
- [pyright](#pyright)
|
|
44
|
+
- [Pylint compatibility](#pylint-compatibility)
|
|
44
45
|
- [Explicit type annotations](#explicit-type-annotations)
|
|
45
46
|
- [Client annotations](#client-annotations)
|
|
46
47
|
- [Paginators annotations](#paginators-annotations)
|
|
@@ -234,6 +235,31 @@ Optionally, you can install `boto3-stubs` to `typings` directory.
|
|
|
234
235
|
Type checking should now work. No explicit type annotations required, write
|
|
235
236
|
your `boto3` code as usual.
|
|
236
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
|
+
|
|
237
263
|
<a id="explicit-type-annotations"></a>
|
|
238
264
|
|
|
239
265
|
## Explicit type annotations
|
|
@@ -276,9 +302,11 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
276
302
|
ListAutoMLJobsPaginator,
|
|
277
303
|
ListCandidatesForAutoMLJobPaginator,
|
|
278
304
|
ListClusterNodesPaginator,
|
|
305
|
+
ListClusterSchedulerConfigsPaginator,
|
|
279
306
|
ListClustersPaginator,
|
|
280
307
|
ListCodeRepositoriesPaginator,
|
|
281
308
|
ListCompilationJobsPaginator,
|
|
309
|
+
ListComputeQuotasPaginator,
|
|
282
310
|
ListContextsPaginator,
|
|
283
311
|
ListDataQualityJobDefinitionsPaginator,
|
|
284
312
|
ListDeviceFleetsPaginator,
|
|
@@ -320,6 +348,7 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
320
348
|
ListNotebookInstanceLifecycleConfigsPaginator,
|
|
321
349
|
ListNotebookInstancesPaginator,
|
|
322
350
|
ListOptimizationJobsPaginator,
|
|
351
|
+
ListPartnerAppsPaginator,
|
|
323
352
|
ListPipelineExecutionStepsPaginator,
|
|
324
353
|
ListPipelineExecutionsPaginator,
|
|
325
354
|
ListPipelineParametersForExecutionPaginator,
|
|
@@ -333,6 +362,7 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
333
362
|
ListTagsPaginator,
|
|
334
363
|
ListTrainingJobsForHyperParameterTuningJobPaginator,
|
|
335
364
|
ListTrainingJobsPaginator,
|
|
365
|
+
ListTrainingPlansPaginator,
|
|
336
366
|
ListTransformJobsPaginator,
|
|
337
367
|
ListTrialComponentsPaginator,
|
|
338
368
|
ListTrialsPaginator,
|
|
@@ -360,6 +390,9 @@ list_candidates_for_auto_ml_job_paginator: ListCandidatesForAutoMLJobPaginator =
|
|
|
360
390
|
client.get_paginator("list_candidates_for_auto_ml_job")
|
|
361
391
|
)
|
|
362
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
|
+
)
|
|
363
396
|
list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
|
|
364
397
|
list_code_repositories_paginator: ListCodeRepositoriesPaginator = client.get_paginator(
|
|
365
398
|
"list_code_repositories"
|
|
@@ -367,6 +400,9 @@ list_code_repositories_paginator: ListCodeRepositoriesPaginator = client.get_pag
|
|
|
367
400
|
list_compilation_jobs_paginator: ListCompilationJobsPaginator = client.get_paginator(
|
|
368
401
|
"list_compilation_jobs"
|
|
369
402
|
)
|
|
403
|
+
list_compute_quotas_paginator: ListComputeQuotasPaginator = client.get_paginator(
|
|
404
|
+
"list_compute_quotas"
|
|
405
|
+
)
|
|
370
406
|
list_contexts_paginator: ListContextsPaginator = client.get_paginator("list_contexts")
|
|
371
407
|
list_data_quality_job_definitions_paginator: ListDataQualityJobDefinitionsPaginator = (
|
|
372
408
|
client.get_paginator("list_data_quality_job_definitions")
|
|
@@ -470,6 +506,7 @@ list_notebook_instances_paginator: ListNotebookInstancesPaginator = client.get_p
|
|
|
470
506
|
list_optimization_jobs_paginator: ListOptimizationJobsPaginator = client.get_paginator(
|
|
471
507
|
"list_optimization_jobs"
|
|
472
508
|
)
|
|
509
|
+
list_partner_apps_paginator: ListPartnerAppsPaginator = client.get_paginator("list_partner_apps")
|
|
473
510
|
list_pipeline_execution_steps_paginator: ListPipelineExecutionStepsPaginator = client.get_paginator(
|
|
474
511
|
"list_pipeline_execution_steps"
|
|
475
512
|
)
|
|
@@ -499,6 +536,9 @@ list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsFor
|
|
|
499
536
|
"list_training_jobs_for_hyper_parameter_tuning_job"
|
|
500
537
|
)
|
|
501
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
|
+
)
|
|
502
542
|
list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator(
|
|
503
543
|
"list_transform_jobs"
|
|
504
544
|
)
|
{mypy_boto3_sagemaker-1.35.68 → mypy_boto3_sagemaker-1.35.75}/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.75}/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.75}/mypy_boto3_sagemaker/__main__.py
RENAMED
|
@@ -12,9 +12,9 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
print(
|
|
15
|
-
"Type annotations for boto3 SageMaker 1.35.
|
|
16
|
-
"Version: 1.35.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 SageMaker 1.35.75\n"
|
|
16
|
+
"Version: 1.35.75\n"
|
|
17
|
+
"Builder version: 8.5.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"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
print("1.35.
|
|
29
|
+
print("1.35.75")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|