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