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,166 @@ 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
|
|
329
|
+
|
|
354
330
|
|
|
355
331
|
__all__ = (
|
|
356
332
|
"ListActionsPaginator",
|
|
@@ -429,6 +405,7 @@ __all__ = (
|
|
|
429
405
|
"SearchPaginator",
|
|
430
406
|
)
|
|
431
407
|
|
|
408
|
+
|
|
432
409
|
_ItemTypeDef = TypeVar("_ItemTypeDef")
|
|
433
410
|
|
|
434
411
|
|
|
@@ -446,15 +423,7 @@ class ListActionsPaginator(Paginator):
|
|
|
446
423
|
"""
|
|
447
424
|
|
|
448
425
|
def paginate(
|
|
449
|
-
self,
|
|
450
|
-
*,
|
|
451
|
-
SourceUri: str = ...,
|
|
452
|
-
ActionType: str = ...,
|
|
453
|
-
CreatedAfter: TimestampTypeDef = ...,
|
|
454
|
-
CreatedBefore: TimestampTypeDef = ...,
|
|
455
|
-
SortBy: SortActionsByType = ...,
|
|
456
|
-
SortOrder: SortOrderType = ...,
|
|
457
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
426
|
+
self, **kwargs: Unpack[ListActionsRequestListActionsPaginateTypeDef]
|
|
458
427
|
) -> _PageIterator[ListActionsResponseTypeDef]:
|
|
459
428
|
"""
|
|
460
429
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListActions.paginate)
|
|
@@ -469,14 +438,7 @@ class ListAlgorithmsPaginator(Paginator):
|
|
|
469
438
|
"""
|
|
470
439
|
|
|
471
440
|
def paginate(
|
|
472
|
-
self,
|
|
473
|
-
*,
|
|
474
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
475
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
476
|
-
NameContains: str = ...,
|
|
477
|
-
SortBy: AlgorithmSortByType = ...,
|
|
478
|
-
SortOrder: SortOrderType = ...,
|
|
479
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
441
|
+
self, **kwargs: Unpack[ListAlgorithmsInputListAlgorithmsPaginateTypeDef]
|
|
480
442
|
) -> _PageIterator[ListAlgorithmsOutputTypeDef]:
|
|
481
443
|
"""
|
|
482
444
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAlgorithms.paginate)
|
|
@@ -491,12 +453,7 @@ class ListAliasesPaginator(Paginator):
|
|
|
491
453
|
"""
|
|
492
454
|
|
|
493
455
|
def paginate(
|
|
494
|
-
self,
|
|
495
|
-
*,
|
|
496
|
-
ImageName: str,
|
|
497
|
-
Alias: str = ...,
|
|
498
|
-
Version: int = ...,
|
|
499
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
456
|
+
self, **kwargs: Unpack[ListAliasesRequestListAliasesPaginateTypeDef]
|
|
500
457
|
) -> _PageIterator[ListAliasesResponseTypeDef]:
|
|
501
458
|
"""
|
|
502
459
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAliases.paginate)
|
|
@@ -511,16 +468,7 @@ class ListAppImageConfigsPaginator(Paginator):
|
|
|
511
468
|
"""
|
|
512
469
|
|
|
513
470
|
def paginate(
|
|
514
|
-
self,
|
|
515
|
-
*,
|
|
516
|
-
NameContains: str = ...,
|
|
517
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
518
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
519
|
-
ModifiedTimeBefore: TimestampTypeDef = ...,
|
|
520
|
-
ModifiedTimeAfter: TimestampTypeDef = ...,
|
|
521
|
-
SortBy: AppImageConfigSortKeyType = ...,
|
|
522
|
-
SortOrder: SortOrderType = ...,
|
|
523
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
471
|
+
self, **kwargs: Unpack[ListAppImageConfigsRequestListAppImageConfigsPaginateTypeDef]
|
|
524
472
|
) -> _PageIterator[ListAppImageConfigsResponseTypeDef]:
|
|
525
473
|
"""
|
|
526
474
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAppImageConfigs.paginate)
|
|
@@ -535,14 +483,7 @@ class ListAppsPaginator(Paginator):
|
|
|
535
483
|
"""
|
|
536
484
|
|
|
537
485
|
def paginate(
|
|
538
|
-
self,
|
|
539
|
-
*,
|
|
540
|
-
SortOrder: SortOrderType = ...,
|
|
541
|
-
SortBy: Literal["CreationTime"] = ...,
|
|
542
|
-
DomainIdEquals: str = ...,
|
|
543
|
-
UserProfileNameEquals: str = ...,
|
|
544
|
-
SpaceNameEquals: str = ...,
|
|
545
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
486
|
+
self, **kwargs: Unpack[ListAppsRequestListAppsPaginateTypeDef]
|
|
546
487
|
) -> _PageIterator[ListAppsResponseTypeDef]:
|
|
547
488
|
"""
|
|
548
489
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListApps.paginate)
|
|
@@ -557,15 +498,7 @@ class ListArtifactsPaginator(Paginator):
|
|
|
557
498
|
"""
|
|
558
499
|
|
|
559
500
|
def paginate(
|
|
560
|
-
self,
|
|
561
|
-
*,
|
|
562
|
-
SourceUri: str = ...,
|
|
563
|
-
ArtifactType: str = ...,
|
|
564
|
-
CreatedAfter: TimestampTypeDef = ...,
|
|
565
|
-
CreatedBefore: TimestampTypeDef = ...,
|
|
566
|
-
SortBy: Literal["CreationTime"] = ...,
|
|
567
|
-
SortOrder: SortOrderType = ...,
|
|
568
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
501
|
+
self, **kwargs: Unpack[ListArtifactsRequestListArtifactsPaginateTypeDef]
|
|
569
502
|
) -> _PageIterator[ListArtifactsResponseTypeDef]:
|
|
570
503
|
"""
|
|
571
504
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListArtifacts.paginate)
|
|
@@ -580,18 +513,7 @@ class ListAssociationsPaginator(Paginator):
|
|
|
580
513
|
"""
|
|
581
514
|
|
|
582
515
|
def paginate(
|
|
583
|
-
self,
|
|
584
|
-
*,
|
|
585
|
-
SourceArn: str = ...,
|
|
586
|
-
DestinationArn: str = ...,
|
|
587
|
-
SourceType: str = ...,
|
|
588
|
-
DestinationType: str = ...,
|
|
589
|
-
AssociationType: AssociationEdgeTypeType = ...,
|
|
590
|
-
CreatedAfter: TimestampTypeDef = ...,
|
|
591
|
-
CreatedBefore: TimestampTypeDef = ...,
|
|
592
|
-
SortBy: SortAssociationsByType = ...,
|
|
593
|
-
SortOrder: SortOrderType = ...,
|
|
594
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
516
|
+
self, **kwargs: Unpack[ListAssociationsRequestListAssociationsPaginateTypeDef]
|
|
595
517
|
) -> _PageIterator[ListAssociationsResponseTypeDef]:
|
|
596
518
|
"""
|
|
597
519
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAssociations.paginate)
|
|
@@ -606,17 +528,7 @@ class ListAutoMLJobsPaginator(Paginator):
|
|
|
606
528
|
"""
|
|
607
529
|
|
|
608
530
|
def paginate(
|
|
609
|
-
self,
|
|
610
|
-
*,
|
|
611
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
612
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
613
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
614
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
615
|
-
NameContains: str = ...,
|
|
616
|
-
StatusEquals: AutoMLJobStatusType = ...,
|
|
617
|
-
SortOrder: AutoMLSortOrderType = ...,
|
|
618
|
-
SortBy: AutoMLSortByType = ...,
|
|
619
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
531
|
+
self, **kwargs: Unpack[ListAutoMLJobsRequestListAutoMLJobsPaginateTypeDef]
|
|
620
532
|
) -> _PageIterator[ListAutoMLJobsResponseTypeDef]:
|
|
621
533
|
"""
|
|
622
534
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListAutoMLJobs.paginate)
|
|
@@ -632,13 +544,9 @@ class ListCandidatesForAutoMLJobPaginator(Paginator):
|
|
|
632
544
|
|
|
633
545
|
def paginate(
|
|
634
546
|
self,
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
CandidateNameEquals: str = ...,
|
|
639
|
-
SortOrder: AutoMLSortOrderType = ...,
|
|
640
|
-
SortBy: CandidateSortByType = ...,
|
|
641
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
547
|
+
**kwargs: Unpack[
|
|
548
|
+
ListCandidatesForAutoMLJobRequestListCandidatesForAutoMLJobPaginateTypeDef
|
|
549
|
+
],
|
|
642
550
|
) -> _PageIterator[ListCandidatesForAutoMLJobResponseTypeDef]:
|
|
643
551
|
"""
|
|
644
552
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListCandidatesForAutoMLJob.paginate)
|
|
@@ -653,15 +561,7 @@ class ListClusterNodesPaginator(Paginator):
|
|
|
653
561
|
"""
|
|
654
562
|
|
|
655
563
|
def paginate(
|
|
656
|
-
self,
|
|
657
|
-
*,
|
|
658
|
-
ClusterName: str,
|
|
659
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
660
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
661
|
-
InstanceGroupNameContains: str = ...,
|
|
662
|
-
SortBy: ClusterSortByType = ...,
|
|
663
|
-
SortOrder: SortOrderType = ...,
|
|
664
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
564
|
+
self, **kwargs: Unpack[ListClusterNodesRequestListClusterNodesPaginateTypeDef]
|
|
665
565
|
) -> _PageIterator[ListClusterNodesResponseTypeDef]:
|
|
666
566
|
"""
|
|
667
567
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListClusterNodes.paginate)
|
|
@@ -676,14 +576,7 @@ class ListClustersPaginator(Paginator):
|
|
|
676
576
|
"""
|
|
677
577
|
|
|
678
578
|
def paginate(
|
|
679
|
-
self,
|
|
680
|
-
*,
|
|
681
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
682
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
683
|
-
NameContains: str = ...,
|
|
684
|
-
SortBy: ClusterSortByType = ...,
|
|
685
|
-
SortOrder: SortOrderType = ...,
|
|
686
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
579
|
+
self, **kwargs: Unpack[ListClustersRequestListClustersPaginateTypeDef]
|
|
687
580
|
) -> _PageIterator[ListClustersResponseTypeDef]:
|
|
688
581
|
"""
|
|
689
582
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListClusters.paginate)
|
|
@@ -698,16 +591,7 @@ class ListCodeRepositoriesPaginator(Paginator):
|
|
|
698
591
|
"""
|
|
699
592
|
|
|
700
593
|
def paginate(
|
|
701
|
-
self,
|
|
702
|
-
*,
|
|
703
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
704
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
705
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
706
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
707
|
-
NameContains: str = ...,
|
|
708
|
-
SortBy: CodeRepositorySortByType = ...,
|
|
709
|
-
SortOrder: CodeRepositorySortOrderType = ...,
|
|
710
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
594
|
+
self, **kwargs: Unpack[ListCodeRepositoriesInputListCodeRepositoriesPaginateTypeDef]
|
|
711
595
|
) -> _PageIterator[ListCodeRepositoriesOutputTypeDef]:
|
|
712
596
|
"""
|
|
713
597
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListCodeRepositories.paginate)
|
|
@@ -722,17 +606,7 @@ class ListCompilationJobsPaginator(Paginator):
|
|
|
722
606
|
"""
|
|
723
607
|
|
|
724
608
|
def paginate(
|
|
725
|
-
self,
|
|
726
|
-
*,
|
|
727
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
728
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
729
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
730
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
731
|
-
NameContains: str = ...,
|
|
732
|
-
StatusEquals: CompilationJobStatusType = ...,
|
|
733
|
-
SortBy: ListCompilationJobsSortByType = ...,
|
|
734
|
-
SortOrder: SortOrderType = ...,
|
|
735
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
609
|
+
self, **kwargs: Unpack[ListCompilationJobsRequestListCompilationJobsPaginateTypeDef]
|
|
736
610
|
) -> _PageIterator[ListCompilationJobsResponseTypeDef]:
|
|
737
611
|
"""
|
|
738
612
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListCompilationJobs.paginate)
|
|
@@ -747,15 +621,7 @@ class ListContextsPaginator(Paginator):
|
|
|
747
621
|
"""
|
|
748
622
|
|
|
749
623
|
def paginate(
|
|
750
|
-
self,
|
|
751
|
-
*,
|
|
752
|
-
SourceUri: str = ...,
|
|
753
|
-
ContextType: str = ...,
|
|
754
|
-
CreatedAfter: TimestampTypeDef = ...,
|
|
755
|
-
CreatedBefore: TimestampTypeDef = ...,
|
|
756
|
-
SortBy: SortContextsByType = ...,
|
|
757
|
-
SortOrder: SortOrderType = ...,
|
|
758
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
624
|
+
self, **kwargs: Unpack[ListContextsRequestListContextsPaginateTypeDef]
|
|
759
625
|
) -> _PageIterator[ListContextsResponseTypeDef]:
|
|
760
626
|
"""
|
|
761
627
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListContexts.paginate)
|
|
@@ -771,14 +637,9 @@ class ListDataQualityJobDefinitionsPaginator(Paginator):
|
|
|
771
637
|
|
|
772
638
|
def paginate(
|
|
773
639
|
self,
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
SortOrder: SortOrderType = ...,
|
|
778
|
-
NameContains: str = ...,
|
|
779
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
780
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
781
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
640
|
+
**kwargs: Unpack[
|
|
641
|
+
ListDataQualityJobDefinitionsRequestListDataQualityJobDefinitionsPaginateTypeDef
|
|
642
|
+
],
|
|
782
643
|
) -> _PageIterator[ListDataQualityJobDefinitionsResponseTypeDef]:
|
|
783
644
|
"""
|
|
784
645
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDataQualityJobDefinitions.paginate)
|
|
@@ -793,16 +654,7 @@ class ListDeviceFleetsPaginator(Paginator):
|
|
|
793
654
|
"""
|
|
794
655
|
|
|
795
656
|
def paginate(
|
|
796
|
-
self,
|
|
797
|
-
*,
|
|
798
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
799
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
800
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
801
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
802
|
-
NameContains: str = ...,
|
|
803
|
-
SortBy: ListDeviceFleetsSortByType = ...,
|
|
804
|
-
SortOrder: SortOrderType = ...,
|
|
805
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
657
|
+
self, **kwargs: Unpack[ListDeviceFleetsRequestListDeviceFleetsPaginateTypeDef]
|
|
806
658
|
) -> _PageIterator[ListDeviceFleetsResponseTypeDef]:
|
|
807
659
|
"""
|
|
808
660
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDeviceFleets.paginate)
|
|
@@ -817,12 +669,7 @@ class ListDevicesPaginator(Paginator):
|
|
|
817
669
|
"""
|
|
818
670
|
|
|
819
671
|
def paginate(
|
|
820
|
-
self,
|
|
821
|
-
*,
|
|
822
|
-
LatestHeartbeatAfter: TimestampTypeDef = ...,
|
|
823
|
-
ModelName: str = ...,
|
|
824
|
-
DeviceFleetName: str = ...,
|
|
825
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
672
|
+
self, **kwargs: Unpack[ListDevicesRequestListDevicesPaginateTypeDef]
|
|
826
673
|
) -> _PageIterator[ListDevicesResponseTypeDef]:
|
|
827
674
|
"""
|
|
828
675
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDevices.paginate)
|
|
@@ -837,7 +684,7 @@ class ListDomainsPaginator(Paginator):
|
|
|
837
684
|
"""
|
|
838
685
|
|
|
839
686
|
def paginate(
|
|
840
|
-
self,
|
|
687
|
+
self, **kwargs: Unpack[ListDomainsRequestListDomainsPaginateTypeDef]
|
|
841
688
|
) -> _PageIterator[ListDomainsResponseTypeDef]:
|
|
842
689
|
"""
|
|
843
690
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListDomains.paginate)
|
|
@@ -852,17 +699,7 @@ class ListEdgeDeploymentPlansPaginator(Paginator):
|
|
|
852
699
|
"""
|
|
853
700
|
|
|
854
701
|
def paginate(
|
|
855
|
-
self,
|
|
856
|
-
*,
|
|
857
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
858
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
859
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
860
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
861
|
-
NameContains: str = ...,
|
|
862
|
-
DeviceFleetNameContains: str = ...,
|
|
863
|
-
SortBy: ListEdgeDeploymentPlansSortByType = ...,
|
|
864
|
-
SortOrder: SortOrderType = ...,
|
|
865
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
702
|
+
self, **kwargs: Unpack[ListEdgeDeploymentPlansRequestListEdgeDeploymentPlansPaginateTypeDef]
|
|
866
703
|
) -> _PageIterator[ListEdgeDeploymentPlansResponseTypeDef]:
|
|
867
704
|
"""
|
|
868
705
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEdgeDeploymentPlans.paginate)
|
|
@@ -877,18 +714,7 @@ class ListEdgePackagingJobsPaginator(Paginator):
|
|
|
877
714
|
"""
|
|
878
715
|
|
|
879
716
|
def paginate(
|
|
880
|
-
self,
|
|
881
|
-
*,
|
|
882
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
883
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
884
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
885
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
886
|
-
NameContains: str = ...,
|
|
887
|
-
ModelNameContains: str = ...,
|
|
888
|
-
StatusEquals: EdgePackagingJobStatusType = ...,
|
|
889
|
-
SortBy: ListEdgePackagingJobsSortByType = ...,
|
|
890
|
-
SortOrder: SortOrderType = ...,
|
|
891
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
717
|
+
self, **kwargs: Unpack[ListEdgePackagingJobsRequestListEdgePackagingJobsPaginateTypeDef]
|
|
892
718
|
) -> _PageIterator[ListEdgePackagingJobsResponseTypeDef]:
|
|
893
719
|
"""
|
|
894
720
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEdgePackagingJobs.paginate)
|
|
@@ -903,14 +729,7 @@ class ListEndpointConfigsPaginator(Paginator):
|
|
|
903
729
|
"""
|
|
904
730
|
|
|
905
731
|
def paginate(
|
|
906
|
-
self,
|
|
907
|
-
*,
|
|
908
|
-
SortBy: EndpointConfigSortKeyType = ...,
|
|
909
|
-
SortOrder: OrderKeyType = ...,
|
|
910
|
-
NameContains: str = ...,
|
|
911
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
912
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
913
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
732
|
+
self, **kwargs: Unpack[ListEndpointConfigsInputListEndpointConfigsPaginateTypeDef]
|
|
914
733
|
) -> _PageIterator[ListEndpointConfigsOutputTypeDef]:
|
|
915
734
|
"""
|
|
916
735
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEndpointConfigs.paginate)
|
|
@@ -925,17 +744,7 @@ class ListEndpointsPaginator(Paginator):
|
|
|
925
744
|
"""
|
|
926
745
|
|
|
927
746
|
def paginate(
|
|
928
|
-
self,
|
|
929
|
-
*,
|
|
930
|
-
SortBy: EndpointSortKeyType = ...,
|
|
931
|
-
SortOrder: OrderKeyType = ...,
|
|
932
|
-
NameContains: str = ...,
|
|
933
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
934
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
935
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
936
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
937
|
-
StatusEquals: EndpointStatusType = ...,
|
|
938
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
747
|
+
self, **kwargs: Unpack[ListEndpointsInputListEndpointsPaginateTypeDef]
|
|
939
748
|
) -> _PageIterator[ListEndpointsOutputTypeDef]:
|
|
940
749
|
"""
|
|
941
750
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListEndpoints.paginate)
|
|
@@ -950,13 +759,7 @@ class ListExperimentsPaginator(Paginator):
|
|
|
950
759
|
"""
|
|
951
760
|
|
|
952
761
|
def paginate(
|
|
953
|
-
self,
|
|
954
|
-
*,
|
|
955
|
-
CreatedAfter: TimestampTypeDef = ...,
|
|
956
|
-
CreatedBefore: TimestampTypeDef = ...,
|
|
957
|
-
SortBy: SortExperimentsByType = ...,
|
|
958
|
-
SortOrder: SortOrderType = ...,
|
|
959
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
762
|
+
self, **kwargs: Unpack[ListExperimentsRequestListExperimentsPaginateTypeDef]
|
|
960
763
|
) -> _PageIterator[ListExperimentsResponseTypeDef]:
|
|
961
764
|
"""
|
|
962
765
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListExperiments.paginate)
|
|
@@ -971,16 +774,7 @@ class ListFeatureGroupsPaginator(Paginator):
|
|
|
971
774
|
"""
|
|
972
775
|
|
|
973
776
|
def paginate(
|
|
974
|
-
self,
|
|
975
|
-
*,
|
|
976
|
-
NameContains: str = ...,
|
|
977
|
-
FeatureGroupStatusEquals: FeatureGroupStatusType = ...,
|
|
978
|
-
OfflineStoreStatusEquals: OfflineStoreStatusValueType = ...,
|
|
979
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
980
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
981
|
-
SortOrder: FeatureGroupSortOrderType = ...,
|
|
982
|
-
SortBy: FeatureGroupSortByType = ...,
|
|
983
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
777
|
+
self, **kwargs: Unpack[ListFeatureGroupsRequestListFeatureGroupsPaginateTypeDef]
|
|
984
778
|
) -> _PageIterator[ListFeatureGroupsResponseTypeDef]:
|
|
985
779
|
"""
|
|
986
780
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListFeatureGroups.paginate)
|
|
@@ -995,12 +789,7 @@ class ListFlowDefinitionsPaginator(Paginator):
|
|
|
995
789
|
"""
|
|
996
790
|
|
|
997
791
|
def paginate(
|
|
998
|
-
self,
|
|
999
|
-
*,
|
|
1000
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1001
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1002
|
-
SortOrder: SortOrderType = ...,
|
|
1003
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
792
|
+
self, **kwargs: Unpack[ListFlowDefinitionsRequestListFlowDefinitionsPaginateTypeDef]
|
|
1004
793
|
) -> _PageIterator[ListFlowDefinitionsResponseTypeDef]:
|
|
1005
794
|
"""
|
|
1006
795
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListFlowDefinitions.paginate)
|
|
@@ -1015,12 +804,7 @@ class ListHumanTaskUisPaginator(Paginator):
|
|
|
1015
804
|
"""
|
|
1016
805
|
|
|
1017
806
|
def paginate(
|
|
1018
|
-
self,
|
|
1019
|
-
*,
|
|
1020
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1021
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1022
|
-
SortOrder: SortOrderType = ...,
|
|
1023
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
807
|
+
self, **kwargs: Unpack[ListHumanTaskUisRequestListHumanTaskUisPaginateTypeDef]
|
|
1024
808
|
) -> _PageIterator[ListHumanTaskUisResponseTypeDef]:
|
|
1025
809
|
"""
|
|
1026
810
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListHumanTaskUis.paginate)
|
|
@@ -1036,16 +820,9 @@ class ListHyperParameterTuningJobsPaginator(Paginator):
|
|
|
1036
820
|
|
|
1037
821
|
def paginate(
|
|
1038
822
|
self,
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
NameContains: str = ...,
|
|
1043
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1044
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1045
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1046
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1047
|
-
StatusEquals: HyperParameterTuningJobStatusType = ...,
|
|
1048
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
823
|
+
**kwargs: Unpack[
|
|
824
|
+
ListHyperParameterTuningJobsRequestListHyperParameterTuningJobsPaginateTypeDef
|
|
825
|
+
],
|
|
1049
826
|
) -> _PageIterator[ListHyperParameterTuningJobsResponseTypeDef]:
|
|
1050
827
|
"""
|
|
1051
828
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListHyperParameterTuningJobs.paginate)
|
|
@@ -1060,16 +837,7 @@ class ListImageVersionsPaginator(Paginator):
|
|
|
1060
837
|
"""
|
|
1061
838
|
|
|
1062
839
|
def paginate(
|
|
1063
|
-
self,
|
|
1064
|
-
*,
|
|
1065
|
-
ImageName: str,
|
|
1066
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1067
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1068
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1069
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1070
|
-
SortBy: ImageVersionSortByType = ...,
|
|
1071
|
-
SortOrder: ImageVersionSortOrderType = ...,
|
|
1072
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
840
|
+
self, **kwargs: Unpack[ListImageVersionsRequestListImageVersionsPaginateTypeDef]
|
|
1073
841
|
) -> _PageIterator[ListImageVersionsResponseTypeDef]:
|
|
1074
842
|
"""
|
|
1075
843
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListImageVersions.paginate)
|
|
@@ -1084,16 +852,7 @@ class ListImagesPaginator(Paginator):
|
|
|
1084
852
|
"""
|
|
1085
853
|
|
|
1086
854
|
def paginate(
|
|
1087
|
-
self,
|
|
1088
|
-
*,
|
|
1089
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1090
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1091
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1092
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1093
|
-
NameContains: str = ...,
|
|
1094
|
-
SortBy: ImageSortByType = ...,
|
|
1095
|
-
SortOrder: ImageSortOrderType = ...,
|
|
1096
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
855
|
+
self, **kwargs: Unpack[ListImagesRequestListImagesPaginateTypeDef]
|
|
1097
856
|
) -> _PageIterator[ListImagesResponseTypeDef]:
|
|
1098
857
|
"""
|
|
1099
858
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListImages.paginate)
|
|
@@ -1108,19 +867,7 @@ class ListInferenceComponentsPaginator(Paginator):
|
|
|
1108
867
|
"""
|
|
1109
868
|
|
|
1110
869
|
def paginate(
|
|
1111
|
-
self,
|
|
1112
|
-
*,
|
|
1113
|
-
SortBy: InferenceComponentSortKeyType = ...,
|
|
1114
|
-
SortOrder: OrderKeyType = ...,
|
|
1115
|
-
NameContains: str = ...,
|
|
1116
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1117
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1118
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1119
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1120
|
-
StatusEquals: InferenceComponentStatusType = ...,
|
|
1121
|
-
EndpointNameEquals: str = ...,
|
|
1122
|
-
VariantNameEquals: str = ...,
|
|
1123
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
870
|
+
self, **kwargs: Unpack[ListInferenceComponentsInputListInferenceComponentsPaginateTypeDef]
|
|
1124
871
|
) -> _PageIterator[ListInferenceComponentsOutputTypeDef]:
|
|
1125
872
|
"""
|
|
1126
873
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceComponents.paginate)
|
|
@@ -1136,17 +883,7 @@ class ListInferenceExperimentsPaginator(Paginator):
|
|
|
1136
883
|
|
|
1137
884
|
def paginate(
|
|
1138
885
|
self,
|
|
1139
|
-
|
|
1140
|
-
NameContains: str = ...,
|
|
1141
|
-
Type: Literal["ShadowMode"] = ...,
|
|
1142
|
-
StatusEquals: InferenceExperimentStatusType = ...,
|
|
1143
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1144
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1145
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1146
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1147
|
-
SortBy: SortInferenceExperimentsByType = ...,
|
|
1148
|
-
SortOrder: SortOrderType = ...,
|
|
1149
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
886
|
+
**kwargs: Unpack[ListInferenceExperimentsRequestListInferenceExperimentsPaginateTypeDef],
|
|
1150
887
|
) -> _PageIterator[ListInferenceExperimentsResponseTypeDef]:
|
|
1151
888
|
"""
|
|
1152
889
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceExperiments.paginate)
|
|
@@ -1162,11 +899,9 @@ class ListInferenceRecommendationsJobStepsPaginator(Paginator):
|
|
|
1162
899
|
|
|
1163
900
|
def paginate(
|
|
1164
901
|
self,
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
StepType: Literal["BENCHMARK"] = ...,
|
|
1169
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
902
|
+
**kwargs: Unpack[
|
|
903
|
+
ListInferenceRecommendationsJobStepsRequestListInferenceRecommendationsJobStepsPaginateTypeDef
|
|
904
|
+
],
|
|
1170
905
|
) -> _PageIterator[ListInferenceRecommendationsJobStepsResponseTypeDef]:
|
|
1171
906
|
"""
|
|
1172
907
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceRecommendationsJobSteps.paginate)
|
|
@@ -1182,18 +917,9 @@ class ListInferenceRecommendationsJobsPaginator(Paginator):
|
|
|
1182
917
|
|
|
1183
918
|
def paginate(
|
|
1184
919
|
self,
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1189
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1190
|
-
NameContains: str = ...,
|
|
1191
|
-
StatusEquals: RecommendationJobStatusType = ...,
|
|
1192
|
-
SortBy: ListInferenceRecommendationsJobsSortByType = ...,
|
|
1193
|
-
SortOrder: SortOrderType = ...,
|
|
1194
|
-
ModelNameEquals: str = ...,
|
|
1195
|
-
ModelPackageVersionArnEquals: str = ...,
|
|
1196
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
920
|
+
**kwargs: Unpack[
|
|
921
|
+
ListInferenceRecommendationsJobsRequestListInferenceRecommendationsJobsPaginateTypeDef
|
|
922
|
+
],
|
|
1197
923
|
) -> _PageIterator[ListInferenceRecommendationsJobsResponseTypeDef]:
|
|
1198
924
|
"""
|
|
1199
925
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListInferenceRecommendationsJobs.paginate)
|
|
@@ -1208,17 +934,7 @@ class ListLabelingJobsPaginator(Paginator):
|
|
|
1208
934
|
"""
|
|
1209
935
|
|
|
1210
936
|
def paginate(
|
|
1211
|
-
self,
|
|
1212
|
-
*,
|
|
1213
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1214
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1215
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1216
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1217
|
-
NameContains: str = ...,
|
|
1218
|
-
SortBy: SortByType = ...,
|
|
1219
|
-
SortOrder: SortOrderType = ...,
|
|
1220
|
-
StatusEquals: LabelingJobStatusType = ...,
|
|
1221
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
937
|
+
self, **kwargs: Unpack[ListLabelingJobsRequestListLabelingJobsPaginateTypeDef]
|
|
1222
938
|
) -> _PageIterator[ListLabelingJobsResponseTypeDef]:
|
|
1223
939
|
"""
|
|
1224
940
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLabelingJobs.paginate)
|
|
@@ -1234,14 +950,9 @@ class ListLabelingJobsForWorkteamPaginator(Paginator):
|
|
|
1234
950
|
|
|
1235
951
|
def paginate(
|
|
1236
952
|
self,
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1241
|
-
JobReferenceCodeContains: str = ...,
|
|
1242
|
-
SortBy: Literal["CreationTime"] = ...,
|
|
1243
|
-
SortOrder: SortOrderType = ...,
|
|
1244
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
953
|
+
**kwargs: Unpack[
|
|
954
|
+
ListLabelingJobsForWorkteamRequestListLabelingJobsForWorkteamPaginateTypeDef
|
|
955
|
+
],
|
|
1245
956
|
) -> _PageIterator[ListLabelingJobsForWorkteamResponseTypeDef]:
|
|
1246
957
|
"""
|
|
1247
958
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLabelingJobsForWorkteam.paginate)
|
|
@@ -1256,13 +967,7 @@ class ListLineageGroupsPaginator(Paginator):
|
|
|
1256
967
|
"""
|
|
1257
968
|
|
|
1258
969
|
def paginate(
|
|
1259
|
-
self,
|
|
1260
|
-
*,
|
|
1261
|
-
CreatedAfter: TimestampTypeDef = ...,
|
|
1262
|
-
CreatedBefore: TimestampTypeDef = ...,
|
|
1263
|
-
SortBy: SortLineageGroupsByType = ...,
|
|
1264
|
-
SortOrder: SortOrderType = ...,
|
|
1265
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
970
|
+
self, **kwargs: Unpack[ListLineageGroupsRequestListLineageGroupsPaginateTypeDef]
|
|
1266
971
|
) -> _PageIterator[ListLineageGroupsResponseTypeDef]:
|
|
1267
972
|
"""
|
|
1268
973
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListLineageGroups.paginate)
|
|
@@ -1278,14 +983,7 @@ class ListMlflowTrackingServersPaginator(Paginator):
|
|
|
1278
983
|
|
|
1279
984
|
def paginate(
|
|
1280
985
|
self,
|
|
1281
|
-
|
|
1282
|
-
CreatedAfter: TimestampTypeDef = ...,
|
|
1283
|
-
CreatedBefore: TimestampTypeDef = ...,
|
|
1284
|
-
TrackingServerStatus: TrackingServerStatusType = ...,
|
|
1285
|
-
MlflowVersion: str = ...,
|
|
1286
|
-
SortBy: SortTrackingServerByType = ...,
|
|
1287
|
-
SortOrder: SortOrderType = ...,
|
|
1288
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
986
|
+
**kwargs: Unpack[ListMlflowTrackingServersRequestListMlflowTrackingServersPaginateTypeDef],
|
|
1289
987
|
) -> _PageIterator[ListMlflowTrackingServersResponseTypeDef]:
|
|
1290
988
|
"""
|
|
1291
989
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMlflowTrackingServers.paginate)
|
|
@@ -1301,14 +999,9 @@ class ListModelBiasJobDefinitionsPaginator(Paginator):
|
|
|
1301
999
|
|
|
1302
1000
|
def paginate(
|
|
1303
1001
|
self,
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
SortOrder: SortOrderType = ...,
|
|
1308
|
-
NameContains: str = ...,
|
|
1309
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1310
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1311
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1002
|
+
**kwargs: Unpack[
|
|
1003
|
+
ListModelBiasJobDefinitionsRequestListModelBiasJobDefinitionsPaginateTypeDef
|
|
1004
|
+
],
|
|
1312
1005
|
) -> _PageIterator[ListModelBiasJobDefinitionsResponseTypeDef]:
|
|
1313
1006
|
"""
|
|
1314
1007
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelBiasJobDefinitions.paginate)
|
|
@@ -1323,17 +1016,7 @@ class ListModelCardExportJobsPaginator(Paginator):
|
|
|
1323
1016
|
"""
|
|
1324
1017
|
|
|
1325
1018
|
def paginate(
|
|
1326
|
-
self,
|
|
1327
|
-
*,
|
|
1328
|
-
ModelCardName: str,
|
|
1329
|
-
ModelCardVersion: int = ...,
|
|
1330
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1331
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1332
|
-
ModelCardExportJobNameContains: str = ...,
|
|
1333
|
-
StatusEquals: ModelCardExportJobStatusType = ...,
|
|
1334
|
-
SortBy: ModelCardExportJobSortByType = ...,
|
|
1335
|
-
SortOrder: ModelCardExportJobSortOrderType = ...,
|
|
1336
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1019
|
+
self, **kwargs: Unpack[ListModelCardExportJobsRequestListModelCardExportJobsPaginateTypeDef]
|
|
1337
1020
|
) -> _PageIterator[ListModelCardExportJobsResponseTypeDef]:
|
|
1338
1021
|
"""
|
|
1339
1022
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelCardExportJobs.paginate)
|
|
@@ -1348,15 +1031,7 @@ class ListModelCardVersionsPaginator(Paginator):
|
|
|
1348
1031
|
"""
|
|
1349
1032
|
|
|
1350
1033
|
def paginate(
|
|
1351
|
-
self,
|
|
1352
|
-
*,
|
|
1353
|
-
ModelCardName: str,
|
|
1354
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1355
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1356
|
-
ModelCardStatus: ModelCardStatusType = ...,
|
|
1357
|
-
SortBy: Literal["Version"] = ...,
|
|
1358
|
-
SortOrder: ModelCardSortOrderType = ...,
|
|
1359
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1034
|
+
self, **kwargs: Unpack[ListModelCardVersionsRequestListModelCardVersionsPaginateTypeDef]
|
|
1360
1035
|
) -> _PageIterator[ListModelCardVersionsResponseTypeDef]:
|
|
1361
1036
|
"""
|
|
1362
1037
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelCardVersions.paginate)
|
|
@@ -1371,15 +1046,7 @@ class ListModelCardsPaginator(Paginator):
|
|
|
1371
1046
|
"""
|
|
1372
1047
|
|
|
1373
1048
|
def paginate(
|
|
1374
|
-
self,
|
|
1375
|
-
*,
|
|
1376
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1377
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1378
|
-
NameContains: str = ...,
|
|
1379
|
-
ModelCardStatus: ModelCardStatusType = ...,
|
|
1380
|
-
SortBy: ModelCardSortByType = ...,
|
|
1381
|
-
SortOrder: ModelCardSortOrderType = ...,
|
|
1382
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1049
|
+
self, **kwargs: Unpack[ListModelCardsRequestListModelCardsPaginateTypeDef]
|
|
1383
1050
|
) -> _PageIterator[ListModelCardsResponseTypeDef]:
|
|
1384
1051
|
"""
|
|
1385
1052
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelCards.paginate)
|
|
@@ -1395,14 +1062,9 @@ class ListModelExplainabilityJobDefinitionsPaginator(Paginator):
|
|
|
1395
1062
|
|
|
1396
1063
|
def paginate(
|
|
1397
1064
|
self,
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
SortOrder: SortOrderType = ...,
|
|
1402
|
-
NameContains: str = ...,
|
|
1403
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1404
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1405
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1065
|
+
**kwargs: Unpack[
|
|
1066
|
+
ListModelExplainabilityJobDefinitionsRequestListModelExplainabilityJobDefinitionsPaginateTypeDef
|
|
1067
|
+
],
|
|
1406
1068
|
) -> _PageIterator[ListModelExplainabilityJobDefinitionsResponseTypeDef]:
|
|
1407
1069
|
"""
|
|
1408
1070
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelExplainabilityJobDefinitions.paginate)
|
|
@@ -1417,10 +1079,7 @@ class ListModelMetadataPaginator(Paginator):
|
|
|
1417
1079
|
"""
|
|
1418
1080
|
|
|
1419
1081
|
def paginate(
|
|
1420
|
-
self,
|
|
1421
|
-
*,
|
|
1422
|
-
SearchExpression: ModelMetadataSearchExpressionTypeDef = ...,
|
|
1423
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1082
|
+
self, **kwargs: Unpack[ListModelMetadataRequestListModelMetadataPaginateTypeDef]
|
|
1424
1083
|
) -> _PageIterator[ListModelMetadataResponseTypeDef]:
|
|
1425
1084
|
"""
|
|
1426
1085
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelMetadata.paginate)
|
|
@@ -1435,15 +1094,7 @@ class ListModelPackageGroupsPaginator(Paginator):
|
|
|
1435
1094
|
"""
|
|
1436
1095
|
|
|
1437
1096
|
def paginate(
|
|
1438
|
-
self,
|
|
1439
|
-
*,
|
|
1440
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1441
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1442
|
-
NameContains: str = ...,
|
|
1443
|
-
SortBy: ModelPackageGroupSortByType = ...,
|
|
1444
|
-
SortOrder: SortOrderType = ...,
|
|
1445
|
-
CrossAccountFilterOption: CrossAccountFilterOptionType = ...,
|
|
1446
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1097
|
+
self, **kwargs: Unpack[ListModelPackageGroupsInputListModelPackageGroupsPaginateTypeDef]
|
|
1447
1098
|
) -> _PageIterator[ListModelPackageGroupsOutputTypeDef]:
|
|
1448
1099
|
"""
|
|
1449
1100
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelPackageGroups.paginate)
|
|
@@ -1458,17 +1109,7 @@ class ListModelPackagesPaginator(Paginator):
|
|
|
1458
1109
|
"""
|
|
1459
1110
|
|
|
1460
1111
|
def paginate(
|
|
1461
|
-
self,
|
|
1462
|
-
*,
|
|
1463
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1464
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1465
|
-
NameContains: str = ...,
|
|
1466
|
-
ModelApprovalStatus: ModelApprovalStatusType = ...,
|
|
1467
|
-
ModelPackageGroupName: str = ...,
|
|
1468
|
-
ModelPackageType: ModelPackageTypeType = ...,
|
|
1469
|
-
SortBy: ModelPackageSortByType = ...,
|
|
1470
|
-
SortOrder: SortOrderType = ...,
|
|
1471
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1112
|
+
self, **kwargs: Unpack[ListModelPackagesInputListModelPackagesPaginateTypeDef]
|
|
1472
1113
|
) -> _PageIterator[ListModelPackagesOutputTypeDef]:
|
|
1473
1114
|
"""
|
|
1474
1115
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelPackages.paginate)
|
|
@@ -1484,14 +1125,9 @@ class ListModelQualityJobDefinitionsPaginator(Paginator):
|
|
|
1484
1125
|
|
|
1485
1126
|
def paginate(
|
|
1486
1127
|
self,
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
SortOrder: SortOrderType = ...,
|
|
1491
|
-
NameContains: str = ...,
|
|
1492
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1493
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1494
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1128
|
+
**kwargs: Unpack[
|
|
1129
|
+
ListModelQualityJobDefinitionsRequestListModelQualityJobDefinitionsPaginateTypeDef
|
|
1130
|
+
],
|
|
1495
1131
|
) -> _PageIterator[ListModelQualityJobDefinitionsResponseTypeDef]:
|
|
1496
1132
|
"""
|
|
1497
1133
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModelQualityJobDefinitions.paginate)
|
|
@@ -1506,14 +1142,7 @@ class ListModelsPaginator(Paginator):
|
|
|
1506
1142
|
"""
|
|
1507
1143
|
|
|
1508
1144
|
def paginate(
|
|
1509
|
-
self,
|
|
1510
|
-
*,
|
|
1511
|
-
SortBy: ModelSortKeyType = ...,
|
|
1512
|
-
SortOrder: OrderKeyType = ...,
|
|
1513
|
-
NameContains: str = ...,
|
|
1514
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1515
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1516
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1145
|
+
self, **kwargs: Unpack[ListModelsInputListModelsPaginateTypeDef]
|
|
1517
1146
|
) -> _PageIterator[ListModelsOutputTypeDef]:
|
|
1518
1147
|
"""
|
|
1519
1148
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListModels.paginate)
|
|
@@ -1529,15 +1158,9 @@ class ListMonitoringAlertHistoryPaginator(Paginator):
|
|
|
1529
1158
|
|
|
1530
1159
|
def paginate(
|
|
1531
1160
|
self,
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
SortBy: MonitoringAlertHistorySortKeyType = ...,
|
|
1536
|
-
SortOrder: SortOrderType = ...,
|
|
1537
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1538
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1539
|
-
StatusEquals: MonitoringAlertStatusType = ...,
|
|
1540
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1161
|
+
**kwargs: Unpack[
|
|
1162
|
+
ListMonitoringAlertHistoryRequestListMonitoringAlertHistoryPaginateTypeDef
|
|
1163
|
+
],
|
|
1541
1164
|
) -> _PageIterator[ListMonitoringAlertHistoryResponseTypeDef]:
|
|
1542
1165
|
"""
|
|
1543
1166
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringAlertHistory.paginate)
|
|
@@ -1552,7 +1175,7 @@ class ListMonitoringAlertsPaginator(Paginator):
|
|
|
1552
1175
|
"""
|
|
1553
1176
|
|
|
1554
1177
|
def paginate(
|
|
1555
|
-
self,
|
|
1178
|
+
self, **kwargs: Unpack[ListMonitoringAlertsRequestListMonitoringAlertsPaginateTypeDef]
|
|
1556
1179
|
) -> _PageIterator[ListMonitoringAlertsResponseTypeDef]:
|
|
1557
1180
|
"""
|
|
1558
1181
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringAlerts.paginate)
|
|
@@ -1568,21 +1191,7 @@ class ListMonitoringExecutionsPaginator(Paginator):
|
|
|
1568
1191
|
|
|
1569
1192
|
def paginate(
|
|
1570
1193
|
self,
|
|
1571
|
-
|
|
1572
|
-
MonitoringScheduleName: str = ...,
|
|
1573
|
-
EndpointName: str = ...,
|
|
1574
|
-
SortBy: MonitoringExecutionSortKeyType = ...,
|
|
1575
|
-
SortOrder: SortOrderType = ...,
|
|
1576
|
-
ScheduledTimeBefore: TimestampTypeDef = ...,
|
|
1577
|
-
ScheduledTimeAfter: TimestampTypeDef = ...,
|
|
1578
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1579
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1580
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1581
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1582
|
-
StatusEquals: ExecutionStatusType = ...,
|
|
1583
|
-
MonitoringJobDefinitionName: str = ...,
|
|
1584
|
-
MonitoringTypeEquals: MonitoringTypeType = ...,
|
|
1585
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1194
|
+
**kwargs: Unpack[ListMonitoringExecutionsRequestListMonitoringExecutionsPaginateTypeDef],
|
|
1586
1195
|
) -> _PageIterator[ListMonitoringExecutionsResponseTypeDef]:
|
|
1587
1196
|
"""
|
|
1588
1197
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringExecutions.paginate)
|
|
@@ -1597,20 +1206,7 @@ class ListMonitoringSchedulesPaginator(Paginator):
|
|
|
1597
1206
|
"""
|
|
1598
1207
|
|
|
1599
1208
|
def paginate(
|
|
1600
|
-
self,
|
|
1601
|
-
*,
|
|
1602
|
-
EndpointName: str = ...,
|
|
1603
|
-
SortBy: MonitoringScheduleSortKeyType = ...,
|
|
1604
|
-
SortOrder: SortOrderType = ...,
|
|
1605
|
-
NameContains: str = ...,
|
|
1606
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1607
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1608
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1609
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1610
|
-
StatusEquals: ScheduleStatusType = ...,
|
|
1611
|
-
MonitoringJobDefinitionName: str = ...,
|
|
1612
|
-
MonitoringTypeEquals: MonitoringTypeType = ...,
|
|
1613
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1209
|
+
self, **kwargs: Unpack[ListMonitoringSchedulesRequestListMonitoringSchedulesPaginateTypeDef]
|
|
1614
1210
|
) -> _PageIterator[ListMonitoringSchedulesResponseTypeDef]:
|
|
1615
1211
|
"""
|
|
1616
1212
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListMonitoringSchedules.paginate)
|
|
@@ -1626,15 +1222,9 @@ class ListNotebookInstanceLifecycleConfigsPaginator(Paginator):
|
|
|
1626
1222
|
|
|
1627
1223
|
def paginate(
|
|
1628
1224
|
self,
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
NameContains: str = ...,
|
|
1633
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1634
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1635
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1636
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1637
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1225
|
+
**kwargs: Unpack[
|
|
1226
|
+
ListNotebookInstanceLifecycleConfigsInputListNotebookInstanceLifecycleConfigsPaginateTypeDef
|
|
1227
|
+
],
|
|
1638
1228
|
) -> _PageIterator[ListNotebookInstanceLifecycleConfigsOutputTypeDef]:
|
|
1639
1229
|
"""
|
|
1640
1230
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListNotebookInstanceLifecycleConfigs.paginate)
|
|
@@ -1649,20 +1239,7 @@ class ListNotebookInstancesPaginator(Paginator):
|
|
|
1649
1239
|
"""
|
|
1650
1240
|
|
|
1651
1241
|
def paginate(
|
|
1652
|
-
self,
|
|
1653
|
-
*,
|
|
1654
|
-
SortBy: NotebookInstanceSortKeyType = ...,
|
|
1655
|
-
SortOrder: NotebookInstanceSortOrderType = ...,
|
|
1656
|
-
NameContains: str = ...,
|
|
1657
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1658
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1659
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1660
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1661
|
-
StatusEquals: NotebookInstanceStatusType = ...,
|
|
1662
|
-
NotebookInstanceLifecycleConfigNameContains: str = ...,
|
|
1663
|
-
DefaultCodeRepositoryContains: str = ...,
|
|
1664
|
-
AdditionalCodeRepositoryEquals: str = ...,
|
|
1665
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1242
|
+
self, **kwargs: Unpack[ListNotebookInstancesInputListNotebookInstancesPaginateTypeDef]
|
|
1666
1243
|
) -> _PageIterator[ListNotebookInstancesOutputTypeDef]:
|
|
1667
1244
|
"""
|
|
1668
1245
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListNotebookInstances.paginate)
|
|
@@ -1677,18 +1254,7 @@ class ListOptimizationJobsPaginator(Paginator):
|
|
|
1677
1254
|
"""
|
|
1678
1255
|
|
|
1679
1256
|
def paginate(
|
|
1680
|
-
self,
|
|
1681
|
-
*,
|
|
1682
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1683
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1684
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1685
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1686
|
-
OptimizationContains: str = ...,
|
|
1687
|
-
NameContains: str = ...,
|
|
1688
|
-
StatusEquals: OptimizationJobStatusType = ...,
|
|
1689
|
-
SortBy: ListOptimizationJobsSortByType = ...,
|
|
1690
|
-
SortOrder: SortOrderType = ...,
|
|
1691
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1257
|
+
self, **kwargs: Unpack[ListOptimizationJobsRequestListOptimizationJobsPaginateTypeDef]
|
|
1692
1258
|
) -> _PageIterator[ListOptimizationJobsResponseTypeDef]:
|
|
1693
1259
|
"""
|
|
1694
1260
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListOptimizationJobs.paginate)
|
|
@@ -1704,10 +1270,9 @@ class ListPipelineExecutionStepsPaginator(Paginator):
|
|
|
1704
1270
|
|
|
1705
1271
|
def paginate(
|
|
1706
1272
|
self,
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1273
|
+
**kwargs: Unpack[
|
|
1274
|
+
ListPipelineExecutionStepsRequestListPipelineExecutionStepsPaginateTypeDef
|
|
1275
|
+
],
|
|
1711
1276
|
) -> _PageIterator[ListPipelineExecutionStepsResponseTypeDef]:
|
|
1712
1277
|
"""
|
|
1713
1278
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelineExecutionSteps.paginate)
|
|
@@ -1722,14 +1287,7 @@ class ListPipelineExecutionsPaginator(Paginator):
|
|
|
1722
1287
|
"""
|
|
1723
1288
|
|
|
1724
1289
|
def paginate(
|
|
1725
|
-
self,
|
|
1726
|
-
*,
|
|
1727
|
-
PipelineName: str,
|
|
1728
|
-
CreatedAfter: TimestampTypeDef = ...,
|
|
1729
|
-
CreatedBefore: TimestampTypeDef = ...,
|
|
1730
|
-
SortBy: SortPipelineExecutionsByType = ...,
|
|
1731
|
-
SortOrder: SortOrderType = ...,
|
|
1732
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1290
|
+
self, **kwargs: Unpack[ListPipelineExecutionsRequestListPipelineExecutionsPaginateTypeDef]
|
|
1733
1291
|
) -> _PageIterator[ListPipelineExecutionsResponseTypeDef]:
|
|
1734
1292
|
"""
|
|
1735
1293
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelineExecutions.paginate)
|
|
@@ -1744,7 +1302,10 @@ class ListPipelineParametersForExecutionPaginator(Paginator):
|
|
|
1744
1302
|
"""
|
|
1745
1303
|
|
|
1746
1304
|
def paginate(
|
|
1747
|
-
self,
|
|
1305
|
+
self,
|
|
1306
|
+
**kwargs: Unpack[
|
|
1307
|
+
ListPipelineParametersForExecutionRequestListPipelineParametersForExecutionPaginateTypeDef
|
|
1308
|
+
],
|
|
1748
1309
|
) -> _PageIterator[ListPipelineParametersForExecutionResponseTypeDef]:
|
|
1749
1310
|
"""
|
|
1750
1311
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelineParametersForExecution.paginate)
|
|
@@ -1759,14 +1320,7 @@ class ListPipelinesPaginator(Paginator):
|
|
|
1759
1320
|
"""
|
|
1760
1321
|
|
|
1761
1322
|
def paginate(
|
|
1762
|
-
self,
|
|
1763
|
-
*,
|
|
1764
|
-
PipelineNamePrefix: str = ...,
|
|
1765
|
-
CreatedAfter: TimestampTypeDef = ...,
|
|
1766
|
-
CreatedBefore: TimestampTypeDef = ...,
|
|
1767
|
-
SortBy: SortPipelinesByType = ...,
|
|
1768
|
-
SortOrder: SortOrderType = ...,
|
|
1769
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1323
|
+
self, **kwargs: Unpack[ListPipelinesRequestListPipelinesPaginateTypeDef]
|
|
1770
1324
|
) -> _PageIterator[ListPipelinesResponseTypeDef]:
|
|
1771
1325
|
"""
|
|
1772
1326
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListPipelines.paginate)
|
|
@@ -1781,17 +1335,7 @@ class ListProcessingJobsPaginator(Paginator):
|
|
|
1781
1335
|
"""
|
|
1782
1336
|
|
|
1783
1337
|
def paginate(
|
|
1784
|
-
self,
|
|
1785
|
-
*,
|
|
1786
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1787
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1788
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1789
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1790
|
-
NameContains: str = ...,
|
|
1791
|
-
StatusEquals: ProcessingJobStatusType = ...,
|
|
1792
|
-
SortBy: SortByType = ...,
|
|
1793
|
-
SortOrder: SortOrderType = ...,
|
|
1794
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1338
|
+
self, **kwargs: Unpack[ListProcessingJobsRequestListProcessingJobsPaginateTypeDef]
|
|
1795
1339
|
) -> _PageIterator[ListProcessingJobsResponseTypeDef]:
|
|
1796
1340
|
"""
|
|
1797
1341
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListProcessingJobs.paginate)
|
|
@@ -1806,14 +1350,7 @@ class ListResourceCatalogsPaginator(Paginator):
|
|
|
1806
1350
|
"""
|
|
1807
1351
|
|
|
1808
1352
|
def paginate(
|
|
1809
|
-
self,
|
|
1810
|
-
*,
|
|
1811
|
-
NameContains: str = ...,
|
|
1812
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1813
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1814
|
-
SortOrder: ResourceCatalogSortOrderType = ...,
|
|
1815
|
-
SortBy: Literal["CreationTime"] = ...,
|
|
1816
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1353
|
+
self, **kwargs: Unpack[ListResourceCatalogsRequestListResourceCatalogsPaginateTypeDef]
|
|
1817
1354
|
) -> _PageIterator[ListResourceCatalogsResponseTypeDef]:
|
|
1818
1355
|
"""
|
|
1819
1356
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListResourceCatalogs.paginate)
|
|
@@ -1828,13 +1365,7 @@ class ListSpacesPaginator(Paginator):
|
|
|
1828
1365
|
"""
|
|
1829
1366
|
|
|
1830
1367
|
def paginate(
|
|
1831
|
-
self,
|
|
1832
|
-
*,
|
|
1833
|
-
SortOrder: SortOrderType = ...,
|
|
1834
|
-
SortBy: SpaceSortKeyType = ...,
|
|
1835
|
-
DomainIdEquals: str = ...,
|
|
1836
|
-
SpaceNameContains: str = ...,
|
|
1837
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1368
|
+
self, **kwargs: Unpack[ListSpacesRequestListSpacesPaginateTypeDef]
|
|
1838
1369
|
) -> _PageIterator[ListSpacesResponseTypeDef]:
|
|
1839
1370
|
"""
|
|
1840
1371
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListSpaces.paginate)
|
|
@@ -1849,12 +1380,7 @@ class ListStageDevicesPaginator(Paginator):
|
|
|
1849
1380
|
"""
|
|
1850
1381
|
|
|
1851
1382
|
def paginate(
|
|
1852
|
-
self,
|
|
1853
|
-
*,
|
|
1854
|
-
EdgeDeploymentPlanName: str,
|
|
1855
|
-
StageName: str,
|
|
1856
|
-
ExcludeDevicesDeployedInOtherStage: bool = ...,
|
|
1857
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1383
|
+
self, **kwargs: Unpack[ListStageDevicesRequestListStageDevicesPaginateTypeDef]
|
|
1858
1384
|
) -> _PageIterator[ListStageDevicesResponseTypeDef]:
|
|
1859
1385
|
"""
|
|
1860
1386
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListStageDevices.paginate)
|
|
@@ -1870,16 +1396,9 @@ class ListStudioLifecycleConfigsPaginator(Paginator):
|
|
|
1870
1396
|
|
|
1871
1397
|
def paginate(
|
|
1872
1398
|
self,
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1877
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1878
|
-
ModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1879
|
-
ModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1880
|
-
SortBy: StudioLifecycleConfigSortKeyType = ...,
|
|
1881
|
-
SortOrder: SortOrderType = ...,
|
|
1882
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1399
|
+
**kwargs: Unpack[
|
|
1400
|
+
ListStudioLifecycleConfigsRequestListStudioLifecycleConfigsPaginateTypeDef
|
|
1401
|
+
],
|
|
1883
1402
|
) -> _PageIterator[ListStudioLifecycleConfigsResponseTypeDef]:
|
|
1884
1403
|
"""
|
|
1885
1404
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListStudioLifecycleConfigs.paginate)
|
|
@@ -1894,7 +1413,7 @@ class ListSubscribedWorkteamsPaginator(Paginator):
|
|
|
1894
1413
|
"""
|
|
1895
1414
|
|
|
1896
1415
|
def paginate(
|
|
1897
|
-
self,
|
|
1416
|
+
self, **kwargs: Unpack[ListSubscribedWorkteamsRequestListSubscribedWorkteamsPaginateTypeDef]
|
|
1898
1417
|
) -> _PageIterator[ListSubscribedWorkteamsResponseTypeDef]:
|
|
1899
1418
|
"""
|
|
1900
1419
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListSubscribedWorkteams.paginate)
|
|
@@ -1909,7 +1428,7 @@ class ListTagsPaginator(Paginator):
|
|
|
1909
1428
|
"""
|
|
1910
1429
|
|
|
1911
1430
|
def paginate(
|
|
1912
|
-
self,
|
|
1431
|
+
self, **kwargs: Unpack[ListTagsInputListTagsPaginateTypeDef]
|
|
1913
1432
|
) -> _PageIterator[ListTagsOutputTypeDef]:
|
|
1914
1433
|
"""
|
|
1915
1434
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTags.paginate)
|
|
@@ -1924,18 +1443,7 @@ class ListTrainingJobsPaginator(Paginator):
|
|
|
1924
1443
|
"""
|
|
1925
1444
|
|
|
1926
1445
|
def paginate(
|
|
1927
|
-
self,
|
|
1928
|
-
*,
|
|
1929
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1930
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1931
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1932
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1933
|
-
NameContains: str = ...,
|
|
1934
|
-
StatusEquals: TrainingJobStatusType = ...,
|
|
1935
|
-
SortBy: SortByType = ...,
|
|
1936
|
-
SortOrder: SortOrderType = ...,
|
|
1937
|
-
WarmPoolStatusEquals: WarmPoolResourceStatusType = ...,
|
|
1938
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1446
|
+
self, **kwargs: Unpack[ListTrainingJobsRequestListTrainingJobsPaginateTypeDef]
|
|
1939
1447
|
) -> _PageIterator[ListTrainingJobsResponseTypeDef]:
|
|
1940
1448
|
"""
|
|
1941
1449
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrainingJobs.paginate)
|
|
@@ -1951,12 +1459,9 @@ class ListTrainingJobsForHyperParameterTuningJobPaginator(Paginator):
|
|
|
1951
1459
|
|
|
1952
1460
|
def paginate(
|
|
1953
1461
|
self,
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
SortBy: TrainingJobSortByOptionsType = ...,
|
|
1958
|
-
SortOrder: SortOrderType = ...,
|
|
1959
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1462
|
+
**kwargs: Unpack[
|
|
1463
|
+
ListTrainingJobsForHyperParameterTuningJobRequestListTrainingJobsForHyperParameterTuningJobPaginateTypeDef
|
|
1464
|
+
],
|
|
1960
1465
|
) -> _PageIterator[ListTrainingJobsForHyperParameterTuningJobResponseTypeDef]:
|
|
1961
1466
|
"""
|
|
1962
1467
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrainingJobsForHyperParameterTuningJob.paginate)
|
|
@@ -1971,17 +1476,7 @@ class ListTransformJobsPaginator(Paginator):
|
|
|
1971
1476
|
"""
|
|
1972
1477
|
|
|
1973
1478
|
def paginate(
|
|
1974
|
-
self,
|
|
1975
|
-
*,
|
|
1976
|
-
CreationTimeAfter: TimestampTypeDef = ...,
|
|
1977
|
-
CreationTimeBefore: TimestampTypeDef = ...,
|
|
1978
|
-
LastModifiedTimeAfter: TimestampTypeDef = ...,
|
|
1979
|
-
LastModifiedTimeBefore: TimestampTypeDef = ...,
|
|
1980
|
-
NameContains: str = ...,
|
|
1981
|
-
StatusEquals: TransformJobStatusType = ...,
|
|
1982
|
-
SortBy: SortByType = ...,
|
|
1983
|
-
SortOrder: SortOrderType = ...,
|
|
1984
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1479
|
+
self, **kwargs: Unpack[ListTransformJobsRequestListTransformJobsPaginateTypeDef]
|
|
1985
1480
|
) -> _PageIterator[ListTransformJobsResponseTypeDef]:
|
|
1986
1481
|
"""
|
|
1987
1482
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTransformJobs.paginate)
|
|
@@ -1996,16 +1491,7 @@ class ListTrialComponentsPaginator(Paginator):
|
|
|
1996
1491
|
"""
|
|
1997
1492
|
|
|
1998
1493
|
def paginate(
|
|
1999
|
-
self,
|
|
2000
|
-
*,
|
|
2001
|
-
ExperimentName: str = ...,
|
|
2002
|
-
TrialName: str = ...,
|
|
2003
|
-
SourceArn: str = ...,
|
|
2004
|
-
CreatedAfter: TimestampTypeDef = ...,
|
|
2005
|
-
CreatedBefore: TimestampTypeDef = ...,
|
|
2006
|
-
SortBy: SortTrialComponentsByType = ...,
|
|
2007
|
-
SortOrder: SortOrderType = ...,
|
|
2008
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1494
|
+
self, **kwargs: Unpack[ListTrialComponentsRequestListTrialComponentsPaginateTypeDef]
|
|
2009
1495
|
) -> _PageIterator[ListTrialComponentsResponseTypeDef]:
|
|
2010
1496
|
"""
|
|
2011
1497
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrialComponents.paginate)
|
|
@@ -2020,15 +1506,7 @@ class ListTrialsPaginator(Paginator):
|
|
|
2020
1506
|
"""
|
|
2021
1507
|
|
|
2022
1508
|
def paginate(
|
|
2023
|
-
self,
|
|
2024
|
-
*,
|
|
2025
|
-
ExperimentName: str = ...,
|
|
2026
|
-
TrialComponentName: str = ...,
|
|
2027
|
-
CreatedAfter: TimestampTypeDef = ...,
|
|
2028
|
-
CreatedBefore: TimestampTypeDef = ...,
|
|
2029
|
-
SortBy: SortTrialsByType = ...,
|
|
2030
|
-
SortOrder: SortOrderType = ...,
|
|
2031
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1509
|
+
self, **kwargs: Unpack[ListTrialsRequestListTrialsPaginateTypeDef]
|
|
2032
1510
|
) -> _PageIterator[ListTrialsResponseTypeDef]:
|
|
2033
1511
|
"""
|
|
2034
1512
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListTrials.paginate)
|
|
@@ -2043,13 +1521,7 @@ class ListUserProfilesPaginator(Paginator):
|
|
|
2043
1521
|
"""
|
|
2044
1522
|
|
|
2045
1523
|
def paginate(
|
|
2046
|
-
self,
|
|
2047
|
-
*,
|
|
2048
|
-
SortOrder: SortOrderType = ...,
|
|
2049
|
-
SortBy: UserProfileSortKeyType = ...,
|
|
2050
|
-
DomainIdEquals: str = ...,
|
|
2051
|
-
UserProfileNameContains: str = ...,
|
|
2052
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1524
|
+
self, **kwargs: Unpack[ListUserProfilesRequestListUserProfilesPaginateTypeDef]
|
|
2053
1525
|
) -> _PageIterator[ListUserProfilesResponseTypeDef]:
|
|
2054
1526
|
"""
|
|
2055
1527
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListUserProfiles.paginate)
|
|
@@ -2064,12 +1536,7 @@ class ListWorkforcesPaginator(Paginator):
|
|
|
2064
1536
|
"""
|
|
2065
1537
|
|
|
2066
1538
|
def paginate(
|
|
2067
|
-
self,
|
|
2068
|
-
*,
|
|
2069
|
-
SortBy: ListWorkforcesSortByOptionsType = ...,
|
|
2070
|
-
SortOrder: SortOrderType = ...,
|
|
2071
|
-
NameContains: str = ...,
|
|
2072
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1539
|
+
self, **kwargs: Unpack[ListWorkforcesRequestListWorkforcesPaginateTypeDef]
|
|
2073
1540
|
) -> _PageIterator[ListWorkforcesResponseTypeDef]:
|
|
2074
1541
|
"""
|
|
2075
1542
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListWorkforces.paginate)
|
|
@@ -2084,12 +1551,7 @@ class ListWorkteamsPaginator(Paginator):
|
|
|
2084
1551
|
"""
|
|
2085
1552
|
|
|
2086
1553
|
def paginate(
|
|
2087
|
-
self,
|
|
2088
|
-
*,
|
|
2089
|
-
SortBy: ListWorkteamsSortByOptionsType = ...,
|
|
2090
|
-
SortOrder: SortOrderType = ...,
|
|
2091
|
-
NameContains: str = ...,
|
|
2092
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1554
|
+
self, **kwargs: Unpack[ListWorkteamsRequestListWorkteamsPaginateTypeDef]
|
|
2093
1555
|
) -> _PageIterator[ListWorkteamsResponseTypeDef]:
|
|
2094
1556
|
"""
|
|
2095
1557
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.ListWorkteams.paginate)
|
|
@@ -2104,15 +1566,7 @@ class SearchPaginator(Paginator):
|
|
|
2104
1566
|
"""
|
|
2105
1567
|
|
|
2106
1568
|
def paginate(
|
|
2107
|
-
self,
|
|
2108
|
-
*,
|
|
2109
|
-
Resource: ResourceTypeType,
|
|
2110
|
-
SearchExpression: SearchExpressionTypeDef = ...,
|
|
2111
|
-
SortBy: str = ...,
|
|
2112
|
-
SortOrder: SearchSortOrderType = ...,
|
|
2113
|
-
CrossAccountFilterOption: CrossAccountFilterOptionType = ...,
|
|
2114
|
-
VisibilityConditions: Sequence[VisibilityConditionsTypeDef] = ...,
|
|
2115
|
-
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
1569
|
+
self, **kwargs: Unpack[SearchRequestSearchPaginateTypeDef]
|
|
2116
1570
|
) -> _PageIterator[SearchResponseTypeDef]:
|
|
2117
1571
|
"""
|
|
2118
1572
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Paginator.Search.paginate)
|