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

@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.39.1"
7
+ __version__ = "1.39.5"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-sagemaker
3
- Version: 1.39.1
4
- Summary: Type annotations for boto3 SageMaker 1.39.1 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.39.5
4
+ Summary: Type annotations for boto3 SageMaker 1.39.5 service generated with mypy-boto3-builder 8.11.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
@@ -56,7 +56,7 @@ Dynamic: summary
56
56
 
57
57
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
- Type annotations for [boto3 SageMaker 1.39.1](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 SageMaker 1.39.5](https://pypi.org/project/boto3/)
60
60
  compatible with [VSCode](https://code.visualstudio.com/),
61
61
  [PyCharm](https://www.jetbrains.com/pycharm/),
62
62
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
119
119
  isolation.
120
120
 
121
121
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.39.1' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.39.5' mypy-boto3-builder`
123
123
  2. Select `boto3-stubs` AWS SDK.
124
124
  3. Add `SageMaker` service.
125
125
  4. Use provided commands to install generated packages.
@@ -353,6 +353,7 @@ from boto3.session import Session
353
353
 
354
354
  from mypy_boto3_sagemaker import SageMakerClient
355
355
  from mypy_boto3_sagemaker.paginator import (
356
+ CreateHubContentPresignedUrlsPaginator,
356
357
  ListActionsPaginator,
357
358
  ListAlgorithmsPaginator,
358
359
  ListAliasesPaginator,
@@ -413,6 +414,7 @@ from mypy_boto3_sagemaker.paginator import (
413
414
  ListPipelineExecutionStepsPaginator,
414
415
  ListPipelineExecutionsPaginator,
415
416
  ListPipelineParametersForExecutionPaginator,
417
+ ListPipelineVersionsPaginator,
416
418
  ListPipelinesPaginator,
417
419
  ListProcessingJobsPaginator,
418
420
  ListResourceCatalogsPaginator,
@@ -437,6 +439,9 @@ client: SageMakerClient = Session().client("sagemaker")
437
439
 
438
440
  # Explicit type annotations are optional here
439
441
  # Types should be correctly discovered by mypy and IDEs
442
+ create_hub_content_presigned_urls_paginator: CreateHubContentPresignedUrlsPaginator = (
443
+ client.get_paginator("create_hub_content_presigned_urls")
444
+ )
440
445
  list_actions_paginator: ListActionsPaginator = client.get_paginator("list_actions")
441
446
  list_algorithms_paginator: ListAlgorithmsPaginator = client.get_paginator("list_algorithms")
442
447
  list_aliases_paginator: ListAliasesPaginator = client.get_paginator("list_aliases")
@@ -577,6 +582,9 @@ list_pipeline_executions_paginator: ListPipelineExecutionsPaginator = client.get
577
582
  list_pipeline_parameters_for_execution_paginator: ListPipelineParametersForExecutionPaginator = (
578
583
  client.get_paginator("list_pipeline_parameters_for_execution")
579
584
  )
585
+ list_pipeline_versions_paginator: ListPipelineVersionsPaginator = client.get_paginator(
586
+ "list_pipeline_versions"
587
+ )
580
588
  list_pipelines_paginator: ListPipelinesPaginator = client.get_paginator("list_pipelines")
581
589
  list_processing_jobs_paginator: ListProcessingJobsPaginator = client.get_paginator(
582
590
  "list_processing_jobs"
@@ -0,0 +1,20 @@
1
+ mypy_boto3_sagemaker/__init__.py,sha256=JUsVccGFuQfIOyrrHUhfy5jk3FCdqGD2Hkqb2rsA8uc,21376
2
+ mypy_boto3_sagemaker/__init__.pyi,sha256=_mfwjFh9EC6nHOpoCL2X-jrSx1ji2LD6CShR5m-Issk,21375
3
+ mypy_boto3_sagemaker/__main__.py,sha256=6Cn2f1XTO0XRD-BE2Tfyzc4tAu8otejzy9rsnL_1zeI,989
4
+ mypy_boto3_sagemaker/client.py,sha256=sNNmzEeQak9RR8jeIBOYk4yKMC1Hntx2SbY2C1GZiag,273167
5
+ mypy_boto3_sagemaker/client.pyi,sha256=skCm4FG87_KzGlXDhtEg8JYDbHKQ5F3zic30pV0hMCo,273164
6
+ mypy_boto3_sagemaker/literals.py,sha256=KrdiqeRGR8-cx85bYmcHqdEIjuX37l0cxy9bzYyamHc,84034
7
+ mypy_boto3_sagemaker/literals.pyi,sha256=q_CnboaA-zldiGih1qn8cR-Lg5vIdYCyr6XLdf3wEXw,84032
8
+ mypy_boto3_sagemaker/paginator.py,sha256=lx8AjH-vldHFXjRF_qervJL33q7vCl6Y_Ws6iCb8QDY,117089
9
+ mypy_boto3_sagemaker/paginator.pyi,sha256=pnCJcv7oA36a_irJoFOGJvYD147XWGZPz0BfSI3LBkQ,116848
10
+ mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ mypy_boto3_sagemaker/type_defs.py,sha256=5ni9ooaiULQ6XS0S1NsIDSmuVpW_YXvKiYtZ33iED5Y,470238
12
+ mypy_boto3_sagemaker/type_defs.pyi,sha256=SggEpTxDoU1YdhH2FVknAOBzY_5-03lCZ-DZj5qylAk,468633
13
+ mypy_boto3_sagemaker/version.py,sha256=TkKdITKbtVG7BddjqRYf-8CFsriwAGlSf_5utWhJzyg,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.39.5.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
+ mypy_boto3_sagemaker-1.39.5.dist-info/METADATA,sha256=jlT8V9WFBj6X2ARA9Ex77pAzGAYVKDc583_1dOApukw,29244
18
+ mypy_boto3_sagemaker-1.39.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
+ mypy_boto3_sagemaker-1.39.5.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
+ mypy_boto3_sagemaker-1.39.5.dist-info/RECORD,,
@@ -1,20 +0,0 @@
1
- mypy_boto3_sagemaker/__init__.py,sha256=opHkjuIms4oAULgt6RpiQM_b3MlcLpgp8MMTkCReC3o,20862
2
- mypy_boto3_sagemaker/__init__.pyi,sha256=tbdiUUr5WXkYKgsTJGeNm8nf-W6kCYBvkDpK4kvX654,20861
3
- mypy_boto3_sagemaker/__main__.py,sha256=N-698AgjtOw4uD2w_eVEp2FYwcIQZD_svbV87kwQzXo,989
4
- mypy_boto3_sagemaker/client.py,sha256=mIVQ5pCAuGzbrjzSBUjFos3al4bIAkDwfyPoMAsonjs,269493
5
- mypy_boto3_sagemaker/client.pyi,sha256=GSQQDofiZ9Uwc3Z3wNJxmISvrqwatSVMHLhrXaBMRSk,269490
6
- mypy_boto3_sagemaker/literals.py,sha256=N2YoZbs2qQlheG7oRaDd_neFEwH3M_kTRQxCCoItzXQ,83655
7
- mypy_boto3_sagemaker/literals.pyi,sha256=Ed-dF3jygXI0ZOV2MbiyGvJNKkFwFiA9tz-zi4Mk0Z8,83653
8
- mypy_boto3_sagemaker/paginator.py,sha256=6L2do5UDlW6ag_KUhRla4QbZORaFO-AulDv7A4nXEh8,113965
9
- mypy_boto3_sagemaker/paginator.pyi,sha256=HJgYz9NiQOAITGAFA-ySnltWarPIVrk7wB-8nuAMYhQ,113730
10
- mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_sagemaker/type_defs.py,sha256=JS6pGg_68fX5V6BLEjQ07g94pQpXQZUChKG3xV9UDx8,463540
12
- mypy_boto3_sagemaker/type_defs.pyi,sha256=OFnv6rtRGCdoWQbpQk7oOvVv6Qd_9hX24DL_NG7UsNo,461953
13
- mypy_boto3_sagemaker/version.py,sha256=sA9zhZ3-506f3t9k_1ZNqI4CHXM17GlGW55FTyR2A88,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.39.1.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
- mypy_boto3_sagemaker-1.39.1.dist-info/METADATA,sha256=I05mdbYl2C3Kstcn8zlUXHzKxOSFjo3s5YeVaIq1N_0,28894
18
- mypy_boto3_sagemaker-1.39.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- mypy_boto3_sagemaker-1.39.1.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
- mypy_boto3_sagemaker-1.39.1.dist-info/RECORD,,