mypy-boto3-sagemaker 1.35.0__tar.gz → 1.35.13__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.0 → mypy_boto3_sagemaker-1.35.13}/PKG-INFO +19 -20
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/README.md +17 -18
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/mypy_boto3_sagemaker/__init__.py +1 -0
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/mypy_boto3_sagemaker/__main__.py +4 -4
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/mypy_boto3_sagemaker/client.py +796 -2097
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/mypy_boto3_sagemaker/client.pyi +795 -2097
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/mypy_boto3_sagemaker/literals.py +7 -1
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/mypy_boto3_sagemaker/literals.pyi +5 -1
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/mypy_boto3_sagemaker/paginator.py +184 -730
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/mypy_boto3_sagemaker/paginator.pyi +182 -804
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/mypy_boto3_sagemaker/type_defs.py +351 -996
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/mypy_boto3_sagemaker/type_defs.pyi +351 -997
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/mypy_boto3_sagemaker/waiter.py +49 -24
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/mypy_boto3_sagemaker/waiter.pyi +48 -37
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/mypy_boto3_sagemaker.egg-info/PKG-INFO +19 -20
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/setup.py +2 -2
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/mypy_boto3_sagemaker/__init__.pyi +0 -0
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/mypy_boto3_sagemaker/py.typed +0 -0
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
- {mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/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.13
|
|
4
|
+
Summary: Type annotations for boto3.SageMaker 1.35.13 service generated with mypy-boto3-builder 8.0.1
|
|
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
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.SageMaker 1.35.
|
|
46
|
+
[boto3.SageMaker 1.35.13](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
|
|
47
47
|
service 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 @@ service 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
|
|
55
|
+
[mypy-boto3-builder 8.0.1](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
|
|
@@ -231,7 +231,7 @@ should work.
|
|
|
231
231
|
- Install `boto3-stubs[sagemaker]` in your environment:
|
|
232
232
|
|
|
233
233
|
```bash
|
|
234
|
-
python -m pip install 'boto3-stubs[sagemaker]'
|
|
234
|
+
python -m pip install 'boto3-stubs[sagemaker]'
|
|
235
235
|
```
|
|
236
236
|
|
|
237
237
|
Type checking should now work. No explicit type annotations required, write
|
|
@@ -248,7 +248,7 @@ your `boto3` code as usual.
|
|
|
248
248
|
python -m pip install 'boto3-stubs[sagemaker]'
|
|
249
249
|
```
|
|
250
250
|
|
|
251
|
-
Optionally, you can install `boto3-stubs` to `typings`
|
|
251
|
+
Optionally, you can install `boto3-stubs` to `typings` directory.
|
|
252
252
|
|
|
253
253
|
Type checking should now work. No explicit type annotations required, write
|
|
254
254
|
your `boto3` code as usual.
|
|
@@ -426,9 +426,9 @@ list_inference_components_paginator: ListInferenceComponentsPaginator = client.g
|
|
|
426
426
|
list_inference_experiments_paginator: ListInferenceExperimentsPaginator = client.get_paginator(
|
|
427
427
|
"list_inference_experiments"
|
|
428
428
|
)
|
|
429
|
-
list_inference_recommendations_job_steps_paginator: (
|
|
430
|
-
|
|
431
|
-
)
|
|
429
|
+
list_inference_recommendations_job_steps_paginator: ListInferenceRecommendationsJobStepsPaginator = client.get_paginator(
|
|
430
|
+
"list_inference_recommendations_job_steps"
|
|
431
|
+
)
|
|
432
432
|
list_inference_recommendations_jobs_paginator: ListInferenceRecommendationsJobsPaginator = (
|
|
433
433
|
client.get_paginator("list_inference_recommendations_jobs")
|
|
434
434
|
)
|
|
@@ -452,9 +452,9 @@ list_model_card_versions_paginator: ListModelCardVersionsPaginator = client.get_
|
|
|
452
452
|
"list_model_card_versions"
|
|
453
453
|
)
|
|
454
454
|
list_model_cards_paginator: ListModelCardsPaginator = client.get_paginator("list_model_cards")
|
|
455
|
-
list_model_explainability_job_definitions_paginator: (
|
|
456
|
-
|
|
457
|
-
)
|
|
455
|
+
list_model_explainability_job_definitions_paginator: ListModelExplainabilityJobDefinitionsPaginator = client.get_paginator(
|
|
456
|
+
"list_model_explainability_job_definitions"
|
|
457
|
+
)
|
|
458
458
|
list_model_metadata_paginator: ListModelMetadataPaginator = client.get_paginator(
|
|
459
459
|
"list_model_metadata"
|
|
460
460
|
)
|
|
@@ -480,9 +480,9 @@ list_monitoring_executions_paginator: ListMonitoringExecutionsPaginator = client
|
|
|
480
480
|
list_monitoring_schedules_paginator: ListMonitoringSchedulesPaginator = client.get_paginator(
|
|
481
481
|
"list_monitoring_schedules"
|
|
482
482
|
)
|
|
483
|
-
list_notebook_instance_lifecycle_configs_paginator: (
|
|
484
|
-
|
|
485
|
-
)
|
|
483
|
+
list_notebook_instance_lifecycle_configs_paginator: ListNotebookInstanceLifecycleConfigsPaginator = client.get_paginator(
|
|
484
|
+
"list_notebook_instance_lifecycle_configs"
|
|
485
|
+
)
|
|
486
486
|
list_notebook_instances_paginator: ListNotebookInstancesPaginator = client.get_paginator(
|
|
487
487
|
"list_notebook_instances"
|
|
488
488
|
)
|
|
@@ -515,9 +515,9 @@ list_subscribed_workteams_paginator: ListSubscribedWorkteamsPaginator = client.g
|
|
|
515
515
|
)
|
|
516
516
|
list_tags_paginator: ListTagsPaginator = client.get_paginator("list_tags")
|
|
517
517
|
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
518
|
-
list_training_jobs_for_hyper_parameter_tuning_job_paginator: (
|
|
519
|
-
|
|
520
|
-
)
|
|
518
|
+
list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsForHyperParameterTuningJobPaginator = client.get_paginator(
|
|
519
|
+
"list_training_jobs_for_hyper_parameter_tuning_job"
|
|
520
|
+
)
|
|
521
521
|
list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator(
|
|
522
522
|
"list_transform_jobs"
|
|
523
523
|
)
|
|
@@ -637,8 +637,7 @@ updates. It delivers drop-in type annotations for you and makes sure that:
|
|
|
637
637
|
annotations extracted from `botocore` schemas.
|
|
638
638
|
- Type annotations include up-to-date documentation.
|
|
639
639
|
- Link to documentation is provided for every method.
|
|
640
|
-
- Code is processed by [
|
|
641
|
-
[isort](https://github.com/PyCQA/isort) for readability.
|
|
640
|
+
- Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
|
|
642
641
|
|
|
643
642
|
<a id="what's-new"></a>
|
|
644
643
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.SageMaker 1.35.
|
|
13
|
+
[boto3.SageMaker 1.35.13](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
|
|
14
14
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -19,7 +19,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated by
|
|
22
|
-
[mypy-boto3-builder
|
|
22
|
+
[mypy-boto3-builder 8.0.1](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -198,7 +198,7 @@ should work.
|
|
|
198
198
|
- Install `boto3-stubs[sagemaker]` in your environment:
|
|
199
199
|
|
|
200
200
|
```bash
|
|
201
|
-
python -m pip install 'boto3-stubs[sagemaker]'
|
|
201
|
+
python -m pip install 'boto3-stubs[sagemaker]'
|
|
202
202
|
```
|
|
203
203
|
|
|
204
204
|
Type checking should now work. No explicit type annotations required, write
|
|
@@ -215,7 +215,7 @@ your `boto3` code as usual.
|
|
|
215
215
|
python -m pip install 'boto3-stubs[sagemaker]'
|
|
216
216
|
```
|
|
217
217
|
|
|
218
|
-
Optionally, you can install `boto3-stubs` to `typings`
|
|
218
|
+
Optionally, you can install `boto3-stubs` to `typings` directory.
|
|
219
219
|
|
|
220
220
|
Type checking should now work. No explicit type annotations required, write
|
|
221
221
|
your `boto3` code as usual.
|
|
@@ -393,9 +393,9 @@ list_inference_components_paginator: ListInferenceComponentsPaginator = client.g
|
|
|
393
393
|
list_inference_experiments_paginator: ListInferenceExperimentsPaginator = client.get_paginator(
|
|
394
394
|
"list_inference_experiments"
|
|
395
395
|
)
|
|
396
|
-
list_inference_recommendations_job_steps_paginator: (
|
|
397
|
-
|
|
398
|
-
)
|
|
396
|
+
list_inference_recommendations_job_steps_paginator: ListInferenceRecommendationsJobStepsPaginator = client.get_paginator(
|
|
397
|
+
"list_inference_recommendations_job_steps"
|
|
398
|
+
)
|
|
399
399
|
list_inference_recommendations_jobs_paginator: ListInferenceRecommendationsJobsPaginator = (
|
|
400
400
|
client.get_paginator("list_inference_recommendations_jobs")
|
|
401
401
|
)
|
|
@@ -419,9 +419,9 @@ list_model_card_versions_paginator: ListModelCardVersionsPaginator = client.get_
|
|
|
419
419
|
"list_model_card_versions"
|
|
420
420
|
)
|
|
421
421
|
list_model_cards_paginator: ListModelCardsPaginator = client.get_paginator("list_model_cards")
|
|
422
|
-
list_model_explainability_job_definitions_paginator: (
|
|
423
|
-
|
|
424
|
-
)
|
|
422
|
+
list_model_explainability_job_definitions_paginator: ListModelExplainabilityJobDefinitionsPaginator = client.get_paginator(
|
|
423
|
+
"list_model_explainability_job_definitions"
|
|
424
|
+
)
|
|
425
425
|
list_model_metadata_paginator: ListModelMetadataPaginator = client.get_paginator(
|
|
426
426
|
"list_model_metadata"
|
|
427
427
|
)
|
|
@@ -447,9 +447,9 @@ list_monitoring_executions_paginator: ListMonitoringExecutionsPaginator = client
|
|
|
447
447
|
list_monitoring_schedules_paginator: ListMonitoringSchedulesPaginator = client.get_paginator(
|
|
448
448
|
"list_monitoring_schedules"
|
|
449
449
|
)
|
|
450
|
-
list_notebook_instance_lifecycle_configs_paginator: (
|
|
451
|
-
|
|
452
|
-
)
|
|
450
|
+
list_notebook_instance_lifecycle_configs_paginator: ListNotebookInstanceLifecycleConfigsPaginator = client.get_paginator(
|
|
451
|
+
"list_notebook_instance_lifecycle_configs"
|
|
452
|
+
)
|
|
453
453
|
list_notebook_instances_paginator: ListNotebookInstancesPaginator = client.get_paginator(
|
|
454
454
|
"list_notebook_instances"
|
|
455
455
|
)
|
|
@@ -482,9 +482,9 @@ list_subscribed_workteams_paginator: ListSubscribedWorkteamsPaginator = client.g
|
|
|
482
482
|
)
|
|
483
483
|
list_tags_paginator: ListTagsPaginator = client.get_paginator("list_tags")
|
|
484
484
|
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
485
|
-
list_training_jobs_for_hyper_parameter_tuning_job_paginator: (
|
|
486
|
-
|
|
487
|
-
)
|
|
485
|
+
list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsForHyperParameterTuningJobPaginator = client.get_paginator(
|
|
486
|
+
"list_training_jobs_for_hyper_parameter_tuning_job"
|
|
487
|
+
)
|
|
488
488
|
list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator(
|
|
489
489
|
"list_transform_jobs"
|
|
490
490
|
)
|
|
@@ -604,8 +604,7 @@ updates. It delivers drop-in type annotations for you and makes sure that:
|
|
|
604
604
|
annotations extracted from `botocore` schemas.
|
|
605
605
|
- Type annotations include up-to-date documentation.
|
|
606
606
|
- Link to documentation is provided for every method.
|
|
607
|
-
- Code is processed by [
|
|
608
|
-
[isort](https://github.com/PyCQA/isort) for readability.
|
|
607
|
+
- Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
|
|
609
608
|
|
|
610
609
|
<a id="what's-new"></a>
|
|
611
610
|
|
{mypy_boto3_sagemaker-1.35.0 → mypy_boto3_sagemaker-1.35.13}/mypy_boto3_sagemaker/__main__.py
RENAMED
|
@@ -10,9 +10,9 @@ def print_info() -> None:
|
|
|
10
10
|
Print package info to stdout.
|
|
11
11
|
"""
|
|
12
12
|
print(
|
|
13
|
-
"Type annotations for boto3.SageMaker 1.35.
|
|
14
|
-
"Version: 1.35.
|
|
15
|
-
"Builder version:
|
|
13
|
+
"Type annotations for boto3.SageMaker 1.35.13\n"
|
|
14
|
+
"Version: 1.35.13\n"
|
|
15
|
+
"Builder version: 8.0.1\n"
|
|
16
16
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker//\n"
|
|
17
17
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker\n"
|
|
18
18
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
@@ -24,7 +24,7 @@ def print_version() -> None:
|
|
|
24
24
|
"""
|
|
25
25
|
Print package version to stdout.
|
|
26
26
|
"""
|
|
27
|
-
print("1.35.
|
|
27
|
+
print("1.35.13")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|