mypy-boto3-sagemaker 1.35.52__py3-none-any.whl → 1.35.61__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.
- mypy_boto3_sagemaker/__init__.py +2 -2
- mypy_boto3_sagemaker/__init__.pyi +2 -2
- mypy_boto3_sagemaker/__main__.py +4 -4
- mypy_boto3_sagemaker/client.py +20 -8
- mypy_boto3_sagemaker/client.pyi +20 -8
- mypy_boto3_sagemaker/literals.py +56 -6
- mypy_boto3_sagemaker/literals.pyi +56 -6
- mypy_boto3_sagemaker/paginator.py +37 -37
- mypy_boto3_sagemaker/paginator.pyi +33 -33
- mypy_boto3_sagemaker/type_defs.py +12043 -14688
- mypy_boto3_sagemaker/type_defs.pyi +10594 -14713
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.35.52.dist-info → mypy_boto3_sagemaker-1.35.61.dist-info}/METADATA +9 -8
- mypy_boto3_sagemaker-1.35.61.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.35.52.dist-info → mypy_boto3_sagemaker-1.35.61.dist-info}/WHEEL +1 -1
- mypy_boto3_sagemaker-1.35.52.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.35.52.dist-info → mypy_boto3_sagemaker-1.35.61.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.52.dist-info → mypy_boto3_sagemaker-1.35.61.dist-info}/top_level.txt +0 -0
mypy_boto3_sagemaker/version.py
CHANGED
|
@@ -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.61
|
|
4
|
+
Summary: Type annotations for boto3.SageMaker 1.35.61 service generated with mypy-boto3-builder 8.2.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
|
|
@@ -23,6 +23,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.12
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
26
27
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
27
28
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
29
|
Classifier: Typing :: Stubs Only
|
|
@@ -43,7 +44,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
44
|

|
|
44
45
|
|
|
45
46
|
Type annotations for
|
|
46
|
-
[boto3.SageMaker 1.35.
|
|
47
|
+
[boto3.SageMaker 1.35.61](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
|
|
47
48
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
49
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
50
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +53,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
53
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
54
|
|
|
54
55
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 8.1
|
|
56
|
+
[mypy-boto3-builder 8.2.1](https://github.com/youtype/mypy_boto3_builder).
|
|
56
57
|
|
|
57
58
|
More information can be found on
|
|
58
59
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -318,8 +319,8 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
318
319
|
ListInferenceExperimentsPaginator,
|
|
319
320
|
ListInferenceRecommendationsJobStepsPaginator,
|
|
320
321
|
ListInferenceRecommendationsJobsPaginator,
|
|
321
|
-
ListLabelingJobsPaginator,
|
|
322
322
|
ListLabelingJobsForWorkteamPaginator,
|
|
323
|
+
ListLabelingJobsPaginator,
|
|
323
324
|
ListLineageGroupsPaginator,
|
|
324
325
|
ListMlflowTrackingServersPaginator,
|
|
325
326
|
ListModelBiasJobDefinitionsPaginator,
|
|
@@ -350,8 +351,8 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
350
351
|
ListStudioLifecycleConfigsPaginator,
|
|
351
352
|
ListSubscribedWorkteamsPaginator,
|
|
352
353
|
ListTagsPaginator,
|
|
353
|
-
ListTrainingJobsPaginator,
|
|
354
354
|
ListTrainingJobsForHyperParameterTuningJobPaginator,
|
|
355
|
+
ListTrainingJobsPaginator,
|
|
355
356
|
ListTransformJobsPaginator,
|
|
356
357
|
ListTrialComponentsPaginator,
|
|
357
358
|
ListTrialsPaginator,
|
|
@@ -432,10 +433,10 @@ list_inference_recommendations_job_steps_paginator: ListInferenceRecommendations
|
|
|
432
433
|
list_inference_recommendations_jobs_paginator: ListInferenceRecommendationsJobsPaginator = (
|
|
433
434
|
client.get_paginator("list_inference_recommendations_jobs")
|
|
434
435
|
)
|
|
435
|
-
list_labeling_jobs_paginator: ListLabelingJobsPaginator = client.get_paginator("list_labeling_jobs")
|
|
436
436
|
list_labeling_jobs_for_workteam_paginator: ListLabelingJobsForWorkteamPaginator = (
|
|
437
437
|
client.get_paginator("list_labeling_jobs_for_workteam")
|
|
438
438
|
)
|
|
439
|
+
list_labeling_jobs_paginator: ListLabelingJobsPaginator = client.get_paginator("list_labeling_jobs")
|
|
439
440
|
list_lineage_groups_paginator: ListLineageGroupsPaginator = client.get_paginator(
|
|
440
441
|
"list_lineage_groups"
|
|
441
442
|
)
|
|
@@ -514,10 +515,10 @@ list_subscribed_workteams_paginator: ListSubscribedWorkteamsPaginator = client.g
|
|
|
514
515
|
"list_subscribed_workteams"
|
|
515
516
|
)
|
|
516
517
|
list_tags_paginator: ListTagsPaginator = client.get_paginator("list_tags")
|
|
517
|
-
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
518
518
|
list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsForHyperParameterTuningJobPaginator = client.get_paginator(
|
|
519
519
|
"list_training_jobs_for_hyper_parameter_tuning_job"
|
|
520
520
|
)
|
|
521
|
+
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
521
522
|
list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator(
|
|
522
523
|
"list_transform_jobs"
|
|
523
524
|
)
|
|
@@ -0,0 +1,20 @@
|
|
|
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,,
|
|
@@ -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=cSNhhpYIRT9nUy21KNpL2v0qaktNajDcwLN1gUQDju8,926
|
|
4
|
-
mypy_boto3_sagemaker/client.py,sha256=mq787TVdP9xEIUA8qvUhUFUwZZWJ9MNTBWV6j7Ei5eE,253463
|
|
5
|
-
mypy_boto3_sagemaker/client.pyi,sha256=ctCpeTXT60N7y6BxJ3VoOwggwpObLHQ1tQ7MqK5yiPM,253459
|
|
6
|
-
mypy_boto3_sagemaker/literals.py,sha256=JJyDK3fonChmtW514sqi2_ujqTkS9RAFq-IN6auyr6Y,73079
|
|
7
|
-
mypy_boto3_sagemaker/literals.pyi,sha256=8vw7s6zAc7R2TDPR6wAeYr_BAJayIjT1RS9O4-Z2l20,73077
|
|
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=fjJViqTSOxYSxKflsm7RGq3vVwhuxstyiRnkU9OJiBI,554076
|
|
12
|
-
mypy_boto3_sagemaker/type_defs.pyi,sha256=KNrZdT4xS6v3sbaRD62O3fWF83dwSHoYypJsuyJytO8,554075
|
|
13
|
-
mypy_boto3_sagemaker/version.py,sha256=QzJ4mtQBMuwtVt4oxK9BXOs3Cp_Bhmdl52imBjh1t7c,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.52.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
-
mypy_boto3_sagemaker-1.35.52.dist-info/METADATA,sha256=Ak-h6cGaPOJFZlk_zEQ7UKUPfgwGlDKkF2nyd5p5hOA,26038
|
|
18
|
-
mypy_boto3_sagemaker-1.35.52.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
|
19
|
-
mypy_boto3_sagemaker-1.35.52.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
|
|
20
|
-
mypy_boto3_sagemaker-1.35.52.dist-info/RECORD,,
|
|
File without changes
|
{mypy_boto3_sagemaker-1.35.52.dist-info → mypy_boto3_sagemaker-1.35.61.dist-info}/top_level.txt
RENAMED
|
File without changes
|