mypy-boto3-sagemaker 1.35.61__py3-none-any.whl → 1.35.75__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of mypy-boto3-sagemaker might be problematic. Click here for more details.

@@ -20,9 +20,11 @@ Usage::
20
20
  ListAutoMLJobsPaginator,
21
21
  ListCandidatesForAutoMLJobPaginator,
22
22
  ListClusterNodesPaginator,
23
+ ListClusterSchedulerConfigsPaginator,
23
24
  ListClustersPaginator,
24
25
  ListCodeRepositoriesPaginator,
25
26
  ListCompilationJobsPaginator,
27
+ ListComputeQuotasPaginator,
26
28
  ListContextsPaginator,
27
29
  ListDataQualityJobDefinitionsPaginator,
28
30
  ListDeviceFleetsPaginator,
@@ -64,6 +66,7 @@ Usage::
64
66
  ListNotebookInstanceLifecycleConfigsPaginator,
65
67
  ListNotebookInstancesPaginator,
66
68
  ListOptimizationJobsPaginator,
69
+ ListPartnerAppsPaginator,
67
70
  ListPipelineExecutionStepsPaginator,
68
71
  ListPipelineExecutionsPaginator,
69
72
  ListPipelineParametersForExecutionPaginator,
@@ -77,6 +80,7 @@ Usage::
77
80
  ListTagsPaginator,
78
81
  ListTrainingJobsForHyperParameterTuningJobPaginator,
79
82
  ListTrainingJobsPaginator,
83
+ ListTrainingPlansPaginator,
80
84
  ListTransformJobsPaginator,
81
85
  ListTrialComponentsPaginator,
82
86
  ListTrialsPaginator,
@@ -99,9 +103,11 @@ Usage::
99
103
  list_auto_ml_jobs_paginator: ListAutoMLJobsPaginator = client.get_paginator("list_auto_ml_jobs")
100
104
  list_candidates_for_auto_ml_job_paginator: ListCandidatesForAutoMLJobPaginator = client.get_paginator("list_candidates_for_auto_ml_job")
101
105
  list_cluster_nodes_paginator: ListClusterNodesPaginator = client.get_paginator("list_cluster_nodes")
106
+ list_cluster_scheduler_configs_paginator: ListClusterSchedulerConfigsPaginator = client.get_paginator("list_cluster_scheduler_configs")
102
107
  list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
103
108
  list_code_repositories_paginator: ListCodeRepositoriesPaginator = client.get_paginator("list_code_repositories")
104
109
  list_compilation_jobs_paginator: ListCompilationJobsPaginator = client.get_paginator("list_compilation_jobs")
110
+ list_compute_quotas_paginator: ListComputeQuotasPaginator = client.get_paginator("list_compute_quotas")
105
111
  list_contexts_paginator: ListContextsPaginator = client.get_paginator("list_contexts")
106
112
  list_data_quality_job_definitions_paginator: ListDataQualityJobDefinitionsPaginator = client.get_paginator("list_data_quality_job_definitions")
107
113
  list_device_fleets_paginator: ListDeviceFleetsPaginator = client.get_paginator("list_device_fleets")
@@ -143,6 +149,7 @@ Usage::
143
149
  list_notebook_instance_lifecycle_configs_paginator: ListNotebookInstanceLifecycleConfigsPaginator = client.get_paginator("list_notebook_instance_lifecycle_configs")
144
150
  list_notebook_instances_paginator: ListNotebookInstancesPaginator = client.get_paginator("list_notebook_instances")
145
151
  list_optimization_jobs_paginator: ListOptimizationJobsPaginator = client.get_paginator("list_optimization_jobs")
152
+ list_partner_apps_paginator: ListPartnerAppsPaginator = client.get_paginator("list_partner_apps")
146
153
  list_pipeline_execution_steps_paginator: ListPipelineExecutionStepsPaginator = client.get_paginator("list_pipeline_execution_steps")
147
154
  list_pipeline_executions_paginator: ListPipelineExecutionsPaginator = client.get_paginator("list_pipeline_executions")
148
155
  list_pipeline_parameters_for_execution_paginator: ListPipelineParametersForExecutionPaginator = client.get_paginator("list_pipeline_parameters_for_execution")
@@ -156,6 +163,7 @@ Usage::
156
163
  list_tags_paginator: ListTagsPaginator = client.get_paginator("list_tags")
157
164
  list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsForHyperParameterTuningJobPaginator = client.get_paginator("list_training_jobs_for_hyper_parameter_tuning_job")
158
165
  list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
166
+ list_training_plans_paginator: ListTrainingPlansPaginator = client.get_paginator("list_training_plans")
159
167
  list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator("list_transform_jobs")
160
168
  list_trial_components_paginator: ListTrialComponentsPaginator = client.get_paginator("list_trial_components")
161
169
  list_trials_paginator: ListTrialsPaginator = client.get_paginator("list_trials")
@@ -164,6 +172,8 @@ Usage::
164
172
  list_workteams_paginator: ListWorkteamsPaginator = client.get_paginator("list_workteams")
165
173
  search_paginator: SearchPaginator = client.get_paginator("search")
