mypy-boto3-sagemaker 1.35.53__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 +8 -8
- mypy_boto3_sagemaker/client.pyi +8 -8
- mypy_boto3_sagemaker/literals.py +19 -6
- mypy_boto3_sagemaker/literals.pyi +19 -6
- mypy_boto3_sagemaker/paginator.py +37 -37
- mypy_boto3_sagemaker/paginator.pyi +33 -33
- mypy_boto3_sagemaker/type_defs.py +12039 -14712
- mypy_boto3_sagemaker/type_defs.pyi +10590 -14737
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.35.53.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.53.dist-info → mypy_boto3_sagemaker-1.35.61.dist-info}/WHEEL +1 -1
- mypy_boto3_sagemaker-1.35.53.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.35.53.dist-info → mypy_boto3_sagemaker-1.35.61.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.53.dist-info → mypy_boto3_sagemaker-1.35.61.dist-info}/top_level.txt +0 -0
mypy_boto3_sagemaker/__init__.py
CHANGED
|
@@ -147,8 +147,8 @@ Usage::
|
|
|
147
147
|
list_inference_experiments_paginator: ListInferenceExperimentsPaginator = client.get_paginator("list_inference_experiments")
|
|
148
148
|
list_inference_recommendations_job_steps_paginator: ListInferenceRecommendationsJobStepsPaginator = client.get_paginator("list_inference_recommendations_job_steps")
|
|
149
149
|
list_inference_recommendations_jobs_paginator: ListInferenceRecommendationsJobsPaginator = client.get_paginator("list_inference_recommendations_jobs")
|
|
150
|
-
list_labeling_jobs_paginator: ListLabelingJobsPaginator = client.get_paginator("list_labeling_jobs")
|
|
151
150
|
list_labeling_jobs_for_workteam_paginator: ListLabelingJobsForWorkteamPaginator = client.get_paginator("list_labeling_jobs_for_workteam")
|
|
151
|
+
list_labeling_jobs_paginator: ListLabelingJobsPaginator = client.get_paginator("list_labeling_jobs")
|
|
152
152
|
list_lineage_groups_paginator: ListLineageGroupsPaginator = client.get_paginator("list_lineage_groups")
|
|
153
153
|
list_mlflow_tracking_servers_paginator: ListMlflowTrackingServersPaginator = client.get_paginator("list_mlflow_tracking_servers")
|
|
154
154
|
list_model_bias_job_definitions_paginator: ListModelBiasJobDefinitionsPaginator = client.get_paginator("list_model_bias_job_definitions")
|
|
@@ -179,8 +179,8 @@ Usage::
|
|
|
179
179
|
list_studio_lifecycle_configs_paginator: ListStudioLifecycleConfigsPaginator = client.get_paginator("list_studio_lifecycle_configs")
|
|
180
180
|
list_subscribed_workteams_paginator: ListSubscribedWorkteamsPaginator = client.get_paginator("list_subscribed_workteams")
|
|
181
181
|
list_tags_paginator: ListTagsPaginator = client.get_paginator("list_tags")
|
|
182
|
-
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
183
182
|
list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsForHyperParameterTuningJobPaginator = client.get_paginator("list_training_jobs_for_hyper_parameter_tuning_job")
|
|
183
|
+
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
184
184
|
list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator("list_transform_jobs")
|
|
185
185
|
list_trial_components_paginator: ListTrialComponentsPaginator = client.get_paginator("list_trial_components")
|
|
186
186
|
list_trials_paginator: ListTrialsPaginator = client.get_paginator("list_trials")
|
|
@@ -147,8 +147,8 @@ Usage::
|
|
|
147
147
|
list_inference_experiments_paginator: ListInferenceExperimentsPaginator = client.get_paginator("list_inference_experiments")
|
|
148
148
|
list_inference_recommendations_job_steps_paginator: ListInferenceRecommendationsJobStepsPaginator = client.get_paginator("list_inference_recommendations_job_steps")
|
|
149
149
|
list_inference_recommendations_jobs_paginator: ListInferenceRecommendationsJobsPaginator = client.get_paginator("list_inference_recommendations_jobs")
|
|
150
|
-
list_labeling_jobs_paginator: ListLabelingJobsPaginator = client.get_paginator("list_labeling_jobs")
|
|
151
150
|
list_labeling_jobs_for_workteam_paginator: ListLabelingJobsForWorkteamPaginator = client.get_paginator("list_labeling_jobs_for_workteam")
|
|
151
|
+
list_labeling_jobs_paginator: ListLabelingJobsPaginator = client.get_paginator("list_labeling_jobs")
|
|
152
152
|
list_lineage_groups_paginator: ListLineageGroupsPaginator = client.get_paginator("list_lineage_groups")
|
|
153
153
|
list_mlflow_tracking_servers_paginator: ListMlflowTrackingServersPaginator = client.get_paginator("list_mlflow_tracking_servers")
|
|
154
154
|
list_model_bias_job_definitions_paginator: ListModelBiasJobDefinitionsPaginator = client.get_paginator("list_model_bias_job_definitions")
|
|
@@ -179,8 +179,8 @@ Usage::
|
|
|
179
179
|
list_studio_lifecycle_configs_paginator: ListStudioLifecycleConfigsPaginator = client.get_paginator("list_studio_lifecycle_configs")
|
|
180
180
|
list_subscribed_workteams_paginator: ListSubscribedWorkteamsPaginator = client.get_paginator("list_subscribed_workteams")
|
|
181
181
|
list_tags_paginator: ListTagsPaginator = client.get_paginator("list_tags")
|
|
182
|
-
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
183
182
|
list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsForHyperParameterTuningJobPaginator = client.get_paginator("list_training_jobs_for_hyper_parameter_tuning_job")
|
|
183
|
+
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
184
184
|
list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator("list_transform_jobs")
|
|
185
185
|
list_trial_components_paginator: ListTrialComponentsPaginator = client.get_paginator("list_trial_components")
|
|
186
186
|
list_trials_paginator: ListTrialsPaginator = client.get_paginator("list_trials")
|
mypy_boto3_sagemaker/__main__.py
CHANGED
|
@@ -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/client.py
CHANGED
|
@@ -4494,8 +4494,8 @@ class SageMakerClient(BaseClient):
|
|
|
4494
4494
|
|
|
4495
4495
|
@overload
|
|
4496
4496
|
def get_paginator(
|
|
4497
|
-
self, operation_name: Literal["
|
|
4498
|
-
) ->
|
|
4497
|
+
self, operation_name: Literal["list_labeling_jobs_for_workteam"]
|
|
4498
|
+
) -> ListLabelingJobsForWorkteamPaginator:
|
|
4499
4499
|
"""
|
|
4500
4500
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.get_paginator)
|
|
4501
4501
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
@@ -4503,8 +4503,8 @@ class SageMakerClient(BaseClient):
|
|
|
4503
4503
|
|
|
4504
4504
|
@overload
|
|
4505
4505
|
def get_paginator(
|
|
4506
|
-
self, operation_name: Literal["
|
|
4507
|
-
) ->
|
|
4506
|
+
self, operation_name: Literal["list_labeling_jobs"]
|
|
4507
|
+
) -> ListLabelingJobsPaginator:
|
|
4508
4508
|
"""
|
|
4509
4509
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.get_paginator)
|
|
4510
4510
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
@@ -4772,8 +4772,8 @@ class SageMakerClient(BaseClient):
|
|
|
4772
4772
|
|
|
4773
4773
|
@overload
|
|
4774
4774
|
def get_paginator(
|
|
4775
|
-
self, operation_name: Literal["
|
|
4776
|
-
) ->
|
|
4775
|
+
self, operation_name: Literal["list_training_jobs_for_hyper_parameter_tuning_job"]
|
|
4776
|
+
) -> ListTrainingJobsForHyperParameterTuningJobPaginator:
|
|
4777
4777
|
"""
|
|
4778
4778
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.get_paginator)
|
|
4779
4779
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
@@ -4781,8 +4781,8 @@ class SageMakerClient(BaseClient):
|
|
|
4781
4781
|
|
|
4782
4782
|
@overload
|
|
4783
4783
|
def get_paginator(
|
|
4784
|
-
self, operation_name: Literal["
|
|
4785
|
-
) ->
|
|
4784
|
+
self, operation_name: Literal["list_training_jobs"]
|
|
4785
|
+
) -> ListTrainingJobsPaginator:
|
|
4786
4786
|
"""
|
|
4787
4787
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.get_paginator)
|
|
4788
4788
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
mypy_boto3_sagemaker/client.pyi
CHANGED
|
@@ -4490,8 +4490,8 @@ class SageMakerClient(BaseClient):
|
|
|
4490
4490
|
|
|
4491
4491
|
@overload
|
|
4492
4492
|
def get_paginator(
|
|
4493
|
-
self, operation_name: Literal["
|
|
4494
|
-
) ->
|
|
4493
|
+
self, operation_name: Literal["list_labeling_jobs_for_workteam"]
|
|
4494
|
+
) -> ListLabelingJobsForWorkteamPaginator:
|
|
4495
4495
|
"""
|
|
4496
4496
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.get_paginator)
|
|
4497
4497
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
@@ -4499,8 +4499,8 @@ class SageMakerClient(BaseClient):
|
|
|
4499
4499
|
|
|
4500
4500
|
@overload
|
|
4501
4501
|
def get_paginator(
|
|
4502
|
-
self, operation_name: Literal["
|
|
4503
|
-
) ->
|
|
4502
|
+
self, operation_name: Literal["list_labeling_jobs"]
|
|
4503
|
+
) -> ListLabelingJobsPaginator:
|
|
4504
4504
|
"""
|
|
4505
4505
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.get_paginator)
|
|
4506
4506
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
@@ -4768,8 +4768,8 @@ class SageMakerClient(BaseClient):
|
|
|
4768
4768
|
|
|
4769
4769
|
@overload
|
|
4770
4770
|
def get_paginator(
|
|
4771
|
-
self, operation_name: Literal["
|
|
4772
|
-
) ->
|
|
4771
|
+
self, operation_name: Literal["list_training_jobs_for_hyper_parameter_tuning_job"]
|
|
4772
|
+
) -> ListTrainingJobsForHyperParameterTuningJobPaginator:
|
|
4773
4773
|
"""
|
|
4774
4774
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.get_paginator)
|
|
4775
4775
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
@@ -4777,8 +4777,8 @@ class SageMakerClient(BaseClient):
|
|
|
4777
4777
|
|
|
4778
4778
|
@overload
|
|
4779
4779
|
def get_paginator(
|
|
4780
|
-
self, operation_name: Literal["
|
|
4781
|
-
) ->
|
|
4780
|
+
self, operation_name: Literal["list_training_jobs"]
|
|
4781
|
+
) -> ListTrainingJobsPaginator:
|
|
4782
4782
|
"""
|
|
4783
4783
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.get_paginator)
|
|
4784
4784
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
mypy_boto3_sagemaker/literals.py
CHANGED
|
@@ -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",
|
|
@@ -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",
|
|
@@ -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)
|
|
@@ -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)
|