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