166
174
  ```
175
+
176
+ Copyright 2024 Vlad Emelianov
167
177
  """
168
178
 
169
179
  import sys
@@ -192,12 +202,16 @@ from .type_defs import (
192
202
  ListCandidatesForAutoMLJobResponseTypeDef,
193
203
  ListClusterNodesRequestListClusterNodesPaginateTypeDef,
194
204
  ListClusterNodesResponseTypeDef,
205
+ ListClusterSchedulerConfigsRequestListClusterSchedulerConfigsPaginateTypeDef,
206
+ ListClusterSchedulerConfigsResponseTypeDef,
195
207
  ListClustersRequestListClustersPaginateTypeDef,
196
208
  ListClustersResponseTypeDef,
197
209
  ListCodeRepositoriesInputListCodeRepositoriesPaginateTypeDef,
198
210
  ListCodeRepositoriesOutputTypeDef,
199
211
  ListCompilationJobsRequestListCompilationJobsPaginateTypeDef,
200
212
  ListCompilationJobsResponseTypeDef,
213
+ ListComputeQuotasRequestListComputeQuotasPaginateTypeDef,
214
+ ListComputeQuotasResponseTypeDef,
201
215
  ListContextsRequestListContextsPaginateTypeDef,
202
216
  ListContextsResponseTypeDef,
203
217
  ListDataQualityJobDefinitionsRequestListDataQualityJobDefinitionsPaginateTypeDef,
@@ -280,6 +294,8 @@ from .type_defs import (
280
294
  ListNotebookInstancesOutputTypeDef,
281
295
  ListOptimizationJobsRequestListOptimizationJobsPaginateTypeDef,
282
296
  ListOptimizationJobsResponseTypeDef,
297
+ ListPartnerAppsRequestListPartnerAppsPaginateTypeDef,
298
+ ListPartnerAppsResponseTypeDef,
283
299
  ListPipelineExecutionsRequestListPipelineExecutionsPaginateTypeDef,
284
300
  ListPipelineExecutionsResponseTypeDef,
285
301
  ListPipelineExecutionStepsRequestListPipelineExecutionStepsPaginateTypeDef,
@@ -306,6 +322,8 @@ from .type_defs import (
306
322
  ListTrainingJobsForHyperParameterTuningJobResponseTypeDef,
307
323
  ListTrainingJobsRequestListTrainingJobsPaginateTypeDef,
308
324
  ListTrainingJobsResponseTypeDef,
325
+ ListTrainingPlansRequestListTrainingPlansPaginateTypeDef,
326
+ ListTrainingPlansResponseTypeDef,
309
327
  ListTransformJobsRequestListTransformJobsPaginateTypeDef,
310
328
  ListTransformJobsResponseTypeDef,
311
329
  ListTrialComponentsRequestListTrialComponentsPaginateTypeDef,
@@ -339,9 +357,11 @@ __all__ = (
339
357
  "ListAutoMLJobsPaginator",
340
358
  "ListCandidatesForAutoMLJobPaginator",
341
359
  "ListClusterNodesPaginator",
360
+ "ListClusterSchedulerConfigsPaginator",
342
361
  "ListClustersPaginator",
343
362
  "ListCodeRepositoriesPaginator",
344
363
  "ListCompilationJobsPaginator",
364
+ "ListComputeQuotasPaginator",
345
365
  "ListContextsPaginator",
346
366
  "ListDataQualityJobDefinitionsPaginator",
347
367
  "ListDeviceFleetsPaginator",
@@ -383,6 +403,7 @@ __all__ = (
383
403
  "ListNotebookInstanceLifecycleConfigsPaginator",
384
404
  "ListNotebookInstancesPaginator",
385
405
  "ListOptimizationJobsPaginator",
406
+ "ListPartnerAppsPaginator",
386
407
  "ListPipelineExecutionStepsPaginator",
387
408
  "ListPipelineExecutionsPaginator",
388
409
  "ListPipelineParametersForExecutionPaginator",
@@ -396,6 +417,7 @@ __all__ = (
396
417
  "ListTagsPaginator",
397
418
  "ListTrainingJobsForHyperParameterTuningJobPaginator",
398
419
  "ListTrainingJobsPaginator",
420
+ "ListTrainingPlansPaginator",
399
421
  "ListTransformJobsPaginator",
400
422
  "ListTrialComponentsPaginator",
401
423
  "ListTrialsPaginator",
@@ -418,7 +440,7 @@ class _PageIterator(PageIterator, Generic[_ItemTypeDef]):
418
440
 
419
441
  class ListActionsPaginator(Paginator):
420
442
  """
421
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListActions)
443
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListActions.html#SageMaker.Paginator.ListActions)
422
444
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listactionspaginator)
423
445
  """
424
446
 
@@ -426,14 +448,14 @@ class ListActionsPaginator(Paginator):
426
448
  self, **kwargs: Unpack[ListActionsRequestListActionsPaginateTypeDef]
427
449
  ) -> _PageIterator[ListActionsResponseTypeDef]:
428
450
  """
429
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListActions.paginate)
451
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListActions.html#SageMaker.Paginator.ListActions.paginate)
430
452
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listactionspaginator)
431
453
  """
432
454
 
433
455
 
434
456
  class ListAlgorithmsPaginator(Paginator):
435
457
  """
436
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAlgorithms)
458
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListAlgorithms.html#SageMaker.Paginator.ListAlgorithms)
437
459
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listalgorithmspaginator)
438
460
  """
439
461
 
@@ -441,14 +463,14 @@ class ListAlgorithmsPaginator(Paginator):
441
463
  self, **kwargs: Unpack[ListAlgorithmsInputListAlgorithmsPaginateTypeDef]
442
464
  ) -> _PageIterator[ListAlgorithmsOutputTypeDef]:
443
465
  """
444
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAlgorithms.paginate)
466
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListAlgorithms.html#SageMaker.Paginator.ListAlgorithms.paginate)
445
467
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listalgorithmspaginator)
446
468
  """
447
469
 
448
470
 
449
471
  class ListAliasesPaginator(Paginator):
450
472
  """
451
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAliases)
473
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListAliases.html#SageMaker.Paginator.ListAliases)
452
474
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listaliasespaginator)
453
475
  """
454
476
 
@@ -456,14 +478,14 @@ class ListAliasesPaginator(Paginator):
456
478
  self, **kwargs: Unpack[ListAliasesRequestListAliasesPaginateTypeDef]
457
479
  ) -> _PageIterator[ListAliasesResponseTypeDef]:
458
480
  """
459
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAliases.paginate)
481
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListAliases.html#SageMaker.Paginator.ListAliases.paginate)
460
482
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listaliasespaginator)
461
483
  """
462
484
 
463
485
 
464
486
  class ListAppImageConfigsPaginator(Paginator):
465
487
  """
466
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAppImageConfigs)
488
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListAppImageConfigs.html#SageMaker.Paginator.ListAppImageConfigs)
467
489
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listappimageconfigspaginator)
468
490
  """
469
491
 
@@ -471,14 +493,14 @@ class ListAppImageConfigsPaginator(Paginator):
471
493
  self, **kwargs: Unpack[ListAppImageConfigsRequestListAppImageConfigsPaginateTypeDef]
472
494
  ) -> _PageIterator[ListAppImageConfigsResponseTypeDef]:
473
495
  """
474
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAppImageConfigs.paginate)
496
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListAppImageConfigs.html#SageMaker.Paginator.ListAppImageConfigs.paginate)
475
497
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listappimageconfigspaginator)
476
498
  """
477
499
 
478
500
 
479
501
  class ListAppsPaginator(Paginator):
480
502
  """
481
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListApps)
503
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListApps.html#SageMaker.Paginator.ListApps)
482
504
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listappspaginator)
483
505
  """
484
506
 
@@ -486,14 +508,14 @@ class ListAppsPaginator(Paginator):
486
508
  self, **kwargs: Unpack[ListAppsRequestListAppsPaginateTypeDef]
487
509
  ) -> _PageIterator[ListAppsResponseTypeDef]:
488
510
  """
489
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListApps.paginate)
511
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListApps.html#SageMaker.Paginator.ListApps.paginate)
490
512
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listappspaginator)
491
513
  """
492
514
 
493
515
 
494
516
  class ListArtifactsPaginator(Paginator):
495
517
  """
496
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListArtifacts)
518
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListArtifacts.html#SageMaker.Paginator.ListArtifacts)
497
519
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listartifactspaginator)
498
520
  """
499
521
 
@@ -501,14 +523,14 @@ class ListArtifactsPaginator(Paginator):
501
523
  self, **kwargs: Unpack[ListArtifactsRequestListArtifactsPaginateTypeDef]
502
524
  ) -> _PageIterator[ListArtifactsResponseTypeDef]:
503
525
  """
504
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListArtifacts.paginate)
526
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListArtifacts.html#SageMaker.Paginator.ListArtifacts.paginate)
505
527
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listartifactspaginator)
506
528
  """
507
529
 
508
530
 
509
531
  class ListAssociationsPaginator(Paginator):
510
532
  """
511
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAssociations)
533
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListAssociations.html#SageMaker.Paginator.ListAssociations)
512
534
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listassociationspaginator)
513
535
  """
514
536
 
@@ -516,14 +538,14 @@ class ListAssociationsPaginator(Paginator):
516
538
  self, **kwargs: Unpack[ListAssociationsRequestListAssociationsPaginateTypeDef]
517
539
  ) -> _PageIterator[ListAssociationsResponseTypeDef]:
518
540
  """
519
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAssociations.paginate)
541
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListAssociations.html#SageMaker.Paginator.ListAssociations.paginate)
520
542
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listassociationspaginator)
521
543
  """
522
544
 
523
545
 
524
546
  class ListAutoMLJobsPaginator(Paginator):
525
547
  """
526
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAutoMLJobs)
548
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListAutoMLJobs.html#SageMaker.Paginator.ListAutoMLJobs)
527
549
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listautomljobspaginator)
528
550
  """
529
551
 
@@ -531,14 +553,14 @@ class ListAutoMLJobsPaginator(Paginator):
531
553
  self, **kwargs: Unpack[ListAutoMLJobsRequestListAutoMLJobsPaginateTypeDef]
532
554
  ) -> _PageIterator[ListAutoMLJobsResponseTypeDef]:
533
555
  """
534
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAutoMLJobs.paginate)
556
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListAutoMLJobs.html#SageMaker.Paginator.ListAutoMLJobs.paginate)
535
557
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listautomljobspaginator)
536
558
  """
537
559
 
538
560
 
539
561
  class ListCandidatesForAutoMLJobPaginator(Paginator):
540
562
  """
541
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListCandidatesForAutoMLJob)
563
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListCandidatesForAutoMLJob.html#SageMaker.Paginator.ListCandidatesForAutoMLJob)
542
564
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcandidatesforautomljobpaginator)
543
565
  """
544
566
 
@@ -549,14 +571,14 @@ class ListCandidatesForAutoMLJobPaginator(Paginator):
549
571
  ],
550
572
  ) -> _PageIterator[ListCandidatesForAutoMLJobResponseTypeDef]:
551
573
  """
552
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListCandidatesForAutoMLJob.paginate)
574
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListCandidatesForAutoMLJob.html#SageMaker.Paginator.ListCandidatesForAutoMLJob.paginate)
553
575
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcandidatesforautomljobpaginator)
554
576
  """
555
577
 
556
578
 
557
579
  class ListClusterNodesPaginator(Paginator):
558
580
  """
559
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListClusterNodes)
581
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListClusterNodes.html#SageMaker.Paginator.ListClusterNodes)
560
582
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listclusternodespaginator)
561
583
  """
562
584
 
@@ -564,14 +586,32 @@ class ListClusterNodesPaginator(Paginator):
564
586
  self, **kwargs: Unpack[ListClusterNodesRequestListClusterNodesPaginateTypeDef]
565
587
  ) -> _PageIterator[ListClusterNodesResponseTypeDef]:
566
588
  """
567
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListClusterNodes.paginate)
589
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListClusterNodes.html#SageMaker.Paginator.ListClusterNodes.paginate)
568
590
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listclusternodespaginator)
569
591
  """
570
592
 
571
593
 
594
+ class ListClusterSchedulerConfigsPaginator(Paginator):
595
+ """
596
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListClusterSchedulerConfigs.html#SageMaker.Paginator.ListClusterSchedulerConfigs)
597
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listclusterschedulerconfigspaginator)
598
+ """
599
+
600
+ def paginate(
601
+ self,
602
+ **kwargs: Unpack[
603
+ ListClusterSchedulerConfigsRequestListClusterSchedulerConfigsPaginateTypeDef
604
+ ],
605
+ ) -> _PageIterator[ListClusterSchedulerConfigsResponseTypeDef]:
606
+ """
607
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListClusterSchedulerConfigs.html#SageMaker.Paginator.ListClusterSchedulerConfigs.paginate)
608
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listclusterschedulerconfigspaginator)
609
+ """
610
+
611
+
572
612
  class ListClustersPaginator(Paginator):
573
613
  """
574
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListClusters)
614
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListClusters.html#SageMaker.Paginator.ListClusters)
575
615
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listclusterspaginator)
576
616
  """
577
617
 
@@ -579,14 +619,14 @@ class ListClustersPaginator(Paginator):
579
619
  self, **kwargs: Unpack[ListClustersRequestListClustersPaginateTypeDef]
580
620
  ) -> _PageIterator[ListClustersResponseTypeDef]:
581
621
  """
582
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListClusters.paginate)
622
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListClusters.html#SageMaker.Paginator.ListClusters.paginate)
583
623
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listclusterspaginator)
584
624
  """
585
625
 
586
626
 
587
627
  class ListCodeRepositoriesPaginator(Paginator):
588
628
  """
589
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListCodeRepositories)
629
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListCodeRepositories.html#SageMaker.Paginator.ListCodeRepositories)
590
630
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcoderepositoriespaginator)
591
631
  """
592
632
 
@@ -594,14 +634,14 @@ class ListCodeRepositoriesPaginator(Paginator):
594
634
  self, **kwargs: Unpack[ListCodeRepositoriesInputListCodeRepositoriesPaginateTypeDef]
595
635
  ) -> _PageIterator[ListCodeRepositoriesOutputTypeDef]:
596
636
  """
597
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListCodeRepositories.paginate)
637
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListCodeRepositories.html#SageMaker.Paginator.ListCodeRepositories.paginate)
598
638
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcoderepositoriespaginator)
599
639
  """
600
640
 
601
641
 
602
642
  class ListCompilationJobsPaginator(Paginator):
603
643
  """
604
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListCompilationJobs)
644
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListCompilationJobs.html#SageMaker.Paginator.ListCompilationJobs)
605
645
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcompilationjobspaginator)
606
646
  """
607
647
 
@@ -609,14 +649,29 @@ class ListCompilationJobsPaginator(Paginator):
609
649
  self, **kwargs: Unpack[ListCompilationJobsRequestListCompilationJobsPaginateTypeDef]
610
650
  ) -> _PageIterator[ListCompilationJobsResponseTypeDef]:
611
651
  """
612
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListCompilationJobs.paginate)
652
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListCompilationJobs.html#SageMaker.Paginator.ListCompilationJobs.paginate)
613
653
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcompilationjobspaginator)
614
654
  """
615
655
 
616
656
 
657
+ class ListComputeQuotasPaginator(Paginator):
658
+ """
659
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListComputeQuotas.html#SageMaker.Paginator.ListComputeQuotas)
660
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcomputequotaspaginator)
661
+ """
662
+
663
+ def paginate(
664
+ self, **kwargs: Unpack[ListComputeQuotasRequestListComputeQuotasPaginateTypeDef]
665
+ ) -> _PageIterator[ListComputeQuotasResponseTypeDef]:
666
+ """
667
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListComputeQuotas.html#SageMaker.Paginator.ListComputeQuotas.paginate)
668
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcomputequotaspaginator)
669
+ """
670
+
671
+
617
672
  class ListContextsPaginator(Paginator):
618
673
  """
619
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListContexts)
674
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListContexts.html#SageMaker.Paginator.ListContexts)
620
675
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcontextspaginator)
621
676
  """
622
677
 
@@ -624,14 +679,14 @@ class ListContextsPaginator(Paginator):
624
679
  self, **kwargs: Unpack[ListContextsRequestListContextsPaginateTypeDef]
625
680
  ) -> _PageIterator[ListContextsResponseTypeDef]:
626
681
  """
627
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListContexts.paginate)
682
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListContexts.html#SageMaker.Paginator.ListContexts.paginate)
628
683
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcontextspaginator)
629
684
  """
630
685
 
631
686
 
632
687
  class ListDataQualityJobDefinitionsPaginator(Paginator):
633
688
  """
634
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDataQualityJobDefinitions)
689
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListDataQualityJobDefinitions.html#SageMaker.Paginator.ListDataQualityJobDefinitions)
635
690
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listdataqualityjobdefinitionspaginator)
636
691
  """
637
692
 
@@ -642,14 +697,14 @@ class ListDataQualityJobDefinitionsPaginator(Paginator):
642
697
  ],
643
698
  ) -> _PageIterator[ListDataQualityJobDefinitionsResponseTypeDef]:
644
699
  """
645
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDataQualityJobDefinitions.paginate)
700
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListDataQualityJobDefinitions.html#SageMaker.Paginator.ListDataQualityJobDefinitions.paginate)
646
701
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listdataqualityjobdefinitionspaginator)
647
702
  """
648
703
 
649
704
 
650
705
  class ListDeviceFleetsPaginator(Paginator):
651
706
  """
652
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDeviceFleets)
707
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListDeviceFleets.html#SageMaker.Paginator.ListDeviceFleets)
653
708
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listdevicefleetspaginator)
654
709
  """
655
710
 
@@ -657,14 +712,14 @@ class ListDeviceFleetsPaginator(Paginator):
657
712
  self, **kwargs: Unpack[ListDeviceFleetsRequestListDeviceFleetsPaginateTypeDef]
658
713
  ) -> _PageIterator[ListDeviceFleetsResponseTypeDef]:
659
714
  """
660
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDeviceFleets.paginate)
715
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListDeviceFleets.html#SageMaker.Paginator.ListDeviceFleets.paginate)
661
716
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listdevicefleetspaginator)
662
717
  """
663
718
 
664
719
 
665
720
  class ListDevicesPaginator(Paginator):
666
721
  """
667
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDevices)
722
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListDevices.html#SageMaker.Paginator.ListDevices)
668
723
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listdevicespaginator)
669
724
  """
670
725
 
@@ -672,14 +727,14 @@ class ListDevicesPaginator(Paginator):
672
727
  self, **kwargs: Unpack[ListDevicesRequestListDevicesPaginateTypeDef]
673
728
  ) -> _PageIterator[ListDevicesResponseTypeDef]:
674
729
  """
675
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDevices.paginate)
730
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListDevices.html#SageMaker.Paginator.ListDevices.paginate)
676
731
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listdevicespaginator)
677
732
  """
678
733
 
679
734
 
680
735
  class ListDomainsPaginator(Paginator):
681
736
  """
682
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDomains)
737
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListDomains.html#SageMaker.Paginator.ListDomains)
683
738
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listdomainspaginator)
684
739
  """
685
740
 
@@ -687,14 +742,14 @@ class ListDomainsPaginator(Paginator):
687
742
  self, **kwargs: Unpack[ListDomainsRequestListDomainsPaginateTypeDef]
688
743
  ) -> _PageIterator[ListDomainsResponseTypeDef]:
689
744
  """
690
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDomains.paginate)
745
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListDomains.html#SageMaker.Paginator.ListDomains.paginate)
691
746
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listdomainspaginator)
692
747
  """
693
748
 
694
749
 
695
750
  class ListEdgeDeploymentPlansPaginator(Paginator):
696
751
  """
697
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEdgeDeploymentPlans)
752
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListEdgeDeploymentPlans.html#SageMaker.Paginator.ListEdgeDeploymentPlans)
698
753
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listedgedeploymentplanspaginator)
699
754
  """
700
755
 
@@ -702,14 +757,14 @@ class ListEdgeDeploymentPlansPaginator(Paginator):
702
757
  self, **kwargs: Unpack[ListEdgeDeploymentPlansRequestListEdgeDeploymentPlansPaginateTypeDef]
703
758
  ) -> _PageIterator[ListEdgeDeploymentPlansResponseTypeDef]:
704
759
  """
705
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEdgeDeploymentPlans.paginate)
760
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListEdgeDeploymentPlans.html#SageMaker.Paginator.ListEdgeDeploymentPlans.paginate)
706
761
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listedgedeploymentplanspaginator)
707
762
  """
708
763
 
709
764
 
710
765
  class ListEdgePackagingJobsPaginator(Paginator):
711
766
  """
712
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEdgePackagingJobs)
767
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListEdgePackagingJobs.html#SageMaker.Paginator.ListEdgePackagingJobs)
713
768
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listedgepackagingjobspaginator)
714
769
  """
715
770
 
@@ -717,14 +772,14 @@ class ListEdgePackagingJobsPaginator(Paginator):
717
772
  self, **kwargs: Unpack[ListEdgePackagingJobsRequestListEdgePackagingJobsPaginateTypeDef]
718
773
  ) -> _PageIterator[ListEdgePackagingJobsResponseTypeDef]:
719
774
  """
720
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEdgePackagingJobs.paginate)
775
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListEdgePackagingJobs.html#SageMaker.Paginator.ListEdgePackagingJobs.paginate)
721
776
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listedgepackagingjobspaginator)
722
777
  """
723
778
 
724
779
 
725
780
  class ListEndpointConfigsPaginator(Paginator):
726
781
  """
727
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEndpointConfigs)
782
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListEndpointConfigs.html#SageMaker.Paginator.ListEndpointConfigs)
728
783
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listendpointconfigspaginator)
729
784
  """
730
785
 
@@ -732,14 +787,14 @@ class ListEndpointConfigsPaginator(Paginator):
732
787
  self, **kwargs: Unpack[ListEndpointConfigsInputListEndpointConfigsPaginateTypeDef]
733
788
  ) -> _PageIterator[ListEndpointConfigsOutputTypeDef]:
734
789
  """
735
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEndpointConfigs.paginate)
790
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListEndpointConfigs.html#SageMaker.Paginator.ListEndpointConfigs.paginate)
736
791
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listendpointconfigspaginator)
737
792
  """
738
793
 
739
794
 
740
795
  class ListEndpointsPaginator(Paginator):
741
796
  """
742
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEndpoints)
797
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListEndpoints.html#SageMaker.Paginator.ListEndpoints)
743
798
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listendpointspaginator)
744
799
  """
745
800
 
@@ -747,14 +802,14 @@ class ListEndpointsPaginator(Paginator):
747
802
  self, **kwargs: Unpack[ListEndpointsInputListEndpointsPaginateTypeDef]
748
803
  ) -> _PageIterator[ListEndpointsOutputTypeDef]:
749
804
  """
750
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEndpoints.paginate)
805
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListEndpoints.html#SageMaker.Paginator.ListEndpoints.paginate)
751
806
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listendpointspaginator)
752
807
  """
753
808
 
754
809
 
755
810
  class ListExperimentsPaginator(Paginator):
756
811
  """
757
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListExperiments)
812
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListExperiments.html#SageMaker.Paginator.ListExperiments)
758
813
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listexperimentspaginator)
759
814
  """
760
815
 
@@ -762,14 +817,14 @@ class ListExperimentsPaginator(Paginator):
762
817
  self, **kwargs: Unpack[ListExperimentsRequestListExperimentsPaginateTypeDef]
763
818
  ) -> _PageIterator[ListExperimentsResponseTypeDef]:
764
819
  """
765
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListExperiments.paginate)
820
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListExperiments.html#SageMaker.Paginator.ListExperiments.paginate)
766
821
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listexperimentspaginator)
767
822
  """
768
823
 
769
824
 
770
825
  class ListFeatureGroupsPaginator(Paginator):
771
826
  """
772
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListFeatureGroups)
827
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListFeatureGroups.html#SageMaker.Paginator.ListFeatureGroups)
773
828
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listfeaturegroupspaginator)
774
829
  """
775
830
 
@@ -777,14 +832,14 @@ class ListFeatureGroupsPaginator(Paginator):
777
832
  self, **kwargs: Unpack[ListFeatureGroupsRequestListFeatureGroupsPaginateTypeDef]
778
833
  ) -> _PageIterator[ListFeatureGroupsResponseTypeDef]:
779
834
  """
780
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListFeatureGroups.paginate)
835
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListFeatureGroups.html#SageMaker.Paginator.ListFeatureGroups.paginate)
781
836
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listfeaturegroupspaginator)
782
837
  """
783
838
 
784
839
 
785
840
  class ListFlowDefinitionsPaginator(Paginator):
786
841
  """
787
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListFlowDefinitions)
842
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListFlowDefinitions.html#SageMaker.Paginator.ListFlowDefinitions)
788
843
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listflowdefinitionspaginator)
789
844
  """
790
845
 
@@ -792,14 +847,14 @@ class ListFlowDefinitionsPaginator(Paginator):
792
847
  self, **kwargs: Unpack[ListFlowDefinitionsRequestListFlowDefinitionsPaginateTypeDef]
793
848
  ) -> _PageIterator[ListFlowDefinitionsResponseTypeDef]:
794
849
  """
795
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListFlowDefinitions.paginate)
850
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListFlowDefinitions.html#SageMaker.Paginator.ListFlowDefinitions.paginate)
796
851
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listflowdefinitionspaginator)
797
852
  """
798
853
 
799
854
 
800
855
  class ListHumanTaskUisPaginator(Paginator):
801
856
  """
802
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListHumanTaskUis)
857
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListHumanTaskUis.html#SageMaker.Paginator.ListHumanTaskUis)
803
858
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listhumantaskuispaginator)
804
859
  """
805
860
 
@@ -807,14 +862,14 @@ class ListHumanTaskUisPaginator(Paginator):
807
862
  self, **kwargs: Unpack[ListHumanTaskUisRequestListHumanTaskUisPaginateTypeDef]
808
863
  ) -> _PageIterator[ListHumanTaskUisResponseTypeDef]:
809
864
  """
810
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListHumanTaskUis.paginate)
865
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListHumanTaskUis.html#SageMaker.Paginator.ListHumanTaskUis.paginate)
811
866
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listhumantaskuispaginator)
812
867
  """
813
868
 
814
869
 
815
870
  class ListHyperParameterTuningJobsPaginator(Paginator):
816
871
  """
817
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListHyperParameterTuningJobs)
872
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListHyperParameterTuningJobs.html#SageMaker.Paginator.ListHyperParameterTuningJobs)
818
873
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listhyperparametertuningjobspaginator)
819
874
  """
820
875
 
@@ -825,14 +880,14 @@ class ListHyperParameterTuningJobsPaginator(Paginator):
825
880
  ],
826
881
  ) -> _PageIterator[ListHyperParameterTuningJobsResponseTypeDef]:
827
882
  """
828
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListHyperParameterTuningJobs.paginate)
883
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListHyperParameterTuningJobs.html#SageMaker.Paginator.ListHyperParameterTuningJobs.paginate)
829
884
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listhyperparametertuningjobspaginator)
830
885
  """
831
886
 
832
887
 
833
888
  class ListImageVersionsPaginator(Paginator):
834
889
  """
835
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListImageVersions)
890
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListImageVersions.html#SageMaker.Paginator.ListImageVersions)
836
891
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listimageversionspaginator)
837
892
  """
838
893
 
@@ -840,14 +895,14 @@ class ListImageVersionsPaginator(Paginator):
840
895
  self, **kwargs: Unpack[ListImageVersionsRequestListImageVersionsPaginateTypeDef]
841
896
  ) -> _PageIterator[ListImageVersionsResponseTypeDef]:
842
897
  """
843
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListImageVersions.paginate)
898
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListImageVersions.html#SageMaker.Paginator.ListImageVersions.paginate)
844
899
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listimageversionspaginator)
845
900
  """
846
901
 
847
902
 
848
903
  class ListImagesPaginator(Paginator):
849
904
  """
850
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListImages)
905
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListImages.html#SageMaker.Paginator.ListImages)
851
906
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listimagespaginator)
852
907
  """
853
908
 
@@ -855,14 +910,14 @@ class ListImagesPaginator(Paginator):
855
910
  self, **kwargs: Unpack[ListImagesRequestListImagesPaginateTypeDef]
856
911
  ) -> _PageIterator[ListImagesResponseTypeDef]:
857
912
  """
858
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListImages.paginate)
913
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListImages.html#SageMaker.Paginator.ListImages.paginate)
859
914
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listimagespaginator)
860
915
  """
861
916
 
862
917
 
863
918
  class ListInferenceComponentsPaginator(Paginator):
864
919
  """
865
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceComponents)
920
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListInferenceComponents.html#SageMaker.Paginator.ListInferenceComponents)
866
921
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listinferencecomponentspaginator)
867
922
  """
868
923
 
@@ -870,14 +925,14 @@ class ListInferenceComponentsPaginator(Paginator):
870
925
  self, **kwargs: Unpack[ListInferenceComponentsInputListInferenceComponentsPaginateTypeDef]
871
926
  ) -> _PageIterator[ListInferenceComponentsOutputTypeDef]:
872
927
  """
873
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceComponents.paginate)
928
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListInferenceComponents.html#SageMaker.Paginator.ListInferenceComponents.paginate)
874
929
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listinferencecomponentspaginator)
875
930
  """
876
931
 
877
932
 
878
933
  class ListInferenceExperimentsPaginator(Paginator):
879
934
  """
880
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceExperiments)
935
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListInferenceExperiments.html#SageMaker.Paginator.ListInferenceExperiments)
881
936
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listinferenceexperimentspaginator)
882
937
  """
883
938
 
@@ -886,14 +941,14 @@ class ListInferenceExperimentsPaginator(Paginator):
886
941
  **kwargs: Unpack[ListInferenceExperimentsRequestListInferenceExperimentsPaginateTypeDef],
887
942
  ) -> _PageIterator[ListInferenceExperimentsResponseTypeDef]:
888
943
  """
889
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceExperiments.paginate)
944
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListInferenceExperiments.html#SageMaker.Paginator.ListInferenceExperiments.paginate)
890
945
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listinferenceexperimentspaginator)
891
946
  """
892
947
 
893
948
 
894
949
  class ListInferenceRecommendationsJobStepsPaginator(Paginator):
895
950
  """
896
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceRecommendationsJobSteps)
951
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListInferenceRecommendationsJobSteps.html#SageMaker.Paginator.ListInferenceRecommendationsJobSteps)
897
952
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listinferencerecommendationsjobstepspaginator)
898
953
  """
899
954
 
@@ -904,14 +959,14 @@ class ListInferenceRecommendationsJobStepsPaginator(Paginator):
904
959
  ],
905
960
  ) -> _PageIterator[ListInferenceRecommendationsJobStepsResponseTypeDef]:
906
961
  """
907
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceRecommendationsJobSteps.paginate)
962
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListInferenceRecommendationsJobSteps.html#SageMaker.Paginator.ListInferenceRecommendationsJobSteps.paginate)
908
963
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listinferencerecommendationsjobstepspaginator)
909
964
  """
910
965
 
911
966
 
912
967
  class ListInferenceRecommendationsJobsPaginator(Paginator):
913
968
  """
914
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceRecommendationsJobs)
969
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListInferenceRecommendationsJobs.html#SageMaker.Paginator.ListInferenceRecommendationsJobs)
915
970
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listinferencerecommendationsjobspaginator)
916
971
  """
917
972
 
@@ -922,14 +977,14 @@ class ListInferenceRecommendationsJobsPaginator(Paginator):
922
977
  ],
923
978
  ) -> _PageIterator[ListInferenceRecommendationsJobsResponseTypeDef]:
924
979
  """
925
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceRecommendationsJobs.paginate)
980
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListInferenceRecommendationsJobs.html#SageMaker.Paginator.ListInferenceRecommendationsJobs.paginate)
926
981
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listinferencerecommendationsjobspaginator)
927
982
  """
928
983
 
929
984
 
930
985
  class ListLabelingJobsForWorkteamPaginator(Paginator):
931
986
  """
932
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLabelingJobsForWorkteam)
987
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListLabelingJobsForWorkteam.html#SageMaker.Paginator.ListLabelingJobsForWorkteam)
933
988
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlabelingjobsforworkteampaginator)
934
989
  """
935
990
 
@@ -940,14 +995,14 @@ class ListLabelingJobsForWorkteamPaginator(Paginator):
940
995
  ],
941
996
  ) -> _PageIterator[ListLabelingJobsForWorkteamResponseTypeDef]:
942
997
  """
943
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLabelingJobsForWorkteam.paginate)
998
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListLabelingJobsForWorkteam.html#SageMaker.Paginator.ListLabelingJobsForWorkteam.paginate)
944
999
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlabelingjobsforworkteampaginator)
945
1000
  """
946
1001
 
947
1002
 
948
1003
  class ListLabelingJobsPaginator(Paginator):
949
1004
  """
950
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLabelingJobs)
1005
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListLabelingJobs.html#SageMaker.Paginator.ListLabelingJobs)
951
1006
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlabelingjobspaginator)
952
1007
  """
953
1008
 
@@ -955,14 +1010,14 @@ class ListLabelingJobsPaginator(Paginator):
955
1010
  self, **kwargs: Unpack[ListLabelingJobsRequestListLabelingJobsPaginateTypeDef]
956
1011
  ) -> _PageIterator[ListLabelingJobsResponseTypeDef]:
957
1012
  """
958
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLabelingJobs.paginate)
1013
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListLabelingJobs.html#SageMaker.Paginator.ListLabelingJobs.paginate)
959
1014
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlabelingjobspaginator)
960
1015
  """
961
1016
 
962
1017
 
963
1018
  class ListLineageGroupsPaginator(Paginator):
964
1019
  """
965
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLineageGroups)
1020
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListLineageGroups.html#SageMaker.Paginator.ListLineageGroups)
966
1021
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlineagegroupspaginator)
967
1022
  """
968
1023
 
@@ -970,14 +1025,14 @@ class ListLineageGroupsPaginator(Paginator):
970
1025
  self, **kwargs: Unpack[ListLineageGroupsRequestListLineageGroupsPaginateTypeDef]
971
1026
  ) -> _PageIterator[ListLineageGroupsResponseTypeDef]:
972
1027
  """
973
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLineageGroups.paginate)
1028
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListLineageGroups.html#SageMaker.Paginator.ListLineageGroups.paginate)
974
1029
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlineagegroupspaginator)
975
1030
  """
976
1031
 
977
1032
 
978
1033
  class ListMlflowTrackingServersPaginator(Paginator):
979
1034
  """
980
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMlflowTrackingServers)
1035
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListMlflowTrackingServers.html#SageMaker.Paginator.ListMlflowTrackingServers)
981
1036
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmlflowtrackingserverspaginator)
982
1037
  """
983
1038
 
@@ -986,14 +1041,14 @@ class ListMlflowTrackingServersPaginator(Paginator):
986
1041
  **kwargs: Unpack[ListMlflowTrackingServersRequestListMlflowTrackingServersPaginateTypeDef],
987
1042
  ) -> _PageIterator[ListMlflowTrackingServersResponseTypeDef]:
988
1043
  """
989
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMlflowTrackingServers.paginate)
1044
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListMlflowTrackingServers.html#SageMaker.Paginator.ListMlflowTrackingServers.paginate)
990
1045
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmlflowtrackingserverspaginator)
991
1046
  """
992
1047
 
993
1048
 
994
1049
  class ListModelBiasJobDefinitionsPaginator(Paginator):
995
1050
  """
996
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelBiasJobDefinitions)
1051
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelBiasJobDefinitions.html#SageMaker.Paginator.ListModelBiasJobDefinitions)
997
1052
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelbiasjobdefinitionspaginator)
998
1053
  """
999
1054
 
@@ -1004,14 +1059,14 @@ class ListModelBiasJobDefinitionsPaginator(Paginator):
1004
1059
  ],
1005
1060
  ) -> _PageIterator[ListModelBiasJobDefinitionsResponseTypeDef]:
1006
1061
  """
1007
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelBiasJobDefinitions.paginate)
1062
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelBiasJobDefinitions.html#SageMaker.Paginator.ListModelBiasJobDefinitions.paginate)
1008
1063
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelbiasjobdefinitionspaginator)
1009
1064
  """
1010
1065
 
1011
1066
 
1012
1067
  class ListModelCardExportJobsPaginator(Paginator):
1013
1068
  """
1014
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelCardExportJobs)
1069
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelCardExportJobs.html#SageMaker.Paginator.ListModelCardExportJobs)
1015
1070
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelcardexportjobspaginator)
1016
1071
  """
1017
1072
 
@@ -1019,14 +1074,14 @@ class ListModelCardExportJobsPaginator(Paginator):
1019
1074
  self, **kwargs: Unpack[ListModelCardExportJobsRequestListModelCardExportJobsPaginateTypeDef]
1020
1075
  ) -> _PageIterator[ListModelCardExportJobsResponseTypeDef]:
1021
1076
  """
1022
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelCardExportJobs.paginate)
1077
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelCardExportJobs.html#SageMaker.Paginator.ListModelCardExportJobs.paginate)
1023
1078
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelcardexportjobspaginator)
1024
1079
  """
1025
1080
 
1026
1081
 
1027
1082
  class ListModelCardVersionsPaginator(Paginator):
1028
1083
  """
1029
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelCardVersions)
1084
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelCardVersions.html#SageMaker.Paginator.ListModelCardVersions)
1030
1085
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelcardversionspaginator)
1031
1086
  """
1032
1087
 
@@ -1034,14 +1089,14 @@ class ListModelCardVersionsPaginator(Paginator):
1034
1089
  self, **kwargs: Unpack[ListModelCardVersionsRequestListModelCardVersionsPaginateTypeDef]
1035
1090
  ) -> _PageIterator[ListModelCardVersionsResponseTypeDef]:
1036
1091
  """
1037
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelCardVersions.paginate)
1092
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelCardVersions.html#SageMaker.Paginator.ListModelCardVersions.paginate)
1038
1093
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelcardversionspaginator)
1039
1094
  """
1040
1095
 
1041
1096
 
1042
1097
  class ListModelCardsPaginator(Paginator):
1043
1098
  """
1044
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelCards)
1099
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelCards.html#SageMaker.Paginator.ListModelCards)
1045
1100
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelcardspaginator)
1046
1101
  """
1047
1102
 
@@ -1049,14 +1104,14 @@ class ListModelCardsPaginator(Paginator):
1049
1104
  self, **kwargs: Unpack[ListModelCardsRequestListModelCardsPaginateTypeDef]
1050
1105
  ) -> _PageIterator[ListModelCardsResponseTypeDef]:
1051
1106
  """
1052
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelCards.paginate)
1107
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelCards.html#SageMaker.Paginator.ListModelCards.paginate)
1053
1108
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelcardspaginator)
1054
1109
  """
1055
1110
 
1056
1111
 
1057
1112
  class ListModelExplainabilityJobDefinitionsPaginator(Paginator):
1058
1113
  """
1059
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelExplainabilityJobDefinitions)
1114
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelExplainabilityJobDefinitions.html#SageMaker.Paginator.ListModelExplainabilityJobDefinitions)
1060
1115
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelexplainabilityjobdefinitionspaginator)
1061
1116
  """
1062
1117
 
@@ -1067,14 +1122,14 @@ class ListModelExplainabilityJobDefinitionsPaginator(Paginator):
1067
1122
  ],
1068
1123
  ) -> _PageIterator[ListModelExplainabilityJobDefinitionsResponseTypeDef]:
1069
1124
  """
1070
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelExplainabilityJobDefinitions.paginate)
1125
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelExplainabilityJobDefinitions.html#SageMaker.Paginator.ListModelExplainabilityJobDefinitions.paginate)
1071
1126
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelexplainabilityjobdefinitionspaginator)
1072
1127
  """
1073
1128
 
1074
1129
 
1075
1130
  class ListModelMetadataPaginator(Paginator):
1076
1131
  """
1077
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelMetadata)
1132
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelMetadata.html#SageMaker.Paginator.ListModelMetadata)
1078
1133
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelmetadatapaginator)
1079
1134
  """
1080
1135
 
@@ -1082,14 +1137,14 @@ class ListModelMetadataPaginator(Paginator):
1082
1137
  self, **kwargs: Unpack[ListModelMetadataRequestListModelMetadataPaginateTypeDef]
1083
1138
  ) -> _PageIterator[ListModelMetadataResponseTypeDef]:
1084
1139
  """
1085
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelMetadata.paginate)
1140
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelMetadata.html#SageMaker.Paginator.ListModelMetadata.paginate)
1086
1141
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelmetadatapaginator)
1087
1142
  """
1088
1143
 
1089
1144
 
1090
1145
  class ListModelPackageGroupsPaginator(Paginator):
1091
1146
  """
1092
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelPackageGroups)
1147
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelPackageGroups.html#SageMaker.Paginator.ListModelPackageGroups)
1093
1148
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelpackagegroupspaginator)
1094
1149
  """
1095
1150
 
@@ -1097,14 +1152,14 @@ class ListModelPackageGroupsPaginator(Paginator):
1097
1152
  self, **kwargs: Unpack[ListModelPackageGroupsInputListModelPackageGroupsPaginateTypeDef]
1098
1153
  ) -> _PageIterator[ListModelPackageGroupsOutputTypeDef]:
1099
1154
  """
1100
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelPackageGroups.paginate)
1155
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelPackageGroups.html#SageMaker.Paginator.ListModelPackageGroups.paginate)
1101
1156
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelpackagegroupspaginator)
1102
1157
  """
1103
1158
 
1104
1159
 
1105
1160
  class ListModelPackagesPaginator(Paginator):
1106
1161
  """
1107
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelPackages)
1162
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelPackages.html#SageMaker.Paginator.ListModelPackages)
1108
1163
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelpackagespaginator)
1109
1164
  """
1110
1165
 
@@ -1112,14 +1167,14 @@ class ListModelPackagesPaginator(Paginator):
1112
1167
  self, **kwargs: Unpack[ListModelPackagesInputListModelPackagesPaginateTypeDef]
1113
1168
  ) -> _PageIterator[ListModelPackagesOutputTypeDef]:
1114
1169
  """
1115
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelPackages.paginate)
1170
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelPackages.html#SageMaker.Paginator.ListModelPackages.paginate)
1116
1171
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelpackagespaginator)
1117
1172
  """
1118
1173
 
1119
1174
 
1120
1175
  class ListModelQualityJobDefinitionsPaginator(Paginator):
1121
1176
  """
1122
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelQualityJobDefinitions)
1177
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelQualityJobDefinitions.html#SageMaker.Paginator.ListModelQualityJobDefinitions)
1123
1178
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelqualityjobdefinitionspaginator)
1124
1179
  """
1125
1180
 
@@ -1130,14 +1185,14 @@ class ListModelQualityJobDefinitionsPaginator(Paginator):
1130
1185
  ],
1131
1186
  ) -> _PageIterator[ListModelQualityJobDefinitionsResponseTypeDef]:
1132
1187
  """
1133
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelQualityJobDefinitions.paginate)
1188
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModelQualityJobDefinitions.html#SageMaker.Paginator.ListModelQualityJobDefinitions.paginate)
1134
1189
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelqualityjobdefinitionspaginator)
1135
1190
  """
1136
1191
 
1137
1192
 
1138
1193
  class ListModelsPaginator(Paginator):
1139
1194
  """
1140
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModels)
1195
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModels.html#SageMaker.Paginator.ListModels)
1141
1196
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelspaginator)
1142
1197
  """
1143
1198
 
@@ -1145,14 +1200,14 @@ class ListModelsPaginator(Paginator):
1145
1200
  self, **kwargs: Unpack[ListModelsInputListModelsPaginateTypeDef]
1146
1201
  ) -> _PageIterator[ListModelsOutputTypeDef]:
1147
1202
  """
1148
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModels.paginate)
1203
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListModels.html#SageMaker.Paginator.ListModels.paginate)
1149
1204
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelspaginator)
1150
1205
  """
1151
1206
 
1152
1207
 
1153
1208
  class ListMonitoringAlertHistoryPaginator(Paginator):
1154
1209
  """
1155
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringAlertHistory)
1210
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListMonitoringAlertHistory.html#SageMaker.Paginator.ListMonitoringAlertHistory)
1156
1211
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmonitoringalerthistorypaginator)
1157
1212
  """
1158
1213
 
@@ -1163,14 +1218,14 @@ class ListMonitoringAlertHistoryPaginator(Paginator):
1163
1218
  ],
1164
1219
  ) -> _PageIterator[ListMonitoringAlertHistoryResponseTypeDef]:
1165
1220
  """
1166
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringAlertHistory.paginate)
1221
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListMonitoringAlertHistory.html#SageMaker.Paginator.ListMonitoringAlertHistory.paginate)
1167
1222
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmonitoringalerthistorypaginator)
1168
1223
  """
1169
1224
 
1170
1225
 
1171
1226
  class ListMonitoringAlertsPaginator(Paginator):
1172
1227
  """
1173
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringAlerts)
1228
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListMonitoringAlerts.html#SageMaker.Paginator.ListMonitoringAlerts)
1174
1229
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmonitoringalertspaginator)
1175
1230
  """
1176
1231
 
@@ -1178,14 +1233,14 @@ class ListMonitoringAlertsPaginator(Paginator):
1178
1233
  self, **kwargs: Unpack[ListMonitoringAlertsRequestListMonitoringAlertsPaginateTypeDef]
1179
1234
  ) -> _PageIterator[ListMonitoringAlertsResponseTypeDef]:
1180
1235
  """
1181
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringAlerts.paginate)
1236
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListMonitoringAlerts.html#SageMaker.Paginator.ListMonitoringAlerts.paginate)
1182
1237
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmonitoringalertspaginator)
1183
1238
  """
1184
1239
 
1185
1240
 
1186
1241
  class ListMonitoringExecutionsPaginator(Paginator):
1187
1242
  """
1188
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringExecutions)
1243
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListMonitoringExecutions.html#SageMaker.Paginator.ListMonitoringExecutions)
1189
1244
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmonitoringexecutionspaginator)
1190
1245
  """
1191
1246
 
@@ -1194,14 +1249,14 @@ class ListMonitoringExecutionsPaginator(Paginator):
1194
1249
  **kwargs: Unpack[ListMonitoringExecutionsRequestListMonitoringExecutionsPaginateTypeDef],
1195
1250
  ) -> _PageIterator[ListMonitoringExecutionsResponseTypeDef]:
1196
1251
  """
1197
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringExecutions.paginate)
1252
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListMonitoringExecutions.html#SageMaker.Paginator.ListMonitoringExecutions.paginate)
1198
1253
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmonitoringexecutionspaginator)
1199
1254
  """
1200
1255
 
1201
1256
 
1202
1257
  class ListMonitoringSchedulesPaginator(Paginator):
1203
1258
  """
1204
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringSchedules)
1259
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListMonitoringSchedules.html#SageMaker.Paginator.ListMonitoringSchedules)
1205
1260
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmonitoringschedulespaginator)
1206
1261
  """
1207
1262
 
@@ -1209,14 +1264,14 @@ class ListMonitoringSchedulesPaginator(Paginator):
1209
1264
  self, **kwargs: Unpack[ListMonitoringSchedulesRequestListMonitoringSchedulesPaginateTypeDef]
1210
1265
  ) -> _PageIterator[ListMonitoringSchedulesResponseTypeDef]:
1211
1266
  """
1212
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringSchedules.paginate)
1267
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListMonitoringSchedules.html#SageMaker.Paginator.ListMonitoringSchedules.paginate)
1213
1268
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmonitoringschedulespaginator)
1214
1269
  """
1215
1270
 
1216
1271
 
1217
1272
  class ListNotebookInstanceLifecycleConfigsPaginator(Paginator):
1218
1273
  """
1219
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListNotebookInstanceLifecycleConfigs)
1274
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListNotebookInstanceLifecycleConfigs.html#SageMaker.Paginator.ListNotebookInstanceLifecycleConfigs)
1220
1275
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listnotebookinstancelifecycleconfigspaginator)
1221
1276
  """
1222
1277
 
@@ -1227,14 +1282,14 @@ class ListNotebookInstanceLifecycleConfigsPaginator(Paginator):
1227
1282
  ],
1228
1283
  ) -> _PageIterator[ListNotebookInstanceLifecycleConfigsOutputTypeDef]:
1229
1284
  """
1230
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListNotebookInstanceLifecycleConfigs.paginate)
1285
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListNotebookInstanceLifecycleConfigs.html#SageMaker.Paginator.ListNotebookInstanceLifecycleConfigs.paginate)
1231
1286
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listnotebookinstancelifecycleconfigspaginator)
1232
1287
  """
1233
1288
 
1234
1289
 
1235
1290
  class ListNotebookInstancesPaginator(Paginator):
1236
1291
  """
1237
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListNotebookInstances)
1292
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListNotebookInstances.html#SageMaker.Paginator.ListNotebookInstances)
1238
1293
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listnotebookinstancespaginator)
1239
1294
  """
1240
1295
 
@@ -1242,14 +1297,14 @@ class ListNotebookInstancesPaginator(Paginator):
1242
1297
  self, **kwargs: Unpack[ListNotebookInstancesInputListNotebookInstancesPaginateTypeDef]
1243
1298
  ) -> _PageIterator[ListNotebookInstancesOutputTypeDef]:
1244
1299
  """
1245
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListNotebookInstances.paginate)
1300
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListNotebookInstances.html#SageMaker.Paginator.ListNotebookInstances.paginate)
1246
1301
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listnotebookinstancespaginator)
1247
1302
  """
1248
1303
 
1249
1304
 
1250
1305
  class ListOptimizationJobsPaginator(Paginator):
1251
1306
  """
1252
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListOptimizationJobs)
1307
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListOptimizationJobs.html#SageMaker.Paginator.ListOptimizationJobs)
1253
1308
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listoptimizationjobspaginator)
1254
1309
  """
1255
1310
 
@@ -1257,14 +1312,29 @@ class ListOptimizationJobsPaginator(Paginator):
1257
1312
  self, **kwargs: Unpack[ListOptimizationJobsRequestListOptimizationJobsPaginateTypeDef]
1258
1313
  ) -> _PageIterator[ListOptimizationJobsResponseTypeDef]:
1259
1314
  """
1260
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListOptimizationJobs.paginate)
1315
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListOptimizationJobs.html#SageMaker.Paginator.ListOptimizationJobs.paginate)
1261
1316
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listoptimizationjobspaginator)
1262
1317
  """
1263
1318
 
1264
1319
 
1320
+ class ListPartnerAppsPaginator(Paginator):
1321
+ """
1322
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListPartnerApps.html#SageMaker.Paginator.ListPartnerApps)
1323
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpartnerappspaginator)
1324
+ """
1325
+
1326
+ def paginate(
1327
+ self, **kwargs: Unpack[ListPartnerAppsRequestListPartnerAppsPaginateTypeDef]
1328
+ ) -> _PageIterator[ListPartnerAppsResponseTypeDef]:
1329
+ """
1330
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListPartnerApps.html#SageMaker.Paginator.ListPartnerApps.paginate)
1331
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpartnerappspaginator)
1332
+ """
1333
+
1334
+
1265
1335
  class ListPipelineExecutionStepsPaginator(Paginator):
1266
1336
  """
1267
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelineExecutionSteps)
1337
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListPipelineExecutionSteps.html#SageMaker.Paginator.ListPipelineExecutionSteps)
1268
1338
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpipelineexecutionstepspaginator)
1269
1339
  """
1270
1340
 
@@ -1275,14 +1345,14 @@ class ListPipelineExecutionStepsPaginator(Paginator):
1275
1345
  ],
1276
1346
  ) -> _PageIterator[ListPipelineExecutionStepsResponseTypeDef]:
1277
1347
  """
1278
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelineExecutionSteps.paginate)
1348
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListPipelineExecutionSteps.html#SageMaker.Paginator.ListPipelineExecutionSteps.paginate)
1279
1349
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpipelineexecutionstepspaginator)
1280
1350
  """
1281
1351
 
1282
1352
 
1283
1353
  class ListPipelineExecutionsPaginator(Paginator):
1284
1354
  """
1285
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelineExecutions)
1355
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListPipelineExecutions.html#SageMaker.Paginator.ListPipelineExecutions)
1286
1356
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpipelineexecutionspaginator)
1287
1357
  """
1288
1358
 
@@ -1290,14 +1360,14 @@ class ListPipelineExecutionsPaginator(Paginator):
1290
1360
  self, **kwargs: Unpack[ListPipelineExecutionsRequestListPipelineExecutionsPaginateTypeDef]
1291
1361
  ) -> _PageIterator[ListPipelineExecutionsResponseTypeDef]:
1292
1362
  """
1293
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelineExecutions.paginate)
1363
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListPipelineExecutions.html#SageMaker.Paginator.ListPipelineExecutions.paginate)
1294
1364
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpipelineexecutionspaginator)
1295
1365
  """
1296
1366
 
1297
1367
 
1298
1368
  class ListPipelineParametersForExecutionPaginator(Paginator):
1299
1369
  """
1300
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelineParametersForExecution)
1370
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListPipelineParametersForExecution.html#SageMaker.Paginator.ListPipelineParametersForExecution)
1301
1371
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpipelineparametersforexecutionpaginator)
1302
1372
  """
1303
1373
 
@@ -1308,14 +1378,14 @@ class ListPipelineParametersForExecutionPaginator(Paginator):
1308
1378
  ],
1309
1379
  ) -> _PageIterator[ListPipelineParametersForExecutionResponseTypeDef]:
1310
1380
  """
1311
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelineParametersForExecution.paginate)
1381
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListPipelineParametersForExecution.html#SageMaker.Paginator.ListPipelineParametersForExecution.paginate)
1312
1382
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpipelineparametersforexecutionpaginator)
1313
1383
  """
1314
1384
 
1315
1385
 
1316
1386
  class ListPipelinesPaginator(Paginator):
1317
1387
  """
1318
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelines)
1388
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListPipelines.html#SageMaker.Paginator.ListPipelines)
1319
1389
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpipelinespaginator)
1320
1390
  """
1321
1391
 
@@ -1323,14 +1393,14 @@ class ListPipelinesPaginator(Paginator):
1323
1393
  self, **kwargs: Unpack[ListPipelinesRequestListPipelinesPaginateTypeDef]
1324
1394
  ) -> _PageIterator[ListPipelinesResponseTypeDef]:
1325
1395
  """
1326
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelines.paginate)
1396
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListPipelines.html#SageMaker.Paginator.ListPipelines.paginate)
1327
1397
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpipelinespaginator)
1328
1398
  """
1329
1399
 
1330
1400
 
1331
1401
  class ListProcessingJobsPaginator(Paginator):
1332
1402
  """
1333
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListProcessingJobs)
1403
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListProcessingJobs.html#SageMaker.Paginator.ListProcessingJobs)
1334
1404
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listprocessingjobspaginator)
1335
1405
  """
1336
1406
 
@@ -1338,14 +1408,14 @@ class ListProcessingJobsPaginator(Paginator):
1338
1408
  self, **kwargs: Unpack[ListProcessingJobsRequestListProcessingJobsPaginateTypeDef]
1339
1409
  ) -> _PageIterator[ListProcessingJobsResponseTypeDef]:
1340
1410
  """
1341
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListProcessingJobs.paginate)
1411
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListProcessingJobs.html#SageMaker.Paginator.ListProcessingJobs.paginate)
1342
1412
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listprocessingjobspaginator)
1343
1413
  """
1344
1414
 
1345
1415
 
1346
1416
  class ListResourceCatalogsPaginator(Paginator):
1347
1417
  """
1348
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListResourceCatalogs)
1418
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListResourceCatalogs.html#SageMaker.Paginator.ListResourceCatalogs)
1349
1419
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listresourcecatalogspaginator)
1350
1420
  """
1351
1421
 
@@ -1353,14 +1423,14 @@ class ListResourceCatalogsPaginator(Paginator):
1353
1423
  self, **kwargs: Unpack[ListResourceCatalogsRequestListResourceCatalogsPaginateTypeDef]
1354
1424
  ) -> _PageIterator[ListResourceCatalogsResponseTypeDef]:
1355
1425
  """
1356
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListResourceCatalogs.paginate)
1426
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListResourceCatalogs.html#SageMaker.Paginator.ListResourceCatalogs.paginate)
1357
1427
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listresourcecatalogspaginator)
1358
1428
  """
1359
1429
 
1360
1430
 
1361
1431
  class ListSpacesPaginator(Paginator):
1362
1432
  """
1363
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListSpaces)
1433
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListSpaces.html#SageMaker.Paginator.ListSpaces)
1364
1434
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listspacespaginator)
1365
1435
  """
1366
1436
 
@@ -1368,14 +1438,14 @@ class ListSpacesPaginator(Paginator):
1368
1438
  self, **kwargs: Unpack[ListSpacesRequestListSpacesPaginateTypeDef]
1369
1439
  ) -> _PageIterator[ListSpacesResponseTypeDef]:
1370
1440
  """
1371
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListSpaces.paginate)
1441
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListSpaces.html#SageMaker.Paginator.ListSpaces.paginate)
1372
1442
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listspacespaginator)
1373
1443
  """
1374
1444
 
1375
1445
 
1376
1446
  class ListStageDevicesPaginator(Paginator):
1377
1447
  """
1378
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListStageDevices)
1448
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListStageDevices.html#SageMaker.Paginator.ListStageDevices)
1379
1449
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#liststagedevicespaginator)
1380
1450
  """
1381
1451
 
@@ -1383,14 +1453,14 @@ class ListStageDevicesPaginator(Paginator):
1383
1453
  self, **kwargs: Unpack[ListStageDevicesRequestListStageDevicesPaginateTypeDef]
1384
1454
  ) -> _PageIterator[ListStageDevicesResponseTypeDef]:
1385
1455
  """
1386
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListStageDevices.paginate)
1456
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListStageDevices.html#SageMaker.Paginator.ListStageDevices.paginate)
1387
1457
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#liststagedevicespaginator)
1388
1458
  """
1389
1459
 
1390
1460
 
1391
1461
  class ListStudioLifecycleConfigsPaginator(Paginator):
1392
1462
  """
1393
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListStudioLifecycleConfigs)
1463
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListStudioLifecycleConfigs.html#SageMaker.Paginator.ListStudioLifecycleConfigs)
1394
1464
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#liststudiolifecycleconfigspaginator)
1395
1465
  """
1396
1466
 
@@ -1401,14 +1471,14 @@ class ListStudioLifecycleConfigsPaginator(Paginator):
1401
1471
  ],
1402
1472
  ) -> _PageIterator[ListStudioLifecycleConfigsResponseTypeDef]:
1403
1473
  """
1404
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListStudioLifecycleConfigs.paginate)
1474
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListStudioLifecycleConfigs.html#SageMaker.Paginator.ListStudioLifecycleConfigs.paginate)
1405
1475
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#liststudiolifecycleconfigspaginator)
1406
1476
  """
1407
1477
 
1408
1478
 
1409
1479
  class ListSubscribedWorkteamsPaginator(Paginator):
1410
1480
  """
1411
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListSubscribedWorkteams)
1481
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListSubscribedWorkteams.html#SageMaker.Paginator.ListSubscribedWorkteams)
1412
1482
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listsubscribedworkteamspaginator)
1413
1483
  """
1414
1484
 
@@ -1416,14 +1486,14 @@ class ListSubscribedWorkteamsPaginator(Paginator):
1416
1486
  self, **kwargs: Unpack[ListSubscribedWorkteamsRequestListSubscribedWorkteamsPaginateTypeDef]
1417
1487
  ) -> _PageIterator[ListSubscribedWorkteamsResponseTypeDef]:
1418
1488
  """
1419
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListSubscribedWorkteams.paginate)
1489
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListSubscribedWorkteams.html#SageMaker.Paginator.ListSubscribedWorkteams.paginate)
1420
1490
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listsubscribedworkteamspaginator)
1421
1491
  """
1422
1492
 
1423
1493
 
1424
1494
  class ListTagsPaginator(Paginator):
1425
1495
  """
1426
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTags)
1496
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTags.html#SageMaker.Paginator.ListTags)
1427
1497
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtagspaginator)
1428
1498
  """
1429
1499
 
@@ -1431,14 +1501,14 @@ class ListTagsPaginator(Paginator):
1431
1501
  self, **kwargs: Unpack[ListTagsInputListTagsPaginateTypeDef]
1432
1502
  ) -> _PageIterator[ListTagsOutputTypeDef]:
1433
1503
  """
1434
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTags.paginate)
1504
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTags.html#SageMaker.Paginator.ListTags.paginate)
1435
1505
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtagspaginator)
1436
1506
  """
1437
1507
 
1438
1508
 
1439
1509
  class ListTrainingJobsForHyperParameterTuningJobPaginator(Paginator):
1440
1510
  """
1441
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrainingJobsForHyperParameterTuningJob)
1511
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTrainingJobsForHyperParameterTuningJob.html#SageMaker.Paginator.ListTrainingJobsForHyperParameterTuningJob)
1442
1512
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrainingjobsforhyperparametertuningjobpaginator)
1443
1513
  """
1444
1514
 
@@ -1449,14 +1519,14 @@ class ListTrainingJobsForHyperParameterTuningJobPaginator(Paginator):
1449
1519
  ],
1450
1520
  ) -> _PageIterator[ListTrainingJobsForHyperParameterTuningJobResponseTypeDef]:
1451
1521
  """
1452
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrainingJobsForHyperParameterTuningJob.paginate)
1522
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTrainingJobsForHyperParameterTuningJob.html#SageMaker.Paginator.ListTrainingJobsForHyperParameterTuningJob.paginate)
1453
1523
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrainingjobsforhyperparametertuningjobpaginator)
1454
1524
  """
1455
1525
 
1456
1526
 
1457
1527
  class ListTrainingJobsPaginator(Paginator):
1458
1528
  """
1459
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrainingJobs)
1529
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTrainingJobs.html#SageMaker.Paginator.ListTrainingJobs)
1460
1530
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrainingjobspaginator)
1461
1531
  """
1462
1532
 
@@ -1464,14 +1534,29 @@ class ListTrainingJobsPaginator(Paginator):
1464
1534
  self, **kwargs: Unpack[ListTrainingJobsRequestListTrainingJobsPaginateTypeDef]
1465
1535
  ) -> _PageIterator[ListTrainingJobsResponseTypeDef]:
1466
1536
  """
1467
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrainingJobs.paginate)
1537
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTrainingJobs.html#SageMaker.Paginator.ListTrainingJobs.paginate)
1468
1538
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrainingjobspaginator)
1469
1539
  """
1470
1540
 
1471
1541
 
1542
+ class ListTrainingPlansPaginator(Paginator):
1543
+ """
1544
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTrainingPlans.html#SageMaker.Paginator.ListTrainingPlans)
1545
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrainingplanspaginator)
1546
+ """
1547
+
1548
+ def paginate(
1549
+ self, **kwargs: Unpack[ListTrainingPlansRequestListTrainingPlansPaginateTypeDef]
1550
+ ) -> _PageIterator[ListTrainingPlansResponseTypeDef]:
1551
+ """
1552
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTrainingPlans.html#SageMaker.Paginator.ListTrainingPlans.paginate)
1553
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrainingplanspaginator)
1554
+ """
1555
+
1556
+
1472
1557
  class ListTransformJobsPaginator(Paginator):
1473
1558
  """
1474
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTransformJobs)
1559
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTransformJobs.html#SageMaker.Paginator.ListTransformJobs)
1475
1560
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtransformjobspaginator)
1476
1561
  """
1477
1562
 
@@ -1479,14 +1564,14 @@ class ListTransformJobsPaginator(Paginator):
1479
1564
  self, **kwargs: Unpack[ListTransformJobsRequestListTransformJobsPaginateTypeDef]
1480
1565
  ) -> _PageIterator[ListTransformJobsResponseTypeDef]:
1481
1566
  """
1482
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTransformJobs.paginate)
1567
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTransformJobs.html#SageMaker.Paginator.ListTransformJobs.paginate)
1483
1568
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtransformjobspaginator)
1484
1569
  """
1485
1570
 
1486
1571
 
1487
1572
  class ListTrialComponentsPaginator(Paginator):
1488
1573
  """
1489
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrialComponents)
1574
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTrialComponents.html#SageMaker.Paginator.ListTrialComponents)
1490
1575
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrialcomponentspaginator)
1491
1576
  """
1492
1577
 
@@ -1494,14 +1579,14 @@ class ListTrialComponentsPaginator(Paginator):
1494
1579
  self, **kwargs: Unpack[ListTrialComponentsRequestListTrialComponentsPaginateTypeDef]
1495
1580
  ) -> _PageIterator[ListTrialComponentsResponseTypeDef]:
1496
1581
  """
1497
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrialComponents.paginate)
1582
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTrialComponents.html#SageMaker.Paginator.ListTrialComponents.paginate)
1498
1583
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrialcomponentspaginator)
1499
1584
  """
1500
1585
 
1501
1586
 
1502
1587
  class ListTrialsPaginator(Paginator):
1503
1588
  """
1504
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrials)
1589
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTrials.html#SageMaker.Paginator.ListTrials)
1505
1590
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrialspaginator)
1506
1591
  """
1507
1592
 
@@ -1509,14 +1594,14 @@ class ListTrialsPaginator(Paginator):
1509
1594
  self, **kwargs: Unpack[ListTrialsRequestListTrialsPaginateTypeDef]
1510
1595
  ) -> _PageIterator[ListTrialsResponseTypeDef]:
1511
1596
  """
1512
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrials.paginate)
1597
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListTrials.html#SageMaker.Paginator.ListTrials.paginate)
1513
1598
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrialspaginator)
1514
1599
  """
1515
1600
 
1516
1601
 
1517
1602
  class ListUserProfilesPaginator(Paginator):
1518
1603
  """
1519
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListUserProfiles)
1604
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListUserProfiles.html#SageMaker.Paginator.ListUserProfiles)
1520
1605
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listuserprofilespaginator)
1521
1606
  """
1522
1607
 
@@ -1524,14 +1609,14 @@ class ListUserProfilesPaginator(Paginator):
1524
1609
  self, **kwargs: Unpack[ListUserProfilesRequestListUserProfilesPaginateTypeDef]
1525
1610
  ) -> _PageIterator[ListUserProfilesResponseTypeDef]:
1526
1611
  """
1527
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListUserProfiles.paginate)
1612
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListUserProfiles.html#SageMaker.Paginator.ListUserProfiles.paginate)
1528
1613
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listuserprofilespaginator)
1529
1614
  """
1530
1615
 
1531
1616
 
1532
1617
  class ListWorkforcesPaginator(Paginator):
1533
1618
  """
1534
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListWorkforces)
1619
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListWorkforces.html#SageMaker.Paginator.ListWorkforces)
1535
1620
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listworkforcespaginator)
1536
1621
  """
1537
1622
 
@@ -1539,14 +1624,14 @@ class ListWorkforcesPaginator(Paginator):
1539
1624
  self, **kwargs: Unpack[ListWorkforcesRequestListWorkforcesPaginateTypeDef]
1540
1625
  ) -> _PageIterator[ListWorkforcesResponseTypeDef]:
1541
1626
  """
1542
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListWorkforces.paginate)
1627
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListWorkforces.html#SageMaker.Paginator.ListWorkforces.paginate)
1543
1628
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listworkforcespaginator)
1544
1629
  """
1545
1630
 
1546
1631
 
1547
1632
  class ListWorkteamsPaginator(Paginator):
1548
1633
  """
1549
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListWorkteams)
1634
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListWorkteams.html#SageMaker.Paginator.ListWorkteams)
1550
1635
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listworkteamspaginator)
1551
1636
  """
1552
1637
 
@@ -1554,14 +1639,14 @@ class ListWorkteamsPaginator(Paginator):
1554
1639
  self, **kwargs: Unpack[ListWorkteamsRequestListWorkteamsPaginateTypeDef]
1555
1640
  ) -> _PageIterator[ListWorkteamsResponseTypeDef]:
1556
1641
  """
1557
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListWorkteams.paginate)
1642
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/ListWorkteams.html#SageMaker.Paginator.ListWorkteams.paginate)
1558
1643
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listworkteamspaginator)
1559
1644
  """
1560
1645
 
1561
1646
 
1562
1647
  class SearchPaginator(Paginator):
1563
1648
  """
1564
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.Search)
1649
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/Search.html#SageMaker.Paginator.Search)
1565
1650
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#searchpaginator)
1566
1651
  """
1567
1652
 
@@ -1569,6 +1654,6 @@ class SearchPaginator(Paginator):
1569
1654
  self, **kwargs: Unpack[SearchRequestSearchPaginateTypeDef]
1570
1655
  ) -> _PageIterator[SearchResponseTypeDef]:
1571
1656
  """
1572
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.Search.paginate)
1657
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/paginator/Search.html#SageMaker.Paginator.Search.paginate)
1573
1658
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#searchpaginator)
1574
1659
  """