mypy-boto3-sagemaker 1.35.53__tar.gz → 1.35.61__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.53 → mypy_boto3_sagemaker-1.35.61}/PKG-INFO +9 -8
- {mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/README.md +6 -6
- {mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/mypy_boto3_sagemaker/__main__.py +4 -4
- {mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/mypy_boto3_sagemaker/literals.py +19 -6
- {mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/mypy_boto3_sagemaker/literals.pyi +19 -6
- {mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/mypy_boto3_sagemaker/paginator.py +37 -37
- {mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/mypy_boto3_sagemaker/paginator.pyi +33 -33
- mypy_boto3_sagemaker-1.35.61/mypy_boto3_sagemaker/type_defs.py +12857 -0
- mypy_boto3_sagemaker-1.35.61/mypy_boto3_sagemaker/type_defs.pyi +11382 -0
- {mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/mypy_boto3_sagemaker.egg-info/PKG-INFO +9 -8
- {mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/setup.py +3 -2
- mypy_boto3_sagemaker-1.35.53/mypy_boto3_sagemaker/type_defs.py +0 -15530
- mypy_boto3_sagemaker-1.35.53/mypy_boto3_sagemaker/type_defs.pyi +0 -15529
- {mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/mypy_boto3_sagemaker/__init__.py +2 -2
- {mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/mypy_boto3_sagemaker/__init__.pyi +2 -2
- {mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/mypy_boto3_sagemaker/client.py +8 -8
- {mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/mypy_boto3_sagemaker/client.pyi +8 -8
- {mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/mypy_boto3_sagemaker/py.typed +0 -0
- {mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/mypy_boto3_sagemaker/waiter.py +0 -0
- {mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/mypy_boto3_sagemaker/waiter.pyi +0 -0
- {mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
- {mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
- {mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
- {mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/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.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
|
)
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.SageMaker 1.35.
|
|
13
|
+
[boto3.SageMaker 1.35.61](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 8.1
|
|
22
|
+
[mypy-boto3-builder 8.2.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
|
|
@@ -285,8 +285,8 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
285
285
|
ListInferenceExperimentsPaginator,
|
|
286
286
|
ListInferenceRecommendationsJobStepsPaginator,
|
|
287
287
|
ListInferenceRecommendationsJobsPaginator,
|
|
288
|
-
ListLabelingJobsPaginator,
|
|
289
288
|
ListLabelingJobsForWorkteamPaginator,
|
|
289
|
+
ListLabelingJobsPaginator,
|
|
290
290
|
ListLineageGroupsPaginator,
|
|
291
291
|
ListMlflowTrackingServersPaginator,
|
|
292
292
|
ListModelBiasJobDefinitionsPaginator,
|
|
@@ -317,8 +317,8 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
317
317
|
ListStudioLifecycleConfigsPaginator,
|
|
318
318
|
ListSubscribedWorkteamsPaginator,
|
|
319
319
|
ListTagsPaginator,
|
|
320
|
-
ListTrainingJobsPaginator,
|
|
321
320
|
ListTrainingJobsForHyperParameterTuningJobPaginator,
|
|
321
|
+
ListTrainingJobsPaginator,
|
|
322
322
|
ListTransformJobsPaginator,
|
|
323
323
|
ListTrialComponentsPaginator,
|
|
324
324
|
ListTrialsPaginator,
|
|
@@ -399,10 +399,10 @@ list_inference_recommendations_job_steps_paginator: ListInferenceRecommendations
|
|
|
399
399
|
list_inference_recommendations_jobs_paginator: ListInferenceRecommendationsJobsPaginator = (
|
|
400
400
|
client.get_paginator("list_inference_recommendations_jobs")
|
|
401
401
|
)
|
|
402
|
-
list_labeling_jobs_paginator: ListLabelingJobsPaginator = client.get_paginator("list_labeling_jobs")
|
|
403
402
|
list_labeling_jobs_for_workteam_paginator: ListLabelingJobsForWorkteamPaginator = (
|
|
404
403
|
client.get_paginator("list_labeling_jobs_for_workteam")
|
|
405
404
|
)
|
|
405
|
+
list_labeling_jobs_paginator: ListLabelingJobsPaginator = client.get_paginator("list_labeling_jobs")
|
|
406
406
|
list_lineage_groups_paginator: ListLineageGroupsPaginator = client.get_paginator(
|
|
407
407
|
"list_lineage_groups"
|
|
408
408
|
)
|
|
@@ -481,10 +481,10 @@ list_subscribed_workteams_paginator: ListSubscribedWorkteamsPaginator = client.g
|
|
|
481
481
|
"list_subscribed_workteams"
|
|
482
482
|
)
|
|
483
483
|
list_tags_paginator: ListTagsPaginator = client.get_paginator("list_tags")
|
|
484
|
-
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
485
484
|
list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsForHyperParameterTuningJobPaginator = client.get_paginator(
|
|
486
485
|
"list_training_jobs_for_hyper_parameter_tuning_job"
|
|
487
486
|
)
|
|
487
|
+
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
488
488
|
list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator(
|
|
489
489
|
"list_transform_jobs"
|
|
490
490
|
)
|
{mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/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: 8.1
|
|
13
|
+
"Type annotations for boto3.SageMaker 1.35.61\n"
|
|
14
|
+
"Version: 1.35.61\n"
|
|
15
|
+
"Builder version: 8.2.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.61")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
{mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/mypy_boto3_sagemaker/literals.py
RENAMED
|
@@ -286,6 +286,7 @@ __all__ = (
|
|
|
286
286
|
"OptimizationJobStatusType",
|
|
287
287
|
"OrderKeyType",
|
|
288
288
|
"OutputCompressionTypeType",
|
|
289
|
+
"PaginatorName",
|
|
289
290
|
"ParameterTypeType",
|
|
290
291
|
"PipelineExecutionStatusType",
|
|
291
292
|
"PipelineStatusType",
|
|
@@ -316,9 +317,11 @@ __all__ = (
|
|
|
316
317
|
"RecordWrapperType",
|
|
317
318
|
"RedshiftResultCompressionTypeType",
|
|
318
319
|
"RedshiftResultFormatType",
|
|
320
|
+
"RegionName",
|
|
319
321
|
"RepositoryAccessModeType",
|
|
320
322
|
"ResourceCatalogSortByType",
|
|
321
323
|
"ResourceCatalogSortOrderType",
|
|
324
|
+
"ResourceServiceName",
|
|
322
325
|
"ResourceTypeType",
|
|
323
326
|
"RetentionTypeType",
|
|
324
327
|
"RootAccessType",
|
|
@@ -328,11 +331,13 @@ __all__ = (
|
|
|
328
331
|
"S3DataTypeType",
|
|
329
332
|
"S3ModelDataTypeType",
|
|
330
333
|
"SageMakerImageNameType",
|
|
334
|
+
"SageMakerServiceName",
|
|
331
335
|
"SagemakerServicecatalogStatusType",
|
|
332
336
|
"ScheduleStatusType",
|
|
333
337
|
"SearchPaginatorName",
|
|
334
338
|
"SearchSortOrderType",
|
|
335
339
|
"SecondaryStatusType",
|
|
340
|
+
"ServiceName",
|
|
336
341
|
"SharingTypeType",
|
|
337
342
|
"SkipModelValidationType",
|
|
338
343
|
"SortActionsByType",
|
|
@@ -387,14 +392,9 @@ __all__ = (
|
|
|
387
392
|
"VariantPropertyTypeType",
|
|
388
393
|
"VariantStatusType",
|
|
389
394
|
"VendorGuidanceType",
|
|
395
|
+
"WaiterName",
|
|
390
396
|
"WarmPoolResourceStatusType",
|
|
391
397
|
"WorkforceStatusType",
|
|
392
|
-
"SageMakerServiceName",
|
|
393
|
-
"ServiceName",
|
|
394
|
-
"ResourceServiceName",
|
|
395
|
-
"PaginatorName",
|
|
396
|
-
"WaiterName",
|
|
397
|
-
"RegionName",
|
|
398
398
|
)
|
|
399
399
|
|
|
400
400
|
|
|
@@ -1022,6 +1022,10 @@ InstanceTypeType = Literal[
|
|
|
1022
1022
|
"ml.inf1.2xlarge",
|
|
1023
1023
|
"ml.inf1.6xlarge",
|
|
1024
1024
|
"ml.inf1.xlarge",
|
|
1025
|
+
"ml.inf2.24xlarge",
|
|
1026
|
+
"ml.inf2.48xlarge",
|
|
1027
|
+
"ml.inf2.8xlarge",
|
|
1028
|
+
"ml.inf2.xlarge",
|
|
1025
1029
|
"ml.m4.10xlarge",
|
|
1026
1030
|
"ml.m4.16xlarge",
|
|
1027
1031
|
"ml.m4.2xlarge",
|
|
@@ -1120,6 +1124,9 @@ InstanceTypeType = Literal[
|
|
|
1120
1124
|
"ml.t3.large",
|
|
1121
1125
|
"ml.t3.medium",
|
|
1122
1126
|
"ml.t3.xlarge",
|
|
1127
|
+
"ml.trn1.2xlarge",
|
|
1128
|
+
"ml.trn1.32xlarge",
|
|
1129
|
+
"ml.trn1n.32xlarge",
|
|
1123
1130
|
]
|
|
1124
1131
|
IsTrackingServerActiveType = Literal["Active", "Inactive"]
|
|
1125
1132
|
JobTypeType = Literal["INFERENCE", "NOTEBOOK_KERNEL", "TRAINING"]
|
|
@@ -1966,6 +1973,10 @@ TransformInstanceTypeType = Literal[
|
|
|
1966
1973
|
"ml.g5.4xlarge",
|
|
1967
1974
|
"ml.g5.8xlarge",
|
|
1968
1975
|
"ml.g5.xlarge",
|
|
1976
|
+
"ml.inf2.24xlarge",
|
|
1977
|
+
"ml.inf2.48xlarge",
|
|
1978
|
+
"ml.inf2.8xlarge",
|
|
1979
|
+
"ml.inf2.xlarge",
|
|
1969
1980
|
"ml.m4.10xlarge",
|
|
1970
1981
|
"ml.m4.16xlarge",
|
|
1971
1982
|
"ml.m4.2xlarge",
|
|
@@ -2077,6 +2088,7 @@ ServiceName = Literal[
|
|
|
2077
2088
|
"bedrock-agent",
|
|
2078
2089
|
"bedrock-agent-runtime",
|
|
2079
2090
|
"bedrock-runtime",
|
|
2091
|
+
"billing",
|
|
2080
2092
|
"billingconductor",
|
|
2081
2093
|
"braket",
|
|
2082
2094
|
"budgets",
|
|
@@ -2305,6 +2317,7 @@ ServiceName = Literal[
|
|
|
2305
2317
|
"osis",
|
|
2306
2318
|
"outposts",
|
|
2307
2319
|
"panorama",
|
|
2320
|
+
"partnercentral-selling",
|
|
2308
2321
|
"payment-cryptography",
|
|
2309
2322
|
"payment-cryptography-data",
|
|
2310
2323
|
"pca-connector-ad",
|
{mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/mypy_boto3_sagemaker/literals.pyi
RENAMED
|
@@ -285,6 +285,7 @@ __all__ = (
|
|
|
285
285
|
"OptimizationJobStatusType",
|
|
286
286
|
"OrderKeyType",
|
|
287
287
|
"OutputCompressionTypeType",
|
|
288
|
+
"PaginatorName",
|
|
288
289
|
"ParameterTypeType",
|
|
289
290
|
"PipelineExecutionStatusType",
|
|
290
291
|
"PipelineStatusType",
|
|
@@ -315,9 +316,11 @@ __all__ = (
|
|
|
315
316
|
"RecordWrapperType",
|
|
316
317
|
"RedshiftResultCompressionTypeType",
|
|
317
318
|
"RedshiftResultFormatType",
|
|
319
|
+
"RegionName",
|
|
318
320
|
"RepositoryAccessModeType",
|
|
319
321
|
"ResourceCatalogSortByType",
|
|
320
322
|
"ResourceCatalogSortOrderType",
|
|
323
|
+
"ResourceServiceName",
|
|
321
324
|
"ResourceTypeType",
|
|
322
325
|
"RetentionTypeType",
|
|
323
326
|
"RootAccessType",
|
|
@@ -327,11 +330,13 @@ __all__ = (
|
|
|
327
330
|
"S3DataTypeType",
|
|
328
331
|
"S3ModelDataTypeType",
|
|
329
332
|
"SageMakerImageNameType",
|
|
333
|
+
"SageMakerServiceName",
|
|
330
334
|
"SagemakerServicecatalogStatusType",
|
|
331
335
|
"ScheduleStatusType",
|
|
332
336
|
"SearchPaginatorName",
|
|
333
337
|
"SearchSortOrderType",
|
|
334
338
|
"SecondaryStatusType",
|
|
339
|
+
"ServiceName",
|
|
335
340
|
"SharingTypeType",
|
|
336
341
|
"SkipModelValidationType",
|
|
337
342
|
"SortActionsByType",
|
|
@@ -386,14 +391,9 @@ __all__ = (
|
|
|
386
391
|
"VariantPropertyTypeType",
|
|
387
392
|
"VariantStatusType",
|
|
388
393
|
"VendorGuidanceType",
|
|
394
|
+
"WaiterName",
|
|
389
395
|
"WarmPoolResourceStatusType",
|
|
390
396
|
"WorkforceStatusType",
|
|
391
|
-
"SageMakerServiceName",
|
|
392
|
-
"ServiceName",
|
|
393
|
-
"ResourceServiceName",
|
|
394
|
-
"PaginatorName",
|
|
395
|
-
"WaiterName",
|
|
396
|
-
"RegionName",
|
|
397
397
|
)
|
|
398
398
|
|
|
399
399
|
ActionStatusType = Literal["Completed", "Failed", "InProgress", "Stopped", "Stopping", "Unknown"]
|
|
@@ -1020,6 +1020,10 @@ InstanceTypeType = Literal[
|
|
|
1020
1020
|
"ml.inf1.2xlarge",
|
|
1021
1021
|
"ml.inf1.6xlarge",
|
|
1022
1022
|
"ml.inf1.xlarge",
|
|
1023
|
+
"ml.inf2.24xlarge",
|
|
1024
|
+
"ml.inf2.48xlarge",
|
|
1025
|
+
"ml.inf2.8xlarge",
|
|
1026
|
+
"ml.inf2.xlarge",
|
|
1023
1027
|
"ml.m4.10xlarge",
|
|
1024
1028
|
"ml.m4.16xlarge",
|
|
1025
1029
|
"ml.m4.2xlarge",
|
|
@@ -1118,6 +1122,9 @@ InstanceTypeType = Literal[
|
|
|
1118
1122
|
"ml.t3.large",
|
|
1119
1123
|
"ml.t3.medium",
|
|
1120
1124
|
"ml.t3.xlarge",
|
|
1125
|
+
"ml.trn1.2xlarge",
|
|
1126
|
+
"ml.trn1.32xlarge",
|
|
1127
|
+
"ml.trn1n.32xlarge",
|
|
1121
1128
|
]
|
|
1122
1129
|
IsTrackingServerActiveType = Literal["Active", "Inactive"]
|
|
1123
1130
|
JobTypeType = Literal["INFERENCE", "NOTEBOOK_KERNEL", "TRAINING"]
|
|
@@ -1964,6 +1971,10 @@ TransformInstanceTypeType = Literal[
|
|
|
1964
1971
|
"ml.g5.4xlarge",
|
|
1965
1972
|
"ml.g5.8xlarge",
|
|
1966
1973
|
"ml.g5.xlarge",
|
|
1974
|
+
"ml.inf2.24xlarge",
|
|
1975
|
+
"ml.inf2.48xlarge",
|
|
1976
|
+
"ml.inf2.8xlarge",
|
|
1977
|
+
"ml.inf2.xlarge",
|
|
1967
1978
|
"ml.m4.10xlarge",
|
|
1968
1979
|
"ml.m4.16xlarge",
|
|
1969
1980
|
"ml.m4.2xlarge",
|
|
@@ -2075,6 +2086,7 @@ ServiceName = Literal[
|
|
|
2075
2086
|
"bedrock-agent",
|
|
2076
2087
|
"bedrock-agent-runtime",
|
|
2077
2088
|
"bedrock-runtime",
|
|
2089
|
+
"billing",
|
|
2078
2090
|
"billingconductor",
|
|
2079
2091
|
"braket",
|
|
2080
2092
|
"budgets",
|
|
@@ -2303,6 +2315,7 @@ ServiceName = Literal[
|
|
|
2303
2315
|
"osis",
|
|
2304
2316
|
"outposts",
|
|
2305
2317
|
"panorama",
|
|
2318
|
+
"partnercentral-selling",
|
|
2306
2319
|
"payment-cryptography",
|
|
2307
2320
|
"payment-cryptography-data",
|
|
2308
2321
|
"pca-connector-ad",
|
{mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/mypy_boto3_sagemaker/paginator.py
RENAMED
|
@@ -43,8 +43,8 @@ Usage::
|
|
|
43
43
|
ListInferenceExperimentsPaginator,
|
|
44
44
|
ListInferenceRecommendationsJobStepsPaginator,
|
|
45
45
|
ListInferenceRecommendationsJobsPaginator,
|
|
46
|
-
ListLabelingJobsPaginator,
|
|
47
46
|
ListLabelingJobsForWorkteamPaginator,
|
|
47
|
+
ListLabelingJobsPaginator,
|
|
48
48
|
ListLineageGroupsPaginator,
|
|
49
49
|
ListMlflowTrackingServersPaginator,
|
|
50
50
|
ListModelBiasJobDefinitionsPaginator,
|
|
@@ -75,8 +75,8 @@ Usage::
|
|
|
75
75
|
ListStudioLifecycleConfigsPaginator,
|
|
76
76
|
ListSubscribedWorkteamsPaginator,
|
|
77
77
|
ListTagsPaginator,
|
|
78
|
-
ListTrainingJobsPaginator,
|
|
79
78
|
ListTrainingJobsForHyperParameterTuningJobPaginator,
|
|
79
|
+
ListTrainingJobsPaginator,
|
|
80
80
|
ListTransformJobsPaginator,
|
|
81
81
|
ListTrialComponentsPaginator,
|
|
82
82
|
ListTrialsPaginator,
|
|
@@ -122,8 +122,8 @@ Usage::
|
|
|
122
122
|
list_inference_experiments_paginator: ListInferenceExperimentsPaginator = client.get_paginator("list_inference_experiments")
|
|
123
123
|
list_inference_recommendations_job_steps_paginator: ListInferenceRecommendationsJobStepsPaginator = client.get_paginator("list_inference_recommendations_job_steps")
|
|
124
124
|
list_inference_recommendations_jobs_paginator: ListInferenceRecommendationsJobsPaginator = client.get_paginator("list_inference_recommendations_jobs")
|
|
125
|
-
list_labeling_jobs_paginator: ListLabelingJobsPaginator = client.get_paginator("list_labeling_jobs")
|
|
126
125
|
list_labeling_jobs_for_workteam_paginator: ListLabelingJobsForWorkteamPaginator = client.get_paginator("list_labeling_jobs_for_workteam")
|
|
126
|
+
list_labeling_jobs_paginator: ListLabelingJobsPaginator = client.get_paginator("list_labeling_jobs")
|
|
127
127
|
list_lineage_groups_paginator: ListLineageGroupsPaginator = client.get_paginator("list_lineage_groups")
|
|
128
128
|
list_mlflow_tracking_servers_paginator: ListMlflowTrackingServersPaginator = client.get_paginator("list_mlflow_tracking_servers")
|
|
129
129
|
list_model_bias_job_definitions_paginator: ListModelBiasJobDefinitionsPaginator = client.get_paginator("list_model_bias_job_definitions")
|
|
@@ -154,8 +154,8 @@ Usage::
|
|
|
154
154
|
list_studio_lifecycle_configs_paginator: ListStudioLifecycleConfigsPaginator = client.get_paginator("list_studio_lifecycle_configs")
|
|
155
155
|
list_subscribed_workteams_paginator: ListSubscribedWorkteamsPaginator = client.get_paginator("list_subscribed_workteams")
|
|
156
156
|
list_tags_paginator: ListTagsPaginator = client.get_paginator("list_tags")
|
|
157
|
-
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
158
157
|
list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsForHyperParameterTuningJobPaginator = client.get_paginator("list_training_jobs_for_hyper_parameter_tuning_job")
|
|
158
|
+
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
159
159
|
list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator("list_transform_jobs")
|
|
160
160
|
list_trial_components_paginator: ListTrialComponentsPaginator = client.get_paginator("list_trial_components")
|
|
161
161
|
list_trials_paginator: ListTrialsPaginator = client.get_paginator("list_trials")
|
|
@@ -362,8 +362,8 @@ __all__ = (
|
|
|
362
362
|
"ListInferenceExperimentsPaginator",
|
|
363
363
|
"ListInferenceRecommendationsJobStepsPaginator",
|
|
364
364
|
"ListInferenceRecommendationsJobsPaginator",
|
|
365
|
-
"ListLabelingJobsPaginator",
|
|
366
365
|
"ListLabelingJobsForWorkteamPaginator",
|
|
366
|
+
"ListLabelingJobsPaginator",
|
|
367
367
|
"ListLineageGroupsPaginator",
|
|
368
368
|
"ListMlflowTrackingServersPaginator",
|
|
369
369
|
"ListModelBiasJobDefinitionsPaginator",
|
|
@@ -394,8 +394,8 @@ __all__ = (
|
|
|
394
394
|
"ListStudioLifecycleConfigsPaginator",
|
|
395
395
|
"ListSubscribedWorkteamsPaginator",
|
|
396
396
|
"ListTagsPaginator",
|
|
397
|
-
"ListTrainingJobsPaginator",
|
|
398
397
|
"ListTrainingJobsForHyperParameterTuningJobPaginator",
|
|
398
|
+
"ListTrainingJobsPaginator",
|
|
399
399
|
"ListTransformJobsPaginator",
|
|
400
400
|
"ListTrialComponentsPaginator",
|
|
401
401
|
"ListTrialsPaginator",
|
|
@@ -409,7 +409,7 @@ __all__ = (
|
|
|
409
409
|
_ItemTypeDef = TypeVar("_ItemTypeDef")
|
|
410
410
|
|
|
411
411
|
|
|
412
|
-
class _PageIterator(Generic[_ItemTypeDef]
|
|
412
|
+
class _PageIterator(PageIterator, Generic[_ItemTypeDef]):
|
|
413
413
|
def __iter__(self) -> Iterator[_ItemTypeDef]:
|
|
414
414
|
"""
|
|
415
415
|
Proxy method to specify iterator item type.
|
|
@@ -927,21 +927,6 @@ class ListInferenceRecommendationsJobsPaginator(Paginator):
|
|
|
927
927
|
"""
|
|
928
928
|
|
|
929
929
|
|
|
930
|
-
class ListLabelingJobsPaginator(Paginator):
|
|
931
|
-
"""
|
|
932
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLabelingJobs)
|
|
933
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlabelingjobspaginator)
|
|
934
|
-
"""
|
|
935
|
-
|
|
936
|
-
def paginate(
|
|
937
|
-
self, **kwargs: Unpack[ListLabelingJobsRequestListLabelingJobsPaginateTypeDef]
|
|
938
|
-
) -> _PageIterator[ListLabelingJobsResponseTypeDef]:
|
|
939
|
-
"""
|
|
940
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLabelingJobs.paginate)
|
|
941
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlabelingjobspaginator)
|
|
942
|
-
"""
|
|
943
|
-
|
|
944
|
-
|
|
945
930
|
class ListLabelingJobsForWorkteamPaginator(Paginator):
|
|
946
931
|
"""
|
|
947
932
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLabelingJobsForWorkteam)
|
|
@@ -960,6 +945,21 @@ class ListLabelingJobsForWorkteamPaginator(Paginator):
|
|
|
960
945
|
"""
|
|
961
946
|
|
|
962
947
|
|
|
948
|
+
class ListLabelingJobsPaginator(Paginator):
|
|
949
|
+
"""
|
|
950
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLabelingJobs)
|
|
951
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlabelingjobspaginator)
|
|
952
|
+
"""
|
|
953
|
+
|
|
954
|
+
def paginate(
|
|
955
|
+
self, **kwargs: Unpack[ListLabelingJobsRequestListLabelingJobsPaginateTypeDef]
|
|
956
|
+
) -> _PageIterator[ListLabelingJobsResponseTypeDef]:
|
|
957
|
+
"""
|
|
958
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLabelingJobs.paginate)
|
|
959
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlabelingjobspaginator)
|
|
960
|
+
"""
|
|
961
|
+
|
|
962
|
+
|
|
963
963
|
class ListLineageGroupsPaginator(Paginator):
|
|
964
964
|
"""
|
|
965
965
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLineageGroups)
|
|
@@ -1436,21 +1436,6 @@ class ListTagsPaginator(Paginator):
|
|
|
1436
1436
|
"""
|
|
1437
1437
|
|
|
1438
1438
|
|
|
1439
|
-
class ListTrainingJobsPaginator(Paginator):
|
|
1440
|
-
"""
|
|
1441
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrainingJobs)
|
|
1442
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrainingjobspaginator)
|
|
1443
|
-
"""
|
|
1444
|
-
|
|
1445
|
-
def paginate(
|
|
1446
|
-
self, **kwargs: Unpack[ListTrainingJobsRequestListTrainingJobsPaginateTypeDef]
|
|
1447
|
-
) -> _PageIterator[ListTrainingJobsResponseTypeDef]:
|
|
1448
|
-
"""
|
|
1449
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrainingJobs.paginate)
|
|
1450
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrainingjobspaginator)
|
|
1451
|
-
"""
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
1439
|
class ListTrainingJobsForHyperParameterTuningJobPaginator(Paginator):
|
|
1455
1440
|
"""
|
|
1456
1441
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrainingJobsForHyperParameterTuningJob)
|
|
@@ -1469,6 +1454,21 @@ class ListTrainingJobsForHyperParameterTuningJobPaginator(Paginator):
|
|
|
1469
1454
|
"""
|
|
1470
1455
|
|
|
1471
1456
|
|
|
1457
|
+
class ListTrainingJobsPaginator(Paginator):
|
|
1458
|
+
"""
|
|
1459
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrainingJobs)
|
|
1460
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrainingjobspaginator)
|
|
1461
|
+
"""
|
|
1462
|
+
|
|
1463
|
+
def paginate(
|
|
1464
|
+
self, **kwargs: Unpack[ListTrainingJobsRequestListTrainingJobsPaginateTypeDef]
|
|
1465
|
+
) -> _PageIterator[ListTrainingJobsResponseTypeDef]:
|
|
1466
|
+
"""
|
|
1467
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrainingJobs.paginate)
|
|
1468
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrainingjobspaginator)
|
|
1469
|
+
"""
|
|
1470
|
+
|
|
1471
|
+
|
|
1472
1472
|
class ListTransformJobsPaginator(Paginator):
|
|
1473
1473
|
"""
|
|
1474
1474
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTransformJobs)
|
{mypy_boto3_sagemaker-1.35.53 → mypy_boto3_sagemaker-1.35.61}/mypy_boto3_sagemaker/paginator.pyi
RENAMED
|
@@ -43,8 +43,8 @@ Usage::
|
|
|
43
43
|
ListInferenceExperimentsPaginator,
|
|
44
44
|
ListInferenceRecommendationsJobStepsPaginator,
|
|
45
45
|
ListInferenceRecommendationsJobsPaginator,
|
|
46
|
-
ListLabelingJobsPaginator,
|
|
47
46
|
ListLabelingJobsForWorkteamPaginator,
|
|
47
|
+
ListLabelingJobsPaginator,
|
|
48
48
|
ListLineageGroupsPaginator,
|
|
49
49
|
ListMlflowTrackingServersPaginator,
|
|
50
50
|
ListModelBiasJobDefinitionsPaginator,
|
|
@@ -75,8 +75,8 @@ Usage::
|
|
|
75
75
|
ListStudioLifecycleConfigsPaginator,
|
|
76
76
|
ListSubscribedWorkteamsPaginator,
|
|
77
77
|
ListTagsPaginator,
|
|
78
|
-
ListTrainingJobsPaginator,
|
|
79
78
|
ListTrainingJobsForHyperParameterTuningJobPaginator,
|
|
79
|
+
ListTrainingJobsPaginator,
|
|
80
80
|
ListTransformJobsPaginator,
|
|
81
81
|
ListTrialComponentsPaginator,
|
|
82
82
|
ListTrialsPaginator,
|
|
@@ -122,8 +122,8 @@ Usage::
|
|
|
122
122
|
list_inference_experiments_paginator: ListInferenceExperimentsPaginator = client.get_paginator("list_inference_experiments")
|
|
123
123
|
list_inference_recommendations_job_steps_paginator: ListInferenceRecommendationsJobStepsPaginator = client.get_paginator("list_inference_recommendations_job_steps")
|
|
124
124
|
list_inference_recommendations_jobs_paginator: ListInferenceRecommendationsJobsPaginator = client.get_paginator("list_inference_recommendations_jobs")
|
|
125
|
-
list_labeling_jobs_paginator: ListLabelingJobsPaginator = client.get_paginator("list_labeling_jobs")
|
|
126
125
|
list_labeling_jobs_for_workteam_paginator: ListLabelingJobsForWorkteamPaginator = client.get_paginator("list_labeling_jobs_for_workteam")
|
|
126
|
+
list_labeling_jobs_paginator: ListLabelingJobsPaginator = client.get_paginator("list_labeling_jobs")
|
|
127
127
|
list_lineage_groups_paginator: ListLineageGroupsPaginator = client.get_paginator("list_lineage_groups")
|
|
128
128
|
list_mlflow_tracking_servers_paginator: ListMlflowTrackingServersPaginator = client.get_paginator("list_mlflow_tracking_servers")
|
|
129
129
|
list_model_bias_job_definitions_paginator: ListModelBiasJobDefinitionsPaginator = client.get_paginator("list_model_bias_job_definitions")
|
|
@@ -154,8 +154,8 @@ Usage::
|
|
|
154
154
|
list_studio_lifecycle_configs_paginator: ListStudioLifecycleConfigsPaginator = client.get_paginator("list_studio_lifecycle_configs")
|
|
155
155
|
list_subscribed_workteams_paginator: ListSubscribedWorkteamsPaginator = client.get_paginator("list_subscribed_workteams")
|
|
156
156
|
list_tags_paginator: ListTagsPaginator = client.get_paginator("list_tags")
|
|
157
|
-
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
158
157
|
list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsForHyperParameterTuningJobPaginator = client.get_paginator("list_training_jobs_for_hyper_parameter_tuning_job")
|
|
158
|
+
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
159
159
|
list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator("list_transform_jobs")
|
|
160
160
|
list_trial_components_paginator: ListTrialComponentsPaginator = client.get_paginator("list_trial_components")
|
|
161
161
|
list_trials_paginator: ListTrialsPaginator = client.get_paginator("list_trials")
|
|
@@ -361,8 +361,8 @@ __all__ = (
|
|
|
361
361
|
"ListInferenceExperimentsPaginator",
|
|
362
362
|
"ListInferenceRecommendationsJobStepsPaginator",
|
|
363
363
|
"ListInferenceRecommendationsJobsPaginator",
|
|
364
|
-
"ListLabelingJobsPaginator",
|
|
365
364
|
"ListLabelingJobsForWorkteamPaginator",
|
|
365
|
+
"ListLabelingJobsPaginator",
|
|
366
366
|
"ListLineageGroupsPaginator",
|
|
367
367
|
"ListMlflowTrackingServersPaginator",
|
|
368
368
|
"ListModelBiasJobDefinitionsPaginator",
|
|
@@ -393,8 +393,8 @@ __all__ = (
|
|
|
393
393
|
"ListStudioLifecycleConfigsPaginator",
|
|
394
394
|
"ListSubscribedWorkteamsPaginator",
|
|
395
395
|
"ListTagsPaginator",
|
|
396
|
-
"ListTrainingJobsPaginator",
|
|
397
396
|
"ListTrainingJobsForHyperParameterTuningJobPaginator",
|
|
397
|
+
"ListTrainingJobsPaginator",
|
|
398
398
|
"ListTransformJobsPaginator",
|
|
399
399
|
"ListTrialComponentsPaginator",
|
|
400
400
|
"ListTrialsPaginator",
|
|
@@ -406,7 +406,7 @@ __all__ = (
|
|
|
406
406
|
|
|
407
407
|
_ItemTypeDef = TypeVar("_ItemTypeDef")
|
|
408
408
|
|
|
409
|
-
class _PageIterator(Generic[_ItemTypeDef]
|
|
409
|
+
class _PageIterator(PageIterator, Generic[_ItemTypeDef]):
|
|
410
410
|
def __iter__(self) -> Iterator[_ItemTypeDef]:
|
|
411
411
|
"""
|
|
412
412
|
Proxy method to specify iterator item type.
|
|
@@ -857,19 +857,6 @@ class ListInferenceRecommendationsJobsPaginator(Paginator):
|
|
|
857
857
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listinferencerecommendationsjobspaginator)
|
|
858
858
|
"""
|
|
859
859
|
|
|
860
|
-
class ListLabelingJobsPaginator(Paginator):
|
|
861
|
-
"""
|
|
862
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLabelingJobs)
|
|
863
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlabelingjobspaginator)
|
|
864
|
-
"""
|
|
865
|
-
def paginate(
|
|
866
|
-
self, **kwargs: Unpack[ListLabelingJobsRequestListLabelingJobsPaginateTypeDef]
|
|
867
|
-
) -> _PageIterator[ListLabelingJobsResponseTypeDef]:
|
|
868
|
-
"""
|
|
869
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLabelingJobs.paginate)
|
|
870
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlabelingjobspaginator)
|
|
871
|
-
"""
|
|
872
|
-
|
|
873
860
|
class ListLabelingJobsForWorkteamPaginator(Paginator):
|
|
874
861
|
"""
|
|
875
862
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLabelingJobsForWorkteam)
|
|
@@ -886,6 +873,19 @@ class ListLabelingJobsForWorkteamPaginator(Paginator):
|
|
|
886
873
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlabelingjobsforworkteampaginator)
|
|
887
874
|
"""
|
|
888
875
|
|
|
876
|
+
class ListLabelingJobsPaginator(Paginator):
|
|
877
|
+
"""
|
|
878
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLabelingJobs)
|
|
879
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlabelingjobspaginator)
|
|
880
|
+
"""
|
|
881
|
+
def paginate(
|
|
882
|
+
self, **kwargs: Unpack[ListLabelingJobsRequestListLabelingJobsPaginateTypeDef]
|
|
883
|
+
) -> _PageIterator[ListLabelingJobsResponseTypeDef]:
|
|
884
|
+
"""
|
|
885
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLabelingJobs.paginate)
|
|
886
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlabelingjobspaginator)
|
|
887
|
+
"""
|
|
888
|
+
|
|
889
889
|
class ListLineageGroupsPaginator(Paginator):
|
|
890
890
|
"""
|
|
891
891
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLineageGroups)
|
|
@@ -1302,19 +1302,6 @@ class ListTagsPaginator(Paginator):
|
|
|
1302
1302
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtagspaginator)
|
|
1303
1303
|
"""
|
|
1304
1304
|
|
|
1305
|
-
class ListTrainingJobsPaginator(Paginator):
|
|
1306
|
-
"""
|
|
1307
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrainingJobs)
|
|
1308
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrainingjobspaginator)
|
|
1309
|
-
"""
|
|
1310
|
-
def paginate(
|
|
1311
|
-
self, **kwargs: Unpack[ListTrainingJobsRequestListTrainingJobsPaginateTypeDef]
|
|
1312
|
-
) -> _PageIterator[ListTrainingJobsResponseTypeDef]:
|
|
1313
|
-
"""
|
|
1314
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrainingJobs.paginate)
|
|
1315
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrainingjobspaginator)
|
|
1316
|
-
"""
|
|
1317
|
-
|
|
1318
1305
|
class ListTrainingJobsForHyperParameterTuningJobPaginator(Paginator):
|
|
1319
1306
|
"""
|
|
1320
1307
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrainingJobsForHyperParameterTuningJob)
|
|
@@ -1331,6 +1318,19 @@ class ListTrainingJobsForHyperParameterTuningJobPaginator(Paginator):
|
|
|
1331
1318
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrainingjobsforhyperparametertuningjobpaginator)
|
|
1332
1319
|
"""
|
|
1333
1320
|
|
|
1321
|
+
class ListTrainingJobsPaginator(Paginator):
|
|
1322
|
+
"""
|
|
1323
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrainingJobs)
|
|
1324
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrainingjobspaginator)
|
|
1325
|
+
"""
|
|
1326
|
+
def paginate(
|
|
1327
|
+
self, **kwargs: Unpack[ListTrainingJobsRequestListTrainingJobsPaginateTypeDef]
|
|
1328
|
+
) -> _PageIterator[ListTrainingJobsResponseTypeDef]:
|
|
1329
|
+
"""
|
|
1330
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrainingJobs.paginate)
|
|
1331
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrainingjobspaginator)
|
|
1332
|
+
"""
|
|
1333
|
+
|
|
1334
1334
|
class ListTransformJobsPaginator(Paginator):
|
|
1335
1335
|
"""
|
|
1336
1336
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTransformJobs)
|