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