mypy-boto3-sagemaker 1.35.11__py3-none-any.whl → 1.41.1__py3-none-any.whl

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