mypy-boto3-sagemaker 1.35.61__py3-none-any.whl → 1.35.75__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.

Potentially problematic release.


This version of mypy-boto3-sagemaker might be problematic. Click here for more details.

@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-sagemaker
3
- Version: 1.35.61
4
- Summary: Type annotations for boto3.SageMaker 1.35.61 service generated with mypy-boto3-builder 8.2.1
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 botocore mypy typeshed autocomplete
12
+ Keywords: boto3 sagemaker boto3-stubs type-annotations mypy typeshed autocomplete
13
13
  Classifier: Development Status :: 5 - Production/Stable
14
14
  Classifier: Intended Audience :: Developers
15
15
  Classifier: Environment :: Console
@@ -36,16 +36,15 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
36
36
 
37
37
  # mypy-boto3-sagemaker
38
38
 
39
- [![PyPI - mypy-boto3-sagemaker](https://img.shields.io/pypi/v/mypy-boto3-sagemaker.svg?color=blue)](https://pypi.org/project/mypy-boto3-sagemaker)
40
- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-sagemaker.svg?color=blue)](https://pypi.org/project/mypy-boto3-sagemaker)
41
- [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/)
42
- [![PyPI - Downloads](https://static.pepy.tech/badge/mypy-boto3-sagemaker)](https://pepy.tech/project/mypy-boto3-sagemaker)
39
+ [![PyPI - mypy-boto3-sagemaker](https://img.shields.io/pypi/v/mypy-boto3-sagemaker.svg?color=blue)](https://pypi.org/project/mypy-boto3-sagemaker/)
40
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-sagemaker.svg?color=blue)](https://pypi.org/project/mypy-boto3-sagemaker/)
41
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/)
42
+ [![PyPI - Downloads](https://static.pepy.tech/badge/mypy-boto3-sagemaker)](https://pypistats.org/packages/mypy-boto3-sagemaker)
43
43
 
44
44
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
45
 
46
- Type annotations for
47
- [boto3.SageMaker 1.35.61](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
48
- service compatible with [VSCode](https://code.visualstudio.com/),
46
+ Type annotations for [boto3 SageMaker 1.35.75](https://pypi.org/project/boto3/)
47
+ compatible with [VSCode](https://code.visualstudio.com/),
49
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
50
49
  [Emacs](https://www.gnu.org/software/emacs/),
51
50
  [Sublime Text](https://www.sublimetext.com/),
@@ -53,15 +52,15 @@ service compatible with [VSCode](https://code.visualstudio.com/),
53
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
54
53
 
55
54
  Generated by
56
- [mypy-boto3-builder 8.2.1](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 8.5.0](https://github.com/youtype/mypy_boto3_builder).
57
56
 
58
57
  More information can be found on
59
58
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
60
59
  [mypy-boto3-sagemaker docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/).
61
60
 
62
- See how it helps to find and fix potential bugs:
61
+ See how it helps you find and fix potential bugs:
63
62
 
64
- ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
63
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
65
64
 
66
65
  - [mypy-boto3-sagemaker](#mypy-boto3-sagemaker)
67
66
  - [How to install](#how-to-install)
@@ -76,6 +75,7 @@ See how it helps to find and fix potential bugs:
76
75
  - [Other IDEs](#other-ides)
77
76
  - [mypy](#mypy)
78
77
  - [pyright](#pyright)
78
+ - [Pylint compatibility](#pylint-compatibility)
79
79
  - [Explicit type annotations](#explicit-type-annotations)
80
80
  - [Client annotations](#client-annotations)
81
81
  - [Paginators annotations](#paginators-annotations)
@@ -159,16 +159,31 @@ annotations required, write your `boto3` code as usual.
159
159
 
160
160
  ### PyCharm
161
161
 
162
- Install `boto3-stubs-lite[sagemaker]` in your environment:
162
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
163
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
164
+ > to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
165
+ > the issue is resolved.
166
+
167
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
168
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
169
+ > [pyright](https://github.com/microsoft/pyright) instead.
170
+
171
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
172
+ > `boto3-stubs` with
173
+ > [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
163
174
 
164
175
  ```bash
165
- python -m pip install 'boto3-stubs-lite[sagemaker]'
176
+ pip uninstall boto3-stubs
177
+ pip install boto3-stubs-lite
166
178
  ```
167
179
 
168
- Both type checking and code completion should now work. Explicit type
169
- annotations **are required**.
180
+ Install `boto3-stubs[sagemaker]` in your environment:
181
+
182
+ ```bash
183
+ python -m pip install 'boto3-stubs[sagemaker]'
184
+ ```
170
185
 
171
- Use `boto3-stubs` package instead for implicit type discovery.
186
+ Both type checking and code completion should now work.
172
187
 
173
188
  <a id="emacs"></a>
174
189
 
@@ -254,6 +269,31 @@ Optionally, you can install `boto3-stubs` to `typings` directory.
254
269
  Type checking should now work. No explicit type annotations required, write
255
270
  your `boto3` code as usual.
256
271
 
272
+ <a id="pylint-compatibility"></a>
273
+
274
+ ### Pylint compatibility
275
+
276
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
277
+ `mypy-boto3-sagemaker` dependency in production. However, there is an issue in
278
+ `pylint` that it complains about undefined variables. To fix it, set all types
279
+ to `object` in non-`TYPE_CHECKING` mode.
280
+
281
+ ```python
282
+ from typing import TYPE_CHECKING
283
+
284
+ if TYPE_CHECKING:
285
+ from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
286
+ from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
287
+ from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
288
+ else:
289
+ EC2Client = object
290
+ EC2ServiceResource = object
291
+ BundleTaskCompleteWaiter = object
292
+ DescribeVolumesPaginator = object
293
+
294
+ ...
295
+ ```
296
+
257
297
  <a id="explicit-type-annotations"></a>
258
298
 
259
299
  ## Explicit type annotations
@@ -296,9 +336,11 @@ from mypy_boto3_sagemaker.paginator import (
296
336
  ListAutoMLJobsPaginator,
297
337
  ListCandidatesForAutoMLJobPaginator,
298
338
  ListClusterNodesPaginator,
339
+ ListClusterSchedulerConfigsPaginator,
299
340
  ListClustersPaginator,
300
341
  ListCodeRepositoriesPaginator,
301
342
  ListCompilationJobsPaginator,
343
+ ListComputeQuotasPaginator,
302
344
  ListContextsPaginator,
303
345
  ListDataQualityJobDefinitionsPaginator,
304
346
  ListDeviceFleetsPaginator,
@@ -340,6 +382,7 @@ from mypy_boto3_sagemaker.paginator import (
340
382
  ListNotebookInstanceLifecycleConfigsPaginator,
341
383
  ListNotebookInstancesPaginator,
342
384
  ListOptimizationJobsPaginator,
385
+ ListPartnerAppsPaginator,
343
386
  ListPipelineExecutionStepsPaginator,
344
387
  ListPipelineExecutionsPaginator,
345
388
  ListPipelineParametersForExecutionPaginator,
@@ -353,6 +396,7 @@ from mypy_boto3_sagemaker.paginator import (
353
396
  ListTagsPaginator,
354
397
  ListTrainingJobsForHyperParameterTuningJobPaginator,
355
398
  ListTrainingJobsPaginator,
399
+ ListTrainingPlansPaginator,
356
400
  ListTransformJobsPaginator,
357
401
  ListTrialComponentsPaginator,
358
402
  ListTrialsPaginator,
@@ -380,6 +424,9 @@ list_candidates_for_auto_ml_job_paginator: ListCandidatesForAutoMLJobPaginator =
380
424
  client.get_paginator("list_candidates_for_auto_ml_job")
381
425
  )
382
426
  list_cluster_nodes_paginator: ListClusterNodesPaginator = client.get_paginator("list_cluster_nodes")
427
+ list_cluster_scheduler_configs_paginator: ListClusterSchedulerConfigsPaginator = (
428
+ client.get_paginator("list_cluster_scheduler_configs")
429
+ )
383
430
  list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
384
431
  list_code_repositories_paginator: ListCodeRepositoriesPaginator = client.get_paginator(
385
432
  "list_code_repositories"
@@ -387,6 +434,9 @@ list_code_repositories_paginator: ListCodeRepositoriesPaginator = client.get_pag
387
434
  list_compilation_jobs_paginator: ListCompilationJobsPaginator = client.get_paginator(
388
435
  "list_compilation_jobs"
389
436
  )
437
+ list_compute_quotas_paginator: ListComputeQuotasPaginator = client.get_paginator(
438
+ "list_compute_quotas"
439
+ )
390
440
  list_contexts_paginator: ListContextsPaginator = client.get_paginator("list_contexts")
391
441
  list_data_quality_job_definitions_paginator: ListDataQualityJobDefinitionsPaginator = (
392
442
  client.get_paginator("list_data_quality_job_definitions")
@@ -490,6 +540,7 @@ list_notebook_instances_paginator: ListNotebookInstancesPaginator = client.get_p
490
540
  list_optimization_jobs_paginator: ListOptimizationJobsPaginator = client.get_paginator(
491
541
  "list_optimization_jobs"
492
542
  )
543
+ list_partner_apps_paginator: ListPartnerAppsPaginator = client.get_paginator("list_partner_apps")
493
544
  list_pipeline_execution_steps_paginator: ListPipelineExecutionStepsPaginator = client.get_paginator(
494
545
  "list_pipeline_execution_steps"
495
546
  )
@@ -519,6 +570,9 @@ list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsFor
519
570
  "list_training_jobs_for_hyper_parameter_tuning_job"
520
571
  )
521
572
  list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
573
+ list_training_plans_paginator: ListTrainingPlansPaginator = client.get_paginator(
574
+ "list_training_plans"
575
+ )
522
576
  list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator(
523
577
  "list_transform_jobs"
524
578
  )
@@ -0,0 +1,20 @@
1
+ mypy_boto3_sagemaker/__init__.py,sha256=1dhTcsW6YDsy1ZfKkGI38VUMx5aRfIU38uLx8DGmMsQ,20779
2
+ mypy_boto3_sagemaker/__init__.pyi,sha256=BGr_znBC4FxDq9f6LYMR2XxCxayB8AxU-pLlEQCryEY,20778
3
+ mypy_boto3_sagemaker/__main__.py,sha256=bC1xOKL8CF5cyoop9gxNmpiex25oE2l77ESO2o-7ynk,957
4
+ mypy_boto3_sagemaker/client.py,sha256=VeqbIX2yEk3Sm-EhrPdAk8qo1fW607JFsFNTiFPWQGE,268315
5
+ mypy_boto3_sagemaker/client.pyi,sha256=l6rIfoUcmz2JxV4GQpNyqwzyWgHbOrDM6ykYqEpwyYk,268311
6
+ mypy_boto3_sagemaker/literals.py,sha256=Q2J1vgvaQqzQ-pAAbgHKhH0ubDdEYBWCbiRPvfdO9ek,78177
7
+ mypy_boto3_sagemaker/literals.pyi,sha256=K7qnfl3A-ZDb-eKx6PtPIS9xDzf5Ixqhwvbh641NL4c,78175
8
+ mypy_boto3_sagemaker/paginator.py,sha256=KwDFKJq9cucmkpoqMW6WSxxuDTANOoZIS2uAYJob51c,98795
9
+ mypy_boto3_sagemaker/paginator.pyi,sha256=8mEV6rze_rE-FRLgWdeACVBLpLdhrF_OB2PF94GFKN4,98636
10
+ mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ mypy_boto3_sagemaker/type_defs.py,sha256=d--AtGKH3bVxOcFsG5NEMe78_oiL54zojMbdiz8W9QE,460883
12
+ mypy_boto3_sagemaker/type_defs.pyi,sha256=RbBz6KMhYL-bR-skd0WfVplt4oFB9Crk3oTVeLE-2MM,459340
13
+ mypy_boto3_sagemaker/version.py,sha256=FzmLtS1ahLBp0wT2VFjMUO6bFICA23-GBxxyVwGf7Oo,93
14
+ mypy_boto3_sagemaker/waiter.py,sha256=lFZNGbgWtR7c6Au8ED42rwrmoaxdTq3gCrC9SozEVbY,15104
15
+ mypy_boto3_sagemaker/waiter.pyi,sha256=nsVNAnPyopzM3cXozPgBDq6IfeVhbmNZKxBpp7Yvf4Q,15077
16
+ mypy_boto3_sagemaker-1.35.75.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
17
+ mypy_boto3_sagemaker-1.35.75.dist-info/METADATA,sha256=gxbvX4JtQa3QlvVwOBRcltAly_xfsybj46Xftt4xqC4,27961
18
+ mypy_boto3_sagemaker-1.35.75.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
19
+ mypy_boto3_sagemaker-1.35.75.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
+ mypy_boto3_sagemaker-1.35.75.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.5.0)
2
+ Generator: setuptools (75.6.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,20 +0,0 @@
1
- mypy_boto3_sagemaker/__init__.py,sha256=CskERA_y4s_h211n5gV6IuxELOr4Y3zcEzNZS9aSasM,19858
2
- mypy_boto3_sagemaker/__init__.pyi,sha256=qNZ42DGbqlvxzW3ZF7CQo6MphIkQnaDX9OZfvQ1LIZU,19857
3
- mypy_boto3_sagemaker/__main__.py,sha256=zGFkqQC1ZYVtHTBDVezyiU4hJSGCrtbVdffGLrhl3Uo,926
4
- mypy_boto3_sagemaker/client.py,sha256=bhq5nJ5w1K2MBk2qHjzeyqqQgLfjwvQ6U4oqHysRp-o,254124
5
- mypy_boto3_sagemaker/client.pyi,sha256=_P4J5gPqwoxSnSJDrfDymMKh7xxld_7DXlCJ7oBXD6w,254120
6
- mypy_boto3_sagemaker/literals.py,sha256=lpUIGZ8UxzTjwI5o5UQZB2UKdTOW8Q4H_Cw-beaHySI,74294
7
- mypy_boto3_sagemaker/literals.pyi,sha256=cF3yydSU1tM8BP94_a7WBSpBXh61sYApuKTbhIZ2QmI,74292
8
- mypy_boto3_sagemaker/paginator.py,sha256=XxEV5ydQoG_e6U6FHvQSPZ_zgKTYiRG2nUxrGLnHWFQ,89269
9
- mypy_boto3_sagemaker/paginator.pyi,sha256=7EwUqmoDRRlxfuk-5-vBJqIHD66EwtcyuFk6o9bFJmU,89118
10
- mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_sagemaker/type_defs.py,sha256=VwKOBH5HUxiPmapp7kDvaqDA_7WcRXznjyH58blLPV0,440320
12
- mypy_boto3_sagemaker/type_defs.pyi,sha256=HtDdXbxedThWWeYfSulTAImCm0-Sa61xw6WMgisOogM,438845
13
- mypy_boto3_sagemaker/version.py,sha256=gNj2wPXlQt7qn7355cWhMkjFTCyw_7rnAVK5GJ3_BYo,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.61.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
17
- mypy_boto3_sagemaker-1.35.61.dist-info/METADATA,sha256=6402utlaqMKFEavxpI1vtRIvPVKSkeSIP8Y2M8BsBiU,26089
18
- mypy_boto3_sagemaker-1.35.61.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
19
- mypy_boto3_sagemaker-1.35.61.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
- mypy_boto3_sagemaker-1.35.61.dist-info/RECORD,,