mypy-boto3-sagemaker 1.35.11__py3-none-any.whl → 1.41.1__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.
- mypy_boto3_sagemaker/__init__.py +38 -2
- mypy_boto3_sagemaker/__init__.pyi +38 -2
- mypy_boto3_sagemaker/__main__.py +11 -8
- mypy_boto3_sagemaker/client.py +2170 -1460
- mypy_boto3_sagemaker/client.pyi +2170 -1459
- mypy_boto3_sagemaker/literals.py +567 -39
- mypy_boto3_sagemaker/literals.pyi +567 -39
- mypy_boto3_sagemaker/paginator.py +1218 -584
- mypy_boto3_sagemaker/paginator.pyi +1122 -584
- mypy_boto3_sagemaker/type_defs.py +13938 -14574
- mypy_boto3_sagemaker/type_defs.pyi +12281 -14576
- mypy_boto3_sagemaker/version.py +3 -1
- mypy_boto3_sagemaker/waiter.py +75 -62
- mypy_boto3_sagemaker/waiter.pyi +75 -62
- {mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.41.1.dist-info}/METADATA +126 -38
- mypy_boto3_sagemaker-1.41.1.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.41.1.dist-info}/WHEEL +1 -1
- {mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.41.1.dist-info/licenses}/LICENSE +1 -1
- mypy_boto3_sagemaker-1.35.11.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.41.1.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Type annotations for sagemaker service client paginators.
|
|
3
3
|
|
|
4
|
-
[
|
|
4
|
+
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/)
|
|
5
|
+
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
5
7
|
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
@@ -10,6 +12,7 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
from mypy_boto3_sagemaker.client import SageMakerClient
|
|
12
14
|
from mypy_boto3_sagemaker.paginator import (
|
|
15
|
+
CreateHubContentPresignedUrlsPaginator,
|
|
13
16
|
ListActionsPaginator,
|
|
14
17
|
ListAlgorithmsPaginator,
|
|
15
18
|
ListAliasesPaginator,
|
|
@@ -19,10 +22,13 @@ Usage::
|
|
|
19
22
|
ListAssociationsPaginator,
|
|
20
23
|
ListAutoMLJobsPaginator,
|
|
21
24
|
ListCandidatesForAutoMLJobPaginator,
|
|
25
|
+
ListClusterEventsPaginator,
|
|
22
26
|
ListClusterNodesPaginator,
|
|
27
|
+
ListClusterSchedulerConfigsPaginator,
|
|
23
28
|
ListClustersPaginator,
|
|
24
29
|
ListCodeRepositoriesPaginator,
|
|
25
30
|
ListCompilationJobsPaginator,
|
|
31
|
+
ListComputeQuotasPaginator,
|
|
26
32
|
ListContextsPaginator,
|
|
27
33
|
ListDataQualityJobDefinitionsPaginator,
|
|
28
34
|
ListDeviceFleetsPaginator,
|
|
@@ -43,8 +49,8 @@ Usage::
|
|
|
43
49
|
ListInferenceExperimentsPaginator,
|
|
44
50
|
ListInferenceRecommendationsJobStepsPaginator,
|
|
45
51
|
ListInferenceRecommendationsJobsPaginator,
|
|
46
|
-
ListLabelingJobsPaginator,
|
|
47
52
|
ListLabelingJobsForWorkteamPaginator,
|
|
53
|
+
ListLabelingJobsPaginator,
|
|
48
54
|
ListLineageGroupsPaginator,
|
|
49
55
|
ListMlflowTrackingServersPaginator,
|
|
50
56
|
ListModelBiasJobDefinitionsPaginator,
|
|
@@ -64,9 +70,11 @@ Usage::
|
|
|
64
70
|
ListNotebookInstanceLifecycleConfigsPaginator,
|
|
65
71
|
ListNotebookInstancesPaginator,
|
|
66
72
|
ListOptimizationJobsPaginator,
|
|
73
|
+
ListPartnerAppsPaginator,
|
|
67
74
|
ListPipelineExecutionStepsPaginator,
|
|
68
75
|
ListPipelineExecutionsPaginator,
|
|
69
76
|
ListPipelineParametersForExecutionPaginator,
|
|
77
|
+
ListPipelineVersionsPaginator,
|
|
70
78
|
ListPipelinesPaginator,
|
|
71
79
|
ListProcessingJobsPaginator,
|
|
72
80
|
ListResourceCatalogsPaginator,
|
|
@@ -75,11 +83,13 @@ Usage::
|
|
|
75
83
|
ListStudioLifecycleConfigsPaginator,
|
|
76
84
|
ListSubscribedWorkteamsPaginator,
|
|
77
85
|
ListTagsPaginator,
|
|
78
|
-
ListTrainingJobsPaginator,
|
|
79
86
|
ListTrainingJobsForHyperParameterTuningJobPaginator,
|
|
87
|
+
ListTrainingJobsPaginator,
|
|
88
|
+
ListTrainingPlansPaginator,
|
|
80
89
|
ListTransformJobsPaginator,
|
|
81
90
|
ListTrialComponentsPaginator,
|
|
82
91
|
ListTrialsPaginator,
|
|
92
|
+
ListUltraServersByReservedCapacityPaginator,
|
|
83
93
|
ListUserProfilesPaginator,
|
|
84
94
|
ListWorkforcesPaginator,
|
|
85
95
|
ListWorkteamsPaginator,
|
|
@@ -89,6 +99,7 @@ Usage::
|
|
|
89
99
|
session = Session()
|
|
90
100
|
client: SageMakerClient = session.client("sagemaker")
|
|
91
101
|
|
|
102
|
+
create_hub_content_presigned_urls_paginator: CreateHubContentPresignedUrlsPaginator = client.get_paginator("create_hub_content_presigned_urls")
|
|
92
103
|
list_actions_paginator: ListActionsPaginator = client.get_paginator("list_actions")
|
|
93
104
|
list_algorithms_paginator: ListAlgorithmsPaginator = client.get_paginator("list_algorithms")
|
|
94
105
|
list_aliases_paginator: ListAliasesPaginator = client.get_paginator("list_aliases")
|
|
@@ -98,10 +109,13 @@ Usage::
|
|
|
98
109
|
list_associations_paginator: ListAssociationsPaginator = client.get_paginator("list_associations")
|
|
99
110
|
list_auto_ml_jobs_paginator: ListAutoMLJobsPaginator = client.get_paginator("list_auto_ml_jobs")
|
|
100
111
|
list_candidates_for_auto_ml_job_paginator: ListCandidatesForAutoMLJobPaginator = client.get_paginator("list_candidates_for_auto_ml_job")
|
|
112
|
+
list_cluster_events_paginator: ListClusterEventsPaginator = client.get_paginator("list_cluster_events")
|
|
101
113
|
list_cluster_nodes_paginator: ListClusterNodesPaginator = client.get_paginator("list_cluster_nodes")
|
|
114
|
+
list_cluster_scheduler_configs_paginator: ListClusterSchedulerConfigsPaginator = client.get_paginator("list_cluster_scheduler_configs")
|
|
102
115
|
list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
|
|
103
116
|
list_code_repositories_paginator: ListCodeRepositoriesPaginator = client.get_paginator("list_code_repositories")
|
|
104
117
|
list_compilation_jobs_paginator: ListCompilationJobsPaginator = client.get_paginator("list_compilation_jobs")
|
|
118
|
+
list_compute_quotas_paginator: ListComputeQuotasPaginator = client.get_paginator("list_compute_quotas")
|
|
105
119
|
list_contexts_paginator: ListContextsPaginator = client.get_paginator("list_contexts")
|
|
106
120
|
list_data_quality_job_definitions_paginator: ListDataQualityJobDefinitionsPaginator = client.get_paginator("list_data_quality_job_definitions")
|
|
107
121
|
list_device_fleets_paginator: ListDeviceFleetsPaginator = client.get_paginator("list_device_fleets")
|
|
@@ -122,8 +136,8 @@ Usage::
|
|
|
122
136
|
list_inference_experiments_paginator: ListInferenceExperimentsPaginator = client.get_paginator("list_inference_experiments")
|
|
123
137
|
list_inference_recommendations_job_steps_paginator: ListInferenceRecommendationsJobStepsPaginator = client.get_paginator("list_inference_recommendations_job_steps")
|
|
124
138
|
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
139
|
list_labeling_jobs_for_workteam_paginator: ListLabelingJobsForWorkteamPaginator = client.get_paginator("list_labeling_jobs_for_workteam")
|
|
140
|
+
list_labeling_jobs_paginator: ListLabelingJobsPaginator = client.get_paginator("list_labeling_jobs")
|
|
127
141
|
list_lineage_groups_paginator: ListLineageGroupsPaginator = client.get_paginator("list_lineage_groups")
|
|
128
142
|
list_mlflow_tracking_servers_paginator: ListMlflowTrackingServersPaginator = client.get_paginator("list_mlflow_tracking_servers")
|
|
129
143
|
list_model_bias_job_definitions_paginator: ListModelBiasJobDefinitionsPaginator = client.get_paginator("list_model_bias_job_definitions")
|
|
@@ -143,9 +157,11 @@ Usage::
|
|
|
143
157
|
list_notebook_instance_lifecycle_configs_paginator: ListNotebookInstanceLifecycleConfigsPaginator = client.get_paginator("list_notebook_instance_lifecycle_configs")
|
|
144
158
|
list_notebook_instances_paginator: ListNotebookInstancesPaginator = client.get_paginator("list_notebook_instances")
|
|
145
159
|
list_optimization_jobs_paginator: ListOptimizationJobsPaginator = client.get_paginator("list_optimization_jobs")
|
|
160
|
+
list_partner_apps_paginator: ListPartnerAppsPaginator = client.get_paginator("list_partner_apps")
|
|
146
161
|
list_pipeline_execution_steps_paginator: ListPipelineExecutionStepsPaginator = client.get_paginator("list_pipeline_execution_steps")
|
|
147
162
|
list_pipeline_executions_paginator: ListPipelineExecutionsPaginator = client.get_paginator("list_pipeline_executions")
|
|
148
163
|
list_pipeline_parameters_for_execution_paginator: ListPipelineParametersForExecutionPaginator = client.get_paginator("list_pipeline_parameters_for_execution")
|
|
164
|
+
list_pipeline_versions_paginator: ListPipelineVersionsPaginator = client.get_paginator("list_pipeline_versions")
|
|
149
165
|
list_pipelines_paginator: ListPipelinesPaginator = client.get_paginator("list_pipelines")
|
|
150
166
|
list_processing_jobs_paginator: ListProcessingJobsPaginator = client.get_paginator("list_processing_jobs")
|
|
151
167
|
list_resource_catalogs_paginator: ListResourceCatalogsPaginator = client.get_paginator("list_resource_catalogs")
|
|
@@ -154,11 +170,13 @@ Usage::
|
|
|
154
170
|
list_studio_lifecycle_configs_paginator: ListStudioLifecycleConfigsPaginator = client.get_paginator("list_studio_lifecycle_configs")
|
|
155
171
|
list_subscribed_workteams_paginator: ListSubscribedWorkteamsPaginator = client.get_paginator("list_subscribed_workteams")
|
|
156
172
|
list_tags_paginator: ListTagsPaginator = client.get_paginator("list_tags")
|
|
157
|
-
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
158
173
|
list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsForHyperParameterTuningJobPaginator = client.get_paginator("list_training_jobs_for_hyper_parameter_tuning_job")
|
|
174
|
+
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
175
|
+
list_training_plans_paginator: ListTrainingPlansPaginator = client.get_paginator("list_training_plans")
|
|
159
176
|
list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator("list_transform_jobs")
|
|
160
177
|
list_trial_components_paginator: ListTrialComponentsPaginator = client.get_paginator("list_trial_components")
|
|
161
178
|
list_trials_paginator: ListTrialsPaginator = client.get_paginator("list_trials")
|
|
179
|
+
list_ultra_servers_by_reserved_capacity_paginator: ListUltraServersByReservedCapacityPaginator = client.get_paginator("list_ultra_servers_by_reserved_capacity")
|
|
162
180
|
list_user_profiles_paginator: ListUserProfilesPaginator = client.get_paginator("list_user_profiles")
|
|
163
181
|
list_workforces_paginator: ListWorkforcesPaginator = client.get_paginator("list_workforces")
|
|
164
182
|
list_workteams_paginator: ListWorkteamsPaginator = client.get_paginator("list_workteams")
|
|
@@ -166,159 +184,177 @@ Usage::
|
|
|
166
184
|
```
|
|
167
185
|
"""
|
|
168
186
|
|
|
187
|
+
from __future__ import annotations
|
|
188
|
+
|
|
169
189
|
import sys
|
|
170
|
-
from typing import
|
|
190
|
+
from typing import TYPE_CHECKING
|
|
171
191
|
|
|
172
192
|
from botocore.paginate import PageIterator, Paginator
|
|
173
193
|
|
|
174
194
|
from .type_defs import (
|
|
175
|
-
|
|
195
|
+
CreateHubContentPresignedUrlsRequestPaginateTypeDef,
|
|
196
|
+
CreateHubContentPresignedUrlsResponseTypeDef,
|
|
197
|
+
ListActionsRequestPaginateTypeDef,
|
|
176
198
|
ListActionsResponseTypeDef,
|
|
177
|
-
|
|
199
|
+
ListAlgorithmsInputPaginateTypeDef,
|
|
178
200
|
ListAlgorithmsOutputTypeDef,
|
|
179
|
-
|
|
201
|
+
ListAliasesRequestPaginateTypeDef,
|
|
180
202
|
ListAliasesResponseTypeDef,
|
|
181
|
-
|
|
203
|
+
ListAppImageConfigsRequestPaginateTypeDef,
|
|
182
204
|
ListAppImageConfigsResponseTypeDef,
|
|
183
|
-
|
|
205
|
+
ListAppsRequestPaginateTypeDef,
|
|
184
206
|
ListAppsResponseTypeDef,
|
|
185
|
-
|
|
207
|
+
ListArtifactsRequestPaginateTypeDef,
|
|
186
208
|
ListArtifactsResponseTypeDef,
|
|
187
|
-
|
|
209
|
+
ListAssociationsRequestPaginateTypeDef,
|
|
188
210
|
ListAssociationsResponseTypeDef,
|
|
189
|
-
|
|
211
|
+
ListAutoMLJobsRequestPaginateTypeDef,
|
|
190
212
|
ListAutoMLJobsResponseTypeDef,
|
|
191
|
-
|
|
213
|
+
ListCandidatesForAutoMLJobRequestPaginateTypeDef,
|
|
192
214
|
ListCandidatesForAutoMLJobResponseTypeDef,
|
|
193
|
-
|
|
215
|
+
ListClusterEventsRequestPaginateTypeDef,
|
|
216
|
+
ListClusterEventsResponseTypeDef,
|
|
217
|
+
ListClusterNodesRequestPaginateTypeDef,
|
|
194
218
|
ListClusterNodesResponseTypeDef,
|
|
195
|
-
|
|
219
|
+
ListClusterSchedulerConfigsRequestPaginateTypeDef,
|
|
220
|
+
ListClusterSchedulerConfigsResponseTypeDef,
|
|
221
|
+
ListClustersRequestPaginateTypeDef,
|
|
196
222
|
ListClustersResponseTypeDef,
|
|
197
|
-
|
|
223
|
+
ListCodeRepositoriesInputPaginateTypeDef,
|
|
198
224
|
ListCodeRepositoriesOutputTypeDef,
|
|
199
|
-
|
|
225
|
+
ListCompilationJobsRequestPaginateTypeDef,
|
|
200
226
|
ListCompilationJobsResponseTypeDef,
|
|
201
|
-
|
|
227
|
+
ListComputeQuotasRequestPaginateTypeDef,
|
|
228
|
+
ListComputeQuotasResponseTypeDef,
|
|
229
|
+
ListContextsRequestPaginateTypeDef,
|
|
202
230
|
ListContextsResponseTypeDef,
|
|
203
|
-
|
|
231
|
+
ListDataQualityJobDefinitionsRequestPaginateTypeDef,
|
|
204
232
|
ListDataQualityJobDefinitionsResponseTypeDef,
|
|
205
|
-
|
|
233
|
+
ListDeviceFleetsRequestPaginateTypeDef,
|
|
206
234
|
ListDeviceFleetsResponseTypeDef,
|
|
207
|
-
|
|
235
|
+
ListDevicesRequestPaginateTypeDef,
|
|
208
236
|
ListDevicesResponseTypeDef,
|
|
209
|
-
|
|
237
|
+
ListDomainsRequestPaginateTypeDef,
|
|
210
238
|
ListDomainsResponseTypeDef,
|
|
211
|
-
|
|
239
|
+
ListEdgeDeploymentPlansRequestPaginateTypeDef,
|
|
212
240
|
ListEdgeDeploymentPlansResponseTypeDef,
|
|
213
|
-
|
|
241
|
+
ListEdgePackagingJobsRequestPaginateTypeDef,
|
|
214
242
|
ListEdgePackagingJobsResponseTypeDef,
|
|
215
|
-
|
|
243
|
+
ListEndpointConfigsInputPaginateTypeDef,
|
|
216
244
|
ListEndpointConfigsOutputTypeDef,
|
|
217
|
-
|
|
245
|
+
ListEndpointsInputPaginateTypeDef,
|
|
218
246
|
ListEndpointsOutputTypeDef,
|
|
219
|
-
|
|
247
|
+
ListExperimentsRequestPaginateTypeDef,
|
|
220
248
|
ListExperimentsResponseTypeDef,
|
|
221
|
-
|
|
249
|
+
ListFeatureGroupsRequestPaginateTypeDef,
|
|
222
250
|
ListFeatureGroupsResponseTypeDef,
|
|
223
|
-
|
|
251
|
+
ListFlowDefinitionsRequestPaginateTypeDef,
|
|
224
252
|
ListFlowDefinitionsResponseTypeDef,
|
|
225
|
-
|
|
253
|
+
ListHumanTaskUisRequestPaginateTypeDef,
|
|
226
254
|
ListHumanTaskUisResponseTypeDef,
|
|
227
|
-
|
|
255
|
+
ListHyperParameterTuningJobsRequestPaginateTypeDef,
|
|
228
256
|
ListHyperParameterTuningJobsResponseTypeDef,
|
|
229
|
-
|
|
257
|
+
ListImagesRequestPaginateTypeDef,
|
|
230
258
|
ListImagesResponseTypeDef,
|
|
231
|
-
|
|
259
|
+
ListImageVersionsRequestPaginateTypeDef,
|
|
232
260
|
ListImageVersionsResponseTypeDef,
|
|
233
|
-
|
|
261
|
+
ListInferenceComponentsInputPaginateTypeDef,
|
|
234
262
|
ListInferenceComponentsOutputTypeDef,
|
|
235
|
-
|
|
263
|
+
ListInferenceExperimentsRequestPaginateTypeDef,
|
|
236
264
|
ListInferenceExperimentsResponseTypeDef,
|
|
237
|
-
|
|
265
|
+
ListInferenceRecommendationsJobsRequestPaginateTypeDef,
|
|
238
266
|
ListInferenceRecommendationsJobsResponseTypeDef,
|
|
239
|
-
|
|
267
|
+
ListInferenceRecommendationsJobStepsRequestPaginateTypeDef,
|
|
240
268
|
ListInferenceRecommendationsJobStepsResponseTypeDef,
|
|
241
|
-
|
|
269
|
+
ListLabelingJobsForWorkteamRequestPaginateTypeDef,
|
|
242
270
|
ListLabelingJobsForWorkteamResponseTypeDef,
|
|
243
|
-
|
|
271
|
+
ListLabelingJobsRequestPaginateTypeDef,
|
|
244
272
|
ListLabelingJobsResponseTypeDef,
|
|
245
|
-
|
|
273
|
+
ListLineageGroupsRequestPaginateTypeDef,
|
|
246
274
|
ListLineageGroupsResponseTypeDef,
|
|
247
|
-
|
|
275
|
+
ListMlflowTrackingServersRequestPaginateTypeDef,
|
|
248
276
|
ListMlflowTrackingServersResponseTypeDef,
|
|
249
|
-
|
|
277
|
+
ListModelBiasJobDefinitionsRequestPaginateTypeDef,
|
|
250
278
|
ListModelBiasJobDefinitionsResponseTypeDef,
|
|
251
|
-
|
|
279
|
+
ListModelCardExportJobsRequestPaginateTypeDef,
|
|
252
280
|
ListModelCardExportJobsResponseTypeDef,
|
|
253
|
-
|
|
281
|
+
ListModelCardsRequestPaginateTypeDef,
|
|
254
282
|
ListModelCardsResponseTypeDef,
|
|
255
|
-
|
|
283
|
+
ListModelCardVersionsRequestPaginateTypeDef,
|
|
256
284
|
ListModelCardVersionsResponseTypeDef,
|
|
257
|
-
|
|
285
|
+
ListModelExplainabilityJobDefinitionsRequestPaginateTypeDef,
|
|
258
286
|
ListModelExplainabilityJobDefinitionsResponseTypeDef,
|
|
259
|
-
|
|
287
|
+
ListModelMetadataRequestPaginateTypeDef,
|
|
260
288
|
ListModelMetadataResponseTypeDef,
|
|
261
|
-
|
|
289
|
+
ListModelPackageGroupsInputPaginateTypeDef,
|
|
262
290
|
ListModelPackageGroupsOutputTypeDef,
|
|
263
|
-
|
|
291
|
+
ListModelPackagesInputPaginateTypeDef,
|
|
264
292
|
ListModelPackagesOutputTypeDef,
|
|
265
|
-
|
|
293
|
+
ListModelQualityJobDefinitionsRequestPaginateTypeDef,
|
|
266
294
|
ListModelQualityJobDefinitionsResponseTypeDef,
|
|
267
|
-
|
|
295
|
+
ListModelsInputPaginateTypeDef,
|
|
268
296
|
ListModelsOutputTypeDef,
|
|
269
|
-
|
|
297
|
+
ListMonitoringAlertHistoryRequestPaginateTypeDef,
|
|
270
298
|
ListMonitoringAlertHistoryResponseTypeDef,
|
|
271
|
-
|
|
299
|
+
ListMonitoringAlertsRequestPaginateTypeDef,
|
|
272
300
|
ListMonitoringAlertsResponseTypeDef,
|
|
273
|
-
|
|
301
|
+
ListMonitoringExecutionsRequestPaginateTypeDef,
|
|
274
302
|
ListMonitoringExecutionsResponseTypeDef,
|
|
275
|
-
|
|
303
|
+
ListMonitoringSchedulesRequestPaginateTypeDef,
|
|
276
304
|
ListMonitoringSchedulesResponseTypeDef,
|
|
277
|
-
|
|
305
|
+
ListNotebookInstanceLifecycleConfigsInputPaginateTypeDef,
|
|
278
306
|
ListNotebookInstanceLifecycleConfigsOutputTypeDef,
|
|
279
|
-
|
|
307
|
+
ListNotebookInstancesInputPaginateTypeDef,
|
|
280
308
|
ListNotebookInstancesOutputTypeDef,
|
|
281
|
-
|
|
309
|
+
ListOptimizationJobsRequestPaginateTypeDef,
|
|
282
310
|
ListOptimizationJobsResponseTypeDef,
|
|
283
|
-
|
|
311
|
+
ListPartnerAppsRequestPaginateTypeDef,
|
|
312
|
+
ListPartnerAppsResponseTypeDef,
|
|
313
|
+
ListPipelineExecutionsRequestPaginateTypeDef,
|
|
284
314
|
ListPipelineExecutionsResponseTypeDef,
|
|
285
|
-
|
|
315
|
+
ListPipelineExecutionStepsRequestPaginateTypeDef,
|
|
286
316
|
ListPipelineExecutionStepsResponseTypeDef,
|
|
287
|
-
|
|
317
|
+
ListPipelineParametersForExecutionRequestPaginateTypeDef,
|
|
288
318
|
ListPipelineParametersForExecutionResponseTypeDef,
|
|
289
|
-
|
|
319
|
+
ListPipelinesRequestPaginateTypeDef,
|
|
290
320
|
ListPipelinesResponseTypeDef,
|
|
291
|
-
|
|
321
|
+
ListPipelineVersionsRequestPaginateTypeDef,
|
|
322
|
+
ListPipelineVersionsResponseTypeDef,
|
|
323
|
+
ListProcessingJobsRequestPaginateTypeDef,
|
|
292
324
|
ListProcessingJobsResponseTypeDef,
|
|
293
|
-
|
|
325
|
+
ListResourceCatalogsRequestPaginateTypeDef,
|
|
294
326
|
ListResourceCatalogsResponseTypeDef,
|
|
295
|
-
|
|
327
|
+
ListSpacesRequestPaginateTypeDef,
|
|
296
328
|
ListSpacesResponseTypeDef,
|
|
297
|
-
|
|
329
|
+
ListStageDevicesRequestPaginateTypeDef,
|
|
298
330
|
ListStageDevicesResponseTypeDef,
|
|
299
|
-
|
|
331
|
+
ListStudioLifecycleConfigsRequestPaginateTypeDef,
|
|
300
332
|
ListStudioLifecycleConfigsResponseTypeDef,
|
|
301
|
-
|
|
333
|
+
ListSubscribedWorkteamsRequestPaginateTypeDef,
|
|
302
334
|
ListSubscribedWorkteamsResponseTypeDef,
|
|
303
|
-
|
|
335
|
+
ListTagsInputPaginateTypeDef,
|
|
304
336
|
ListTagsOutputTypeDef,
|
|
305
|
-
|
|
337
|
+
ListTrainingJobsForHyperParameterTuningJobRequestPaginateTypeDef,
|
|
306
338
|
ListTrainingJobsForHyperParameterTuningJobResponseTypeDef,
|
|
307
|
-
|
|
339
|
+
ListTrainingJobsRequestPaginateTypeDef,
|
|
308
340
|
ListTrainingJobsResponseTypeDef,
|
|
309
|
-
|
|
341
|
+
ListTrainingPlansRequestPaginateTypeDef,
|
|
342
|
+
ListTrainingPlansResponseTypeDef,
|
|
343
|
+
ListTransformJobsRequestPaginateTypeDef,
|
|
310
344
|
ListTransformJobsResponseTypeDef,
|
|
311
|
-
|
|
345
|
+
ListTrialComponentsRequestPaginateTypeDef,
|
|
312
346
|
ListTrialComponentsResponseTypeDef,
|
|
313
|
-
|
|
347
|
+
ListTrialsRequestPaginateTypeDef,
|
|
314
348
|
ListTrialsResponseTypeDef,
|
|
315
|
-
|
|
349
|
+
ListUltraServersByReservedCapacityRequestPaginateTypeDef,
|
|
350
|
+
ListUltraServersByReservedCapacityResponseTypeDef,
|
|
351
|
+
ListUserProfilesRequestPaginateTypeDef,
|
|
316
352
|
ListUserProfilesResponseTypeDef,
|
|
317
|
-
|
|
353
|
+
ListWorkforcesRequestPaginateTypeDef,
|
|
318
354
|
ListWorkforcesResponseTypeDef,
|
|
319
|
-
|
|
355
|
+
ListWorkteamsRequestPaginateTypeDef,
|
|
320
356
|
ListWorkteamsResponseTypeDef,
|
|
321
|
-
|
|
357
|
+
SearchRequestPaginateTypeDef,
|
|
322
358
|
SearchResponseTypeDef,
|
|
323
359
|
)
|
|
324
360
|
|
|
@@ -328,6 +364,7 @@ else:
|
|
|
328
364
|
from typing_extensions import Unpack
|
|
329
365
|
|
|
330
366
|
__all__ = (
|
|
367
|
+
"CreateHubContentPresignedUrlsPaginator",
|
|
331
368
|
"ListActionsPaginator",
|
|
332
369
|
"ListAlgorithmsPaginator",
|
|
333
370
|
"ListAliasesPaginator",
|
|
@@ -337,10 +374,13 @@ __all__ = (
|
|
|
337
374
|
"ListAssociationsPaginator",
|
|
338
375
|
"ListAutoMLJobsPaginator",
|
|
339
376
|
"ListCandidatesForAutoMLJobPaginator",
|
|
377
|
+
"ListClusterEventsPaginator",
|
|
340
378
|
"ListClusterNodesPaginator",
|
|
379
|
+
"ListClusterSchedulerConfigsPaginator",
|
|
341
380
|
"ListClustersPaginator",
|
|
342
381
|
"ListCodeRepositoriesPaginator",
|
|
343
382
|
"ListCompilationJobsPaginator",
|
|
383
|
+
"ListComputeQuotasPaginator",
|
|
344
384
|
"ListContextsPaginator",
|
|
345
385
|
"ListDataQualityJobDefinitionsPaginator",
|
|
346
386
|
"ListDeviceFleetsPaginator",
|
|
@@ -361,8 +401,8 @@ __all__ = (
|
|
|
361
401
|
"ListInferenceExperimentsPaginator",
|
|
362
402
|
"ListInferenceRecommendationsJobStepsPaginator",
|
|
363
403
|
"ListInferenceRecommendationsJobsPaginator",
|
|
364
|
-
"ListLabelingJobsPaginator",
|
|
365
404
|
"ListLabelingJobsForWorkteamPaginator",
|
|
405
|
+
"ListLabelingJobsPaginator",
|
|
366
406
|
"ListLineageGroupsPaginator",
|
|
367
407
|
"ListMlflowTrackingServersPaginator",
|
|
368
408
|
"ListModelBiasJobDefinitionsPaginator",
|
|
@@ -382,9 +422,11 @@ __all__ = (
|
|
|
382
422
|
"ListNotebookInstanceLifecycleConfigsPaginator",
|
|
383
423
|
"ListNotebookInstancesPaginator",
|
|
384
424
|
"ListOptimizationJobsPaginator",
|
|
425
|
+
"ListPartnerAppsPaginator",
|
|
385
426
|
"ListPipelineExecutionStepsPaginator",
|
|
386
427
|
"ListPipelineExecutionsPaginator",
|
|
387
428
|
"ListPipelineParametersForExecutionPaginator",
|
|
429
|
+
"ListPipelineVersionsPaginator",
|
|
388
430
|
"ListPipelinesPaginator",
|
|
389
431
|
"ListProcessingJobsPaginator",
|
|
390
432
|
"ListResourceCatalogsPaginator",
|
|
@@ -393,1031 +435,1527 @@ __all__ = (
|
|
|
393
435
|
"ListStudioLifecycleConfigsPaginator",
|
|
394
436
|
"ListSubscribedWorkteamsPaginator",
|
|
395
437
|
"ListTagsPaginator",
|
|
396
|
-
"ListTrainingJobsPaginator",
|
|
397
438
|
"ListTrainingJobsForHyperParameterTuningJobPaginator",
|
|
439
|
+
"ListTrainingJobsPaginator",
|
|
440
|
+
"ListTrainingPlansPaginator",
|
|
398
441
|
"ListTransformJobsPaginator",
|
|
399
442
|
"ListTrialComponentsPaginator",
|
|
400
443
|
"ListTrialsPaginator",
|
|
444
|
+
"ListUltraServersByReservedCapacityPaginator",
|
|
401
445
|
"ListUserProfilesPaginator",
|
|
402
446
|
"ListWorkforcesPaginator",
|
|
403
447
|
"ListWorkteamsPaginator",
|
|
404
448
|
"SearchPaginator",
|
|
405
449
|
)
|
|
406
450
|
|
|
407
|
-
|
|
451
|
+
if TYPE_CHECKING:
|
|
452
|
+
_CreateHubContentPresignedUrlsPaginatorBase = Paginator[
|
|
453
|
+
CreateHubContentPresignedUrlsResponseTypeDef
|
|
454
|
+
]
|
|
455
|
+
else:
|
|
456
|
+
_CreateHubContentPresignedUrlsPaginatorBase = Paginator # type: ignore[assignment]
|
|
408
457
|
|
|
409
|
-
class
|
|
410
|
-
|
|
458
|
+
class CreateHubContentPresignedUrlsPaginator(_CreateHubContentPresignedUrlsPaginatorBase):
|
|
459
|
+
"""
|
|
460
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/CreateHubContentPresignedUrls.html#SageMaker.Paginator.CreateHubContentPresignedUrls)
|
|
461
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#createhubcontentpresignedurlspaginator)
|
|
462
|
+
"""
|
|
463
|
+
def paginate( # type: ignore[override]
|
|
464
|
+
self, **kwargs: Unpack[CreateHubContentPresignedUrlsRequestPaginateTypeDef]
|
|
465
|
+
) -> PageIterator[CreateHubContentPresignedUrlsResponseTypeDef]:
|
|
411
466
|
"""
|
|
412
|
-
|
|
467
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/CreateHubContentPresignedUrls.html#SageMaker.Paginator.CreateHubContentPresignedUrls.paginate)
|
|
468
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#createhubcontentpresignedurlspaginator)
|
|
413
469
|
"""
|
|
414
470
|
|
|
415
|
-
|
|
471
|
+
if TYPE_CHECKING:
|
|
472
|
+
_ListActionsPaginatorBase = Paginator[ListActionsResponseTypeDef]
|
|
473
|
+
else:
|
|
474
|
+
_ListActionsPaginatorBase = Paginator # type: ignore[assignment]
|
|
475
|
+
|
|
476
|
+
class ListActionsPaginator(_ListActionsPaginatorBase):
|
|
416
477
|
"""
|
|
417
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListActions)
|
|
478
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListActions.html#SageMaker.Paginator.ListActions)
|
|
418
479
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listactionspaginator)
|
|
419
480
|
"""
|
|
420
|
-
def paginate(
|
|
421
|
-
self, **kwargs: Unpack[
|
|
422
|
-
) ->
|
|
481
|
+
def paginate( # type: ignore[override]
|
|
482
|
+
self, **kwargs: Unpack[ListActionsRequestPaginateTypeDef]
|
|
483
|
+
) -> PageIterator[ListActionsResponseTypeDef]:
|
|
423
484
|
"""
|
|
424
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListActions.paginate)
|
|
485
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListActions.html#SageMaker.Paginator.ListActions.paginate)
|
|
425
486
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listactionspaginator)
|
|
426
487
|
"""
|
|
427
488
|
|
|
428
|
-
|
|
489
|
+
if TYPE_CHECKING:
|
|
490
|
+
_ListAlgorithmsPaginatorBase = Paginator[ListAlgorithmsOutputTypeDef]
|
|
491
|
+
else:
|
|
492
|
+
_ListAlgorithmsPaginatorBase = Paginator # type: ignore[assignment]
|
|
493
|
+
|
|
494
|
+
class ListAlgorithmsPaginator(_ListAlgorithmsPaginatorBase):
|
|
429
495
|
"""
|
|
430
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAlgorithms)
|
|
496
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListAlgorithms.html#SageMaker.Paginator.ListAlgorithms)
|
|
431
497
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listalgorithmspaginator)
|
|
432
498
|
"""
|
|
433
|
-
def paginate(
|
|
434
|
-
self, **kwargs: Unpack[
|
|
435
|
-
) ->
|
|
499
|
+
def paginate( # type: ignore[override]
|
|
500
|
+
self, **kwargs: Unpack[ListAlgorithmsInputPaginateTypeDef]
|
|
501
|
+
) -> PageIterator[ListAlgorithmsOutputTypeDef]:
|
|
436
502
|
"""
|
|
437
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAlgorithms.paginate)
|
|
503
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListAlgorithms.html#SageMaker.Paginator.ListAlgorithms.paginate)
|
|
438
504
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listalgorithmspaginator)
|
|
439
505
|
"""
|
|
440
506
|
|
|
441
|
-
|
|
507
|
+
if TYPE_CHECKING:
|
|
508
|
+
_ListAliasesPaginatorBase = Paginator[ListAliasesResponseTypeDef]
|
|
509
|
+
else:
|
|
510
|
+
_ListAliasesPaginatorBase = Paginator # type: ignore[assignment]
|
|
511
|
+
|
|
512
|
+
class ListAliasesPaginator(_ListAliasesPaginatorBase):
|
|
442
513
|
"""
|
|
443
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAliases)
|
|
514
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListAliases.html#SageMaker.Paginator.ListAliases)
|
|
444
515
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listaliasespaginator)
|
|
445
516
|
"""
|
|
446
|
-
def paginate(
|
|
447
|
-
self, **kwargs: Unpack[
|
|
448
|
-
) ->
|
|
517
|
+
def paginate( # type: ignore[override]
|
|
518
|
+
self, **kwargs: Unpack[ListAliasesRequestPaginateTypeDef]
|
|
519
|
+
) -> PageIterator[ListAliasesResponseTypeDef]:
|
|
449
520
|
"""
|
|
450
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAliases.paginate)
|
|
521
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListAliases.html#SageMaker.Paginator.ListAliases.paginate)
|
|
451
522
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listaliasespaginator)
|
|
452
523
|
"""
|
|
453
524
|
|
|
454
|
-
|
|
525
|
+
if TYPE_CHECKING:
|
|
526
|
+
_ListAppImageConfigsPaginatorBase = Paginator[ListAppImageConfigsResponseTypeDef]
|
|
527
|
+
else:
|
|
528
|
+
_ListAppImageConfigsPaginatorBase = Paginator # type: ignore[assignment]
|
|
529
|
+
|
|
530
|
+
class ListAppImageConfigsPaginator(_ListAppImageConfigsPaginatorBase):
|
|
455
531
|
"""
|
|
456
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAppImageConfigs)
|
|
532
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListAppImageConfigs.html#SageMaker.Paginator.ListAppImageConfigs)
|
|
457
533
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listappimageconfigspaginator)
|
|
458
534
|
"""
|
|
459
|
-
def paginate(
|
|
460
|
-
self, **kwargs: Unpack[
|
|
461
|
-
) ->
|
|
535
|
+
def paginate( # type: ignore[override]
|
|
536
|
+
self, **kwargs: Unpack[ListAppImageConfigsRequestPaginateTypeDef]
|
|
537
|
+
) -> PageIterator[ListAppImageConfigsResponseTypeDef]:
|
|
462
538
|
"""
|
|
463
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAppImageConfigs.paginate)
|
|
539
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListAppImageConfigs.html#SageMaker.Paginator.ListAppImageConfigs.paginate)
|
|
464
540
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listappimageconfigspaginator)
|
|
465
541
|
"""
|
|
466
542
|
|
|
467
|
-
|
|
543
|
+
if TYPE_CHECKING:
|
|
544
|
+
_ListAppsPaginatorBase = Paginator[ListAppsResponseTypeDef]
|
|
545
|
+
else:
|
|
546
|
+
_ListAppsPaginatorBase = Paginator # type: ignore[assignment]
|
|
547
|
+
|
|
548
|
+
class ListAppsPaginator(_ListAppsPaginatorBase):
|
|
468
549
|
"""
|
|
469
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListApps)
|
|
550
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListApps.html#SageMaker.Paginator.ListApps)
|
|
470
551
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listappspaginator)
|
|
471
552
|
"""
|
|
472
|
-
def paginate(
|
|
473
|
-
self, **kwargs: Unpack[
|
|
474
|
-
) ->
|
|
553
|
+
def paginate( # type: ignore[override]
|
|
554
|
+
self, **kwargs: Unpack[ListAppsRequestPaginateTypeDef]
|
|
555
|
+
) -> PageIterator[ListAppsResponseTypeDef]:
|
|
475
556
|
"""
|
|
476
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListApps.paginate)
|
|
557
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListApps.html#SageMaker.Paginator.ListApps.paginate)
|
|
477
558
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listappspaginator)
|
|
478
559
|
"""
|
|
479
560
|
|
|
480
|
-
|
|
561
|
+
if TYPE_CHECKING:
|
|
562
|
+
_ListArtifactsPaginatorBase = Paginator[ListArtifactsResponseTypeDef]
|
|
563
|
+
else:
|
|
564
|
+
_ListArtifactsPaginatorBase = Paginator # type: ignore[assignment]
|
|
565
|
+
|
|
566
|
+
class ListArtifactsPaginator(_ListArtifactsPaginatorBase):
|
|
481
567
|
"""
|
|
482
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListArtifacts)
|
|
568
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListArtifacts.html#SageMaker.Paginator.ListArtifacts)
|
|
483
569
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listartifactspaginator)
|
|
484
570
|
"""
|
|
485
|
-
def paginate(
|
|
486
|
-
self, **kwargs: Unpack[
|
|
487
|
-
) ->
|
|
571
|
+
def paginate( # type: ignore[override]
|
|
572
|
+
self, **kwargs: Unpack[ListArtifactsRequestPaginateTypeDef]
|
|
573
|
+
) -> PageIterator[ListArtifactsResponseTypeDef]:
|
|
488
574
|
"""
|
|
489
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListArtifacts.paginate)
|
|
575
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListArtifacts.html#SageMaker.Paginator.ListArtifacts.paginate)
|
|
490
576
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listartifactspaginator)
|
|
491
577
|
"""
|
|
492
578
|
|
|
493
|
-
|
|
579
|
+
if TYPE_CHECKING:
|
|
580
|
+
_ListAssociationsPaginatorBase = Paginator[ListAssociationsResponseTypeDef]
|
|
581
|
+
else:
|
|
582
|
+
_ListAssociationsPaginatorBase = Paginator # type: ignore[assignment]
|
|
583
|
+
|
|
584
|
+
class ListAssociationsPaginator(_ListAssociationsPaginatorBase):
|
|
494
585
|
"""
|
|
495
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAssociations)
|
|
586
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListAssociations.html#SageMaker.Paginator.ListAssociations)
|
|
496
587
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listassociationspaginator)
|
|
497
588
|
"""
|
|
498
|
-
def paginate(
|
|
499
|
-
self, **kwargs: Unpack[
|
|
500
|
-
) ->
|
|
589
|
+
def paginate( # type: ignore[override]
|
|
590
|
+
self, **kwargs: Unpack[ListAssociationsRequestPaginateTypeDef]
|
|
591
|
+
) -> PageIterator[ListAssociationsResponseTypeDef]:
|
|
501
592
|
"""
|
|
502
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAssociations.paginate)
|
|
593
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListAssociations.html#SageMaker.Paginator.ListAssociations.paginate)
|
|
503
594
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listassociationspaginator)
|
|
504
595
|
"""
|
|
505
596
|
|
|
506
|
-
|
|
597
|
+
if TYPE_CHECKING:
|
|
598
|
+
_ListAutoMLJobsPaginatorBase = Paginator[ListAutoMLJobsResponseTypeDef]
|
|
599
|
+
else:
|
|
600
|
+
_ListAutoMLJobsPaginatorBase = Paginator # type: ignore[assignment]
|
|
601
|
+
|
|
602
|
+
class ListAutoMLJobsPaginator(_ListAutoMLJobsPaginatorBase):
|
|
507
603
|
"""
|
|
508
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAutoMLJobs)
|
|
604
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListAutoMLJobs.html#SageMaker.Paginator.ListAutoMLJobs)
|
|
509
605
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listautomljobspaginator)
|
|
510
606
|
"""
|
|
511
|
-
def paginate(
|
|
512
|
-
self, **kwargs: Unpack[
|
|
513
|
-
) ->
|
|
607
|
+
def paginate( # type: ignore[override]
|
|
608
|
+
self, **kwargs: Unpack[ListAutoMLJobsRequestPaginateTypeDef]
|
|
609
|
+
) -> PageIterator[ListAutoMLJobsResponseTypeDef]:
|
|
514
610
|
"""
|
|
515
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAutoMLJobs.paginate)
|
|
611
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListAutoMLJobs.html#SageMaker.Paginator.ListAutoMLJobs.paginate)
|
|
516
612
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listautomljobspaginator)
|
|
517
613
|
"""
|
|
518
614
|
|
|
519
|
-
|
|
615
|
+
if TYPE_CHECKING:
|
|
616
|
+
_ListCandidatesForAutoMLJobPaginatorBase = Paginator[ListCandidatesForAutoMLJobResponseTypeDef]
|
|
617
|
+
else:
|
|
618
|
+
_ListCandidatesForAutoMLJobPaginatorBase = Paginator # type: ignore[assignment]
|
|
619
|
+
|
|
620
|
+
class ListCandidatesForAutoMLJobPaginator(_ListCandidatesForAutoMLJobPaginatorBase):
|
|
520
621
|
"""
|
|
521
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListCandidatesForAutoMLJob)
|
|
622
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListCandidatesForAutoMLJob.html#SageMaker.Paginator.ListCandidatesForAutoMLJob)
|
|
522
623
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcandidatesforautomljobpaginator)
|
|
523
624
|
"""
|
|
524
|
-
def paginate(
|
|
525
|
-
self,
|
|
526
|
-
|
|
527
|
-
ListCandidatesForAutoMLJobRequestListCandidatesForAutoMLJobPaginateTypeDef
|
|
528
|
-
],
|
|
529
|
-
) -> _PageIterator[ListCandidatesForAutoMLJobResponseTypeDef]:
|
|
625
|
+
def paginate( # type: ignore[override]
|
|
626
|
+
self, **kwargs: Unpack[ListCandidatesForAutoMLJobRequestPaginateTypeDef]
|
|
627
|
+
) -> PageIterator[ListCandidatesForAutoMLJobResponseTypeDef]:
|
|
530
628
|
"""
|
|
531
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListCandidatesForAutoMLJob.paginate)
|
|
629
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListCandidatesForAutoMLJob.html#SageMaker.Paginator.ListCandidatesForAutoMLJob.paginate)
|
|
532
630
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcandidatesforautomljobpaginator)
|
|
533
631
|
"""
|
|
534
632
|
|
|
535
|
-
|
|
633
|
+
if TYPE_CHECKING:
|
|
634
|
+
_ListClusterEventsPaginatorBase = Paginator[ListClusterEventsResponseTypeDef]
|
|
635
|
+
else:
|
|
636
|
+
_ListClusterEventsPaginatorBase = Paginator # type: ignore[assignment]
|
|
637
|
+
|
|
638
|
+
class ListClusterEventsPaginator(_ListClusterEventsPaginatorBase):
|
|
639
|
+
"""
|
|
640
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListClusterEvents.html#SageMaker.Paginator.ListClusterEvents)
|
|
641
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listclustereventspaginator)
|
|
642
|
+
"""
|
|
643
|
+
def paginate( # type: ignore[override]
|
|
644
|
+
self, **kwargs: Unpack[ListClusterEventsRequestPaginateTypeDef]
|
|
645
|
+
) -> PageIterator[ListClusterEventsResponseTypeDef]:
|
|
646
|
+
"""
|
|
647
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListClusterEvents.html#SageMaker.Paginator.ListClusterEvents.paginate)
|
|
648
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listclustereventspaginator)
|
|
649
|
+
"""
|
|
650
|
+
|
|
651
|
+
if TYPE_CHECKING:
|
|
652
|
+
_ListClusterNodesPaginatorBase = Paginator[ListClusterNodesResponseTypeDef]
|
|
653
|
+
else:
|
|
654
|
+
_ListClusterNodesPaginatorBase = Paginator # type: ignore[assignment]
|
|
655
|
+
|
|
656
|
+
class ListClusterNodesPaginator(_ListClusterNodesPaginatorBase):
|
|
536
657
|
"""
|
|
537
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListClusterNodes)
|
|
658
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListClusterNodes.html#SageMaker.Paginator.ListClusterNodes)
|
|
538
659
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listclusternodespaginator)
|
|
539
660
|
"""
|
|
540
|
-
def paginate(
|
|
541
|
-
self, **kwargs: Unpack[
|
|
542
|
-
) ->
|
|
661
|
+
def paginate( # type: ignore[override]
|
|
662
|
+
self, **kwargs: Unpack[ListClusterNodesRequestPaginateTypeDef]
|
|
663
|
+
) -> PageIterator[ListClusterNodesResponseTypeDef]:
|
|
543
664
|
"""
|
|
544
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListClusterNodes.paginate)
|
|
665
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListClusterNodes.html#SageMaker.Paginator.ListClusterNodes.paginate)
|
|
545
666
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listclusternodespaginator)
|
|
546
667
|
"""
|
|
547
668
|
|
|
548
|
-
|
|
669
|
+
if TYPE_CHECKING:
|
|
670
|
+
_ListClusterSchedulerConfigsPaginatorBase = Paginator[
|
|
671
|
+
ListClusterSchedulerConfigsResponseTypeDef
|
|
672
|
+
]
|
|
673
|
+
else:
|
|
674
|
+
_ListClusterSchedulerConfigsPaginatorBase = Paginator # type: ignore[assignment]
|
|
675
|
+
|
|
676
|
+
class ListClusterSchedulerConfigsPaginator(_ListClusterSchedulerConfigsPaginatorBase):
|
|
677
|
+
"""
|
|
678
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListClusterSchedulerConfigs.html#SageMaker.Paginator.ListClusterSchedulerConfigs)
|
|
679
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listclusterschedulerconfigspaginator)
|
|
680
|
+
"""
|
|
681
|
+
def paginate( # type: ignore[override]
|
|
682
|
+
self, **kwargs: Unpack[ListClusterSchedulerConfigsRequestPaginateTypeDef]
|
|
683
|
+
) -> PageIterator[ListClusterSchedulerConfigsResponseTypeDef]:
|
|
684
|
+
"""
|
|
685
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListClusterSchedulerConfigs.html#SageMaker.Paginator.ListClusterSchedulerConfigs.paginate)
|
|
686
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listclusterschedulerconfigspaginator)
|
|
687
|
+
"""
|
|
688
|
+
|
|
689
|
+
if TYPE_CHECKING:
|
|
690
|
+
_ListClustersPaginatorBase = Paginator[ListClustersResponseTypeDef]
|
|
691
|
+
else:
|
|
692
|
+
_ListClustersPaginatorBase = Paginator # type: ignore[assignment]
|
|
693
|
+
|
|
694
|
+
class ListClustersPaginator(_ListClustersPaginatorBase):
|
|
549
695
|
"""
|
|
550
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListClusters)
|
|
696
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListClusters.html#SageMaker.Paginator.ListClusters)
|
|
551
697
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listclusterspaginator)
|
|
552
698
|
"""
|
|
553
|
-
def paginate(
|
|
554
|
-
self, **kwargs: Unpack[
|
|
555
|
-
) ->
|
|
699
|
+
def paginate( # type: ignore[override]
|
|
700
|
+
self, **kwargs: Unpack[ListClustersRequestPaginateTypeDef]
|
|
701
|
+
) -> PageIterator[ListClustersResponseTypeDef]:
|
|
556
702
|
"""
|
|
557
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListClusters.paginate)
|
|
703
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListClusters.html#SageMaker.Paginator.ListClusters.paginate)
|
|
558
704
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listclusterspaginator)
|
|
559
705
|
"""
|
|
560
706
|
|
|
561
|
-
|
|
707
|
+
if TYPE_CHECKING:
|
|
708
|
+
_ListCodeRepositoriesPaginatorBase = Paginator[ListCodeRepositoriesOutputTypeDef]
|
|
709
|
+
else:
|
|
710
|
+
_ListCodeRepositoriesPaginatorBase = Paginator # type: ignore[assignment]
|
|
711
|
+
|
|
712
|
+
class ListCodeRepositoriesPaginator(_ListCodeRepositoriesPaginatorBase):
|
|
562
713
|
"""
|
|
563
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListCodeRepositories)
|
|
714
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListCodeRepositories.html#SageMaker.Paginator.ListCodeRepositories)
|
|
564
715
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcoderepositoriespaginator)
|
|
565
716
|
"""
|
|
566
|
-
def paginate(
|
|
567
|
-
self, **kwargs: Unpack[
|
|
568
|
-
) ->
|
|
717
|
+
def paginate( # type: ignore[override]
|
|
718
|
+
self, **kwargs: Unpack[ListCodeRepositoriesInputPaginateTypeDef]
|
|
719
|
+
) -> PageIterator[ListCodeRepositoriesOutputTypeDef]:
|
|
569
720
|
"""
|
|
570
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListCodeRepositories.paginate)
|
|
721
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListCodeRepositories.html#SageMaker.Paginator.ListCodeRepositories.paginate)
|
|
571
722
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcoderepositoriespaginator)
|
|
572
723
|
"""
|
|
573
724
|
|
|
574
|
-
|
|
725
|
+
if TYPE_CHECKING:
|
|
726
|
+
_ListCompilationJobsPaginatorBase = Paginator[ListCompilationJobsResponseTypeDef]
|
|
727
|
+
else:
|
|
728
|
+
_ListCompilationJobsPaginatorBase = Paginator # type: ignore[assignment]
|
|
729
|
+
|
|
730
|
+
class ListCompilationJobsPaginator(_ListCompilationJobsPaginatorBase):
|
|
575
731
|
"""
|
|
576
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListCompilationJobs)
|
|
732
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListCompilationJobs.html#SageMaker.Paginator.ListCompilationJobs)
|
|
577
733
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcompilationjobspaginator)
|
|
578
734
|
"""
|
|
579
|
-
def paginate(
|
|
580
|
-
self, **kwargs: Unpack[
|
|
581
|
-
) ->
|
|
735
|
+
def paginate( # type: ignore[override]
|
|
736
|
+
self, **kwargs: Unpack[ListCompilationJobsRequestPaginateTypeDef]
|
|
737
|
+
) -> PageIterator[ListCompilationJobsResponseTypeDef]:
|
|
582
738
|
"""
|
|
583
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListCompilationJobs.paginate)
|
|
739
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListCompilationJobs.html#SageMaker.Paginator.ListCompilationJobs.paginate)
|
|
584
740
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcompilationjobspaginator)
|
|
585
741
|
"""
|
|
586
742
|
|
|
587
|
-
|
|
743
|
+
if TYPE_CHECKING:
|
|
744
|
+
_ListComputeQuotasPaginatorBase = Paginator[ListComputeQuotasResponseTypeDef]
|
|
745
|
+
else:
|
|
746
|
+
_ListComputeQuotasPaginatorBase = Paginator # type: ignore[assignment]
|
|
747
|
+
|
|
748
|
+
class ListComputeQuotasPaginator(_ListComputeQuotasPaginatorBase):
|
|
749
|
+
"""
|
|
750
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListComputeQuotas.html#SageMaker.Paginator.ListComputeQuotas)
|
|
751
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcomputequotaspaginator)
|
|
752
|
+
"""
|
|
753
|
+
def paginate( # type: ignore[override]
|
|
754
|
+
self, **kwargs: Unpack[ListComputeQuotasRequestPaginateTypeDef]
|
|
755
|
+
) -> PageIterator[ListComputeQuotasResponseTypeDef]:
|
|
756
|
+
"""
|
|
757
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListComputeQuotas.html#SageMaker.Paginator.ListComputeQuotas.paginate)
|
|
758
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcomputequotaspaginator)
|
|
759
|
+
"""
|
|
760
|
+
|
|
761
|
+
if TYPE_CHECKING:
|
|
762
|
+
_ListContextsPaginatorBase = Paginator[ListContextsResponseTypeDef]
|
|
763
|
+
else:
|
|
764
|
+
_ListContextsPaginatorBase = Paginator # type: ignore[assignment]
|
|
765
|
+
|
|
766
|
+
class ListContextsPaginator(_ListContextsPaginatorBase):
|
|
588
767
|
"""
|
|
589
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListContexts)
|
|
768
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListContexts.html#SageMaker.Paginator.ListContexts)
|
|
590
769
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcontextspaginator)
|
|
591
770
|
"""
|
|
592
|
-
def paginate(
|
|
593
|
-
self, **kwargs: Unpack[
|
|
594
|
-
) ->
|
|
771
|
+
def paginate( # type: ignore[override]
|
|
772
|
+
self, **kwargs: Unpack[ListContextsRequestPaginateTypeDef]
|
|
773
|
+
) -> PageIterator[ListContextsResponseTypeDef]:
|
|
595
774
|
"""
|
|
596
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListContexts.paginate)
|
|
775
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListContexts.html#SageMaker.Paginator.ListContexts.paginate)
|
|
597
776
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcontextspaginator)
|
|
598
777
|
"""
|
|
599
778
|
|
|
600
|
-
|
|
779
|
+
if TYPE_CHECKING:
|
|
780
|
+
_ListDataQualityJobDefinitionsPaginatorBase = Paginator[
|
|
781
|
+
ListDataQualityJobDefinitionsResponseTypeDef
|
|
782
|
+
]
|
|
783
|
+
else:
|
|
784
|
+
_ListDataQualityJobDefinitionsPaginatorBase = Paginator # type: ignore[assignment]
|
|
785
|
+
|
|
786
|
+
class ListDataQualityJobDefinitionsPaginator(_ListDataQualityJobDefinitionsPaginatorBase):
|
|
601
787
|
"""
|
|
602
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDataQualityJobDefinitions)
|
|
788
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListDataQualityJobDefinitions.html#SageMaker.Paginator.ListDataQualityJobDefinitions)
|
|
603
789
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listdataqualityjobdefinitionspaginator)
|
|
604
790
|
"""
|
|
605
|
-
def paginate(
|
|
606
|
-
self,
|
|
607
|
-
|
|
608
|
-
ListDataQualityJobDefinitionsRequestListDataQualityJobDefinitionsPaginateTypeDef
|
|
609
|
-
],
|
|
610
|
-
) -> _PageIterator[ListDataQualityJobDefinitionsResponseTypeDef]:
|
|
791
|
+
def paginate( # type: ignore[override]
|
|
792
|
+
self, **kwargs: Unpack[ListDataQualityJobDefinitionsRequestPaginateTypeDef]
|
|
793
|
+
) -> PageIterator[ListDataQualityJobDefinitionsResponseTypeDef]:
|
|
611
794
|
"""
|
|
612
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDataQualityJobDefinitions.paginate)
|
|
795
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListDataQualityJobDefinitions.html#SageMaker.Paginator.ListDataQualityJobDefinitions.paginate)
|
|
613
796
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listdataqualityjobdefinitionspaginator)
|
|
614
797
|
"""
|
|
615
798
|
|
|
616
|
-
|
|
799
|
+
if TYPE_CHECKING:
|
|
800
|
+
_ListDeviceFleetsPaginatorBase = Paginator[ListDeviceFleetsResponseTypeDef]
|
|
801
|
+
else:
|
|
802
|
+
_ListDeviceFleetsPaginatorBase = Paginator # type: ignore[assignment]
|
|
803
|
+
|
|
804
|
+
class ListDeviceFleetsPaginator(_ListDeviceFleetsPaginatorBase):
|
|
617
805
|
"""
|
|
618
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDeviceFleets)
|
|
806
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListDeviceFleets.html#SageMaker.Paginator.ListDeviceFleets)
|
|
619
807
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listdevicefleetspaginator)
|
|
620
808
|
"""
|
|
621
|
-
def paginate(
|
|
622
|
-
self, **kwargs: Unpack[
|
|
623
|
-
) ->
|
|
809
|
+
def paginate( # type: ignore[override]
|
|
810
|
+
self, **kwargs: Unpack[ListDeviceFleetsRequestPaginateTypeDef]
|
|
811
|
+
) -> PageIterator[ListDeviceFleetsResponseTypeDef]:
|
|
624
812
|
"""
|
|
625
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDeviceFleets.paginate)
|
|
813
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListDeviceFleets.html#SageMaker.Paginator.ListDeviceFleets.paginate)
|
|
626
814
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listdevicefleetspaginator)
|
|
627
815
|
"""
|
|
628
816
|
|
|
629
|
-
|
|
817
|
+
if TYPE_CHECKING:
|
|
818
|
+
_ListDevicesPaginatorBase = Paginator[ListDevicesResponseTypeDef]
|
|
819
|
+
else:
|
|
820
|
+
_ListDevicesPaginatorBase = Paginator # type: ignore[assignment]
|
|
821
|
+
|
|
822
|
+
class ListDevicesPaginator(_ListDevicesPaginatorBase):
|
|
630
823
|
"""
|
|
631
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDevices)
|
|
824
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListDevices.html#SageMaker.Paginator.ListDevices)
|
|
632
825
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listdevicespaginator)
|
|
633
826
|
"""
|
|
634
|
-
def paginate(
|
|
635
|
-
self, **kwargs: Unpack[
|
|
636
|
-
) ->
|
|
827
|
+
def paginate( # type: ignore[override]
|
|
828
|
+
self, **kwargs: Unpack[ListDevicesRequestPaginateTypeDef]
|
|
829
|
+
) -> PageIterator[ListDevicesResponseTypeDef]:
|
|
637
830
|
"""
|
|
638
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDevices.paginate)
|
|
831
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListDevices.html#SageMaker.Paginator.ListDevices.paginate)
|
|
639
832
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listdevicespaginator)
|
|
640
833
|
"""
|
|
641
834
|
|
|
642
|
-
|
|
835
|
+
if TYPE_CHECKING:
|
|
836
|
+
_ListDomainsPaginatorBase = Paginator[ListDomainsResponseTypeDef]
|
|
837
|
+
else:
|
|
838
|
+
_ListDomainsPaginatorBase = Paginator # type: ignore[assignment]
|
|
839
|
+
|
|
840
|
+
class ListDomainsPaginator(_ListDomainsPaginatorBase):
|
|
643
841
|
"""
|
|
644
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDomains)
|
|
842
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListDomains.html#SageMaker.Paginator.ListDomains)
|
|
645
843
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listdomainspaginator)
|
|
646
844
|
"""
|
|
647
|
-
def paginate(
|
|
648
|
-
self, **kwargs: Unpack[
|
|
649
|
-
) ->
|
|
845
|
+
def paginate( # type: ignore[override]
|
|
846
|
+
self, **kwargs: Unpack[ListDomainsRequestPaginateTypeDef]
|
|
847
|
+
) -> PageIterator[ListDomainsResponseTypeDef]:
|
|
650
848
|
"""
|
|
651
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDomains.paginate)
|
|
849
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListDomains.html#SageMaker.Paginator.ListDomains.paginate)
|
|
652
850
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listdomainspaginator)
|
|
653
851
|
"""
|
|
654
852
|
|
|
655
|
-
|
|
853
|
+
if TYPE_CHECKING:
|
|
854
|
+
_ListEdgeDeploymentPlansPaginatorBase = Paginator[ListEdgeDeploymentPlansResponseTypeDef]
|
|
855
|
+
else:
|
|
856
|
+
_ListEdgeDeploymentPlansPaginatorBase = Paginator # type: ignore[assignment]
|
|
857
|
+
|
|
858
|
+
class ListEdgeDeploymentPlansPaginator(_ListEdgeDeploymentPlansPaginatorBase):
|
|
656
859
|
"""
|
|
657
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEdgeDeploymentPlans)
|
|
860
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListEdgeDeploymentPlans.html#SageMaker.Paginator.ListEdgeDeploymentPlans)
|
|
658
861
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listedgedeploymentplanspaginator)
|
|
659
862
|
"""
|
|
660
|
-
def paginate(
|
|
661
|
-
self, **kwargs: Unpack[
|
|
662
|
-
) ->
|
|
863
|
+
def paginate( # type: ignore[override]
|
|
864
|
+
self, **kwargs: Unpack[ListEdgeDeploymentPlansRequestPaginateTypeDef]
|
|
865
|
+
) -> PageIterator[ListEdgeDeploymentPlansResponseTypeDef]:
|
|
663
866
|
"""
|
|
664
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEdgeDeploymentPlans.paginate)
|
|
867
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListEdgeDeploymentPlans.html#SageMaker.Paginator.ListEdgeDeploymentPlans.paginate)
|
|
665
868
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listedgedeploymentplanspaginator)
|
|
666
869
|
"""
|
|
667
870
|
|
|
668
|
-
|
|
871
|
+
if TYPE_CHECKING:
|
|
872
|
+
_ListEdgePackagingJobsPaginatorBase = Paginator[ListEdgePackagingJobsResponseTypeDef]
|
|
873
|
+
else:
|
|
874
|
+
_ListEdgePackagingJobsPaginatorBase = Paginator # type: ignore[assignment]
|
|
875
|
+
|
|
876
|
+
class ListEdgePackagingJobsPaginator(_ListEdgePackagingJobsPaginatorBase):
|
|
669
877
|
"""
|
|
670
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEdgePackagingJobs)
|
|
878
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListEdgePackagingJobs.html#SageMaker.Paginator.ListEdgePackagingJobs)
|
|
671
879
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listedgepackagingjobspaginator)
|
|
672
880
|
"""
|
|
673
|
-
def paginate(
|
|
674
|
-
self, **kwargs: Unpack[
|
|
675
|
-
) ->
|
|
881
|
+
def paginate( # type: ignore[override]
|
|
882
|
+
self, **kwargs: Unpack[ListEdgePackagingJobsRequestPaginateTypeDef]
|
|
883
|
+
) -> PageIterator[ListEdgePackagingJobsResponseTypeDef]:
|
|
676
884
|
"""
|
|
677
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEdgePackagingJobs.paginate)
|
|
885
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListEdgePackagingJobs.html#SageMaker.Paginator.ListEdgePackagingJobs.paginate)
|
|
678
886
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listedgepackagingjobspaginator)
|
|
679
887
|
"""
|
|
680
888
|
|
|
681
|
-
|
|
889
|
+
if TYPE_CHECKING:
|
|
890
|
+
_ListEndpointConfigsPaginatorBase = Paginator[ListEndpointConfigsOutputTypeDef]
|
|
891
|
+
else:
|
|
892
|
+
_ListEndpointConfigsPaginatorBase = Paginator # type: ignore[assignment]
|
|
893
|
+
|
|
894
|
+
class ListEndpointConfigsPaginator(_ListEndpointConfigsPaginatorBase):
|
|
682
895
|
"""
|
|
683
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEndpointConfigs)
|
|
896
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListEndpointConfigs.html#SageMaker.Paginator.ListEndpointConfigs)
|
|
684
897
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listendpointconfigspaginator)
|
|
685
898
|
"""
|
|
686
|
-
def paginate(
|
|
687
|
-
self, **kwargs: Unpack[
|
|
688
|
-
) ->
|
|
899
|
+
def paginate( # type: ignore[override]
|
|
900
|
+
self, **kwargs: Unpack[ListEndpointConfigsInputPaginateTypeDef]
|
|
901
|
+
) -> PageIterator[ListEndpointConfigsOutputTypeDef]:
|
|
689
902
|
"""
|
|
690
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEndpointConfigs.paginate)
|
|
903
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListEndpointConfigs.html#SageMaker.Paginator.ListEndpointConfigs.paginate)
|
|
691
904
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listendpointconfigspaginator)
|
|
692
905
|
"""
|
|
693
906
|
|
|
694
|
-
|
|
907
|
+
if TYPE_CHECKING:
|
|
908
|
+
_ListEndpointsPaginatorBase = Paginator[ListEndpointsOutputTypeDef]
|
|
909
|
+
else:
|
|
910
|
+
_ListEndpointsPaginatorBase = Paginator # type: ignore[assignment]
|
|
911
|
+
|
|
912
|
+
class ListEndpointsPaginator(_ListEndpointsPaginatorBase):
|
|
695
913
|
"""
|
|
696
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEndpoints)
|
|
914
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListEndpoints.html#SageMaker.Paginator.ListEndpoints)
|
|
697
915
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listendpointspaginator)
|
|
698
916
|
"""
|
|
699
|
-
def paginate(
|
|
700
|
-
self, **kwargs: Unpack[
|
|
701
|
-
) ->
|
|
917
|
+
def paginate( # type: ignore[override]
|
|
918
|
+
self, **kwargs: Unpack[ListEndpointsInputPaginateTypeDef]
|
|
919
|
+
) -> PageIterator[ListEndpointsOutputTypeDef]:
|
|
702
920
|
"""
|
|
703
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEndpoints.paginate)
|
|
921
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListEndpoints.html#SageMaker.Paginator.ListEndpoints.paginate)
|
|
704
922
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listendpointspaginator)
|
|
705
923
|
"""
|
|
706
924
|
|
|
707
|
-
|
|
925
|
+
if TYPE_CHECKING:
|
|
926
|
+
_ListExperimentsPaginatorBase = Paginator[ListExperimentsResponseTypeDef]
|
|
927
|
+
else:
|
|
928
|
+
_ListExperimentsPaginatorBase = Paginator # type: ignore[assignment]
|
|
929
|
+
|
|
930
|
+
class ListExperimentsPaginator(_ListExperimentsPaginatorBase):
|
|
708
931
|
"""
|
|
709
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListExperiments)
|
|
932
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListExperiments.html#SageMaker.Paginator.ListExperiments)
|
|
710
933
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listexperimentspaginator)
|
|
711
934
|
"""
|
|
712
|
-
def paginate(
|
|
713
|
-
self, **kwargs: Unpack[
|
|
714
|
-
) ->
|
|
935
|
+
def paginate( # type: ignore[override]
|
|
936
|
+
self, **kwargs: Unpack[ListExperimentsRequestPaginateTypeDef]
|
|
937
|
+
) -> PageIterator[ListExperimentsResponseTypeDef]:
|
|
715
938
|
"""
|
|
716
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListExperiments.paginate)
|
|
939
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListExperiments.html#SageMaker.Paginator.ListExperiments.paginate)
|
|
717
940
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listexperimentspaginator)
|
|
718
941
|
"""
|
|
719
942
|
|
|
720
|
-
|
|
943
|
+
if TYPE_CHECKING:
|
|
944
|
+
_ListFeatureGroupsPaginatorBase = Paginator[ListFeatureGroupsResponseTypeDef]
|
|
945
|
+
else:
|
|
946
|
+
_ListFeatureGroupsPaginatorBase = Paginator # type: ignore[assignment]
|
|
947
|
+
|
|
948
|
+
class ListFeatureGroupsPaginator(_ListFeatureGroupsPaginatorBase):
|
|
721
949
|
"""
|
|
722
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListFeatureGroups)
|
|
950
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListFeatureGroups.html#SageMaker.Paginator.ListFeatureGroups)
|
|
723
951
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listfeaturegroupspaginator)
|
|
724
952
|
"""
|
|
725
|
-
def paginate(
|
|
726
|
-
self, **kwargs: Unpack[
|
|
727
|
-
) ->
|
|
953
|
+
def paginate( # type: ignore[override]
|
|
954
|
+
self, **kwargs: Unpack[ListFeatureGroupsRequestPaginateTypeDef]
|
|
955
|
+
) -> PageIterator[ListFeatureGroupsResponseTypeDef]:
|
|
728
956
|
"""
|
|
729
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListFeatureGroups.paginate)
|
|
957
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListFeatureGroups.html#SageMaker.Paginator.ListFeatureGroups.paginate)
|
|
730
958
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listfeaturegroupspaginator)
|
|
731
959
|
"""
|
|
732
960
|
|
|
733
|
-
|
|
961
|
+
if TYPE_CHECKING:
|
|
962
|
+
_ListFlowDefinitionsPaginatorBase = Paginator[ListFlowDefinitionsResponseTypeDef]
|
|
963
|
+
else:
|
|
964
|
+
_ListFlowDefinitionsPaginatorBase = Paginator # type: ignore[assignment]
|
|
965
|
+
|
|
966
|
+
class ListFlowDefinitionsPaginator(_ListFlowDefinitionsPaginatorBase):
|
|
734
967
|
"""
|
|
735
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListFlowDefinitions)
|
|
968
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListFlowDefinitions.html#SageMaker.Paginator.ListFlowDefinitions)
|
|
736
969
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listflowdefinitionspaginator)
|
|
737
970
|
"""
|
|
738
|
-
def paginate(
|
|
739
|
-
self, **kwargs: Unpack[
|
|
740
|
-
) ->
|
|
971
|
+
def paginate( # type: ignore[override]
|
|
972
|
+
self, **kwargs: Unpack[ListFlowDefinitionsRequestPaginateTypeDef]
|
|
973
|
+
) -> PageIterator[ListFlowDefinitionsResponseTypeDef]:
|
|
741
974
|
"""
|
|
742
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListFlowDefinitions.paginate)
|
|
975
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListFlowDefinitions.html#SageMaker.Paginator.ListFlowDefinitions.paginate)
|
|
743
976
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listflowdefinitionspaginator)
|
|
744
977
|
"""
|
|
745
978
|
|
|
746
|
-
|
|
979
|
+
if TYPE_CHECKING:
|
|
980
|
+
_ListHumanTaskUisPaginatorBase = Paginator[ListHumanTaskUisResponseTypeDef]
|
|
981
|
+
else:
|
|
982
|
+
_ListHumanTaskUisPaginatorBase = Paginator # type: ignore[assignment]
|
|
983
|
+
|
|
984
|
+
class ListHumanTaskUisPaginator(_ListHumanTaskUisPaginatorBase):
|
|
747
985
|
"""
|
|
748
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListHumanTaskUis)
|
|
986
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListHumanTaskUis.html#SageMaker.Paginator.ListHumanTaskUis)
|
|
749
987
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listhumantaskuispaginator)
|
|
750
988
|
"""
|
|
751
|
-
def paginate(
|
|
752
|
-
self, **kwargs: Unpack[
|
|
753
|
-
) ->
|
|
989
|
+
def paginate( # type: ignore[override]
|
|
990
|
+
self, **kwargs: Unpack[ListHumanTaskUisRequestPaginateTypeDef]
|
|
991
|
+
) -> PageIterator[ListHumanTaskUisResponseTypeDef]:
|
|
754
992
|
"""
|
|
755
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListHumanTaskUis.paginate)
|
|
993
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListHumanTaskUis.html#SageMaker.Paginator.ListHumanTaskUis.paginate)
|
|
756
994
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listhumantaskuispaginator)
|
|
757
995
|
"""
|
|
758
996
|
|
|
759
|
-
|
|
997
|
+
if TYPE_CHECKING:
|
|
998
|
+
_ListHyperParameterTuningJobsPaginatorBase = Paginator[
|
|
999
|
+
ListHyperParameterTuningJobsResponseTypeDef
|
|
1000
|
+
]
|
|
1001
|
+
else:
|
|
1002
|
+
_ListHyperParameterTuningJobsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1003
|
+
|
|
1004
|
+
class ListHyperParameterTuningJobsPaginator(_ListHyperParameterTuningJobsPaginatorBase):
|
|
760
1005
|
"""
|
|
761
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListHyperParameterTuningJobs)
|
|
1006
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListHyperParameterTuningJobs.html#SageMaker.Paginator.ListHyperParameterTuningJobs)
|
|
762
1007
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listhyperparametertuningjobspaginator)
|
|
763
1008
|
"""
|
|
764
|
-
def paginate(
|
|
765
|
-
self,
|
|
766
|
-
|
|
767
|
-
ListHyperParameterTuningJobsRequestListHyperParameterTuningJobsPaginateTypeDef
|
|
768
|
-
],
|
|
769
|
-
) -> _PageIterator[ListHyperParameterTuningJobsResponseTypeDef]:
|
|
1009
|
+
def paginate( # type: ignore[override]
|
|
1010
|
+
self, **kwargs: Unpack[ListHyperParameterTuningJobsRequestPaginateTypeDef]
|
|
1011
|
+
) -> PageIterator[ListHyperParameterTuningJobsResponseTypeDef]:
|
|
770
1012
|
"""
|
|
771
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListHyperParameterTuningJobs.paginate)
|
|
1013
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListHyperParameterTuningJobs.html#SageMaker.Paginator.ListHyperParameterTuningJobs.paginate)
|
|
772
1014
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listhyperparametertuningjobspaginator)
|
|
773
1015
|
"""
|
|
774
1016
|
|
|
775
|
-
|
|
1017
|
+
if TYPE_CHECKING:
|
|
1018
|
+
_ListImageVersionsPaginatorBase = Paginator[ListImageVersionsResponseTypeDef]
|
|
1019
|
+
else:
|
|
1020
|
+
_ListImageVersionsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1021
|
+
|
|
1022
|
+
class ListImageVersionsPaginator(_ListImageVersionsPaginatorBase):
|
|
776
1023
|
"""
|
|
777
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListImageVersions)
|
|
1024
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListImageVersions.html#SageMaker.Paginator.ListImageVersions)
|
|
778
1025
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listimageversionspaginator)
|
|
779
1026
|
"""
|
|
780
|
-
def paginate(
|
|
781
|
-
self, **kwargs: Unpack[
|
|
782
|
-
) ->
|
|
1027
|
+
def paginate( # type: ignore[override]
|
|
1028
|
+
self, **kwargs: Unpack[ListImageVersionsRequestPaginateTypeDef]
|
|
1029
|
+
) -> PageIterator[ListImageVersionsResponseTypeDef]:
|
|
783
1030
|
"""
|
|
784
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListImageVersions.paginate)
|
|
1031
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListImageVersions.html#SageMaker.Paginator.ListImageVersions.paginate)
|
|
785
1032
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listimageversionspaginator)
|
|
786
1033
|
"""
|
|
787
1034
|
|
|
788
|
-
|
|
1035
|
+
if TYPE_CHECKING:
|
|
1036
|
+
_ListImagesPaginatorBase = Paginator[ListImagesResponseTypeDef]
|
|
1037
|
+
else:
|
|
1038
|
+
_ListImagesPaginatorBase = Paginator # type: ignore[assignment]
|
|
1039
|
+
|
|
1040
|
+
class ListImagesPaginator(_ListImagesPaginatorBase):
|
|
789
1041
|
"""
|
|
790
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListImages)
|
|
1042
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListImages.html#SageMaker.Paginator.ListImages)
|
|
791
1043
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listimagespaginator)
|
|
792
1044
|
"""
|
|
793
|
-
def paginate(
|
|
794
|
-
self, **kwargs: Unpack[
|
|
795
|
-
) ->
|
|
1045
|
+
def paginate( # type: ignore[override]
|
|
1046
|
+
self, **kwargs: Unpack[ListImagesRequestPaginateTypeDef]
|
|
1047
|
+
) -> PageIterator[ListImagesResponseTypeDef]:
|
|
796
1048
|
"""
|
|
797
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListImages.paginate)
|
|
1049
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListImages.html#SageMaker.Paginator.ListImages.paginate)
|
|
798
1050
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listimagespaginator)
|
|
799
1051
|
"""
|
|
800
1052
|
|
|
801
|
-
|
|
1053
|
+
if TYPE_CHECKING:
|
|
1054
|
+
_ListInferenceComponentsPaginatorBase = Paginator[ListInferenceComponentsOutputTypeDef]
|
|
1055
|
+
else:
|
|
1056
|
+
_ListInferenceComponentsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1057
|
+
|
|
1058
|
+
class ListInferenceComponentsPaginator(_ListInferenceComponentsPaginatorBase):
|
|
802
1059
|
"""
|
|
803
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceComponents)
|
|
1060
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListInferenceComponents.html#SageMaker.Paginator.ListInferenceComponents)
|
|
804
1061
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listinferencecomponentspaginator)
|
|
805
1062
|
"""
|
|
806
|
-
def paginate(
|
|
807
|
-
self, **kwargs: Unpack[
|
|
808
|
-
) ->
|
|
1063
|
+
def paginate( # type: ignore[override]
|
|
1064
|
+
self, **kwargs: Unpack[ListInferenceComponentsInputPaginateTypeDef]
|
|
1065
|
+
) -> PageIterator[ListInferenceComponentsOutputTypeDef]:
|
|
809
1066
|
"""
|
|
810
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceComponents.paginate)
|
|
1067
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListInferenceComponents.html#SageMaker.Paginator.ListInferenceComponents.paginate)
|
|
811
1068
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listinferencecomponentspaginator)
|
|
812
1069
|
"""
|
|
813
1070
|
|
|
814
|
-
|
|
1071
|
+
if TYPE_CHECKING:
|
|
1072
|
+
_ListInferenceExperimentsPaginatorBase = Paginator[ListInferenceExperimentsResponseTypeDef]
|
|
1073
|
+
else:
|
|
1074
|
+
_ListInferenceExperimentsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1075
|
+
|
|
1076
|
+
class ListInferenceExperimentsPaginator(_ListInferenceExperimentsPaginatorBase):
|
|
815
1077
|
"""
|
|
816
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceExperiments)
|
|
1078
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListInferenceExperiments.html#SageMaker.Paginator.ListInferenceExperiments)
|
|
817
1079
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listinferenceexperimentspaginator)
|
|
818
1080
|
"""
|
|
819
|
-
def paginate(
|
|
820
|
-
self,
|
|
821
|
-
|
|
822
|
-
) -> _PageIterator[ListInferenceExperimentsResponseTypeDef]:
|
|
1081
|
+
def paginate( # type: ignore[override]
|
|
1082
|
+
self, **kwargs: Unpack[ListInferenceExperimentsRequestPaginateTypeDef]
|
|
1083
|
+
) -> PageIterator[ListInferenceExperimentsResponseTypeDef]:
|
|
823
1084
|
"""
|
|
824
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceExperiments.paginate)
|
|
1085
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListInferenceExperiments.html#SageMaker.Paginator.ListInferenceExperiments.paginate)
|
|
825
1086
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listinferenceexperimentspaginator)
|
|
826
1087
|
"""
|
|
827
1088
|
|
|
828
|
-
|
|
1089
|
+
if TYPE_CHECKING:
|
|
1090
|
+
_ListInferenceRecommendationsJobStepsPaginatorBase = Paginator[
|
|
1091
|
+
ListInferenceRecommendationsJobStepsResponseTypeDef
|
|
1092
|
+
]
|
|
1093
|
+
else:
|
|
1094
|
+
_ListInferenceRecommendationsJobStepsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1095
|
+
|
|
1096
|
+
class ListInferenceRecommendationsJobStepsPaginator(
|
|
1097
|
+
_ListInferenceRecommendationsJobStepsPaginatorBase
|
|
1098
|
+
):
|
|
829
1099
|
"""
|
|
830
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceRecommendationsJobSteps)
|
|
1100
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListInferenceRecommendationsJobSteps.html#SageMaker.Paginator.ListInferenceRecommendationsJobSteps)
|
|
831
1101
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listinferencerecommendationsjobstepspaginator)
|
|
832
1102
|
"""
|
|
833
|
-
def paginate(
|
|
834
|
-
self,
|
|
835
|
-
|
|
836
|
-
ListInferenceRecommendationsJobStepsRequestListInferenceRecommendationsJobStepsPaginateTypeDef
|
|
837
|
-
],
|
|
838
|
-
) -> _PageIterator[ListInferenceRecommendationsJobStepsResponseTypeDef]:
|
|
1103
|
+
def paginate( # type: ignore[override]
|
|
1104
|
+
self, **kwargs: Unpack[ListInferenceRecommendationsJobStepsRequestPaginateTypeDef]
|
|
1105
|
+
) -> PageIterator[ListInferenceRecommendationsJobStepsResponseTypeDef]:
|
|
839
1106
|
"""
|
|
840
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceRecommendationsJobSteps.paginate)
|
|
1107
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListInferenceRecommendationsJobSteps.html#SageMaker.Paginator.ListInferenceRecommendationsJobSteps.paginate)
|
|
841
1108
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listinferencerecommendationsjobstepspaginator)
|
|
842
1109
|
"""
|
|
843
1110
|
|
|
844
|
-
|
|
1111
|
+
if TYPE_CHECKING:
|
|
1112
|
+
_ListInferenceRecommendationsJobsPaginatorBase = Paginator[
|
|
1113
|
+
ListInferenceRecommendationsJobsResponseTypeDef
|
|
1114
|
+
]
|
|
1115
|
+
else:
|
|
1116
|
+
_ListInferenceRecommendationsJobsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1117
|
+
|
|
1118
|
+
class ListInferenceRecommendationsJobsPaginator(_ListInferenceRecommendationsJobsPaginatorBase):
|
|
845
1119
|
"""
|
|
846
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceRecommendationsJobs)
|
|
1120
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListInferenceRecommendationsJobs.html#SageMaker.Paginator.ListInferenceRecommendationsJobs)
|
|
847
1121
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listinferencerecommendationsjobspaginator)
|
|
848
1122
|
"""
|
|
849
|
-
def paginate(
|
|
850
|
-
self,
|
|
851
|
-
|
|
852
|
-
ListInferenceRecommendationsJobsRequestListInferenceRecommendationsJobsPaginateTypeDef
|
|
853
|
-
],
|
|
854
|
-
) -> _PageIterator[ListInferenceRecommendationsJobsResponseTypeDef]:
|
|
1123
|
+
def paginate( # type: ignore[override]
|
|
1124
|
+
self, **kwargs: Unpack[ListInferenceRecommendationsJobsRequestPaginateTypeDef]
|
|
1125
|
+
) -> PageIterator[ListInferenceRecommendationsJobsResponseTypeDef]:
|
|
855
1126
|
"""
|
|
856
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceRecommendationsJobs.paginate)
|
|
1127
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListInferenceRecommendationsJobs.html#SageMaker.Paginator.ListInferenceRecommendationsJobs.paginate)
|
|
857
1128
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listinferencerecommendationsjobspaginator)
|
|
858
1129
|
"""
|
|
859
1130
|
|
|
860
|
-
|
|
1131
|
+
if TYPE_CHECKING:
|
|
1132
|
+
_ListLabelingJobsForWorkteamPaginatorBase = Paginator[
|
|
1133
|
+
ListLabelingJobsForWorkteamResponseTypeDef
|
|
1134
|
+
]
|
|
1135
|
+
else:
|
|
1136
|
+
_ListLabelingJobsForWorkteamPaginatorBase = Paginator # type: ignore[assignment]
|
|
1137
|
+
|
|
1138
|
+
class ListLabelingJobsForWorkteamPaginator(_ListLabelingJobsForWorkteamPaginatorBase):
|
|
861
1139
|
"""
|
|
862
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.
|
|
863
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#
|
|
1140
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListLabelingJobsForWorkteam.html#SageMaker.Paginator.ListLabelingJobsForWorkteam)
|
|
1141
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlabelingjobsforworkteampaginator)
|
|
864
1142
|
"""
|
|
865
|
-
def paginate(
|
|
866
|
-
self, **kwargs: Unpack[
|
|
867
|
-
) ->
|
|
1143
|
+
def paginate( # type: ignore[override]
|
|
1144
|
+
self, **kwargs: Unpack[ListLabelingJobsForWorkteamRequestPaginateTypeDef]
|
|
1145
|
+
) -> PageIterator[ListLabelingJobsForWorkteamResponseTypeDef]:
|
|
868
1146
|
"""
|
|
869
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.
|
|
870
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#
|
|
1147
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListLabelingJobsForWorkteam.html#SageMaker.Paginator.ListLabelingJobsForWorkteam.paginate)
|
|
1148
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlabelingjobsforworkteampaginator)
|
|
871
1149
|
"""
|
|
872
1150
|
|
|
873
|
-
|
|
1151
|
+
if TYPE_CHECKING:
|
|
1152
|
+
_ListLabelingJobsPaginatorBase = Paginator[ListLabelingJobsResponseTypeDef]
|
|
1153
|
+
else:
|
|
1154
|
+
_ListLabelingJobsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1155
|
+
|
|
1156
|
+
class ListLabelingJobsPaginator(_ListLabelingJobsPaginatorBase):
|
|
874
1157
|
"""
|
|
875
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.
|
|
876
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#
|
|
1158
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListLabelingJobs.html#SageMaker.Paginator.ListLabelingJobs)
|
|
1159
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlabelingjobspaginator)
|
|
877
1160
|
"""
|
|
878
|
-
def paginate(
|
|
879
|
-
self,
|
|
880
|
-
|
|
881
|
-
ListLabelingJobsForWorkteamRequestListLabelingJobsForWorkteamPaginateTypeDef
|
|
882
|
-
],
|
|
883
|
-
) -> _PageIterator[ListLabelingJobsForWorkteamResponseTypeDef]:
|
|
1161
|
+
def paginate( # type: ignore[override]
|
|
1162
|
+
self, **kwargs: Unpack[ListLabelingJobsRequestPaginateTypeDef]
|
|
1163
|
+
) -> PageIterator[ListLabelingJobsResponseTypeDef]:
|
|
884
1164
|
"""
|
|
885
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.
|
|
886
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#
|
|
1165
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListLabelingJobs.html#SageMaker.Paginator.ListLabelingJobs.paginate)
|
|
1166
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlabelingjobspaginator)
|
|
887
1167
|
"""
|
|
888
1168
|
|
|
889
|
-
|
|
1169
|
+
if TYPE_CHECKING:
|
|
1170
|
+
_ListLineageGroupsPaginatorBase = Paginator[ListLineageGroupsResponseTypeDef]
|
|
1171
|
+
else:
|
|
1172
|
+
_ListLineageGroupsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1173
|
+
|
|
1174
|
+
class ListLineageGroupsPaginator(_ListLineageGroupsPaginatorBase):
|
|
890
1175
|
"""
|
|
891
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLineageGroups)
|
|
1176
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListLineageGroups.html#SageMaker.Paginator.ListLineageGroups)
|
|
892
1177
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlineagegroupspaginator)
|
|
893
1178
|
"""
|
|
894
|
-
def paginate(
|
|
895
|
-
self, **kwargs: Unpack[
|
|
896
|
-
) ->
|
|
1179
|
+
def paginate( # type: ignore[override]
|
|
1180
|
+
self, **kwargs: Unpack[ListLineageGroupsRequestPaginateTypeDef]
|
|
1181
|
+
) -> PageIterator[ListLineageGroupsResponseTypeDef]:
|
|
897
1182
|
"""
|
|
898
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLineageGroups.paginate)
|
|
1183
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListLineageGroups.html#SageMaker.Paginator.ListLineageGroups.paginate)
|
|
899
1184
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlineagegroupspaginator)
|
|
900
1185
|
"""
|
|
901
1186
|
|
|
902
|
-
|
|
1187
|
+
if TYPE_CHECKING:
|
|
1188
|
+
_ListMlflowTrackingServersPaginatorBase = Paginator[ListMlflowTrackingServersResponseTypeDef]
|
|
1189
|
+
else:
|
|
1190
|
+
_ListMlflowTrackingServersPaginatorBase = Paginator # type: ignore[assignment]
|
|
1191
|
+
|
|
1192
|
+
class ListMlflowTrackingServersPaginator(_ListMlflowTrackingServersPaginatorBase):
|
|
903
1193
|
"""
|
|
904
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMlflowTrackingServers)
|
|
1194
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListMlflowTrackingServers.html#SageMaker.Paginator.ListMlflowTrackingServers)
|
|
905
1195
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmlflowtrackingserverspaginator)
|
|
906
1196
|
"""
|
|
907
|
-
def paginate(
|
|
908
|
-
self,
|
|
909
|
-
|
|
910
|
-
) -> _PageIterator[ListMlflowTrackingServersResponseTypeDef]:
|
|
1197
|
+
def paginate( # type: ignore[override]
|
|
1198
|
+
self, **kwargs: Unpack[ListMlflowTrackingServersRequestPaginateTypeDef]
|
|
1199
|
+
) -> PageIterator[ListMlflowTrackingServersResponseTypeDef]:
|
|
911
1200
|
"""
|
|
912
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMlflowTrackingServers.paginate)
|
|
1201
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListMlflowTrackingServers.html#SageMaker.Paginator.ListMlflowTrackingServers.paginate)
|
|
913
1202
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmlflowtrackingserverspaginator)
|
|
914
1203
|
"""
|
|
915
1204
|
|
|
916
|
-
|
|
1205
|
+
if TYPE_CHECKING:
|
|
1206
|
+
_ListModelBiasJobDefinitionsPaginatorBase = Paginator[
|
|
1207
|
+
ListModelBiasJobDefinitionsResponseTypeDef
|
|
1208
|
+
]
|
|
1209
|
+
else:
|
|
1210
|
+
_ListModelBiasJobDefinitionsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1211
|
+
|
|
1212
|
+
class ListModelBiasJobDefinitionsPaginator(_ListModelBiasJobDefinitionsPaginatorBase):
|
|
917
1213
|
"""
|
|
918
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelBiasJobDefinitions)
|
|
1214
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelBiasJobDefinitions.html#SageMaker.Paginator.ListModelBiasJobDefinitions)
|
|
919
1215
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelbiasjobdefinitionspaginator)
|
|
920
1216
|
"""
|
|
921
|
-
def paginate(
|
|
922
|
-
self,
|
|
923
|
-
|
|
924
|
-
ListModelBiasJobDefinitionsRequestListModelBiasJobDefinitionsPaginateTypeDef
|
|
925
|
-
],
|
|
926
|
-
) -> _PageIterator[ListModelBiasJobDefinitionsResponseTypeDef]:
|
|
1217
|
+
def paginate( # type: ignore[override]
|
|
1218
|
+
self, **kwargs: Unpack[ListModelBiasJobDefinitionsRequestPaginateTypeDef]
|
|
1219
|
+
) -> PageIterator[ListModelBiasJobDefinitionsResponseTypeDef]:
|
|
927
1220
|
"""
|
|
928
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelBiasJobDefinitions.paginate)
|
|
1221
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelBiasJobDefinitions.html#SageMaker.Paginator.ListModelBiasJobDefinitions.paginate)
|
|
929
1222
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelbiasjobdefinitionspaginator)
|
|
930
1223
|
"""
|
|
931
1224
|
|
|
932
|
-
|
|
1225
|
+
if TYPE_CHECKING:
|
|
1226
|
+
_ListModelCardExportJobsPaginatorBase = Paginator[ListModelCardExportJobsResponseTypeDef]
|
|
1227
|
+
else:
|
|
1228
|
+
_ListModelCardExportJobsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1229
|
+
|
|
1230
|
+
class ListModelCardExportJobsPaginator(_ListModelCardExportJobsPaginatorBase):
|
|
933
1231
|
"""
|
|
934
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelCardExportJobs)
|
|
1232
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelCardExportJobs.html#SageMaker.Paginator.ListModelCardExportJobs)
|
|
935
1233
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelcardexportjobspaginator)
|
|
936
1234
|
"""
|
|
937
|
-
def paginate(
|
|
938
|
-
self, **kwargs: Unpack[
|
|
939
|
-
) ->
|
|
1235
|
+
def paginate( # type: ignore[override]
|
|
1236
|
+
self, **kwargs: Unpack[ListModelCardExportJobsRequestPaginateTypeDef]
|
|
1237
|
+
) -> PageIterator[ListModelCardExportJobsResponseTypeDef]:
|
|
940
1238
|
"""
|
|
941
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelCardExportJobs.paginate)
|
|
1239
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelCardExportJobs.html#SageMaker.Paginator.ListModelCardExportJobs.paginate)
|
|
942
1240
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelcardexportjobspaginator)
|
|
943
1241
|
"""
|
|
944
1242
|
|
|
945
|
-
|
|
1243
|
+
if TYPE_CHECKING:
|
|
1244
|
+
_ListModelCardVersionsPaginatorBase = Paginator[ListModelCardVersionsResponseTypeDef]
|
|
1245
|
+
else:
|
|
1246
|
+
_ListModelCardVersionsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1247
|
+
|
|
1248
|
+
class ListModelCardVersionsPaginator(_ListModelCardVersionsPaginatorBase):
|
|
946
1249
|
"""
|
|
947
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelCardVersions)
|
|
1250
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelCardVersions.html#SageMaker.Paginator.ListModelCardVersions)
|
|
948
1251
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelcardversionspaginator)
|
|
949
1252
|
"""
|
|
950
|
-
def paginate(
|
|
951
|
-
self, **kwargs: Unpack[
|
|
952
|
-
) ->
|
|
1253
|
+
def paginate( # type: ignore[override]
|
|
1254
|
+
self, **kwargs: Unpack[ListModelCardVersionsRequestPaginateTypeDef]
|
|
1255
|
+
) -> PageIterator[ListModelCardVersionsResponseTypeDef]:
|
|
953
1256
|
"""
|
|
954
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelCardVersions.paginate)
|
|
1257
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelCardVersions.html#SageMaker.Paginator.ListModelCardVersions.paginate)
|
|
955
1258
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelcardversionspaginator)
|
|
956
1259
|
"""
|
|
957
1260
|
|
|
958
|
-
|
|
1261
|
+
if TYPE_CHECKING:
|
|
1262
|
+
_ListModelCardsPaginatorBase = Paginator[ListModelCardsResponseTypeDef]
|
|
1263
|
+
else:
|
|
1264
|
+
_ListModelCardsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1265
|
+
|
|
1266
|
+
class ListModelCardsPaginator(_ListModelCardsPaginatorBase):
|
|
959
1267
|
"""
|
|
960
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelCards)
|
|
1268
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelCards.html#SageMaker.Paginator.ListModelCards)
|
|
961
1269
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelcardspaginator)
|
|
962
1270
|
"""
|
|
963
|
-
def paginate(
|
|
964
|
-
self, **kwargs: Unpack[
|
|
965
|
-
) ->
|
|
1271
|
+
def paginate( # type: ignore[override]
|
|
1272
|
+
self, **kwargs: Unpack[ListModelCardsRequestPaginateTypeDef]
|
|
1273
|
+
) -> PageIterator[ListModelCardsResponseTypeDef]:
|
|
966
1274
|
"""
|
|
967
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelCards.paginate)
|
|
1275
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelCards.html#SageMaker.Paginator.ListModelCards.paginate)
|
|
968
1276
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelcardspaginator)
|
|
969
1277
|
"""
|
|
970
1278
|
|
|
971
|
-
|
|
1279
|
+
if TYPE_CHECKING:
|
|
1280
|
+
_ListModelExplainabilityJobDefinitionsPaginatorBase = Paginator[
|
|
1281
|
+
ListModelExplainabilityJobDefinitionsResponseTypeDef
|
|
1282
|
+
]
|
|
1283
|
+
else:
|
|
1284
|
+
_ListModelExplainabilityJobDefinitionsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1285
|
+
|
|
1286
|
+
class ListModelExplainabilityJobDefinitionsPaginator(
|
|
1287
|
+
_ListModelExplainabilityJobDefinitionsPaginatorBase
|
|
1288
|
+
):
|
|
972
1289
|
"""
|
|
973
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelExplainabilityJobDefinitions)
|
|
1290
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelExplainabilityJobDefinitions.html#SageMaker.Paginator.ListModelExplainabilityJobDefinitions)
|
|
974
1291
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelexplainabilityjobdefinitionspaginator)
|
|
975
1292
|
"""
|
|
976
|
-
def paginate(
|
|
977
|
-
self,
|
|
978
|
-
|
|
979
|
-
ListModelExplainabilityJobDefinitionsRequestListModelExplainabilityJobDefinitionsPaginateTypeDef
|
|
980
|
-
],
|
|
981
|
-
) -> _PageIterator[ListModelExplainabilityJobDefinitionsResponseTypeDef]:
|
|
1293
|
+
def paginate( # type: ignore[override]
|
|
1294
|
+
self, **kwargs: Unpack[ListModelExplainabilityJobDefinitionsRequestPaginateTypeDef]
|
|
1295
|
+
) -> PageIterator[ListModelExplainabilityJobDefinitionsResponseTypeDef]:
|
|
982
1296
|
"""
|
|
983
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelExplainabilityJobDefinitions.paginate)
|
|
1297
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelExplainabilityJobDefinitions.html#SageMaker.Paginator.ListModelExplainabilityJobDefinitions.paginate)
|
|
984
1298
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelexplainabilityjobdefinitionspaginator)
|
|
985
1299
|
"""
|
|
986
1300
|
|
|
987
|
-
|
|
1301
|
+
if TYPE_CHECKING:
|
|
1302
|
+
_ListModelMetadataPaginatorBase = Paginator[ListModelMetadataResponseTypeDef]
|
|
1303
|
+
else:
|
|
1304
|
+
_ListModelMetadataPaginatorBase = Paginator # type: ignore[assignment]
|
|
1305
|
+
|
|
1306
|
+
class ListModelMetadataPaginator(_ListModelMetadataPaginatorBase):
|
|
988
1307
|
"""
|
|
989
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelMetadata)
|
|
1308
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelMetadata.html#SageMaker.Paginator.ListModelMetadata)
|
|
990
1309
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelmetadatapaginator)
|
|
991
1310
|
"""
|
|
992
|
-
def paginate(
|
|
993
|
-
self, **kwargs: Unpack[
|
|
994
|
-
) ->
|
|
1311
|
+
def paginate( # type: ignore[override]
|
|
1312
|
+
self, **kwargs: Unpack[ListModelMetadataRequestPaginateTypeDef]
|
|
1313
|
+
) -> PageIterator[ListModelMetadataResponseTypeDef]:
|
|
995
1314
|
"""
|
|
996
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelMetadata.paginate)
|
|
1315
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelMetadata.html#SageMaker.Paginator.ListModelMetadata.paginate)
|
|
997
1316
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelmetadatapaginator)
|
|
998
1317
|
"""
|
|
999
1318
|
|
|
1000
|
-
|
|
1319
|
+
if TYPE_CHECKING:
|
|
1320
|
+
_ListModelPackageGroupsPaginatorBase = Paginator[ListModelPackageGroupsOutputTypeDef]
|
|
1321
|
+
else:
|
|
1322
|
+
_ListModelPackageGroupsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1323
|
+
|
|
1324
|
+
class ListModelPackageGroupsPaginator(_ListModelPackageGroupsPaginatorBase):
|
|
1001
1325
|
"""
|
|
1002
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelPackageGroups)
|
|
1326
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelPackageGroups.html#SageMaker.Paginator.ListModelPackageGroups)
|
|
1003
1327
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelpackagegroupspaginator)
|
|
1004
1328
|
"""
|
|
1005
|
-
def paginate(
|
|
1006
|
-
self, **kwargs: Unpack[
|
|
1007
|
-
) ->
|
|
1329
|
+
def paginate( # type: ignore[override]
|
|
1330
|
+
self, **kwargs: Unpack[ListModelPackageGroupsInputPaginateTypeDef]
|
|
1331
|
+
) -> PageIterator[ListModelPackageGroupsOutputTypeDef]:
|
|
1008
1332
|
"""
|
|
1009
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelPackageGroups.paginate)
|
|
1333
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelPackageGroups.html#SageMaker.Paginator.ListModelPackageGroups.paginate)
|
|
1010
1334
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelpackagegroupspaginator)
|
|
1011
1335
|
"""
|
|
1012
1336
|
|
|
1013
|
-
|
|
1337
|
+
if TYPE_CHECKING:
|
|
1338
|
+
_ListModelPackagesPaginatorBase = Paginator[ListModelPackagesOutputTypeDef]
|
|
1339
|
+
else:
|
|
1340
|
+
_ListModelPackagesPaginatorBase = Paginator # type: ignore[assignment]
|
|
1341
|
+
|
|
1342
|
+
class ListModelPackagesPaginator(_ListModelPackagesPaginatorBase):
|
|
1014
1343
|
"""
|
|
1015
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelPackages)
|
|
1344
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelPackages.html#SageMaker.Paginator.ListModelPackages)
|
|
1016
1345
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelpackagespaginator)
|
|
1017
1346
|
"""
|
|
1018
|
-
def paginate(
|
|
1019
|
-
self, **kwargs: Unpack[
|
|
1020
|
-
) ->
|
|
1347
|
+
def paginate( # type: ignore[override]
|
|
1348
|
+
self, **kwargs: Unpack[ListModelPackagesInputPaginateTypeDef]
|
|
1349
|
+
) -> PageIterator[ListModelPackagesOutputTypeDef]:
|
|
1021
1350
|
"""
|
|
1022
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelPackages.paginate)
|
|
1351
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelPackages.html#SageMaker.Paginator.ListModelPackages.paginate)
|
|
1023
1352
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelpackagespaginator)
|
|
1024
1353
|
"""
|
|
1025
1354
|
|
|
1026
|
-
|
|
1355
|
+
if TYPE_CHECKING:
|
|
1356
|
+
_ListModelQualityJobDefinitionsPaginatorBase = Paginator[
|
|
1357
|
+
ListModelQualityJobDefinitionsResponseTypeDef
|
|
1358
|
+
]
|
|
1359
|
+
else:
|
|
1360
|
+
_ListModelQualityJobDefinitionsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1361
|
+
|
|
1362
|
+
class ListModelQualityJobDefinitionsPaginator(_ListModelQualityJobDefinitionsPaginatorBase):
|
|
1027
1363
|
"""
|
|
1028
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelQualityJobDefinitions)
|
|
1364
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelQualityJobDefinitions.html#SageMaker.Paginator.ListModelQualityJobDefinitions)
|
|
1029
1365
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelqualityjobdefinitionspaginator)
|
|
1030
1366
|
"""
|
|
1031
|
-
def paginate(
|
|
1032
|
-
self,
|
|
1033
|
-
|
|
1034
|
-
ListModelQualityJobDefinitionsRequestListModelQualityJobDefinitionsPaginateTypeDef
|
|
1035
|
-
],
|
|
1036
|
-
) -> _PageIterator[ListModelQualityJobDefinitionsResponseTypeDef]:
|
|
1367
|
+
def paginate( # type: ignore[override]
|
|
1368
|
+
self, **kwargs: Unpack[ListModelQualityJobDefinitionsRequestPaginateTypeDef]
|
|
1369
|
+
) -> PageIterator[ListModelQualityJobDefinitionsResponseTypeDef]:
|
|
1037
1370
|
"""
|
|
1038
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelQualityJobDefinitions.paginate)
|
|
1371
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelQualityJobDefinitions.html#SageMaker.Paginator.ListModelQualityJobDefinitions.paginate)
|
|
1039
1372
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelqualityjobdefinitionspaginator)
|
|
1040
1373
|
"""
|
|
1041
1374
|
|
|
1042
|
-
|
|
1375
|
+
if TYPE_CHECKING:
|
|
1376
|
+
_ListModelsPaginatorBase = Paginator[ListModelsOutputTypeDef]
|
|
1377
|
+
else:
|
|
1378
|
+
_ListModelsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1379
|
+
|
|
1380
|
+
class ListModelsPaginator(_ListModelsPaginatorBase):
|
|
1043
1381
|
"""
|
|
1044
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModels)
|
|
1382
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModels.html#SageMaker.Paginator.ListModels)
|
|
1045
1383
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelspaginator)
|
|
1046
1384
|
"""
|
|
1047
|
-
def paginate(
|
|
1048
|
-
self, **kwargs: Unpack[
|
|
1049
|
-
) ->
|
|
1385
|
+
def paginate( # type: ignore[override]
|
|
1386
|
+
self, **kwargs: Unpack[ListModelsInputPaginateTypeDef]
|
|
1387
|
+
) -> PageIterator[ListModelsOutputTypeDef]:
|
|
1050
1388
|
"""
|
|
1051
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModels.paginate)
|
|
1389
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModels.html#SageMaker.Paginator.ListModels.paginate)
|
|
1052
1390
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelspaginator)
|
|
1053
1391
|
"""
|
|
1054
1392
|
|
|
1055
|
-
|
|
1393
|
+
if TYPE_CHECKING:
|
|
1394
|
+
_ListMonitoringAlertHistoryPaginatorBase = Paginator[ListMonitoringAlertHistoryResponseTypeDef]
|
|
1395
|
+
else:
|
|
1396
|
+
_ListMonitoringAlertHistoryPaginatorBase = Paginator # type: ignore[assignment]
|
|
1397
|
+
|
|
1398
|
+
class ListMonitoringAlertHistoryPaginator(_ListMonitoringAlertHistoryPaginatorBase):
|
|
1056
1399
|
"""
|
|
1057
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringAlertHistory)
|
|
1400
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListMonitoringAlertHistory.html#SageMaker.Paginator.ListMonitoringAlertHistory)
|
|
1058
1401
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmonitoringalerthistorypaginator)
|
|
1059
1402
|
"""
|
|
1060
|
-
def paginate(
|
|
1061
|
-
self,
|
|
1062
|
-
|
|
1063
|
-
ListMonitoringAlertHistoryRequestListMonitoringAlertHistoryPaginateTypeDef
|
|
1064
|
-
],
|
|
1065
|
-
) -> _PageIterator[ListMonitoringAlertHistoryResponseTypeDef]:
|
|
1403
|
+
def paginate( # type: ignore[override]
|
|
1404
|
+
self, **kwargs: Unpack[ListMonitoringAlertHistoryRequestPaginateTypeDef]
|
|
1405
|
+
) -> PageIterator[ListMonitoringAlertHistoryResponseTypeDef]:
|
|
1066
1406
|
"""
|
|
1067
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringAlertHistory.paginate)
|
|
1407
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListMonitoringAlertHistory.html#SageMaker.Paginator.ListMonitoringAlertHistory.paginate)
|
|
1068
1408
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmonitoringalerthistorypaginator)
|
|
1069
1409
|
"""
|
|
1070
1410
|
|
|
1071
|
-
|
|
1411
|
+
if TYPE_CHECKING:
|
|
1412
|
+
_ListMonitoringAlertsPaginatorBase = Paginator[ListMonitoringAlertsResponseTypeDef]
|
|
1413
|
+
else:
|
|
1414
|
+
_ListMonitoringAlertsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1415
|
+
|
|
1416
|
+
class ListMonitoringAlertsPaginator(_ListMonitoringAlertsPaginatorBase):
|
|
1072
1417
|
"""
|
|
1073
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringAlerts)
|
|
1418
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListMonitoringAlerts.html#SageMaker.Paginator.ListMonitoringAlerts)
|
|
1074
1419
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmonitoringalertspaginator)
|
|
1075
1420
|
"""
|
|
1076
|
-
def paginate(
|
|
1077
|
-
self, **kwargs: Unpack[
|
|
1078
|
-
) ->
|
|
1421
|
+
def paginate( # type: ignore[override]
|
|
1422
|
+
self, **kwargs: Unpack[ListMonitoringAlertsRequestPaginateTypeDef]
|
|
1423
|
+
) -> PageIterator[ListMonitoringAlertsResponseTypeDef]:
|
|
1079
1424
|
"""
|
|
1080
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringAlerts.paginate)
|
|
1425
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListMonitoringAlerts.html#SageMaker.Paginator.ListMonitoringAlerts.paginate)
|
|
1081
1426
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmonitoringalertspaginator)
|
|
1082
1427
|
"""
|
|
1083
1428
|
|
|
1084
|
-
|
|
1429
|
+
if TYPE_CHECKING:
|
|
1430
|
+
_ListMonitoringExecutionsPaginatorBase = Paginator[ListMonitoringExecutionsResponseTypeDef]
|
|
1431
|
+
else:
|
|
1432
|
+
_ListMonitoringExecutionsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1433
|
+
|
|
1434
|
+
class ListMonitoringExecutionsPaginator(_ListMonitoringExecutionsPaginatorBase):
|
|
1085
1435
|
"""
|
|
1086
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringExecutions)
|
|
1436
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListMonitoringExecutions.html#SageMaker.Paginator.ListMonitoringExecutions)
|
|
1087
1437
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmonitoringexecutionspaginator)
|
|
1088
1438
|
"""
|
|
1089
|
-
def paginate(
|
|
1090
|
-
self,
|
|
1091
|
-
|
|
1092
|
-
) -> _PageIterator[ListMonitoringExecutionsResponseTypeDef]:
|
|
1439
|
+
def paginate( # type: ignore[override]
|
|
1440
|
+
self, **kwargs: Unpack[ListMonitoringExecutionsRequestPaginateTypeDef]
|
|
1441
|
+
) -> PageIterator[ListMonitoringExecutionsResponseTypeDef]:
|
|
1093
1442
|
"""
|
|
1094
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringExecutions.paginate)
|
|
1443
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListMonitoringExecutions.html#SageMaker.Paginator.ListMonitoringExecutions.paginate)
|
|
1095
1444
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmonitoringexecutionspaginator)
|
|
1096
1445
|
"""
|
|
1097
1446
|
|
|
1098
|
-
|
|
1447
|
+
if TYPE_CHECKING:
|
|
1448
|
+
_ListMonitoringSchedulesPaginatorBase = Paginator[ListMonitoringSchedulesResponseTypeDef]
|
|
1449
|
+
else:
|
|
1450
|
+
_ListMonitoringSchedulesPaginatorBase = Paginator # type: ignore[assignment]
|
|
1451
|
+
|
|
1452
|
+
class ListMonitoringSchedulesPaginator(_ListMonitoringSchedulesPaginatorBase):
|
|
1099
1453
|
"""
|
|
1100
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringSchedules)
|
|
1454
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListMonitoringSchedules.html#SageMaker.Paginator.ListMonitoringSchedules)
|
|
1101
1455
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmonitoringschedulespaginator)
|
|
1102
1456
|
"""
|
|
1103
|
-
def paginate(
|
|
1104
|
-
self, **kwargs: Unpack[
|
|
1105
|
-
) ->
|
|
1457
|
+
def paginate( # type: ignore[override]
|
|
1458
|
+
self, **kwargs: Unpack[ListMonitoringSchedulesRequestPaginateTypeDef]
|
|
1459
|
+
) -> PageIterator[ListMonitoringSchedulesResponseTypeDef]:
|
|
1106
1460
|
"""
|
|
1107
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringSchedules.paginate)
|
|
1461
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListMonitoringSchedules.html#SageMaker.Paginator.ListMonitoringSchedules.paginate)
|
|
1108
1462
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmonitoringschedulespaginator)
|
|
1109
1463
|
"""
|
|
1110
1464
|
|
|
1111
|
-
|
|
1465
|
+
if TYPE_CHECKING:
|
|
1466
|
+
_ListNotebookInstanceLifecycleConfigsPaginatorBase = Paginator[
|
|
1467
|
+
ListNotebookInstanceLifecycleConfigsOutputTypeDef
|
|
1468
|
+
]
|
|
1469
|
+
else:
|
|
1470
|
+
_ListNotebookInstanceLifecycleConfigsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1471
|
+
|
|
1472
|
+
class ListNotebookInstanceLifecycleConfigsPaginator(
|
|
1473
|
+
_ListNotebookInstanceLifecycleConfigsPaginatorBase
|
|
1474
|
+
):
|
|
1112
1475
|
"""
|
|
1113
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListNotebookInstanceLifecycleConfigs)
|
|
1476
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListNotebookInstanceLifecycleConfigs.html#SageMaker.Paginator.ListNotebookInstanceLifecycleConfigs)
|
|
1114
1477
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listnotebookinstancelifecycleconfigspaginator)
|
|
1115
1478
|
"""
|
|
1116
|
-
def paginate(
|
|
1117
|
-
self,
|
|
1118
|
-
|
|
1119
|
-
ListNotebookInstanceLifecycleConfigsInputListNotebookInstanceLifecycleConfigsPaginateTypeDef
|
|
1120
|
-
],
|
|
1121
|
-
) -> _PageIterator[ListNotebookInstanceLifecycleConfigsOutputTypeDef]:
|
|
1479
|
+
def paginate( # type: ignore[override]
|
|
1480
|
+
self, **kwargs: Unpack[ListNotebookInstanceLifecycleConfigsInputPaginateTypeDef]
|
|
1481
|
+
) -> PageIterator[ListNotebookInstanceLifecycleConfigsOutputTypeDef]:
|
|
1122
1482
|
"""
|
|
1123
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListNotebookInstanceLifecycleConfigs.paginate)
|
|
1483
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListNotebookInstanceLifecycleConfigs.html#SageMaker.Paginator.ListNotebookInstanceLifecycleConfigs.paginate)
|
|
1124
1484
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listnotebookinstancelifecycleconfigspaginator)
|
|
1125
1485
|
"""
|
|
1126
1486
|
|
|
1127
|
-
|
|
1487
|
+
if TYPE_CHECKING:
|
|
1488
|
+
_ListNotebookInstancesPaginatorBase = Paginator[ListNotebookInstancesOutputTypeDef]
|
|
1489
|
+
else:
|
|
1490
|
+
_ListNotebookInstancesPaginatorBase = Paginator # type: ignore[assignment]
|
|
1491
|
+
|
|
1492
|
+
class ListNotebookInstancesPaginator(_ListNotebookInstancesPaginatorBase):
|
|
1128
1493
|
"""
|
|
1129
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListNotebookInstances)
|
|
1494
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListNotebookInstances.html#SageMaker.Paginator.ListNotebookInstances)
|
|
1130
1495
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listnotebookinstancespaginator)
|
|
1131
1496
|
"""
|
|
1132
|
-
def paginate(
|
|
1133
|
-
self, **kwargs: Unpack[
|
|
1134
|
-
) ->
|
|
1497
|
+
def paginate( # type: ignore[override]
|
|
1498
|
+
self, **kwargs: Unpack[ListNotebookInstancesInputPaginateTypeDef]
|
|
1499
|
+
) -> PageIterator[ListNotebookInstancesOutputTypeDef]:
|
|
1135
1500
|
"""
|
|
1136
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListNotebookInstances.paginate)
|
|
1501
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListNotebookInstances.html#SageMaker.Paginator.ListNotebookInstances.paginate)
|
|
1137
1502
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listnotebookinstancespaginator)
|
|
1138
1503
|
"""
|
|
1139
1504
|
|
|
1140
|
-
|
|
1505
|
+
if TYPE_CHECKING:
|
|
1506
|
+
_ListOptimizationJobsPaginatorBase = Paginator[ListOptimizationJobsResponseTypeDef]
|
|
1507
|
+
else:
|
|
1508
|
+
_ListOptimizationJobsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1509
|
+
|
|
1510
|
+
class ListOptimizationJobsPaginator(_ListOptimizationJobsPaginatorBase):
|
|
1141
1511
|
"""
|
|
1142
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListOptimizationJobs)
|
|
1512
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListOptimizationJobs.html#SageMaker.Paginator.ListOptimizationJobs)
|
|
1143
1513
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listoptimizationjobspaginator)
|
|
1144
1514
|
"""
|
|
1145
|
-
def paginate(
|
|
1146
|
-
self, **kwargs: Unpack[
|
|
1147
|
-
) ->
|
|
1515
|
+
def paginate( # type: ignore[override]
|
|
1516
|
+
self, **kwargs: Unpack[ListOptimizationJobsRequestPaginateTypeDef]
|
|
1517
|
+
) -> PageIterator[ListOptimizationJobsResponseTypeDef]:
|
|
1148
1518
|
"""
|
|
1149
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListOptimizationJobs.paginate)
|
|
1519
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListOptimizationJobs.html#SageMaker.Paginator.ListOptimizationJobs.paginate)
|
|
1150
1520
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listoptimizationjobspaginator)
|
|
1151
1521
|
"""
|
|
1152
1522
|
|
|
1153
|
-
|
|
1523
|
+
if TYPE_CHECKING:
|
|
1524
|
+
_ListPartnerAppsPaginatorBase = Paginator[ListPartnerAppsResponseTypeDef]
|
|
1525
|
+
else:
|
|
1526
|
+
_ListPartnerAppsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1527
|
+
|
|
1528
|
+
class ListPartnerAppsPaginator(_ListPartnerAppsPaginatorBase):
|
|
1529
|
+
"""
|
|
1530
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListPartnerApps.html#SageMaker.Paginator.ListPartnerApps)
|
|
1531
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpartnerappspaginator)
|
|
1532
|
+
"""
|
|
1533
|
+
def paginate( # type: ignore[override]
|
|
1534
|
+
self, **kwargs: Unpack[ListPartnerAppsRequestPaginateTypeDef]
|
|
1535
|
+
) -> PageIterator[ListPartnerAppsResponseTypeDef]:
|
|
1536
|
+
"""
|
|
1537
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListPartnerApps.html#SageMaker.Paginator.ListPartnerApps.paginate)
|
|
1538
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpartnerappspaginator)
|
|
1539
|
+
"""
|
|
1540
|
+
|
|
1541
|
+
if TYPE_CHECKING:
|
|
1542
|
+
_ListPipelineExecutionStepsPaginatorBase = Paginator[ListPipelineExecutionStepsResponseTypeDef]
|
|
1543
|
+
else:
|
|
1544
|
+
_ListPipelineExecutionStepsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1545
|
+
|
|
1546
|
+
class ListPipelineExecutionStepsPaginator(_ListPipelineExecutionStepsPaginatorBase):
|
|
1154
1547
|
"""
|
|
1155
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelineExecutionSteps)
|
|
1548
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListPipelineExecutionSteps.html#SageMaker.Paginator.ListPipelineExecutionSteps)
|
|
1156
1549
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpipelineexecutionstepspaginator)
|
|
1157
1550
|
"""
|
|
1158
|
-
def paginate(
|
|
1159
|
-
self,
|
|
1160
|
-
|
|
1161
|
-
ListPipelineExecutionStepsRequestListPipelineExecutionStepsPaginateTypeDef
|
|
1162
|
-
],
|
|
1163
|
-
) -> _PageIterator[ListPipelineExecutionStepsResponseTypeDef]:
|
|
1551
|
+
def paginate( # type: ignore[override]
|
|
1552
|
+
self, **kwargs: Unpack[ListPipelineExecutionStepsRequestPaginateTypeDef]
|
|
1553
|
+
) -> PageIterator[ListPipelineExecutionStepsResponseTypeDef]:
|
|
1164
1554
|
"""
|
|
1165
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelineExecutionSteps.paginate)
|
|
1555
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListPipelineExecutionSteps.html#SageMaker.Paginator.ListPipelineExecutionSteps.paginate)
|
|
1166
1556
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpipelineexecutionstepspaginator)
|
|
1167
1557
|
"""
|
|
1168
1558
|
|
|
1169
|
-
|
|
1559
|
+
if TYPE_CHECKING:
|
|
1560
|
+
_ListPipelineExecutionsPaginatorBase = Paginator[ListPipelineExecutionsResponseTypeDef]
|
|
1561
|
+
else:
|
|
1562
|
+
_ListPipelineExecutionsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1563
|
+
|
|
1564
|
+
class ListPipelineExecutionsPaginator(_ListPipelineExecutionsPaginatorBase):
|
|
1170
1565
|
"""
|
|
1171
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelineExecutions)
|
|
1566
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListPipelineExecutions.html#SageMaker.Paginator.ListPipelineExecutions)
|
|
1172
1567
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpipelineexecutionspaginator)
|
|
1173
1568
|
"""
|
|
1174
|
-
def paginate(
|
|
1175
|
-
self, **kwargs: Unpack[
|
|
1176
|
-
) ->
|
|
1569
|
+
def paginate( # type: ignore[override]
|
|
1570
|
+
self, **kwargs: Unpack[ListPipelineExecutionsRequestPaginateTypeDef]
|
|
1571
|
+
) -> PageIterator[ListPipelineExecutionsResponseTypeDef]:
|
|
1177
1572
|
"""
|
|
1178
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelineExecutions.paginate)
|
|
1573
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListPipelineExecutions.html#SageMaker.Paginator.ListPipelineExecutions.paginate)
|
|
1179
1574
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpipelineexecutionspaginator)
|
|
1180
1575
|
"""
|
|
1181
1576
|
|
|
1182
|
-
|
|
1577
|
+
if TYPE_CHECKING:
|
|
1578
|
+
_ListPipelineParametersForExecutionPaginatorBase = Paginator[
|
|
1579
|
+
ListPipelineParametersForExecutionResponseTypeDef
|
|
1580
|
+
]
|
|
1581
|
+
else:
|
|
1582
|
+
_ListPipelineParametersForExecutionPaginatorBase = Paginator # type: ignore[assignment]
|
|
1583
|
+
|
|
1584
|
+
class ListPipelineParametersForExecutionPaginator(_ListPipelineParametersForExecutionPaginatorBase):
|
|
1183
1585
|
"""
|
|
1184
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelineParametersForExecution)
|
|
1586
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListPipelineParametersForExecution.html#SageMaker.Paginator.ListPipelineParametersForExecution)
|
|
1185
1587
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpipelineparametersforexecutionpaginator)
|
|
1186
1588
|
"""
|
|
1187
|
-
def paginate(
|
|
1188
|
-
self,
|
|
1189
|
-
|
|
1190
|
-
ListPipelineParametersForExecutionRequestListPipelineParametersForExecutionPaginateTypeDef
|
|
1191
|
-
],
|
|
1192
|
-
) -> _PageIterator[ListPipelineParametersForExecutionResponseTypeDef]:
|
|
1589
|
+
def paginate( # type: ignore[override]
|
|
1590
|
+
self, **kwargs: Unpack[ListPipelineParametersForExecutionRequestPaginateTypeDef]
|
|
1591
|
+
) -> PageIterator[ListPipelineParametersForExecutionResponseTypeDef]:
|
|
1193
1592
|
"""
|
|
1194
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelineParametersForExecution.paginate)
|
|
1593
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListPipelineParametersForExecution.html#SageMaker.Paginator.ListPipelineParametersForExecution.paginate)
|
|
1195
1594
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpipelineparametersforexecutionpaginator)
|
|
1196
1595
|
"""
|
|
1197
1596
|
|
|
1198
|
-
|
|
1597
|
+
if TYPE_CHECKING:
|
|
1598
|
+
_ListPipelineVersionsPaginatorBase = Paginator[ListPipelineVersionsResponseTypeDef]
|
|
1599
|
+
else:
|
|
1600
|
+
_ListPipelineVersionsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1601
|
+
|
|
1602
|
+
class ListPipelineVersionsPaginator(_ListPipelineVersionsPaginatorBase):
|
|
1603
|
+
"""
|
|
1604
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListPipelineVersions.html#SageMaker.Paginator.ListPipelineVersions)
|
|
1605
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpipelineversionspaginator)
|
|
1199
1606
|
"""
|
|
1200
|
-
|
|
1607
|
+
def paginate( # type: ignore[override]
|
|
1608
|
+
self, **kwargs: Unpack[ListPipelineVersionsRequestPaginateTypeDef]
|
|
1609
|
+
) -> PageIterator[ListPipelineVersionsResponseTypeDef]:
|
|
1610
|
+
"""
|
|
1611
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListPipelineVersions.html#SageMaker.Paginator.ListPipelineVersions.paginate)
|
|
1612
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpipelineversionspaginator)
|
|
1613
|
+
"""
|
|
1614
|
+
|
|
1615
|
+
if TYPE_CHECKING:
|
|
1616
|
+
_ListPipelinesPaginatorBase = Paginator[ListPipelinesResponseTypeDef]
|
|
1617
|
+
else:
|
|
1618
|
+
_ListPipelinesPaginatorBase = Paginator # type: ignore[assignment]
|
|
1619
|
+
|
|
1620
|
+
class ListPipelinesPaginator(_ListPipelinesPaginatorBase):
|
|
1621
|
+
"""
|
|
1622
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListPipelines.html#SageMaker.Paginator.ListPipelines)
|
|
1201
1623
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpipelinespaginator)
|
|
1202
1624
|
"""
|
|
1203
|
-
def paginate(
|
|
1204
|
-
self, **kwargs: Unpack[
|
|
1205
|
-
) ->
|
|
1625
|
+
def paginate( # type: ignore[override]
|
|
1626
|
+
self, **kwargs: Unpack[ListPipelinesRequestPaginateTypeDef]
|
|
1627
|
+
) -> PageIterator[ListPipelinesResponseTypeDef]:
|
|
1206
1628
|
"""
|
|
1207
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelines.paginate)
|
|
1629
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListPipelines.html#SageMaker.Paginator.ListPipelines.paginate)
|
|
1208
1630
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpipelinespaginator)
|
|
1209
1631
|
"""
|
|
1210
1632
|
|
|
1211
|
-
|
|
1633
|
+
if TYPE_CHECKING:
|
|
1634
|
+
_ListProcessingJobsPaginatorBase = Paginator[ListProcessingJobsResponseTypeDef]
|
|
1635
|
+
else:
|
|
1636
|
+
_ListProcessingJobsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1637
|
+
|
|
1638
|
+
class ListProcessingJobsPaginator(_ListProcessingJobsPaginatorBase):
|
|
1212
1639
|
"""
|
|
1213
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListProcessingJobs)
|
|
1640
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListProcessingJobs.html#SageMaker.Paginator.ListProcessingJobs)
|
|
1214
1641
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listprocessingjobspaginator)
|
|
1215
1642
|
"""
|
|
1216
|
-
def paginate(
|
|
1217
|
-
self, **kwargs: Unpack[
|
|
1218
|
-
) ->
|
|
1643
|
+
def paginate( # type: ignore[override]
|
|
1644
|
+
self, **kwargs: Unpack[ListProcessingJobsRequestPaginateTypeDef]
|
|
1645
|
+
) -> PageIterator[ListProcessingJobsResponseTypeDef]:
|
|
1219
1646
|
"""
|
|
1220
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListProcessingJobs.paginate)
|
|
1647
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListProcessingJobs.html#SageMaker.Paginator.ListProcessingJobs.paginate)
|
|
1221
1648
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listprocessingjobspaginator)
|
|
1222
1649
|
"""
|
|
1223
1650
|
|
|
1224
|
-
|
|
1651
|
+
if TYPE_CHECKING:
|
|
1652
|
+
_ListResourceCatalogsPaginatorBase = Paginator[ListResourceCatalogsResponseTypeDef]
|
|
1653
|
+
else:
|
|
1654
|
+
_ListResourceCatalogsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1655
|
+
|
|
1656
|
+
class ListResourceCatalogsPaginator(_ListResourceCatalogsPaginatorBase):
|
|
1225
1657
|
"""
|
|
1226
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListResourceCatalogs)
|
|
1658
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListResourceCatalogs.html#SageMaker.Paginator.ListResourceCatalogs)
|
|
1227
1659
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listresourcecatalogspaginator)
|
|
1228
1660
|
"""
|
|
1229
|
-
def paginate(
|
|
1230
|
-
self, **kwargs: Unpack[
|
|
1231
|
-
) ->
|
|
1661
|
+
def paginate( # type: ignore[override]
|
|
1662
|
+
self, **kwargs: Unpack[ListResourceCatalogsRequestPaginateTypeDef]
|
|
1663
|
+
) -> PageIterator[ListResourceCatalogsResponseTypeDef]:
|
|
1232
1664
|
"""
|
|
1233
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListResourceCatalogs.paginate)
|
|
1665
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListResourceCatalogs.html#SageMaker.Paginator.ListResourceCatalogs.paginate)
|
|
1234
1666
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listresourcecatalogspaginator)
|
|
1235
1667
|
"""
|
|
1236
1668
|
|
|
1237
|
-
|
|
1669
|
+
if TYPE_CHECKING:
|
|
1670
|
+
_ListSpacesPaginatorBase = Paginator[ListSpacesResponseTypeDef]
|
|
1671
|
+
else:
|
|
1672
|
+
_ListSpacesPaginatorBase = Paginator # type: ignore[assignment]
|
|
1673
|
+
|
|
1674
|
+
class ListSpacesPaginator(_ListSpacesPaginatorBase):
|
|
1238
1675
|
"""
|
|
1239
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListSpaces)
|
|
1676
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListSpaces.html#SageMaker.Paginator.ListSpaces)
|
|
1240
1677
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listspacespaginator)
|
|
1241
1678
|
"""
|
|
1242
|
-
def paginate(
|
|
1243
|
-
self, **kwargs: Unpack[
|
|
1244
|
-
) ->
|
|
1679
|
+
def paginate( # type: ignore[override]
|
|
1680
|
+
self, **kwargs: Unpack[ListSpacesRequestPaginateTypeDef]
|
|
1681
|
+
) -> PageIterator[ListSpacesResponseTypeDef]:
|
|
1245
1682
|
"""
|
|
1246
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListSpaces.paginate)
|
|
1683
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListSpaces.html#SageMaker.Paginator.ListSpaces.paginate)
|
|
1247
1684
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listspacespaginator)
|
|
1248
1685
|
"""
|
|
1249
1686
|
|
|
1250
|
-
|
|
1687
|
+
if TYPE_CHECKING:
|
|
1688
|
+
_ListStageDevicesPaginatorBase = Paginator[ListStageDevicesResponseTypeDef]
|
|
1689
|
+
else:
|
|
1690
|
+
_ListStageDevicesPaginatorBase = Paginator # type: ignore[assignment]
|
|
1691
|
+
|
|
1692
|
+
class ListStageDevicesPaginator(_ListStageDevicesPaginatorBase):
|
|
1251
1693
|
"""
|
|
1252
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListStageDevices)
|
|
1694
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListStageDevices.html#SageMaker.Paginator.ListStageDevices)
|
|
1253
1695
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#liststagedevicespaginator)
|
|
1254
1696
|
"""
|
|
1255
|
-
def paginate(
|
|
1256
|
-
self, **kwargs: Unpack[
|
|
1257
|
-
) ->
|
|
1697
|
+
def paginate( # type: ignore[override]
|
|
1698
|
+
self, **kwargs: Unpack[ListStageDevicesRequestPaginateTypeDef]
|
|
1699
|
+
) -> PageIterator[ListStageDevicesResponseTypeDef]:
|
|
1258
1700
|
"""
|
|
1259
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListStageDevices.paginate)
|
|
1701
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListStageDevices.html#SageMaker.Paginator.ListStageDevices.paginate)
|
|
1260
1702
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#liststagedevicespaginator)
|
|
1261
1703
|
"""
|
|
1262
1704
|
|
|
1263
|
-
|
|
1705
|
+
if TYPE_CHECKING:
|
|
1706
|
+
_ListStudioLifecycleConfigsPaginatorBase = Paginator[ListStudioLifecycleConfigsResponseTypeDef]
|
|
1707
|
+
else:
|
|
1708
|
+
_ListStudioLifecycleConfigsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1709
|
+
|
|
1710
|
+
class ListStudioLifecycleConfigsPaginator(_ListStudioLifecycleConfigsPaginatorBase):
|
|
1264
1711
|
"""
|
|
1265
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListStudioLifecycleConfigs)
|
|
1712
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListStudioLifecycleConfigs.html#SageMaker.Paginator.ListStudioLifecycleConfigs)
|
|
1266
1713
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#liststudiolifecycleconfigspaginator)
|
|
1267
1714
|
"""
|
|
1268
|
-
def paginate(
|
|
1269
|
-
self,
|
|
1270
|
-
|
|
1271
|
-
ListStudioLifecycleConfigsRequestListStudioLifecycleConfigsPaginateTypeDef
|
|
1272
|
-
],
|
|
1273
|
-
) -> _PageIterator[ListStudioLifecycleConfigsResponseTypeDef]:
|
|
1715
|
+
def paginate( # type: ignore[override]
|
|
1716
|
+
self, **kwargs: Unpack[ListStudioLifecycleConfigsRequestPaginateTypeDef]
|
|
1717
|
+
) -> PageIterator[ListStudioLifecycleConfigsResponseTypeDef]:
|
|
1274
1718
|
"""
|
|
1275
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListStudioLifecycleConfigs.paginate)
|
|
1719
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListStudioLifecycleConfigs.html#SageMaker.Paginator.ListStudioLifecycleConfigs.paginate)
|
|
1276
1720
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#liststudiolifecycleconfigspaginator)
|
|
1277
1721
|
"""
|
|
1278
1722
|
|
|
1279
|
-
|
|
1723
|
+
if TYPE_CHECKING:
|
|
1724
|
+
_ListSubscribedWorkteamsPaginatorBase = Paginator[ListSubscribedWorkteamsResponseTypeDef]
|
|
1725
|
+
else:
|
|
1726
|
+
_ListSubscribedWorkteamsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1727
|
+
|
|
1728
|
+
class ListSubscribedWorkteamsPaginator(_ListSubscribedWorkteamsPaginatorBase):
|
|
1280
1729
|
"""
|
|
1281
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListSubscribedWorkteams)
|
|
1730
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListSubscribedWorkteams.html#SageMaker.Paginator.ListSubscribedWorkteams)
|
|
1282
1731
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listsubscribedworkteamspaginator)
|
|
1283
1732
|
"""
|
|
1284
|
-
def paginate(
|
|
1285
|
-
self, **kwargs: Unpack[
|
|
1286
|
-
) ->
|
|
1733
|
+
def paginate( # type: ignore[override]
|
|
1734
|
+
self, **kwargs: Unpack[ListSubscribedWorkteamsRequestPaginateTypeDef]
|
|
1735
|
+
) -> PageIterator[ListSubscribedWorkteamsResponseTypeDef]:
|
|
1287
1736
|
"""
|
|
1288
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListSubscribedWorkteams.paginate)
|
|
1737
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListSubscribedWorkteams.html#SageMaker.Paginator.ListSubscribedWorkteams.paginate)
|
|
1289
1738
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listsubscribedworkteamspaginator)
|
|
1290
1739
|
"""
|
|
1291
1740
|
|
|
1292
|
-
|
|
1741
|
+
if TYPE_CHECKING:
|
|
1742
|
+
_ListTagsPaginatorBase = Paginator[ListTagsOutputTypeDef]
|
|
1743
|
+
else:
|
|
1744
|
+
_ListTagsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1745
|
+
|
|
1746
|
+
class ListTagsPaginator(_ListTagsPaginatorBase):
|
|
1293
1747
|
"""
|
|
1294
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTags)
|
|
1748
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTags.html#SageMaker.Paginator.ListTags)
|
|
1295
1749
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtagspaginator)
|
|
1296
1750
|
"""
|
|
1297
|
-
def paginate(
|
|
1298
|
-
self, **kwargs: Unpack[
|
|
1299
|
-
) ->
|
|
1751
|
+
def paginate( # type: ignore[override]
|
|
1752
|
+
self, **kwargs: Unpack[ListTagsInputPaginateTypeDef]
|
|
1753
|
+
) -> PageIterator[ListTagsOutputTypeDef]:
|
|
1300
1754
|
"""
|
|
1301
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTags.paginate)
|
|
1755
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTags.html#SageMaker.Paginator.ListTags.paginate)
|
|
1302
1756
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtagspaginator)
|
|
1303
1757
|
"""
|
|
1304
1758
|
|
|
1305
|
-
|
|
1759
|
+
if TYPE_CHECKING:
|
|
1760
|
+
_ListTrainingJobsForHyperParameterTuningJobPaginatorBase = Paginator[
|
|
1761
|
+
ListTrainingJobsForHyperParameterTuningJobResponseTypeDef
|
|
1762
|
+
]
|
|
1763
|
+
else:
|
|
1764
|
+
_ListTrainingJobsForHyperParameterTuningJobPaginatorBase = Paginator # type: ignore[assignment]
|
|
1765
|
+
|
|
1766
|
+
class ListTrainingJobsForHyperParameterTuningJobPaginator(
|
|
1767
|
+
_ListTrainingJobsForHyperParameterTuningJobPaginatorBase
|
|
1768
|
+
):
|
|
1769
|
+
"""
|
|
1770
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTrainingJobsForHyperParameterTuningJob.html#SageMaker.Paginator.ListTrainingJobsForHyperParameterTuningJob)
|
|
1771
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrainingjobsforhyperparametertuningjobpaginator)
|
|
1772
|
+
"""
|
|
1773
|
+
def paginate( # type: ignore[override]
|
|
1774
|
+
self, **kwargs: Unpack[ListTrainingJobsForHyperParameterTuningJobRequestPaginateTypeDef]
|
|
1775
|
+
) -> PageIterator[ListTrainingJobsForHyperParameterTuningJobResponseTypeDef]:
|
|
1776
|
+
"""
|
|
1777
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTrainingJobsForHyperParameterTuningJob.html#SageMaker.Paginator.ListTrainingJobsForHyperParameterTuningJob.paginate)
|
|
1778
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrainingjobsforhyperparametertuningjobpaginator)
|
|
1779
|
+
"""
|
|
1780
|
+
|
|
1781
|
+
if TYPE_CHECKING:
|
|
1782
|
+
_ListTrainingJobsPaginatorBase = Paginator[ListTrainingJobsResponseTypeDef]
|
|
1783
|
+
else:
|
|
1784
|
+
_ListTrainingJobsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1785
|
+
|
|
1786
|
+
class ListTrainingJobsPaginator(_ListTrainingJobsPaginatorBase):
|
|
1306
1787
|
"""
|
|
1307
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrainingJobs)
|
|
1788
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTrainingJobs.html#SageMaker.Paginator.ListTrainingJobs)
|
|
1308
1789
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrainingjobspaginator)
|
|
1309
1790
|
"""
|
|
1310
|
-
def paginate(
|
|
1311
|
-
self, **kwargs: Unpack[
|
|
1312
|
-
) ->
|
|
1791
|
+
def paginate( # type: ignore[override]
|
|
1792
|
+
self, **kwargs: Unpack[ListTrainingJobsRequestPaginateTypeDef]
|
|
1793
|
+
) -> PageIterator[ListTrainingJobsResponseTypeDef]:
|
|
1313
1794
|
"""
|
|
1314
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrainingJobs.paginate)
|
|
1795
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTrainingJobs.html#SageMaker.Paginator.ListTrainingJobs.paginate)
|
|
1315
1796
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrainingjobspaginator)
|
|
1316
1797
|
"""
|
|
1317
1798
|
|
|
1318
|
-
|
|
1799
|
+
if TYPE_CHECKING:
|
|
1800
|
+
_ListTrainingPlansPaginatorBase = Paginator[ListTrainingPlansResponseTypeDef]
|
|
1801
|
+
else:
|
|
1802
|
+
_ListTrainingPlansPaginatorBase = Paginator # type: ignore[assignment]
|
|
1803
|
+
|
|
1804
|
+
class ListTrainingPlansPaginator(_ListTrainingPlansPaginatorBase):
|
|
1319
1805
|
"""
|
|
1320
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.
|
|
1321
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#
|
|
1806
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTrainingPlans.html#SageMaker.Paginator.ListTrainingPlans)
|
|
1807
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrainingplanspaginator)
|
|
1322
1808
|
"""
|
|
1323
|
-
def paginate(
|
|
1324
|
-
self,
|
|
1325
|
-
|
|
1326
|
-
ListTrainingJobsForHyperParameterTuningJobRequestListTrainingJobsForHyperParameterTuningJobPaginateTypeDef
|
|
1327
|
-
],
|
|
1328
|
-
) -> _PageIterator[ListTrainingJobsForHyperParameterTuningJobResponseTypeDef]:
|
|
1809
|
+
def paginate( # type: ignore[override]
|
|
1810
|
+
self, **kwargs: Unpack[ListTrainingPlansRequestPaginateTypeDef]
|
|
1811
|
+
) -> PageIterator[ListTrainingPlansResponseTypeDef]:
|
|
1329
1812
|
"""
|
|
1330
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.
|
|
1331
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#
|
|
1813
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTrainingPlans.html#SageMaker.Paginator.ListTrainingPlans.paginate)
|
|
1814
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrainingplanspaginator)
|
|
1332
1815
|
"""
|
|
1333
1816
|
|
|
1334
|
-
|
|
1817
|
+
if TYPE_CHECKING:
|
|
1818
|
+
_ListTransformJobsPaginatorBase = Paginator[ListTransformJobsResponseTypeDef]
|
|
1819
|
+
else:
|
|
1820
|
+
_ListTransformJobsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1821
|
+
|
|
1822
|
+
class ListTransformJobsPaginator(_ListTransformJobsPaginatorBase):
|
|
1335
1823
|
"""
|
|
1336
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTransformJobs)
|
|
1824
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTransformJobs.html#SageMaker.Paginator.ListTransformJobs)
|
|
1337
1825
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtransformjobspaginator)
|
|
1338
1826
|
"""
|
|
1339
|
-
def paginate(
|
|
1340
|
-
self, **kwargs: Unpack[
|
|
1341
|
-
) ->
|
|
1827
|
+
def paginate( # type: ignore[override]
|
|
1828
|
+
self, **kwargs: Unpack[ListTransformJobsRequestPaginateTypeDef]
|
|
1829
|
+
) -> PageIterator[ListTransformJobsResponseTypeDef]:
|
|
1342
1830
|
"""
|
|
1343
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTransformJobs.paginate)
|
|
1831
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTransformJobs.html#SageMaker.Paginator.ListTransformJobs.paginate)
|
|
1344
1832
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtransformjobspaginator)
|
|
1345
1833
|
"""
|
|
1346
1834
|
|
|
1347
|
-
|
|
1835
|
+
if TYPE_CHECKING:
|
|
1836
|
+
_ListTrialComponentsPaginatorBase = Paginator[ListTrialComponentsResponseTypeDef]
|
|
1837
|
+
else:
|
|
1838
|
+
_ListTrialComponentsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1839
|
+
|
|
1840
|
+
class ListTrialComponentsPaginator(_ListTrialComponentsPaginatorBase):
|
|
1348
1841
|
"""
|
|
1349
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrialComponents)
|
|
1842
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTrialComponents.html#SageMaker.Paginator.ListTrialComponents)
|
|
1350
1843
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrialcomponentspaginator)
|
|
1351
1844
|
"""
|
|
1352
|
-
def paginate(
|
|
1353
|
-
self, **kwargs: Unpack[
|
|
1354
|
-
) ->
|
|
1845
|
+
def paginate( # type: ignore[override]
|
|
1846
|
+
self, **kwargs: Unpack[ListTrialComponentsRequestPaginateTypeDef]
|
|
1847
|
+
) -> PageIterator[ListTrialComponentsResponseTypeDef]:
|
|
1355
1848
|
"""
|
|
1356
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrialComponents.paginate)
|
|
1849
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTrialComponents.html#SageMaker.Paginator.ListTrialComponents.paginate)
|
|
1357
1850
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrialcomponentspaginator)
|
|
1358
1851
|
"""
|
|
1359
1852
|
|
|
1360
|
-
|
|
1853
|
+
if TYPE_CHECKING:
|
|
1854
|
+
_ListTrialsPaginatorBase = Paginator[ListTrialsResponseTypeDef]
|
|
1855
|
+
else:
|
|
1856
|
+
_ListTrialsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1857
|
+
|
|
1858
|
+
class ListTrialsPaginator(_ListTrialsPaginatorBase):
|
|
1361
1859
|
"""
|
|
1362
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrials)
|
|
1860
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTrials.html#SageMaker.Paginator.ListTrials)
|
|
1363
1861
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrialspaginator)
|
|
1364
1862
|
"""
|
|
1365
|
-
def paginate(
|
|
1366
|
-
self, **kwargs: Unpack[
|
|
1367
|
-
) ->
|
|
1863
|
+
def paginate( # type: ignore[override]
|
|
1864
|
+
self, **kwargs: Unpack[ListTrialsRequestPaginateTypeDef]
|
|
1865
|
+
) -> PageIterator[ListTrialsResponseTypeDef]:
|
|
1368
1866
|
"""
|
|
1369
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrials.paginate)
|
|
1867
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTrials.html#SageMaker.Paginator.ListTrials.paginate)
|
|
1370
1868
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrialspaginator)
|
|
1371
1869
|
"""
|
|
1372
1870
|
|
|
1373
|
-
|
|
1871
|
+
if TYPE_CHECKING:
|
|
1872
|
+
_ListUltraServersByReservedCapacityPaginatorBase = Paginator[
|
|
1873
|
+
ListUltraServersByReservedCapacityResponseTypeDef
|
|
1874
|
+
]
|
|
1875
|
+
else:
|
|
1876
|
+
_ListUltraServersByReservedCapacityPaginatorBase = Paginator # type: ignore[assignment]
|
|
1877
|
+
|
|
1878
|
+
class ListUltraServersByReservedCapacityPaginator(_ListUltraServersByReservedCapacityPaginatorBase):
|
|
1879
|
+
"""
|
|
1880
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListUltraServersByReservedCapacity.html#SageMaker.Paginator.ListUltraServersByReservedCapacity)
|
|
1881
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listultraserversbyreservedcapacitypaginator)
|
|
1882
|
+
"""
|
|
1883
|
+
def paginate( # type: ignore[override]
|
|
1884
|
+
self, **kwargs: Unpack[ListUltraServersByReservedCapacityRequestPaginateTypeDef]
|
|
1885
|
+
) -> PageIterator[ListUltraServersByReservedCapacityResponseTypeDef]:
|
|
1886
|
+
"""
|
|
1887
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListUltraServersByReservedCapacity.html#SageMaker.Paginator.ListUltraServersByReservedCapacity.paginate)
|
|
1888
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listultraserversbyreservedcapacitypaginator)
|
|
1889
|
+
"""
|
|
1890
|
+
|
|
1891
|
+
if TYPE_CHECKING:
|
|
1892
|
+
_ListUserProfilesPaginatorBase = Paginator[ListUserProfilesResponseTypeDef]
|
|
1893
|
+
else:
|
|
1894
|
+
_ListUserProfilesPaginatorBase = Paginator # type: ignore[assignment]
|
|
1895
|
+
|
|
1896
|
+
class ListUserProfilesPaginator(_ListUserProfilesPaginatorBase):
|
|
1374
1897
|
"""
|
|
1375
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListUserProfiles)
|
|
1898
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListUserProfiles.html#SageMaker.Paginator.ListUserProfiles)
|
|
1376
1899
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listuserprofilespaginator)
|
|
1377
1900
|
"""
|
|
1378
|
-
def paginate(
|
|
1379
|
-
self, **kwargs: Unpack[
|
|
1380
|
-
) ->
|
|
1901
|
+
def paginate( # type: ignore[override]
|
|
1902
|
+
self, **kwargs: Unpack[ListUserProfilesRequestPaginateTypeDef]
|
|
1903
|
+
) -> PageIterator[ListUserProfilesResponseTypeDef]:
|
|
1381
1904
|
"""
|
|
1382
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListUserProfiles.paginate)
|
|
1905
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListUserProfiles.html#SageMaker.Paginator.ListUserProfiles.paginate)
|
|
1383
1906
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listuserprofilespaginator)
|
|
1384
1907
|
"""
|
|
1385
1908
|
|
|
1386
|
-
|
|
1909
|
+
if TYPE_CHECKING:
|
|
1910
|
+
_ListWorkforcesPaginatorBase = Paginator[ListWorkforcesResponseTypeDef]
|
|
1911
|
+
else:
|
|
1912
|
+
_ListWorkforcesPaginatorBase = Paginator # type: ignore[assignment]
|
|
1913
|
+
|
|
1914
|
+
class ListWorkforcesPaginator(_ListWorkforcesPaginatorBase):
|
|
1387
1915
|
"""
|
|
1388
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListWorkforces)
|
|
1916
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListWorkforces.html#SageMaker.Paginator.ListWorkforces)
|
|
1389
1917
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listworkforcespaginator)
|
|
1390
1918
|
"""
|
|
1391
|
-
def paginate(
|
|
1392
|
-
self, **kwargs: Unpack[
|
|
1393
|
-
) ->
|
|
1919
|
+
def paginate( # type: ignore[override]
|
|
1920
|
+
self, **kwargs: Unpack[ListWorkforcesRequestPaginateTypeDef]
|
|
1921
|
+
) -> PageIterator[ListWorkforcesResponseTypeDef]:
|
|
1394
1922
|
"""
|
|
1395
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListWorkforces.paginate)
|
|
1923
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListWorkforces.html#SageMaker.Paginator.ListWorkforces.paginate)
|
|
1396
1924
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listworkforcespaginator)
|
|
1397
1925
|
"""
|
|
1398
1926
|
|
|
1399
|
-
|
|
1927
|
+
if TYPE_CHECKING:
|
|
1928
|
+
_ListWorkteamsPaginatorBase = Paginator[ListWorkteamsResponseTypeDef]
|
|
1929
|
+
else:
|
|
1930
|
+
_ListWorkteamsPaginatorBase = Paginator # type: ignore[assignment]
|
|
1931
|
+
|
|
1932
|
+
class ListWorkteamsPaginator(_ListWorkteamsPaginatorBase):
|
|
1400
1933
|
"""
|
|
1401
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListWorkteams)
|
|
1934
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListWorkteams.html#SageMaker.Paginator.ListWorkteams)
|
|
1402
1935
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listworkteamspaginator)
|
|
1403
1936
|
"""
|
|
1404
|
-
def paginate(
|
|
1405
|
-
self, **kwargs: Unpack[
|
|
1406
|
-
) ->
|
|
1937
|
+
def paginate( # type: ignore[override]
|
|
1938
|
+
self, **kwargs: Unpack[ListWorkteamsRequestPaginateTypeDef]
|
|
1939
|
+
) -> PageIterator[ListWorkteamsResponseTypeDef]:
|
|
1407
1940
|
"""
|
|
1408
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListWorkteams.paginate)
|
|
1941
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListWorkteams.html#SageMaker.Paginator.ListWorkteams.paginate)
|
|
1409
1942
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listworkteamspaginator)
|
|
1410
1943
|
"""
|
|
1411
1944
|
|
|
1412
|
-
|
|
1945
|
+
if TYPE_CHECKING:
|
|
1946
|
+
_SearchPaginatorBase = Paginator[SearchResponseTypeDef]
|
|
1947
|
+
else:
|
|
1948
|
+
_SearchPaginatorBase = Paginator # type: ignore[assignment]
|
|
1949
|
+
|
|
1950
|
+
class SearchPaginator(_SearchPaginatorBase):
|
|
1413
1951
|
"""
|
|
1414
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.Search)
|
|
1952
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/Search.html#SageMaker.Paginator.Search)
|
|
1415
1953
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#searchpaginator)
|
|
1416
1954
|
"""
|
|
1417
|
-
def paginate(
|
|
1418
|
-
self, **kwargs: Unpack[
|
|
1419
|
-
) ->
|
|
1955
|
+
def paginate( # type: ignore[override]
|
|
1956
|
+
self, **kwargs: Unpack[SearchRequestPaginateTypeDef]
|
|
1957
|
+
) -> PageIterator[SearchResponseTypeDef]:
|
|
1420
1958
|
"""
|
|
1421
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.Search.paginate)
|
|
1959
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/Search.html#SageMaker.Paginator.Search.paginate)
|
|
1422
1960
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#searchpaginator)
|
|
1423
1961
|
"""
|