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