mypy-boto3-sagemaker 1.35.0__py3-none-any.whl → 1.35.13__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mypy-boto3-sagemaker might be problematic. Click here for more details.
- mypy_boto3_sagemaker/__init__.py +1 -0
- mypy_boto3_sagemaker/__main__.py +4 -4
- mypy_boto3_sagemaker/client.py +796 -2097
- mypy_boto3_sagemaker/client.pyi +795 -2097
- mypy_boto3_sagemaker/literals.py +7 -1
- mypy_boto3_sagemaker/literals.pyi +5 -1
- mypy_boto3_sagemaker/paginator.py +184 -730
- mypy_boto3_sagemaker/paginator.pyi +182 -804
- mypy_boto3_sagemaker/type_defs.py +351 -996
- mypy_boto3_sagemaker/type_defs.pyi +351 -997
- mypy_boto3_sagemaker/version.py +1 -1
- mypy_boto3_sagemaker/waiter.py +49 -24
- mypy_boto3_sagemaker/waiter.pyi +48 -37
- {mypy_boto3_sagemaker-1.35.0.dist-info → mypy_boto3_sagemaker-1.35.13.dist-info}/METADATA +19 -20
- mypy_boto3_sagemaker-1.35.13.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.35.0.dist-info → mypy_boto3_sagemaker-1.35.13.dist-info}/WHEEL +1 -1
- mypy_boto3_sagemaker-1.35.0.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.35.0.dist-info → mypy_boto3_sagemaker-1.35.13.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.0.dist-info → mypy_boto3_sagemaker-1.35.13.dist-info}/top_level.txt +0 -0
|
@@ -167,190 +167,165 @@ Usage::
|
|
|
167
167
|
"""
|
|
168
168
|
|
|
169
169
|
import sys
|
|
170
|
-
from typing import Generic, Iterator,
|
|
170
|
+
from typing import Generic, Iterator, TypeVar
|
|
171
171
|
|
|
172
172
|
from botocore.paginate import PageIterator, Paginator
|
|
173
173
|
|
|
174
|
-
from .literals import (
|
|
175
|
-
AlgorithmSortByType,
|
|
176
|
-
AppImageConfigSortKeyType,
|
|
177
|
-
AssociationEdgeTypeType,
|
|
178
|
-
AutoMLJobStatusType,
|
|
179
|
-
AutoMLSortByType,
|
|
180
|
-
AutoMLSortOrderType,
|
|
181
|
-
CandidateSortByType,
|
|
182
|
-
CandidateStatusType,
|
|
183
|
-
ClusterSortByType,
|
|
184
|
-
CodeRepositorySortByType,
|
|
185
|
-
CodeRepositorySortOrderType,
|
|
186
|
-
CompilationJobStatusType,
|
|
187
|
-
CrossAccountFilterOptionType,
|
|
188
|
-
EdgePackagingJobStatusType,
|
|
189
|
-
EndpointConfigSortKeyType,
|
|
190
|
-
EndpointSortKeyType,
|
|
191
|
-
EndpointStatusType,
|
|
192
|
-
ExecutionStatusType,
|
|
193
|
-
FeatureGroupSortByType,
|
|
194
|
-
FeatureGroupSortOrderType,
|
|
195
|
-
FeatureGroupStatusType,
|
|
196
|
-
HyperParameterTuningJobSortByOptionsType,
|
|
197
|
-
HyperParameterTuningJobStatusType,
|
|
198
|
-
ImageSortByType,
|
|
199
|
-
ImageSortOrderType,
|
|
200
|
-
ImageVersionSortByType,
|
|
201
|
-
ImageVersionSortOrderType,
|
|
202
|
-
InferenceComponentSortKeyType,
|
|
203
|
-
InferenceComponentStatusType,
|
|
204
|
-
InferenceExperimentStatusType,
|
|
205
|
-
LabelingJobStatusType,
|
|
206
|
-
ListCompilationJobsSortByType,
|
|
207
|
-
ListDeviceFleetsSortByType,
|
|
208
|
-
ListEdgeDeploymentPlansSortByType,
|
|
209
|
-
ListEdgePackagingJobsSortByType,
|
|
210
|
-
ListInferenceRecommendationsJobsSortByType,
|
|
211
|
-
ListOptimizationJobsSortByType,
|
|
212
|
-
ListWorkforcesSortByOptionsType,
|
|
213
|
-
ListWorkteamsSortByOptionsType,
|
|
214
|
-
ModelApprovalStatusType,
|
|
215
|
-
ModelCardExportJobSortByType,
|
|
216
|
-
ModelCardExportJobSortOrderType,
|
|
217
|
-
ModelCardExportJobStatusType,
|
|
218
|
-
ModelCardSortByType,
|
|
219
|
-
ModelCardSortOrderType,
|
|
220
|
-
ModelCardStatusType,
|
|
221
|
-
ModelPackageGroupSortByType,
|
|
222
|
-
ModelPackageSortByType,
|
|
223
|
-
ModelPackageTypeType,
|
|
224
|
-
ModelSortKeyType,
|
|
225
|
-
MonitoringAlertHistorySortKeyType,
|
|
226
|
-
MonitoringAlertStatusType,
|
|
227
|
-
MonitoringExecutionSortKeyType,
|
|
228
|
-
MonitoringJobDefinitionSortKeyType,
|
|
229
|
-
MonitoringScheduleSortKeyType,
|
|
230
|
-
MonitoringTypeType,
|
|
231
|
-
NotebookInstanceLifecycleConfigSortKeyType,
|
|
232
|
-
NotebookInstanceLifecycleConfigSortOrderType,
|
|
233
|
-
NotebookInstanceSortKeyType,
|
|
234
|
-
NotebookInstanceSortOrderType,
|
|
235
|
-
NotebookInstanceStatusType,
|
|
236
|
-
OfflineStoreStatusValueType,
|
|
237
|
-
OptimizationJobStatusType,
|
|
238
|
-
OrderKeyType,
|
|
239
|
-
ProcessingJobStatusType,
|
|
240
|
-
RecommendationJobStatusType,
|
|
241
|
-
ResourceCatalogSortOrderType,
|
|
242
|
-
ResourceTypeType,
|
|
243
|
-
ScheduleStatusType,
|
|
244
|
-
SearchSortOrderType,
|
|
245
|
-
SortActionsByType,
|
|
246
|
-
SortAssociationsByType,
|
|
247
|
-
SortByType,
|
|
248
|
-
SortContextsByType,
|
|
249
|
-
SortExperimentsByType,
|
|
250
|
-
SortInferenceExperimentsByType,
|
|
251
|
-
SortLineageGroupsByType,
|
|
252
|
-
SortOrderType,
|
|
253
|
-
SortPipelineExecutionsByType,
|
|
254
|
-
SortPipelinesByType,
|
|
255
|
-
SortTrackingServerByType,
|
|
256
|
-
SortTrialComponentsByType,
|
|
257
|
-
SortTrialsByType,
|
|
258
|
-
SpaceSortKeyType,
|
|
259
|
-
StudioLifecycleConfigAppTypeType,
|
|
260
|
-
StudioLifecycleConfigSortKeyType,
|
|
261
|
-
TrackingServerStatusType,
|
|
262
|
-
TrainingJobSortByOptionsType,
|
|
263
|
-
TrainingJobStatusType,
|
|
264
|
-
TransformJobStatusType,
|
|
265
|
-
UserProfileSortKeyType,
|
|
266
|
-
WarmPoolResourceStatusType,
|
|
267
|
-
)
|
|
268
174
|
from .type_defs import (
|
|
175
|
+
ListActionsRequestListActionsPaginateTypeDef,
|
|
269
176
|
ListActionsResponseTypeDef,
|
|
177
|
+
ListAlgorithmsInputListAlgorithmsPaginateTypeDef,
|
|
270
178
|
ListAlgorithmsOutputTypeDef,
|
|
179
|
+
ListAliasesRequestListAliasesPaginateTypeDef,
|
|
271
180
|
ListAliasesResponseTypeDef,
|
|
181
|
+
ListAppImageConfigsRequestListAppImageConfigsPaginateTypeDef,
|
|
272
182
|
ListAppImageConfigsResponseTypeDef,
|
|
183
|
+
ListAppsRequestListAppsPaginateTypeDef,
|
|
273
184
|
ListAppsResponseTypeDef,
|
|
185
|
+
ListArtifactsRequestListArtifactsPaginateTypeDef,
|
|
274
186
|
ListArtifactsResponseTypeDef,
|
|
187
|
+
ListAssociationsRequestListAssociationsPaginateTypeDef,
|
|
275
188
|
ListAssociationsResponseTypeDef,
|
|
189
|
+
ListAutoMLJobsRequestListAutoMLJobsPaginateTypeDef,
|
|
276
190
|
ListAutoMLJobsResponseTypeDef,
|
|
191
|
+
ListCandidatesForAutoMLJobRequestListCandidatesForAutoMLJobPaginateTypeDef,
|
|
277
192
|
ListCandidatesForAutoMLJobResponseTypeDef,
|
|
193
|
+
ListClusterNodesRequestListClusterNodesPaginateTypeDef,
|
|
278
194
|
ListClusterNodesResponseTypeDef,
|
|
195
|
+
ListClustersRequestListClustersPaginateTypeDef,
|
|
279
196
|
ListClustersResponseTypeDef,
|
|
197
|
+
ListCodeRepositoriesInputListCodeRepositoriesPaginateTypeDef,
|
|
280
198
|
ListCodeRepositoriesOutputTypeDef,
|
|
199
|
+
ListCompilationJobsRequestListCompilationJobsPaginateTypeDef,
|
|
281
200
|
ListCompilationJobsResponseTypeDef,
|
|
201
|
+
ListContextsRequestListContextsPaginateTypeDef,
|
|
282
202
|
ListContextsResponseTypeDef,
|
|
203
|
+
ListDataQualityJobDefinitionsRequestListDataQualityJobDefinitionsPaginateTypeDef,
|
|
283
204
|
ListDataQualityJobDefinitionsResponseTypeDef,
|
|
205
|
+
ListDeviceFleetsRequestListDeviceFleetsPaginateTypeDef,
|
|
284
206
|
ListDeviceFleetsResponseTypeDef,
|
|
207
|
+
ListDevicesRequestListDevicesPaginateTypeDef,
|
|
285
208
|
ListDevicesResponseTypeDef,
|
|
209
|
+
ListDomainsRequestListDomainsPaginateTypeDef,
|
|
286
210
|
ListDomainsResponseTypeDef,
|
|
211
|
+
ListEdgeDeploymentPlansRequestListEdgeDeploymentPlansPaginateTypeDef,
|
|
287
212
|
ListEdgeDeploymentPlansResponseTypeDef,
|
|
213
|
+
ListEdgePackagingJobsRequestListEdgePackagingJobsPaginateTypeDef,
|
|
288
214
|
ListEdgePackagingJobsResponseTypeDef,
|
|
215
|
+
ListEndpointConfigsInputListEndpointConfigsPaginateTypeDef,
|
|
289
216
|
ListEndpointConfigsOutputTypeDef,
|
|
217
|
+
ListEndpointsInputListEndpointsPaginateTypeDef,
|
|
290
218
|
ListEndpointsOutputTypeDef,
|
|
219
|
+
ListExperimentsRequestListExperimentsPaginateTypeDef,
|
|
291
220
|
ListExperimentsResponseTypeDef,
|
|
221
|
+
ListFeatureGroupsRequestListFeatureGroupsPaginateTypeDef,
|
|
292
222
|
ListFeatureGroupsResponseTypeDef,
|
|
223
|
+
ListFlowDefinitionsRequestListFlowDefinitionsPaginateTypeDef,
|
|
293
224
|
ListFlowDefinitionsResponseTypeDef,
|
|
225
|
+
ListHumanTaskUisRequestListHumanTaskUisPaginateTypeDef,
|
|
294
226
|
ListHumanTaskUisResponseTypeDef,
|
|
227
|
+
ListHyperParameterTuningJobsRequestListHyperParameterTuningJobsPaginateTypeDef,
|
|
295
228
|
ListHyperParameterTuningJobsResponseTypeDef,
|
|
229
|
+
ListImagesRequestListImagesPaginateTypeDef,
|
|
296
230
|
ListImagesResponseTypeDef,
|
|
231
|
+
ListImageVersionsRequestListImageVersionsPaginateTypeDef,
|
|
297
232
|
ListImageVersionsResponseTypeDef,
|
|
233
|
+
ListInferenceComponentsInputListInferenceComponentsPaginateTypeDef,
|
|
298
234
|
ListInferenceComponentsOutputTypeDef,
|
|
235
|
+
ListInferenceExperimentsRequestListInferenceExperimentsPaginateTypeDef,
|
|
299
236
|
ListInferenceExperimentsResponseTypeDef,
|
|
237
|
+
ListInferenceRecommendationsJobsRequestListInferenceRecommendationsJobsPaginateTypeDef,
|
|
300
238
|
ListInferenceRecommendationsJobsResponseTypeDef,
|
|
239
|
+
ListInferenceRecommendationsJobStepsRequestListInferenceRecommendationsJobStepsPaginateTypeDef,
|
|
301
240
|
ListInferenceRecommendationsJobStepsResponseTypeDef,
|
|
241
|
+
ListLabelingJobsForWorkteamRequestListLabelingJobsForWorkteamPaginateTypeDef,
|
|
302
242
|
ListLabelingJobsForWorkteamResponseTypeDef,
|
|
243
|
+
ListLabelingJobsRequestListLabelingJobsPaginateTypeDef,
|
|
303
244
|
ListLabelingJobsResponseTypeDef,
|
|
245
|
+
ListLineageGroupsRequestListLineageGroupsPaginateTypeDef,
|
|
304
246
|
ListLineageGroupsResponseTypeDef,
|
|
247
|
+
ListMlflowTrackingServersRequestListMlflowTrackingServersPaginateTypeDef,
|
|
305
248
|
ListMlflowTrackingServersResponseTypeDef,
|
|
249
|
+
ListModelBiasJobDefinitionsRequestListModelBiasJobDefinitionsPaginateTypeDef,
|
|
306
250
|
ListModelBiasJobDefinitionsResponseTypeDef,
|
|
251
|
+
ListModelCardExportJobsRequestListModelCardExportJobsPaginateTypeDef,
|
|
307
252
|
ListModelCardExportJobsResponseTypeDef,
|
|
253
|
+
ListModelCardsRequestListModelCardsPaginateTypeDef,
|
|
308
254
|
ListModelCardsResponseTypeDef,
|
|
255
|
+
ListModelCardVersionsRequestListModelCardVersionsPaginateTypeDef,
|
|
309
256
|
ListModelCardVersionsResponseTypeDef,
|
|
257
|
+
ListModelExplainabilityJobDefinitionsRequestListModelExplainabilityJobDefinitionsPaginateTypeDef,
|
|
310
258
|
ListModelExplainabilityJobDefinitionsResponseTypeDef,
|
|
259
|
+
ListModelMetadataRequestListModelMetadataPaginateTypeDef,
|
|
311
260
|
ListModelMetadataResponseTypeDef,
|
|
261
|
+
ListModelPackageGroupsInputListModelPackageGroupsPaginateTypeDef,
|
|
312
262
|
ListModelPackageGroupsOutputTypeDef,
|
|
263
|
+
ListModelPackagesInputListModelPackagesPaginateTypeDef,
|
|
313
264
|
ListModelPackagesOutputTypeDef,
|
|
265
|
+
ListModelQualityJobDefinitionsRequestListModelQualityJobDefinitionsPaginateTypeDef,
|
|
314
266
|
ListModelQualityJobDefinitionsResponseTypeDef,
|
|
267
|
+
ListModelsInputListModelsPaginateTypeDef,
|
|
315
268
|
ListModelsOutputTypeDef,
|
|
269
|
+
ListMonitoringAlertHistoryRequestListMonitoringAlertHistoryPaginateTypeDef,
|
|
316
270
|
ListMonitoringAlertHistoryResponseTypeDef,
|
|
271
|
+
ListMonitoringAlertsRequestListMonitoringAlertsPaginateTypeDef,
|
|
317
272
|
ListMonitoringAlertsResponseTypeDef,
|
|
273
|
+
ListMonitoringExecutionsRequestListMonitoringExecutionsPaginateTypeDef,
|
|
318
274
|
ListMonitoringExecutionsResponseTypeDef,
|
|
275
|
+
ListMonitoringSchedulesRequestListMonitoringSchedulesPaginateTypeDef,
|
|
319
276
|
ListMonitoringSchedulesResponseTypeDef,
|
|
277
|
+
ListNotebookInstanceLifecycleConfigsInputListNotebookInstanceLifecycleConfigsPaginateTypeDef,
|
|
320
278
|
ListNotebookInstanceLifecycleConfigsOutputTypeDef,
|
|
279
|
+
ListNotebookInstancesInputListNotebookInstancesPaginateTypeDef,
|
|
321
280
|
ListNotebookInstancesOutputTypeDef,
|
|
281
|
+
ListOptimizationJobsRequestListOptimizationJobsPaginateTypeDef,
|
|
322
282
|
ListOptimizationJobsResponseTypeDef,
|
|
283
|
+
ListPipelineExecutionsRequestListPipelineExecutionsPaginateTypeDef,
|
|
323
284
|
ListPipelineExecutionsResponseTypeDef,
|
|
285
|
+
ListPipelineExecutionStepsRequestListPipelineExecutionStepsPaginateTypeDef,
|
|
324
286
|
ListPipelineExecutionStepsResponseTypeDef,
|
|
287
|
+
ListPipelineParametersForExecutionRequestListPipelineParametersForExecutionPaginateTypeDef,
|
|
325
288
|
ListPipelineParametersForExecutionResponseTypeDef,
|
|
289
|
+
ListPipelinesRequestListPipelinesPaginateTypeDef,
|
|
326
290
|
ListPipelinesResponseTypeDef,
|
|
291
|
+
ListProcessingJobsRequestListProcessingJobsPaginateTypeDef,
|
|
327
292
|
ListProcessingJobsResponseTypeDef,
|
|
293
|
+
ListResourceCatalogsRequestListResourceCatalogsPaginateTypeDef,
|
|
328
294
|
ListResourceCatalogsResponseTypeDef,
|
|
295
|
+
ListSpacesRequestListSpacesPaginateTypeDef,
|
|
329
296
|
ListSpacesResponseTypeDef,
|
|
297
|
+
ListStageDevicesRequestListStageDevicesPaginateTypeDef,
|
|
330
298
|
ListStageDevicesResponseTypeDef,
|
|
299
|
+
ListStudioLifecycleConfigsRequestListStudioLifecycleConfigsPaginateTypeDef,
|
|
331
300
|
ListStudioLifecycleConfigsResponseTypeDef,
|
|
301
|
+
ListSubscribedWorkteamsRequestListSubscribedWorkteamsPaginateTypeDef,
|
|
332
302
|
ListSubscribedWorkteamsResponseTypeDef,
|
|
303
|
+
ListTagsInputListTagsPaginateTypeDef,
|
|
333
304
|
ListTagsOutputTypeDef,
|
|
305
|
+
ListTrainingJobsForHyperParameterTuningJobRequestListTrainingJobsForHyperParameterTuningJobPaginateTypeDef,
|
|
334
306
|
ListTrainingJobsForHyperParameterTuningJobResponseTypeDef,
|
|
307
|
+
ListTrainingJobsRequestListTrainingJobsPaginateTypeDef,
|
|
335
308
|
ListTrainingJobsResponseTypeDef,
|
|
309
|
+
ListTransformJobsRequestListTransformJobsPaginateTypeDef,
|
|
336
310
|
ListTransformJobsResponseTypeDef,
|
|
311
|
+
ListTrialComponentsRequestListTrialComponentsPaginateTypeDef,
|
|
337
312
|
ListTrialComponentsResponseTypeDef,
|
|
313
|
+
ListTrialsRequestListTrialsPaginateTypeDef,
|
|
338
314
|
ListTrialsResponseTypeDef,
|
|
315
|
+
ListUserProfilesRequestListUserProfilesPaginateTypeDef,
|
|
339
316
|
ListUserProfilesResponseTypeDef,
|
|
317
|
+
ListWorkforcesRequestListWorkforcesPaginateTypeDef,
|
|
340
318
|
ListWorkforcesResponseTypeDef,
|
|
319
|
+
ListWorkteamsRequestListWorkteamsPaginateTypeDef,
|
|
341
320
|
ListWorkteamsResponseTypeDef,
|
|
342
|
-
|
|
343
|
-
PaginatorConfigTypeDef,
|
|
344
|
-
SearchExpressionTypeDef,
|
|
321
|
+
SearchRequestSearchPaginateTypeDef,
|
|
345
322
|
SearchResponseTypeDef,
|
|
346
|
-
TimestampTypeDef,
|
|
347
|
-
VisibilityConditionsTypeDef,
|
|
348
323
|
)
|
|
349
324
|
|
|
350
325
|
if sys.version_info >= (3, 12):
|
|
351
|
-
from typing import
|
|
326
|
+
from typing import Unpack
|
|
352
327
|
else:
|
|
353
|
-
from typing_extensions import
|
|
328
|
+
from typing_extensions import Unpack
|
|
354
329
|
|
|
355
330
|
__all__ = (
|
|
356
331
|
"ListActionsPaginator",
|
|
@@ -442,17 +417,8 @@ class ListActionsPaginator(Paginator):
|
|
|
442
417
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListActions)
|
|
443
418
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listactionspaginator)
|
|
444
419
|
"""
|
|
445
|
-
|
|
446
420
|
def paginate(
|
|
447
|
-
self,
|
|
448
|
-
*,
|
|
449
|
-
SourceUri: str = ...,
|
|
450
|
-
ActionType: str = ...,
|
|
451
|
-
CreatedAfter: TimestampTypeDef = ...,
|
|
452
|
-
CreatedBefore: TimestampTypeDef = ...,
|
|
453
|
-
SortBy: SortActionsByType = ...,
|
|
454
|
-
SortOrder: SortOrderType = ...,
|
|
455
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
421
|
+
self, **kwargs: Unpack[ListActionsRequestListActionsPaginateTypeDef]
|
|
456
422
|
) -> _PageIterator[ListActionsResponseTypeDef]:
|
|
457
423
|
"""
|
|
458
424
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListActions.paginate)
|
|
@@ -464,16 +430,8 @@ class ListAlgorithmsPaginator(Paginator):
|
|
|
464
430
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAlgorithms)
|
|
465
431
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listalgorithmspaginator)
|
|
466
432
|
"""
|
|
467
|
-
|
|
468
433
|
def paginate(
|
|
469
|
-
self,
|
|
470
|
-
*,
|
|
471
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
472
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
473
|
-
NameContains: str = ...,
|
|
474
|
-
SortBy: AlgorithmSortByType = ...,
|
|
475
|
-
SortOrder: SortOrderType = ...,
|
|
476
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
434
|
+
self, **kwargs: Unpack[ListAlgorithmsInputListAlgorithmsPaginateTypeDef]
|
|
477
435
|
) -> _PageIterator[ListAlgorithmsOutputTypeDef]:
|
|
478
436
|
"""
|
|
479
437
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAlgorithms.paginate)
|
|
@@ -485,14 +443,8 @@ class ListAliasesPaginator(Paginator):
|
|
|
485
443
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAliases)
|
|
486
444
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listaliasespaginator)
|
|
487
445
|
"""
|
|
488
|
-
|
|
489
446
|
def paginate(
|
|
490
|
-
self,
|
|
491
|
-
*,
|
|
492
|
-
ImageName: str,
|
|
493
|
-
Alias: str = ...,
|
|
494
|
-
Version: int = ...,
|
|
495
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
447
|
+
self, **kwargs: Unpack[ListAliasesRequestListAliasesPaginateTypeDef]
|
|
496
448
|
) -> _PageIterator[ListAliasesResponseTypeDef]:
|
|
497
449
|
"""
|
|
498
450
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAliases.paginate)
|
|
@@ -504,18 +456,8 @@ class ListAppImageConfigsPaginator(Paginator):
|
|
|
504
456
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAppImageConfigs)
|
|
505
457
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listappimageconfigspaginator)
|
|
506
458
|
"""
|
|
507
|
-
|
|
508
459
|
def paginate(
|
|
509
|
-
self,
|
|
510
|
-
*,
|
|
511
|
-
NameContains: str = ...,
|
|
512
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
513
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
514
|
-
ModifiedTimeBefore: TimestampTypeDef = ...,
|
|
515
|
-
ModifiedTimeAfter: TimestampTypeDef = ...,
|
|
516
|
-
SortBy: AppImageConfigSortKeyType = ...,
|
|
517
|
-
SortOrder: SortOrderType = ...,
|
|
518
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
460
|
+
self, **kwargs: Unpack[ListAppImageConfigsRequestListAppImageConfigsPaginateTypeDef]
|
|
519
461
|
) -> _PageIterator[ListAppImageConfigsResponseTypeDef]:
|
|
520
462
|
"""
|
|
521
463
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAppImageConfigs.paginate)
|
|
@@ -527,16 +469,8 @@ class ListAppsPaginator(Paginator):
|
|
|
527
469
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListApps)
|
|
528
470
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listappspaginator)
|
|
529
471
|
"""
|
|
530
|
-
|
|
531
472
|
def paginate(
|
|
532
|
-
self,
|
|
533
|
-
*,
|
|
534
|
-
SortOrder: SortOrderType = ...,
|
|
535
|
-
SortBy: Literal["CreationTime"] = ...,
|
|
536
|
-
DomainIdEquals: str = ...,
|
|
537
|
-
UserProfileNameEquals: str = ...,
|
|
538
|
-
SpaceNameEquals: str = ...,
|
|
539
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
473
|
+
self, **kwargs: Unpack[ListAppsRequestListAppsPaginateTypeDef]
|
|
540
474
|
) -> _PageIterator[ListAppsResponseTypeDef]:
|
|
541
475
|
"""
|
|
542
476
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListApps.paginate)
|
|
@@ -548,17 +482,8 @@ class ListArtifactsPaginator(Paginator):
|
|
|
548
482
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListArtifacts)
|
|
549
483
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listartifactspaginator)
|
|
550
484
|
"""
|
|
551
|
-
|
|
552
485
|
def paginate(
|
|
553
|
-
self,
|
|
554
|
-
*,
|
|
555
|
-
SourceUri: str = ...,
|
|
556
|
-
ArtifactType: str = ...,
|
|
557
|
-
CreatedAfter: TimestampTypeDef = ...,
|
|
558
|
-
CreatedBefore: TimestampTypeDef = ...,
|
|
559
|
-
SortBy: Literal["CreationTime"] = ...,
|
|
560
|
-
SortOrder: SortOrderType = ...,
|
|
561
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
486
|
+
self, **kwargs: Unpack[ListArtifactsRequestListArtifactsPaginateTypeDef]
|
|
562
487
|
) -> _PageIterator[ListArtifactsResponseTypeDef]:
|
|
563
488
|
"""
|
|
564
489
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListArtifacts.paginate)
|
|
@@ -570,20 +495,8 @@ class ListAssociationsPaginator(Paginator):
|
|
|
570
495
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAssociations)
|
|
571
496
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listassociationspaginator)
|
|
572
497
|
"""
|
|
573
|
-
|
|
574
498
|
def paginate(
|
|
575
|
-
self,
|
|
576
|
-
*,
|
|
577
|
-
SourceArn: str = ...,
|
|
578
|
-
DestinationArn: str = ...,
|
|
579
|
-
SourceType: str = ...,
|
|
580
|
-
DestinationType: str = ...,
|
|
581
|
-
AssociationType: AssociationEdgeTypeType = ...,
|
|
582
|
-
CreatedAfter: TimestampTypeDef = ...,
|
|
583
|
-
CreatedBefore: TimestampTypeDef = ...,
|
|
584
|
-
SortBy: SortAssociationsByType = ...,
|
|
585
|
-
SortOrder: SortOrderType = ...,
|
|
586
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
499
|
+
self, **kwargs: Unpack[ListAssociationsRequestListAssociationsPaginateTypeDef]
|
|
587
500
|
) -> _PageIterator[ListAssociationsResponseTypeDef]:
|
|
588
501
|
"""
|
|
589
502
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAssociations.paginate)
|
|
@@ -595,19 +508,8 @@ class ListAutoMLJobsPaginator(Paginator):
|
|
|
595
508
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAutoMLJobs)
|
|
596
509
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listautomljobspaginator)
|
|
597
510
|
"""
|
|
598
|
-
|
|
599
511
|
def paginate(
|
|
600
|
-
self,
|
|
601
|
-
*,
|
|
602
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
603
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
604
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
605
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
606
|
-
NameContains: str = ...,
|
|
607
|
-
StatusEquals: AutoMLJobStatusType = ...,
|
|
608
|
-
SortOrder: AutoMLSortOrderType = ...,
|
|
609
|
-
SortBy: AutoMLSortByType = ...,
|
|
610
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
512
|
+
self, **kwargs: Unpack[ListAutoMLJobsRequestListAutoMLJobsPaginateTypeDef]
|
|
611
513
|
) -> _PageIterator[ListAutoMLJobsResponseTypeDef]:
|
|
612
514
|
"""
|
|
613
515
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAutoMLJobs.paginate)
|
|
@@ -619,16 +521,11 @@ class ListCandidatesForAutoMLJobPaginator(Paginator):
|
|
|
619
521
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListCandidatesForAutoMLJob)
|
|
620
522
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcandidatesforautomljobpaginator)
|
|
621
523
|
"""
|
|
622
|
-
|
|
623
524
|
def paginate(
|
|
624
525
|
self,
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
CandidateNameEquals: str = ...,
|
|
629
|
-
SortOrder: AutoMLSortOrderType = ...,
|
|
630
|
-
SortBy: CandidateSortByType = ...,
|
|
631
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
526
|
+
**kwargs: Unpack[
|
|
527
|
+
ListCandidatesForAutoMLJobRequestListCandidatesForAutoMLJobPaginateTypeDef
|
|
528
|
+
],
|
|
632
529
|
) -> _PageIterator[ListCandidatesForAutoMLJobResponseTypeDef]:
|
|
633
530
|
"""
|
|
634
531
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListCandidatesForAutoMLJob.paginate)
|
|
@@ -640,17 +537,8 @@ class ListClusterNodesPaginator(Paginator):
|
|
|
640
537
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListClusterNodes)
|
|
641
538
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listclusternodespaginator)
|
|
642
539
|
"""
|
|
643
|
-
|
|
644
540
|
def paginate(
|
|
645
|
-
self,
|
|
646
|
-
*,
|
|
647
|
-
ClusterName: str,
|
|
648
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
649
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
650
|
-
InstanceGroupNameContains: str = ...,
|
|
651
|
-
SortBy: ClusterSortByType = ...,
|
|
652
|
-
SortOrder: SortOrderType = ...,
|
|
653
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
541
|
+
self, **kwargs: Unpack[ListClusterNodesRequestListClusterNodesPaginateTypeDef]
|
|
654
542
|
) -> _PageIterator[ListClusterNodesResponseTypeDef]:
|
|
655
543
|
"""
|
|
656
544
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListClusterNodes.paginate)
|
|
@@ -662,16 +550,8 @@ class ListClustersPaginator(Paginator):
|
|
|
662
550
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListClusters)
|
|
663
551
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listclusterspaginator)
|
|
664
552
|
"""
|
|
665
|
-
|
|
666
553
|
def paginate(
|
|
667
|
-
self,
|
|
668
|
-
*,
|
|
669
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
670
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
671
|
-
NameContains: str = ...,
|
|
672
|
-
SortBy: ClusterSortByType = ...,
|
|
673
|
-
SortOrder: SortOrderType = ...,
|
|
674
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
554
|
+
self, **kwargs: Unpack[ListClustersRequestListClustersPaginateTypeDef]
|
|
675
555
|
) -> _PageIterator[ListClustersResponseTypeDef]:
|
|
676
556
|
"""
|
|
677
557
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListClusters.paginate)
|
|
@@ -683,18 +563,8 @@ class ListCodeRepositoriesPaginator(Paginator):
|
|
|
683
563
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListCodeRepositories)
|
|
684
564
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcoderepositoriespaginator)
|
|
685
565
|
"""
|
|
686
|
-
|
|
687
566
|
def paginate(
|
|
688
|
-
self,
|
|
689
|
-
*,
|
|
690
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
691
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
692
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
693
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
694
|
-
NameContains: str = ...,
|
|
695
|
-
SortBy: CodeRepositorySortByType = ...,
|
|
696
|
-
SortOrder: CodeRepositorySortOrderType = ...,
|
|
697
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
567
|
+
self, **kwargs: Unpack[ListCodeRepositoriesInputListCodeRepositoriesPaginateTypeDef]
|
|
698
568
|
) -> _PageIterator[ListCodeRepositoriesOutputTypeDef]:
|
|
699
569
|
"""
|
|
700
570
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListCodeRepositories.paginate)
|
|
@@ -706,19 +576,8 @@ class ListCompilationJobsPaginator(Paginator):
|
|
|
706
576
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListCompilationJobs)
|
|
707
577
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcompilationjobspaginator)
|
|
708
578
|
"""
|
|
709
|
-
|
|
710
579
|
def paginate(
|
|
711
|
-
self,
|
|
712
|
-
*,
|
|
713
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
714
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
715
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
716
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
717
|
-
NameContains: str = ...,
|
|
718
|
-
StatusEquals: CompilationJobStatusType = ...,
|
|
719
|
-
SortBy: ListCompilationJobsSortByType = ...,
|
|
720
|
-
SortOrder: SortOrderType = ...,
|
|
721
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
580
|
+
self, **kwargs: Unpack[ListCompilationJobsRequestListCompilationJobsPaginateTypeDef]
|
|
722
581
|
) -> _PageIterator[ListCompilationJobsResponseTypeDef]:
|
|
723
582
|
"""
|
|
724
583
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListCompilationJobs.paginate)
|
|
@@ -730,17 +589,8 @@ class ListContextsPaginator(Paginator):
|
|
|
730
589
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListContexts)
|
|
731
590
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listcontextspaginator)
|
|
732
591
|
"""
|
|
733
|
-
|
|
734
592
|
def paginate(
|
|
735
|
-
self,
|
|
736
|
-
*,
|
|
737
|
-
SourceUri: str = ...,
|
|
738
|
-
ContextType: str = ...,
|
|
739
|
-
CreatedAfter: TimestampTypeDef = ...,
|
|
740
|
-
CreatedBefore: TimestampTypeDef = ...,
|
|
741
|
-
SortBy: SortContextsByType = ...,
|
|
742
|
-
SortOrder: SortOrderType = ...,
|
|
743
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
593
|
+
self, **kwargs: Unpack[ListContextsRequestListContextsPaginateTypeDef]
|
|
744
594
|
) -> _PageIterator[ListContextsResponseTypeDef]:
|
|
745
595
|
"""
|
|
746
596
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListContexts.paginate)
|
|
@@ -752,17 +602,11 @@ class ListDataQualityJobDefinitionsPaginator(Paginator):
|
|
|
752
602
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDataQualityJobDefinitions)
|
|
753
603
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listdataqualityjobdefinitionspaginator)
|
|
754
604
|
"""
|
|
755
|
-
|
|
756
605
|
def paginate(
|
|
757
606
|
self,
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
SortOrder: SortOrderType = ...,
|
|
762
|
-
NameContains: str = ...,
|
|
763
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
764
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
765
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
607
|
+
**kwargs: Unpack[
|
|
608
|
+
ListDataQualityJobDefinitionsRequestListDataQualityJobDefinitionsPaginateTypeDef
|
|
609
|
+
],
|
|
766
610
|
) -> _PageIterator[ListDataQualityJobDefinitionsResponseTypeDef]:
|
|
767
611
|
"""
|
|
768
612
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDataQualityJobDefinitions.paginate)
|
|
@@ -774,18 +618,8 @@ class ListDeviceFleetsPaginator(Paginator):
|
|
|
774
618
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDeviceFleets)
|
|
775
619
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listdevicefleetspaginator)
|
|
776
620
|
"""
|
|
777
|
-
|
|
778
621
|
def paginate(
|
|
779
|
-
self,
|
|
780
|
-
*,
|
|
781
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
782
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
783
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
784
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
785
|
-
NameContains: str = ...,
|
|
786
|
-
SortBy: ListDeviceFleetsSortByType = ...,
|
|
787
|
-
SortOrder: SortOrderType = ...,
|
|
788
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
622
|
+
self, **kwargs: Unpack[ListDeviceFleetsRequestListDeviceFleetsPaginateTypeDef]
|
|
789
623
|
) -> _PageIterator[ListDeviceFleetsResponseTypeDef]:
|
|
790
624
|
"""
|
|
791
625
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDeviceFleets.paginate)
|
|
@@ -797,14 +631,8 @@ class ListDevicesPaginator(Paginator):
|
|
|
797
631
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDevices)
|
|
798
632
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listdevicespaginator)
|
|
799
633
|
"""
|
|
800
|
-
|
|
801
634
|
def paginate(
|
|
802
|
-
self,
|
|
803
|
-
*,
|
|
804
|
-
LatestHeartbeatAfter: TimestampTypeDef = ...,
|
|
805
|
-
ModelName: str = ...,
|
|
806
|
-
DeviceFleetName: str = ...,
|
|
807
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
635
|
+
self, **kwargs: Unpack[ListDevicesRequestListDevicesPaginateTypeDef]
|
|
808
636
|
) -> _PageIterator[ListDevicesResponseTypeDef]:
|
|
809
637
|
"""
|
|
810
638
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDevices.paginate)
|
|
@@ -816,9 +644,8 @@ class ListDomainsPaginator(Paginator):
|
|
|
816
644
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDomains)
|
|
817
645
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listdomainspaginator)
|
|
818
646
|
"""
|
|
819
|
-
|
|
820
647
|
def paginate(
|
|
821
|
-
self,
|
|
648
|
+
self, **kwargs: Unpack[ListDomainsRequestListDomainsPaginateTypeDef]
|
|
822
649
|
) -> _PageIterator[ListDomainsResponseTypeDef]:
|
|
823
650
|
"""
|
|
824
651
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDomains.paginate)
|
|
@@ -830,19 +657,8 @@ class ListEdgeDeploymentPlansPaginator(Paginator):
|
|
|
830
657
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEdgeDeploymentPlans)
|
|
831
658
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listedgedeploymentplanspaginator)
|
|
832
659
|
"""
|
|
833
|
-
|
|
834
660
|
def paginate(
|
|
835
|
-
self,
|
|
836
|
-
*,
|
|
837
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
838
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
839
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
840
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
841
|
-
NameContains: str = ...,
|
|
842
|
-
DeviceFleetNameContains: str = ...,
|
|
843
|
-
SortBy: ListEdgeDeploymentPlansSortByType = ...,
|
|
844
|
-
SortOrder: SortOrderType = ...,
|
|
845
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
661
|
+
self, **kwargs: Unpack[ListEdgeDeploymentPlansRequestListEdgeDeploymentPlansPaginateTypeDef]
|
|
846
662
|
) -> _PageIterator[ListEdgeDeploymentPlansResponseTypeDef]:
|
|
847
663
|
"""
|
|
848
664
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEdgeDeploymentPlans.paginate)
|
|
@@ -854,20 +670,8 @@ class ListEdgePackagingJobsPaginator(Paginator):
|
|
|
854
670
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEdgePackagingJobs)
|
|
855
671
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listedgepackagingjobspaginator)
|
|
856
672
|
"""
|
|
857
|
-
|
|
858
673
|
def paginate(
|
|
859
|
-
self,
|
|
860
|
-
*,
|
|
861
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
862
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
863
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
864
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
865
|
-
NameContains: str = ...,
|
|
866
|
-
ModelNameContains: str = ...,
|
|
867
|
-
StatusEquals: EdgePackagingJobStatusType = ...,
|
|
868
|
-
SortBy: ListEdgePackagingJobsSortByType = ...,
|
|
869
|
-
SortOrder: SortOrderType = ...,
|
|
870
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
674
|
+
self, **kwargs: Unpack[ListEdgePackagingJobsRequestListEdgePackagingJobsPaginateTypeDef]
|
|
871
675
|
) -> _PageIterator[ListEdgePackagingJobsResponseTypeDef]:
|
|
872
676
|
"""
|
|
873
677
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEdgePackagingJobs.paginate)
|
|
@@ -879,16 +683,8 @@ class ListEndpointConfigsPaginator(Paginator):
|
|
|
879
683
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEndpointConfigs)
|
|
880
684
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listendpointconfigspaginator)
|
|
881
685
|
"""
|
|
882
|
-
|
|
883
686
|
def paginate(
|
|
884
|
-
self,
|
|
885
|
-
*,
|
|
886
|
-
SortBy: EndpointConfigSortKeyType = ...,
|
|
887
|
-
SortOrder: OrderKeyType = ...,
|
|
888
|
-
NameContains: str = ...,
|
|
889
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
890
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
891
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
687
|
+
self, **kwargs: Unpack[ListEndpointConfigsInputListEndpointConfigsPaginateTypeDef]
|
|
892
688
|
) -> _PageIterator[ListEndpointConfigsOutputTypeDef]:
|
|
893
689
|
"""
|
|
894
690
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEndpointConfigs.paginate)
|
|
@@ -900,19 +696,8 @@ class ListEndpointsPaginator(Paginator):
|
|
|
900
696
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEndpoints)
|
|
901
697
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listendpointspaginator)
|
|
902
698
|
"""
|
|
903
|
-
|
|
904
699
|
def paginate(
|
|
905
|
-
self,
|
|
906
|
-
*,
|
|
907
|
-
SortBy: EndpointSortKeyType = ...,
|
|
908
|
-
SortOrder: OrderKeyType = ...,
|
|
909
|
-
NameContains: str = ...,
|
|
910
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
911
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
912
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
913
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
914
|
-
StatusEquals: EndpointStatusType = ...,
|
|
915
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
700
|
+
self, **kwargs: Unpack[ListEndpointsInputListEndpointsPaginateTypeDef]
|
|
916
701
|
) -> _PageIterator[ListEndpointsOutputTypeDef]:
|
|
917
702
|
"""
|
|
918
703
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEndpoints.paginate)
|
|
@@ -924,15 +709,8 @@ class ListExperimentsPaginator(Paginator):
|
|
|
924
709
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListExperiments)
|
|
925
710
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listexperimentspaginator)
|
|
926
711
|
"""
|
|
927
|
-
|
|
928
712
|
def paginate(
|
|
929
|
-
self,
|
|
930
|
-
*,
|
|
931
|
-
CreatedAfter: TimestampTypeDef = ...,
|
|
932
|
-
CreatedBefore: TimestampTypeDef = ...,
|
|
933
|
-
SortBy: SortExperimentsByType = ...,
|
|
934
|
-
SortOrder: SortOrderType = ...,
|
|
935
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
713
|
+
self, **kwargs: Unpack[ListExperimentsRequestListExperimentsPaginateTypeDef]
|
|
936
714
|
) -> _PageIterator[ListExperimentsResponseTypeDef]:
|
|
937
715
|
"""
|
|
938
716
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListExperiments.paginate)
|
|
@@ -944,18 +722,8 @@ class ListFeatureGroupsPaginator(Paginator):
|
|
|
944
722
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListFeatureGroups)
|
|
945
723
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listfeaturegroupspaginator)
|
|
946
724
|
"""
|
|
947
|
-
|
|
948
725
|
def paginate(
|
|
949
|
-
self,
|
|
950
|
-
*,
|
|
951
|
-
NameContains: str = ...,
|
|
952
|
-
FeatureGroupStatusEquals: FeatureGroupStatusType = ...,
|
|
953
|
-
OfflineStoreStatusEquals: OfflineStoreStatusValueType = ...,
|
|
954
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
955
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
956
|
-
SortOrder: FeatureGroupSortOrderType = ...,
|
|
957
|
-
SortBy: FeatureGroupSortByType = ...,
|
|
958
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
726
|
+
self, **kwargs: Unpack[ListFeatureGroupsRequestListFeatureGroupsPaginateTypeDef]
|
|
959
727
|
) -> _PageIterator[ListFeatureGroupsResponseTypeDef]:
|
|
960
728
|
"""
|
|
961
729
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListFeatureGroups.paginate)
|
|
@@ -967,14 +735,8 @@ class ListFlowDefinitionsPaginator(Paginator):
|
|
|
967
735
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListFlowDefinitions)
|
|
968
736
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listflowdefinitionspaginator)
|
|
969
737
|
"""
|
|
970
|
-
|
|
971
738
|
def paginate(
|
|
972
|
-
self,
|
|
973
|
-
*,
|
|
974
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
975
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
976
|
-
SortOrder: SortOrderType = ...,
|
|
977
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
739
|
+
self, **kwargs: Unpack[ListFlowDefinitionsRequestListFlowDefinitionsPaginateTypeDef]
|
|
978
740
|
) -> _PageIterator[ListFlowDefinitionsResponseTypeDef]:
|
|
979
741
|
"""
|
|
980
742
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListFlowDefinitions.paginate)
|
|
@@ -986,14 +748,8 @@ class ListHumanTaskUisPaginator(Paginator):
|
|
|
986
748
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListHumanTaskUis)
|
|
987
749
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listhumantaskuispaginator)
|
|
988
750
|
"""
|
|
989
|
-
|
|
990
751
|
def paginate(
|
|
991
|
-
self,
|
|
992
|
-
*,
|
|
993
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
994
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
995
|
-
SortOrder: SortOrderType = ...,
|
|
996
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
752
|
+
self, **kwargs: Unpack[ListHumanTaskUisRequestListHumanTaskUisPaginateTypeDef]
|
|
997
753
|
) -> _PageIterator[ListHumanTaskUisResponseTypeDef]:
|
|
998
754
|
"""
|
|
999
755
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListHumanTaskUis.paginate)
|
|
@@ -1005,19 +761,11 @@ class ListHyperParameterTuningJobsPaginator(Paginator):
|
|
|
1005
761
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListHyperParameterTuningJobs)
|
|
1006
762
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listhyperparametertuningjobspaginator)
|
|
1007
763
|
"""
|
|
1008
|
-
|
|
1009
764
|
def paginate(
|
|
1010
765
|
self,
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
NameContains: str = ...,
|
|
1015
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1016
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1017
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1018
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1019
|
-
StatusEquals: HyperParameterTuningJobStatusType = ...,
|
|
1020
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
766
|
+
**kwargs: Unpack[
|
|
767
|
+
ListHyperParameterTuningJobsRequestListHyperParameterTuningJobsPaginateTypeDef
|
|
768
|
+
],
|
|
1021
769
|
) -> _PageIterator[ListHyperParameterTuningJobsResponseTypeDef]:
|
|
1022
770
|
"""
|
|
1023
771
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListHyperParameterTuningJobs.paginate)
|
|
@@ -1029,18 +777,8 @@ class ListImageVersionsPaginator(Paginator):
|
|
|
1029
777
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListImageVersions)
|
|
1030
778
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listimageversionspaginator)
|
|
1031
779
|
"""
|
|
1032
|
-
|
|
1033
780
|
def paginate(
|
|
1034
|
-
self,
|
|
1035
|
-
*,
|
|
1036
|
-
ImageName: str,
|
|
1037
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1038
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1039
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1040
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1041
|
-
SortBy: ImageVersionSortByType = ...,
|
|
1042
|
-
SortOrder: ImageVersionSortOrderType = ...,
|
|
1043
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
781
|
+
self, **kwargs: Unpack[ListImageVersionsRequestListImageVersionsPaginateTypeDef]
|
|
1044
782
|
) -> _PageIterator[ListImageVersionsResponseTypeDef]:
|
|
1045
783
|
"""
|
|
1046
784
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListImageVersions.paginate)
|
|
@@ -1052,18 +790,8 @@ class ListImagesPaginator(Paginator):
|
|
|
1052
790
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListImages)
|
|
1053
791
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listimagespaginator)
|
|
1054
792
|
"""
|
|
1055
|
-
|
|
1056
793
|
def paginate(
|
|
1057
|
-
self,
|
|
1058
|
-
*,
|
|
1059
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1060
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1061
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1062
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1063
|
-
NameContains: str = ...,
|
|
1064
|
-
SortBy: ImageSortByType = ...,
|
|
1065
|
-
SortOrder: ImageSortOrderType = ...,
|
|
1066
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
794
|
+
self, **kwargs: Unpack[ListImagesRequestListImagesPaginateTypeDef]
|
|
1067
795
|
) -> _PageIterator[ListImagesResponseTypeDef]:
|
|
1068
796
|
"""
|
|
1069
797
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListImages.paginate)
|
|
@@ -1075,21 +803,8 @@ class ListInferenceComponentsPaginator(Paginator):
|
|
|
1075
803
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceComponents)
|
|
1076
804
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listinferencecomponentspaginator)
|
|
1077
805
|
"""
|
|
1078
|
-
|
|
1079
806
|
def paginate(
|
|
1080
|
-
self,
|
|
1081
|
-
*,
|
|
1082
|
-
SortBy: InferenceComponentSortKeyType = ...,
|
|
1083
|
-
SortOrder: OrderKeyType = ...,
|
|
1084
|
-
NameContains: str = ...,
|
|
1085
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1086
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1087
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1088
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1089
|
-
StatusEquals: InferenceComponentStatusType = ...,
|
|
1090
|
-
EndpointNameEquals: str = ...,
|
|
1091
|
-
VariantNameEquals: str = ...,
|
|
1092
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
807
|
+
self, **kwargs: Unpack[ListInferenceComponentsInputListInferenceComponentsPaginateTypeDef]
|
|
1093
808
|
) -> _PageIterator[ListInferenceComponentsOutputTypeDef]:
|
|
1094
809
|
"""
|
|
1095
810
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceComponents.paginate)
|
|
@@ -1101,20 +816,9 @@ class ListInferenceExperimentsPaginator(Paginator):
|
|
|
1101
816
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceExperiments)
|
|
1102
817
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listinferenceexperimentspaginator)
|
|
1103
818
|
"""
|
|
1104
|
-
|
|
1105
819
|
def paginate(
|
|
1106
820
|
self,
|
|
1107
|
-
|
|
1108
|
-
NameContains: str = ...,
|
|
1109
|
-
Type: Literal["ShadowMode"] = ...,
|
|
1110
|
-
StatusEquals: InferenceExperimentStatusType = ...,
|
|
1111
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1112
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1113
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1114
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1115
|
-
SortBy: SortInferenceExperimentsByType = ...,
|
|
1116
|
-
SortOrder: SortOrderType = ...,
|
|
1117
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
821
|
+
**kwargs: Unpack[ListInferenceExperimentsRequestListInferenceExperimentsPaginateTypeDef],
|
|
1118
822
|
) -> _PageIterator[ListInferenceExperimentsResponseTypeDef]:
|
|
1119
823
|
"""
|
|
1120
824
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceExperiments.paginate)
|
|
@@ -1126,14 +830,11 @@ class ListInferenceRecommendationsJobStepsPaginator(Paginator):
|
|
|
1126
830
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceRecommendationsJobSteps)
|
|
1127
831
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listinferencerecommendationsjobstepspaginator)
|
|
1128
832
|
"""
|
|
1129
|
-
|
|
1130
833
|
def paginate(
|
|
1131
834
|
self,
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
StepType: Literal["BENCHMARK"] = ...,
|
|
1136
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
835
|
+
**kwargs: Unpack[
|
|
836
|
+
ListInferenceRecommendationsJobStepsRequestListInferenceRecommendationsJobStepsPaginateTypeDef
|
|
837
|
+
],
|
|
1137
838
|
) -> _PageIterator[ListInferenceRecommendationsJobStepsResponseTypeDef]:
|
|
1138
839
|
"""
|
|
1139
840
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceRecommendationsJobSteps.paginate)
|
|
@@ -1145,21 +846,11 @@ class ListInferenceRecommendationsJobsPaginator(Paginator):
|
|
|
1145
846
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceRecommendationsJobs)
|
|
1146
847
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listinferencerecommendationsjobspaginator)
|
|
1147
848
|
"""
|
|
1148
|
-
|
|
1149
849
|
def paginate(
|
|
1150
850
|
self,
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1155
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1156
|
-
NameContains: str = ...,
|
|
1157
|
-
StatusEquals: RecommendationJobStatusType = ...,
|
|
1158
|
-
SortBy: ListInferenceRecommendationsJobsSortByType = ...,
|
|
1159
|
-
SortOrder: SortOrderType = ...,
|
|
1160
|
-
ModelNameEquals: str = ...,
|
|
1161
|
-
ModelPackageVersionArnEquals: str = ...,
|
|
1162
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
851
|
+
**kwargs: Unpack[
|
|
852
|
+
ListInferenceRecommendationsJobsRequestListInferenceRecommendationsJobsPaginateTypeDef
|
|
853
|
+
],
|
|
1163
854
|
) -> _PageIterator[ListInferenceRecommendationsJobsResponseTypeDef]:
|
|
1164
855
|
"""
|
|
1165
856
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceRecommendationsJobs.paginate)
|
|
@@ -1171,19 +862,8 @@ class ListLabelingJobsPaginator(Paginator):
|
|
|
1171
862
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLabelingJobs)
|
|
1172
863
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlabelingjobspaginator)
|
|
1173
864
|
"""
|
|
1174
|
-
|
|
1175
865
|
def paginate(
|
|
1176
|
-
self,
|
|
1177
|
-
*,
|
|
1178
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1179
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1180
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1181
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1182
|
-
NameContains: str = ...,
|
|
1183
|
-
SortBy: SortByType = ...,
|
|
1184
|
-
SortOrder: SortOrderType = ...,
|
|
1185
|
-
StatusEquals: LabelingJobStatusType = ...,
|
|
1186
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
866
|
+
self, **kwargs: Unpack[ListLabelingJobsRequestListLabelingJobsPaginateTypeDef]
|
|
1187
867
|
) -> _PageIterator[ListLabelingJobsResponseTypeDef]:
|
|
1188
868
|
"""
|
|
1189
869
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLabelingJobs.paginate)
|
|
@@ -1195,17 +875,11 @@ class ListLabelingJobsForWorkteamPaginator(Paginator):
|
|
|
1195
875
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLabelingJobsForWorkteam)
|
|
1196
876
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlabelingjobsforworkteampaginator)
|
|
1197
877
|
"""
|
|
1198
|
-
|
|
1199
878
|
def paginate(
|
|
1200
879
|
self,
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1205
|
-
JobReferenceCodeContains: str = ...,
|
|
1206
|
-
SortBy: Literal["CreationTime"] = ...,
|
|
1207
|
-
SortOrder: SortOrderType = ...,
|
|
1208
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
880
|
+
**kwargs: Unpack[
|
|
881
|
+
ListLabelingJobsForWorkteamRequestListLabelingJobsForWorkteamPaginateTypeDef
|
|
882
|
+
],
|
|
1209
883
|
) -> _PageIterator[ListLabelingJobsForWorkteamResponseTypeDef]:
|
|
1210
884
|
"""
|
|
1211
885
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLabelingJobsForWorkteam.paginate)
|
|
@@ -1217,15 +891,8 @@ class ListLineageGroupsPaginator(Paginator):
|
|
|
1217
891
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLineageGroups)
|
|
1218
892
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listlineagegroupspaginator)
|
|
1219
893
|
"""
|
|
1220
|
-
|
|
1221
894
|
def paginate(
|
|
1222
|
-
self,
|
|
1223
|
-
*,
|
|
1224
|
-
CreatedAfter: TimestampTypeDef = ...,
|
|
1225
|
-
CreatedBefore: TimestampTypeDef = ...,
|
|
1226
|
-
SortBy: SortLineageGroupsByType = ...,
|
|
1227
|
-
SortOrder: SortOrderType = ...,
|
|
1228
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
895
|
+
self, **kwargs: Unpack[ListLineageGroupsRequestListLineageGroupsPaginateTypeDef]
|
|
1229
896
|
) -> _PageIterator[ListLineageGroupsResponseTypeDef]:
|
|
1230
897
|
"""
|
|
1231
898
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLineageGroups.paginate)
|
|
@@ -1237,17 +904,9 @@ class ListMlflowTrackingServersPaginator(Paginator):
|
|
|
1237
904
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMlflowTrackingServers)
|
|
1238
905
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmlflowtrackingserverspaginator)
|
|
1239
906
|
"""
|
|
1240
|
-
|
|
1241
907
|
def paginate(
|
|
1242
908
|
self,
|
|
1243
|
-
|
|
1244
|
-
CreatedAfter: TimestampTypeDef = ...,
|
|
1245
|
-
CreatedBefore: TimestampTypeDef = ...,
|
|
1246
|
-
TrackingServerStatus: TrackingServerStatusType = ...,
|
|
1247
|
-
MlflowVersion: str = ...,
|
|
1248
|
-
SortBy: SortTrackingServerByType = ...,
|
|
1249
|
-
SortOrder: SortOrderType = ...,
|
|
1250
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
909
|
+
**kwargs: Unpack[ListMlflowTrackingServersRequestListMlflowTrackingServersPaginateTypeDef],
|
|
1251
910
|
) -> _PageIterator[ListMlflowTrackingServersResponseTypeDef]:
|
|
1252
911
|
"""
|
|
1253
912
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMlflowTrackingServers.paginate)
|
|
@@ -1259,17 +918,11 @@ class ListModelBiasJobDefinitionsPaginator(Paginator):
|
|
|
1259
918
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelBiasJobDefinitions)
|
|
1260
919
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelbiasjobdefinitionspaginator)
|
|
1261
920
|
"""
|
|
1262
|
-
|
|
1263
921
|
def paginate(
|
|
1264
922
|
self,
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
SortOrder: SortOrderType = ...,
|
|
1269
|
-
NameContains: str = ...,
|
|
1270
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1271
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1272
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
923
|
+
**kwargs: Unpack[
|
|
924
|
+
ListModelBiasJobDefinitionsRequestListModelBiasJobDefinitionsPaginateTypeDef
|
|
925
|
+
],
|
|
1273
926
|
) -> _PageIterator[ListModelBiasJobDefinitionsResponseTypeDef]:
|
|
1274
927
|
"""
|
|
1275
928
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelBiasJobDefinitions.paginate)
|
|
@@ -1281,19 +934,8 @@ class ListModelCardExportJobsPaginator(Paginator):
|
|
|
1281
934
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelCardExportJobs)
|
|
1282
935
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelcardexportjobspaginator)
|
|
1283
936
|
"""
|
|
1284
|
-
|
|
1285
937
|
def paginate(
|
|
1286
|
-
self,
|
|
1287
|
-
*,
|
|
1288
|
-
ModelCardName: str,
|
|
1289
|
-
ModelCardVersion: int = ...,
|
|
1290
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1291
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1292
|
-
ModelCardExportJobNameContains: str = ...,
|
|
1293
|
-
StatusEquals: ModelCardExportJobStatusType = ...,
|
|
1294
|
-
SortBy: ModelCardExportJobSortByType = ...,
|
|
1295
|
-
SortOrder: ModelCardExportJobSortOrderType = ...,
|
|
1296
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
938
|
+
self, **kwargs: Unpack[ListModelCardExportJobsRequestListModelCardExportJobsPaginateTypeDef]
|
|
1297
939
|
) -> _PageIterator[ListModelCardExportJobsResponseTypeDef]:
|
|
1298
940
|
"""
|
|
1299
941
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelCardExportJobs.paginate)
|
|
@@ -1305,17 +947,8 @@ class ListModelCardVersionsPaginator(Paginator):
|
|
|
1305
947
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelCardVersions)
|
|
1306
948
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelcardversionspaginator)
|
|
1307
949
|
"""
|
|
1308
|
-
|
|
1309
950
|
def paginate(
|
|
1310
|
-
self,
|
|
1311
|
-
*,
|
|
1312
|
-
ModelCardName: str,
|
|
1313
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1314
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1315
|
-
ModelCardStatus: ModelCardStatusType = ...,
|
|
1316
|
-
SortBy: Literal["Version"] = ...,
|
|
1317
|
-
SortOrder: ModelCardSortOrderType = ...,
|
|
1318
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
951
|
+
self, **kwargs: Unpack[ListModelCardVersionsRequestListModelCardVersionsPaginateTypeDef]
|
|
1319
952
|
) -> _PageIterator[ListModelCardVersionsResponseTypeDef]:
|
|
1320
953
|
"""
|
|
1321
954
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelCardVersions.paginate)
|
|
@@ -1327,17 +960,8 @@ class ListModelCardsPaginator(Paginator):
|
|
|
1327
960
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelCards)
|
|
1328
961
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelcardspaginator)
|
|
1329
962
|
"""
|
|
1330
|
-
|
|
1331
963
|
def paginate(
|
|
1332
|
-
self,
|
|
1333
|
-
*,
|
|
1334
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1335
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1336
|
-
NameContains: str = ...,
|
|
1337
|
-
ModelCardStatus: ModelCardStatusType = ...,
|
|
1338
|
-
SortBy: ModelCardSortByType = ...,
|
|
1339
|
-
SortOrder: ModelCardSortOrderType = ...,
|
|
1340
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
964
|
+
self, **kwargs: Unpack[ListModelCardsRequestListModelCardsPaginateTypeDef]
|
|
1341
965
|
) -> _PageIterator[ListModelCardsResponseTypeDef]:
|
|
1342
966
|
"""
|
|
1343
967
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelCards.paginate)
|
|
@@ -1349,17 +973,11 @@ class ListModelExplainabilityJobDefinitionsPaginator(Paginator):
|
|
|
1349
973
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelExplainabilityJobDefinitions)
|
|
1350
974
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelexplainabilityjobdefinitionspaginator)
|
|
1351
975
|
"""
|
|
1352
|
-
|
|
1353
976
|
def paginate(
|
|
1354
977
|
self,
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
SortOrder: SortOrderType = ...,
|
|
1359
|
-
NameContains: str = ...,
|
|
1360
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1361
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1362
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
978
|
+
**kwargs: Unpack[
|
|
979
|
+
ListModelExplainabilityJobDefinitionsRequestListModelExplainabilityJobDefinitionsPaginateTypeDef
|
|
980
|
+
],
|
|
1363
981
|
) -> _PageIterator[ListModelExplainabilityJobDefinitionsResponseTypeDef]:
|
|
1364
982
|
"""
|
|
1365
983
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelExplainabilityJobDefinitions.paginate)
|
|
@@ -1371,12 +989,8 @@ class ListModelMetadataPaginator(Paginator):
|
|
|
1371
989
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelMetadata)
|
|
1372
990
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelmetadatapaginator)
|
|
1373
991
|
"""
|
|
1374
|
-
|
|
1375
992
|
def paginate(
|
|
1376
|
-
self,
|
|
1377
|
-
*,
|
|
1378
|
-
SearchExpression: ModelMetadataSearchExpressionTypeDef = ...,
|
|
1379
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
993
|
+
self, **kwargs: Unpack[ListModelMetadataRequestListModelMetadataPaginateTypeDef]
|
|
1380
994
|
) -> _PageIterator[ListModelMetadataResponseTypeDef]:
|
|
1381
995
|
"""
|
|
1382
996
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelMetadata.paginate)
|
|
@@ -1388,17 +1002,8 @@ class ListModelPackageGroupsPaginator(Paginator):
|
|
|
1388
1002
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelPackageGroups)
|
|
1389
1003
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelpackagegroupspaginator)
|
|
1390
1004
|
"""
|
|
1391
|
-
|
|
1392
1005
|
def paginate(
|
|
1393
|
-
self,
|
|
1394
|
-
*,
|
|
1395
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1396
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1397
|
-
NameContains: str = ...,
|
|
1398
|
-
SortBy: ModelPackageGroupSortByType = ...,
|
|
1399
|
-
SortOrder: SortOrderType = ...,
|
|
1400
|
-
CrossAccountFilterOption: CrossAccountFilterOptionType = ...,
|
|
1401
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1006
|
+
self, **kwargs: Unpack[ListModelPackageGroupsInputListModelPackageGroupsPaginateTypeDef]
|
|
1402
1007
|
) -> _PageIterator[ListModelPackageGroupsOutputTypeDef]:
|
|
1403
1008
|
"""
|
|
1404
1009
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelPackageGroups.paginate)
|
|
@@ -1410,19 +1015,8 @@ class ListModelPackagesPaginator(Paginator):
|
|
|
1410
1015
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelPackages)
|
|
1411
1016
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelpackagespaginator)
|
|
1412
1017
|
"""
|
|
1413
|
-
|
|
1414
1018
|
def paginate(
|
|
1415
|
-
self,
|
|
1416
|
-
*,
|
|
1417
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1418
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1419
|
-
NameContains: str = ...,
|
|
1420
|
-
ModelApprovalStatus: ModelApprovalStatusType = ...,
|
|
1421
|
-
ModelPackageGroupName: str = ...,
|
|
1422
|
-
ModelPackageType: ModelPackageTypeType = ...,
|
|
1423
|
-
SortBy: ModelPackageSortByType = ...,
|
|
1424
|
-
SortOrder: SortOrderType = ...,
|
|
1425
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1019
|
+
self, **kwargs: Unpack[ListModelPackagesInputListModelPackagesPaginateTypeDef]
|
|
1426
1020
|
) -> _PageIterator[ListModelPackagesOutputTypeDef]:
|
|
1427
1021
|
"""
|
|
1428
1022
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelPackages.paginate)
|
|
@@ -1434,17 +1028,11 @@ class ListModelQualityJobDefinitionsPaginator(Paginator):
|
|
|
1434
1028
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelQualityJobDefinitions)
|
|
1435
1029
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelqualityjobdefinitionspaginator)
|
|
1436
1030
|
"""
|
|
1437
|
-
|
|
1438
1031
|
def paginate(
|
|
1439
1032
|
self,
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
SortOrder: SortOrderType = ...,
|
|
1444
|
-
NameContains: str = ...,
|
|
1445
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1446
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1447
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1033
|
+
**kwargs: Unpack[
|
|
1034
|
+
ListModelQualityJobDefinitionsRequestListModelQualityJobDefinitionsPaginateTypeDef
|
|
1035
|
+
],
|
|
1448
1036
|
) -> _PageIterator[ListModelQualityJobDefinitionsResponseTypeDef]:
|
|
1449
1037
|
"""
|
|
1450
1038
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelQualityJobDefinitions.paginate)
|
|
@@ -1456,16 +1044,8 @@ class ListModelsPaginator(Paginator):
|
|
|
1456
1044
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModels)
|
|
1457
1045
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmodelspaginator)
|
|
1458
1046
|
"""
|
|
1459
|
-
|
|
1460
1047
|
def paginate(
|
|
1461
|
-
self,
|
|
1462
|
-
*,
|
|
1463
|
-
SortBy: ModelSortKeyType = ...,
|
|
1464
|
-
SortOrder: OrderKeyType = ...,
|
|
1465
|
-
NameContains: str = ...,
|
|
1466
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1467
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1468
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1048
|
+
self, **kwargs: Unpack[ListModelsInputListModelsPaginateTypeDef]
|
|
1469
1049
|
) -> _PageIterator[ListModelsOutputTypeDef]:
|
|
1470
1050
|
"""
|
|
1471
1051
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModels.paginate)
|
|
@@ -1477,18 +1057,11 @@ class ListMonitoringAlertHistoryPaginator(Paginator):
|
|
|
1477
1057
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringAlertHistory)
|
|
1478
1058
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmonitoringalerthistorypaginator)
|
|
1479
1059
|
"""
|
|
1480
|
-
|
|
1481
1060
|
def paginate(
|
|
1482
1061
|
self,
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
SortBy: MonitoringAlertHistorySortKeyType = ...,
|
|
1487
|
-
SortOrder: SortOrderType = ...,
|
|
1488
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1489
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1490
|
-
StatusEquals: MonitoringAlertStatusType = ...,
|
|
1491
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1062
|
+
**kwargs: Unpack[
|
|
1063
|
+
ListMonitoringAlertHistoryRequestListMonitoringAlertHistoryPaginateTypeDef
|
|
1064
|
+
],
|
|
1492
1065
|
) -> _PageIterator[ListMonitoringAlertHistoryResponseTypeDef]:
|
|
1493
1066
|
"""
|
|
1494
1067
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringAlertHistory.paginate)
|
|
@@ -1500,9 +1073,8 @@ class ListMonitoringAlertsPaginator(Paginator):
|
|
|
1500
1073
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringAlerts)
|
|
1501
1074
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmonitoringalertspaginator)
|
|
1502
1075
|
"""
|
|
1503
|
-
|
|
1504
1076
|
def paginate(
|
|
1505
|
-
self,
|
|
1077
|
+
self, **kwargs: Unpack[ListMonitoringAlertsRequestListMonitoringAlertsPaginateTypeDef]
|
|
1506
1078
|
) -> _PageIterator[ListMonitoringAlertsResponseTypeDef]:
|
|
1507
1079
|
"""
|
|
1508
1080
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringAlerts.paginate)
|
|
@@ -1514,24 +1086,9 @@ class ListMonitoringExecutionsPaginator(Paginator):
|
|
|
1514
1086
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringExecutions)
|
|
1515
1087
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmonitoringexecutionspaginator)
|
|
1516
1088
|
"""
|
|
1517
|
-
|
|
1518
1089
|
def paginate(
|
|
1519
1090
|
self,
|
|
1520
|
-
|
|
1521
|
-
MonitoringScheduleName: str = ...,
|
|
1522
|
-
EndpointName: str = ...,
|
|
1523
|
-
SortBy: MonitoringExecutionSortKeyType = ...,
|
|
1524
|
-
SortOrder: SortOrderType = ...,
|
|
1525
|
-
ScheduledTimeBefore: TimestampTypeDef = ...,
|
|
1526
|
-
ScheduledTimeAfter: TimestampTypeDef = ...,
|
|
1527
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1528
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1529
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1530
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1531
|
-
StatusEquals: ExecutionStatusType = ...,
|
|
1532
|
-
MonitoringJobDefinitionName: str = ...,
|
|
1533
|
-
MonitoringTypeEquals: MonitoringTypeType = ...,
|
|
1534
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1091
|
+
**kwargs: Unpack[ListMonitoringExecutionsRequestListMonitoringExecutionsPaginateTypeDef],
|
|
1535
1092
|
) -> _PageIterator[ListMonitoringExecutionsResponseTypeDef]:
|
|
1536
1093
|
"""
|
|
1537
1094
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringExecutions.paginate)
|
|
@@ -1543,22 +1100,8 @@ class ListMonitoringSchedulesPaginator(Paginator):
|
|
|
1543
1100
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringSchedules)
|
|
1544
1101
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listmonitoringschedulespaginator)
|
|
1545
1102
|
"""
|
|
1546
|
-
|
|
1547
1103
|
def paginate(
|
|
1548
|
-
self,
|
|
1549
|
-
*,
|
|
1550
|
-
EndpointName: str = ...,
|
|
1551
|
-
SortBy: MonitoringScheduleSortKeyType = ...,
|
|
1552
|
-
SortOrder: SortOrderType = ...,
|
|
1553
|
-
NameContains: str = ...,
|
|
1554
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1555
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1556
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1557
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1558
|
-
StatusEquals: ScheduleStatusType = ...,
|
|
1559
|
-
MonitoringJobDefinitionName: str = ...,
|
|
1560
|
-
MonitoringTypeEquals: MonitoringTypeType = ...,
|
|
1561
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1104
|
+
self, **kwargs: Unpack[ListMonitoringSchedulesRequestListMonitoringSchedulesPaginateTypeDef]
|
|
1562
1105
|
) -> _PageIterator[ListMonitoringSchedulesResponseTypeDef]:
|
|
1563
1106
|
"""
|
|
1564
1107
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringSchedules.paginate)
|
|
@@ -1570,18 +1113,11 @@ class ListNotebookInstanceLifecycleConfigsPaginator(Paginator):
|
|
|
1570
1113
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListNotebookInstanceLifecycleConfigs)
|
|
1571
1114
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listnotebookinstancelifecycleconfigspaginator)
|
|
1572
1115
|
"""
|
|
1573
|
-
|
|
1574
1116
|
def paginate(
|
|
1575
1117
|
self,
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
NameContains: str = ...,
|
|
1580
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1581
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1582
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1583
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1584
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1118
|
+
**kwargs: Unpack[
|
|
1119
|
+
ListNotebookInstanceLifecycleConfigsInputListNotebookInstanceLifecycleConfigsPaginateTypeDef
|
|
1120
|
+
],
|
|
1585
1121
|
) -> _PageIterator[ListNotebookInstanceLifecycleConfigsOutputTypeDef]:
|
|
1586
1122
|
"""
|
|
1587
1123
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListNotebookInstanceLifecycleConfigs.paginate)
|
|
@@ -1593,22 +1129,8 @@ class ListNotebookInstancesPaginator(Paginator):
|
|
|
1593
1129
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListNotebookInstances)
|
|
1594
1130
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listnotebookinstancespaginator)
|
|
1595
1131
|
"""
|
|
1596
|
-
|
|
1597
1132
|
def paginate(
|
|
1598
|
-
self,
|
|
1599
|
-
*,
|
|
1600
|
-
SortBy: NotebookInstanceSortKeyType = ...,
|
|
1601
|
-
SortOrder: NotebookInstanceSortOrderType = ...,
|
|
1602
|
-
NameContains: str = ...,
|
|
1603
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1604
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1605
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1606
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1607
|
-
StatusEquals: NotebookInstanceStatusType = ...,
|
|
1608
|
-
NotebookInstanceLifecycleConfigNameContains: str = ...,
|
|
1609
|
-
DefaultCodeRepositoryContains: str = ...,
|
|
1610
|
-
AdditionalCodeRepositoryEquals: str = ...,
|
|
1611
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1133
|
+
self, **kwargs: Unpack[ListNotebookInstancesInputListNotebookInstancesPaginateTypeDef]
|
|
1612
1134
|
) -> _PageIterator[ListNotebookInstancesOutputTypeDef]:
|
|
1613
1135
|
"""
|
|
1614
1136
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListNotebookInstances.paginate)
|
|
@@ -1620,20 +1142,8 @@ class ListOptimizationJobsPaginator(Paginator):
|
|
|
1620
1142
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListOptimizationJobs)
|
|
1621
1143
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listoptimizationjobspaginator)
|
|
1622
1144
|
"""
|
|
1623
|
-
|
|
1624
1145
|
def paginate(
|
|
1625
|
-
self,
|
|
1626
|
-
*,
|
|
1627
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1628
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1629
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1630
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1631
|
-
OptimizationContains: str = ...,
|
|
1632
|
-
NameContains: str = ...,
|
|
1633
|
-
StatusEquals: OptimizationJobStatusType = ...,
|
|
1634
|
-
SortBy: ListOptimizationJobsSortByType = ...,
|
|
1635
|
-
SortOrder: SortOrderType = ...,
|
|
1636
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1146
|
+
self, **kwargs: Unpack[ListOptimizationJobsRequestListOptimizationJobsPaginateTypeDef]
|
|
1637
1147
|
) -> _PageIterator[ListOptimizationJobsResponseTypeDef]:
|
|
1638
1148
|
"""
|
|
1639
1149
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListOptimizationJobs.paginate)
|
|
@@ -1645,13 +1155,11 @@ class ListPipelineExecutionStepsPaginator(Paginator):
|
|
|
1645
1155
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelineExecutionSteps)
|
|
1646
1156
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpipelineexecutionstepspaginator)
|
|
1647
1157
|
"""
|
|
1648
|
-
|
|
1649
1158
|
def paginate(
|
|
1650
1159
|
self,
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1160
|
+
**kwargs: Unpack[
|
|
1161
|
+
ListPipelineExecutionStepsRequestListPipelineExecutionStepsPaginateTypeDef
|
|
1162
|
+
],
|
|
1655
1163
|
) -> _PageIterator[ListPipelineExecutionStepsResponseTypeDef]:
|
|
1656
1164
|
"""
|
|
1657
1165
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelineExecutionSteps.paginate)
|
|
@@ -1663,16 +1171,8 @@ class ListPipelineExecutionsPaginator(Paginator):
|
|
|
1663
1171
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelineExecutions)
|
|
1664
1172
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpipelineexecutionspaginator)
|
|
1665
1173
|
"""
|
|
1666
|
-
|
|
1667
1174
|
def paginate(
|
|
1668
|
-
self,
|
|
1669
|
-
*,
|
|
1670
|
-
PipelineName: str,
|
|
1671
|
-
CreatedAfter: TimestampTypeDef = ...,
|
|
1672
|
-
CreatedBefore: TimestampTypeDef = ...,
|
|
1673
|
-
SortBy: SortPipelineExecutionsByType = ...,
|
|
1674
|
-
SortOrder: SortOrderType = ...,
|
|
1675
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1175
|
+
self, **kwargs: Unpack[ListPipelineExecutionsRequestListPipelineExecutionsPaginateTypeDef]
|
|
1676
1176
|
) -> _PageIterator[ListPipelineExecutionsResponseTypeDef]:
|
|
1677
1177
|
"""
|
|
1678
1178
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelineExecutions.paginate)
|
|
@@ -1684,9 +1184,11 @@ class ListPipelineParametersForExecutionPaginator(Paginator):
|
|
|
1684
1184
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelineParametersForExecution)
|
|
1685
1185
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpipelineparametersforexecutionpaginator)
|
|
1686
1186
|
"""
|
|
1687
|
-
|
|
1688
1187
|
def paginate(
|
|
1689
|
-
self,
|
|
1188
|
+
self,
|
|
1189
|
+
**kwargs: Unpack[
|
|
1190
|
+
ListPipelineParametersForExecutionRequestListPipelineParametersForExecutionPaginateTypeDef
|
|
1191
|
+
],
|
|
1690
1192
|
) -> _PageIterator[ListPipelineParametersForExecutionResponseTypeDef]:
|
|
1691
1193
|
"""
|
|
1692
1194
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelineParametersForExecution.paginate)
|
|
@@ -1698,16 +1200,8 @@ class ListPipelinesPaginator(Paginator):
|
|
|
1698
1200
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelines)
|
|
1699
1201
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listpipelinespaginator)
|
|
1700
1202
|
"""
|
|
1701
|
-
|
|
1702
1203
|
def paginate(
|
|
1703
|
-
self,
|
|
1704
|
-
*,
|
|
1705
|
-
PipelineNamePrefix: str = ...,
|
|
1706
|
-
CreatedAfter: TimestampTypeDef = ...,
|
|
1707
|
-
CreatedBefore: TimestampTypeDef = ...,
|
|
1708
|
-
SortBy: SortPipelinesByType = ...,
|
|
1709
|
-
SortOrder: SortOrderType = ...,
|
|
1710
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1204
|
+
self, **kwargs: Unpack[ListPipelinesRequestListPipelinesPaginateTypeDef]
|
|
1711
1205
|
) -> _PageIterator[ListPipelinesResponseTypeDef]:
|
|
1712
1206
|
"""
|
|
1713
1207
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelines.paginate)
|
|
@@ -1719,19 +1213,8 @@ class ListProcessingJobsPaginator(Paginator):
|
|
|
1719
1213
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListProcessingJobs)
|
|
1720
1214
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listprocessingjobspaginator)
|
|
1721
1215
|
"""
|
|
1722
|
-
|
|
1723
1216
|
def paginate(
|
|
1724
|
-
self,
|
|
1725
|
-
*,
|
|
1726
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1727
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1728
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1729
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1730
|
-
NameContains: str = ...,
|
|
1731
|
-
StatusEquals: ProcessingJobStatusType = ...,
|
|
1732
|
-
SortBy: SortByType = ...,
|
|
1733
|
-
SortOrder: SortOrderType = ...,
|
|
1734
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1217
|
+
self, **kwargs: Unpack[ListProcessingJobsRequestListProcessingJobsPaginateTypeDef]
|
|
1735
1218
|
) -> _PageIterator[ListProcessingJobsResponseTypeDef]:
|
|
1736
1219
|
"""
|
|
1737
1220
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListProcessingJobs.paginate)
|
|
@@ -1743,16 +1226,8 @@ class ListResourceCatalogsPaginator(Paginator):
|
|
|
1743
1226
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListResourceCatalogs)
|
|
1744
1227
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listresourcecatalogspaginator)
|
|
1745
1228
|
"""
|
|
1746
|
-
|
|
1747
1229
|
def paginate(
|
|
1748
|
-
self,
|
|
1749
|
-
*,
|
|
1750
|
-
NameContains: str = ...,
|
|
1751
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1752
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1753
|
-
SortOrder: ResourceCatalogSortOrderType = ...,
|
|
1754
|
-
SortBy: Literal["CreationTime"] = ...,
|
|
1755
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1230
|
+
self, **kwargs: Unpack[ListResourceCatalogsRequestListResourceCatalogsPaginateTypeDef]
|
|
1756
1231
|
) -> _PageIterator[ListResourceCatalogsResponseTypeDef]:
|
|
1757
1232
|
"""
|
|
1758
1233
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListResourceCatalogs.paginate)
|
|
@@ -1764,15 +1239,8 @@ class ListSpacesPaginator(Paginator):
|
|
|
1764
1239
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListSpaces)
|
|
1765
1240
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listspacespaginator)
|
|
1766
1241
|
"""
|
|
1767
|
-
|
|
1768
1242
|
def paginate(
|
|
1769
|
-
self,
|
|
1770
|
-
*,
|
|
1771
|
-
SortOrder: SortOrderType = ...,
|
|
1772
|
-
SortBy: SpaceSortKeyType = ...,
|
|
1773
|
-
DomainIdEquals: str = ...,
|
|
1774
|
-
SpaceNameContains: str = ...,
|
|
1775
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1243
|
+
self, **kwargs: Unpack[ListSpacesRequestListSpacesPaginateTypeDef]
|
|
1776
1244
|
) -> _PageIterator[ListSpacesResponseTypeDef]:
|
|
1777
1245
|
"""
|
|
1778
1246
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListSpaces.paginate)
|
|
@@ -1784,14 +1252,8 @@ class ListStageDevicesPaginator(Paginator):
|
|
|
1784
1252
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListStageDevices)
|
|
1785
1253
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#liststagedevicespaginator)
|
|
1786
1254
|
"""
|
|
1787
|
-
|
|
1788
1255
|
def paginate(
|
|
1789
|
-
self,
|
|
1790
|
-
*,
|
|
1791
|
-
EdgeDeploymentPlanName: str,
|
|
1792
|
-
StageName: str,
|
|
1793
|
-
ExcludeDevicesDeployedInOtherStage: bool = ...,
|
|
1794
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1256
|
+
self, **kwargs: Unpack[ListStageDevicesRequestListStageDevicesPaginateTypeDef]
|
|
1795
1257
|
) -> _PageIterator[ListStageDevicesResponseTypeDef]:
|
|
1796
1258
|
"""
|
|
1797
1259
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListStageDevices.paginate)
|
|
@@ -1803,19 +1265,11 @@ class ListStudioLifecycleConfigsPaginator(Paginator):
|
|
|
1803
1265
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListStudioLifecycleConfigs)
|
|
1804
1266
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#liststudiolifecycleconfigspaginator)
|
|
1805
1267
|
"""
|
|
1806
|
-
|
|
1807
1268
|
def paginate(
|
|
1808
1269
|
self,
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1813
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1814
|
-
ModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1815
|
-
ModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1816
|
-
SortBy: StudioLifecycleConfigSortKeyType = ...,
|
|
1817
|
-
SortOrder: SortOrderType = ...,
|
|
1818
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1270
|
+
**kwargs: Unpack[
|
|
1271
|
+
ListStudioLifecycleConfigsRequestListStudioLifecycleConfigsPaginateTypeDef
|
|
1272
|
+
],
|
|
1819
1273
|
) -> _PageIterator[ListStudioLifecycleConfigsResponseTypeDef]:
|
|
1820
1274
|
"""
|
|
1821
1275
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListStudioLifecycleConfigs.paginate)
|
|
@@ -1827,9 +1281,8 @@ class ListSubscribedWorkteamsPaginator(Paginator):
|
|
|
1827
1281
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListSubscribedWorkteams)
|
|
1828
1282
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listsubscribedworkteamspaginator)
|
|
1829
1283
|
"""
|
|
1830
|
-
|
|
1831
1284
|
def paginate(
|
|
1832
|
-
self,
|
|
1285
|
+
self, **kwargs: Unpack[ListSubscribedWorkteamsRequestListSubscribedWorkteamsPaginateTypeDef]
|
|
1833
1286
|
) -> _PageIterator[ListSubscribedWorkteamsResponseTypeDef]:
|
|
1834
1287
|
"""
|
|
1835
1288
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListSubscribedWorkteams.paginate)
|
|
@@ -1841,9 +1294,8 @@ class ListTagsPaginator(Paginator):
|
|
|
1841
1294
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTags)
|
|
1842
1295
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtagspaginator)
|
|
1843
1296
|
"""
|
|
1844
|
-
|
|
1845
1297
|
def paginate(
|
|
1846
|
-
self,
|
|
1298
|
+
self, **kwargs: Unpack[ListTagsInputListTagsPaginateTypeDef]
|
|
1847
1299
|
) -> _PageIterator[ListTagsOutputTypeDef]:
|
|
1848
1300
|
"""
|
|
1849
1301
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTags.paginate)
|
|
@@ -1855,20 +1307,8 @@ class ListTrainingJobsPaginator(Paginator):
|
|
|
1855
1307
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrainingJobs)
|
|
1856
1308
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrainingjobspaginator)
|
|
1857
1309
|
"""
|
|
1858
|
-
|
|
1859
1310
|
def paginate(
|
|
1860
|
-
self,
|
|
1861
|
-
*,
|
|
1862
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1863
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1864
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1865
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1866
|
-
NameContains: str = ...,
|
|
1867
|
-
StatusEquals: TrainingJobStatusType = ...,
|
|
1868
|
-
SortBy: SortByType = ...,
|
|
1869
|
-
SortOrder: SortOrderType = ...,
|
|
1870
|
-
WarmPoolStatusEquals: WarmPoolResourceStatusType = ...,
|
|
1871
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1311
|
+
self, **kwargs: Unpack[ListTrainingJobsRequestListTrainingJobsPaginateTypeDef]
|
|
1872
1312
|
) -> _PageIterator[ListTrainingJobsResponseTypeDef]:
|
|
1873
1313
|
"""
|
|
1874
1314
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrainingJobs.paginate)
|
|
@@ -1880,15 +1320,11 @@ class ListTrainingJobsForHyperParameterTuningJobPaginator(Paginator):
|
|
|
1880
1320
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrainingJobsForHyperParameterTuningJob)
|
|
1881
1321
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrainingjobsforhyperparametertuningjobpaginator)
|
|
1882
1322
|
"""
|
|
1883
|
-
|
|
1884
1323
|
def paginate(
|
|
1885
1324
|
self,
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
SortBy: TrainingJobSortByOptionsType = ...,
|
|
1890
|
-
SortOrder: SortOrderType = ...,
|
|
1891
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1325
|
+
**kwargs: Unpack[
|
|
1326
|
+
ListTrainingJobsForHyperParameterTuningJobRequestListTrainingJobsForHyperParameterTuningJobPaginateTypeDef
|
|
1327
|
+
],
|
|
1892
1328
|
) -> _PageIterator[ListTrainingJobsForHyperParameterTuningJobResponseTypeDef]:
|
|
1893
1329
|
"""
|
|
1894
1330
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrainingJobsForHyperParameterTuningJob.paginate)
|
|
@@ -1900,19 +1336,8 @@ class ListTransformJobsPaginator(Paginator):
|
|
|
1900
1336
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTransformJobs)
|
|
1901
1337
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtransformjobspaginator)
|
|
1902
1338
|
"""
|
|
1903
|
-
|
|
1904
1339
|
def paginate(
|
|
1905
|
-
self,
|
|
1906
|
-
*,
|
|
1907
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1908
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1909
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1910
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1911
|
-
NameContains: str = ...,
|
|
1912
|
-
StatusEquals: TransformJobStatusType = ...,
|
|
1913
|
-
SortBy: SortByType = ...,
|
|
1914
|
-
SortOrder: SortOrderType = ...,
|
|
1915
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1340
|
+
self, **kwargs: Unpack[ListTransformJobsRequestListTransformJobsPaginateTypeDef]
|
|
1916
1341
|
) -> _PageIterator[ListTransformJobsResponseTypeDef]:
|
|
1917
1342
|
"""
|
|
1918
1343
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTransformJobs.paginate)
|
|
@@ -1924,18 +1349,8 @@ class ListTrialComponentsPaginator(Paginator):
|
|
|
1924
1349
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrialComponents)
|
|
1925
1350
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrialcomponentspaginator)
|
|
1926
1351
|
"""
|
|
1927
|
-
|
|
1928
1352
|
def paginate(
|
|
1929
|
-
self,
|
|
1930
|
-
*,
|
|
1931
|
-
ExperimentName: str = ...,
|
|
1932
|
-
TrialName: str = ...,
|
|
1933
|
-
SourceArn: str = ...,
|
|
1934
|
-
CreatedAfter: TimestampTypeDef = ...,
|
|
1935
|
-
CreatedBefore: TimestampTypeDef = ...,
|
|
1936
|
-
SortBy: SortTrialComponentsByType = ...,
|
|
1937
|
-
SortOrder: SortOrderType = ...,
|
|
1938
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1353
|
+
self, **kwargs: Unpack[ListTrialComponentsRequestListTrialComponentsPaginateTypeDef]
|
|
1939
1354
|
) -> _PageIterator[ListTrialComponentsResponseTypeDef]:
|
|
1940
1355
|
"""
|
|
1941
1356
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrialComponents.paginate)
|
|
@@ -1947,17 +1362,8 @@ class ListTrialsPaginator(Paginator):
|
|
|
1947
1362
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrials)
|
|
1948
1363
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listtrialspaginator)
|
|
1949
1364
|
"""
|
|
1950
|
-
|
|
1951
1365
|
def paginate(
|
|
1952
|
-
self,
|
|
1953
|
-
*,
|
|
1954
|
-
ExperimentName: str = ...,
|
|
1955
|
-
TrialComponentName: str = ...,
|
|
1956
|
-
CreatedAfter: TimestampTypeDef = ...,
|
|
1957
|
-
CreatedBefore: TimestampTypeDef = ...,
|
|
1958
|
-
SortBy: SortTrialsByType = ...,
|
|
1959
|
-
SortOrder: SortOrderType = ...,
|
|
1960
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1366
|
+
self, **kwargs: Unpack[ListTrialsRequestListTrialsPaginateTypeDef]
|
|
1961
1367
|
) -> _PageIterator[ListTrialsResponseTypeDef]:
|
|
1962
1368
|
"""
|
|
1963
1369
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrials.paginate)
|
|
@@ -1969,15 +1375,8 @@ class ListUserProfilesPaginator(Paginator):
|
|
|
1969
1375
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListUserProfiles)
|
|
1970
1376
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listuserprofilespaginator)
|
|
1971
1377
|
"""
|
|
1972
|
-
|
|
1973
1378
|
def paginate(
|
|
1974
|
-
self,
|
|
1975
|
-
*,
|
|
1976
|
-
SortOrder: SortOrderType = ...,
|
|
1977
|
-
SortBy: UserProfileSortKeyType = ...,
|
|
1978
|
-
DomainIdEquals: str = ...,
|
|
1979
|
-
UserProfileNameContains: str = ...,
|
|
1980
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1379
|
+
self, **kwargs: Unpack[ListUserProfilesRequestListUserProfilesPaginateTypeDef]
|
|
1981
1380
|
) -> _PageIterator[ListUserProfilesResponseTypeDef]:
|
|
1982
1381
|
"""
|
|
1983
1382
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListUserProfiles.paginate)
|
|
@@ -1989,14 +1388,8 @@ class ListWorkforcesPaginator(Paginator):
|
|
|
1989
1388
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListWorkforces)
|
|
1990
1389
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listworkforcespaginator)
|
|
1991
1390
|
"""
|
|
1992
|
-
|
|
1993
1391
|
def paginate(
|
|
1994
|
-
self,
|
|
1995
|
-
*,
|
|
1996
|
-
SortBy: ListWorkforcesSortByOptionsType = ...,
|
|
1997
|
-
SortOrder: SortOrderType = ...,
|
|
1998
|
-
NameContains: str = ...,
|
|
1999
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1392
|
+
self, **kwargs: Unpack[ListWorkforcesRequestListWorkforcesPaginateTypeDef]
|
|
2000
1393
|
) -> _PageIterator[ListWorkforcesResponseTypeDef]:
|
|
2001
1394
|
"""
|
|
2002
1395
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListWorkforces.paginate)
|
|
@@ -2008,14 +1401,8 @@ class ListWorkteamsPaginator(Paginator):
|
|
|
2008
1401
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListWorkteams)
|
|
2009
1402
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#listworkteamspaginator)
|
|
2010
1403
|
"""
|
|
2011
|
-
|
|
2012
1404
|
def paginate(
|
|
2013
|
-
self,
|
|
2014
|
-
*,
|
|
2015
|
-
SortBy: ListWorkteamsSortByOptionsType = ...,
|
|
2016
|
-
SortOrder: SortOrderType = ...,
|
|
2017
|
-
NameContains: str = ...,
|
|
2018
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1405
|
+
self, **kwargs: Unpack[ListWorkteamsRequestListWorkteamsPaginateTypeDef]
|
|
2019
1406
|
) -> _PageIterator[ListWorkteamsResponseTypeDef]:
|
|
2020
1407
|
"""
|
|
2021
1408
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListWorkteams.paginate)
|
|
@@ -2027,17 +1414,8 @@ class SearchPaginator(Paginator):
|
|
|
2027
1414
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.Search)
|
|
2028
1415
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/#searchpaginator)
|
|
2029
1416
|
"""
|
|
2030
|
-
|
|
2031
1417
|
def paginate(
|
|
2032
|
-
self,
|
|
2033
|
-
*,
|
|
2034
|
-
Resource: ResourceTypeType,
|
|
2035
|
-
SearchExpression: SearchExpressionTypeDef = ...,
|
|
2036
|
-
SortBy: str = ...,
|
|
2037
|
-
SortOrder: SearchSortOrderType = ...,
|
|
2038
|
-
CrossAccountFilterOption: CrossAccountFilterOptionType = ...,
|
|
2039
|
-
VisibilityConditions: Sequence[VisibilityConditionsTypeDef] = ...,
|
|
2040
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1418
|
+
self, **kwargs: Unpack[SearchRequestSearchPaginateTypeDef]
|
|
2041
1419
|
) -> _PageIterator[SearchResponseTypeDef]:
|
|
2042
1420
|
"""
|
|
2043
1421
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.Search.paginate)
|