mypy-boto3-sagemaker 1.35.68__py3-none-any.whl → 1.35.75__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mypy-boto3-sagemaker might be problematic. Click here for more details.
- mypy_boto3_sagemaker/__init__.py +16 -0
- mypy_boto3_sagemaker/__init__.pyi +16 -0
- mypy_boto3_sagemaker/__main__.py +4 -4
- mypy_boto3_sagemaker/client.py +525 -72
- mypy_boto3_sagemaker/client.pyi +525 -72
- mypy_boto3_sagemaker/literals.py +84 -0
- mypy_boto3_sagemaker/literals.pyi +84 -0
- mypy_boto3_sagemaker/paginator.py +83 -0
- mypy_boto3_sagemaker/paginator.pyi +75 -0
- mypy_boto3_sagemaker/type_defs.py +600 -0
- mypy_boto3_sagemaker/type_defs.pyi +536 -0
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.35.68.dist-info → mypy_boto3_sagemaker-1.35.75.dist-info}/METADATA +46 -6
- mypy_boto3_sagemaker-1.35.75.dist-info/RECORD +20 -0
- mypy_boto3_sagemaker-1.35.68.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.35.68.dist-info → mypy_boto3_sagemaker-1.35.75.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.68.dist-info → mypy_boto3_sagemaker-1.35.75.dist-info}/WHEEL +0 -0
- {mypy_boto3_sagemaker-1.35.68.dist-info → mypy_boto3_sagemaker-1.35.75.dist-info}/top_level.txt +0 -0
mypy_boto3_sagemaker/client.pyi
CHANGED
|
@@ -32,9 +32,11 @@ from .paginator import (
|
|
|
32
32
|
ListAutoMLJobsPaginator,
|
|
33
33
|
ListCandidatesForAutoMLJobPaginator,
|
|
34
34
|
ListClusterNodesPaginator,
|
|
35
|
+
ListClusterSchedulerConfigsPaginator,
|
|
35
36
|
ListClustersPaginator,
|
|
36
37
|
ListCodeRepositoriesPaginator,
|
|
37
38
|
ListCompilationJobsPaginator,
|
|
39
|
+
ListComputeQuotasPaginator,
|
|
38
40
|
ListContextsPaginator,
|
|
39
41
|
ListDataQualityJobDefinitionsPaginator,
|
|
40
42
|
ListDeviceFleetsPaginator,
|
|
@@ -76,6 +78,7 @@ from .paginator import (
|
|
|
76
78
|
ListNotebookInstanceLifecycleConfigsPaginator,
|
|
77
79
|
ListNotebookInstancesPaginator,
|
|
78
80
|
ListOptimizationJobsPaginator,
|
|
81
|
+
ListPartnerAppsPaginator,
|
|
79
82
|
ListPipelineExecutionsPaginator,
|
|
80
83
|
ListPipelineExecutionStepsPaginator,
|
|
81
84
|
ListPipelineParametersForExecutionPaginator,
|
|
@@ -89,6 +92,7 @@ from .paginator import (
|
|
|
89
92
|
ListTagsPaginator,
|
|
90
93
|
ListTrainingJobsForHyperParameterTuningJobPaginator,
|
|
91
94
|
ListTrainingJobsPaginator,
|
|
95
|
+
ListTrainingPlansPaginator,
|
|
92
96
|
ListTransformJobsPaginator,
|
|
93
97
|
ListTrialComponentsPaginator,
|
|
94
98
|
ListTrialsPaginator,
|
|
@@ -124,10 +128,14 @@ from .type_defs import (
|
|
|
124
128
|
CreateAutoMLJobV2ResponseTypeDef,
|
|
125
129
|
CreateClusterRequestRequestTypeDef,
|
|
126
130
|
CreateClusterResponseTypeDef,
|
|
131
|
+
CreateClusterSchedulerConfigRequestRequestTypeDef,
|
|
132
|
+
CreateClusterSchedulerConfigResponseTypeDef,
|
|
127
133
|
CreateCodeRepositoryInputRequestTypeDef,
|
|
128
134
|
CreateCodeRepositoryOutputTypeDef,
|
|
129
135
|
CreateCompilationJobRequestRequestTypeDef,
|
|
130
136
|
CreateCompilationJobResponseTypeDef,
|
|
137
|
+
CreateComputeQuotaRequestRequestTypeDef,
|
|
138
|
+
CreateComputeQuotaResponseTypeDef,
|
|
131
139
|
CreateContextRequestRequestTypeDef,
|
|
132
140
|
CreateContextResponseTypeDef,
|
|
133
141
|
CreateDataQualityJobDefinitionRequestRequestTypeDef,
|
|
@@ -195,6 +203,10 @@ from .type_defs import (
|
|
|
195
203
|
CreateNotebookInstanceOutputTypeDef,
|
|
196
204
|
CreateOptimizationJobRequestRequestTypeDef,
|
|
197
205
|
CreateOptimizationJobResponseTypeDef,
|
|
206
|
+
CreatePartnerAppPresignedUrlRequestRequestTypeDef,
|
|
207
|
+
CreatePartnerAppPresignedUrlResponseTypeDef,
|
|
208
|
+
CreatePartnerAppRequestRequestTypeDef,
|
|
209
|
+
CreatePartnerAppResponseTypeDef,
|
|
198
210
|
CreatePipelineRequestRequestTypeDef,
|
|
199
211
|
CreatePipelineResponseTypeDef,
|
|
200
212
|
CreatePresignedDomainUrlRequestRequestTypeDef,
|
|
@@ -213,6 +225,8 @@ from .type_defs import (
|
|
|
213
225
|
CreateStudioLifecycleConfigResponseTypeDef,
|
|
214
226
|
CreateTrainingJobRequestRequestTypeDef,
|
|
215
227
|
CreateTrainingJobResponseTypeDef,
|
|
228
|
+
CreateTrainingPlanRequestRequestTypeDef,
|
|
229
|
+
CreateTrainingPlanResponseTypeDef,
|
|
216
230
|
CreateTransformJobRequestRequestTypeDef,
|
|
217
231
|
CreateTransformJobResponseTypeDef,
|
|
218
232
|
CreateTrialComponentRequestRequestTypeDef,
|
|
@@ -236,8 +250,10 @@ from .type_defs import (
|
|
|
236
250
|
DeleteAssociationResponseTypeDef,
|
|
237
251
|
DeleteClusterRequestRequestTypeDef,
|
|
238
252
|
DeleteClusterResponseTypeDef,
|
|
253
|
+
DeleteClusterSchedulerConfigRequestRequestTypeDef,
|
|
239
254
|
DeleteCodeRepositoryInputRequestTypeDef,
|
|
240
255
|
DeleteCompilationJobRequestRequestTypeDef,
|
|
256
|
+
DeleteComputeQuotaRequestRequestTypeDef,
|
|
241
257
|
DeleteContextRequestRequestTypeDef,
|
|
242
258
|
DeleteContextResponseTypeDef,
|
|
243
259
|
DeleteDataQualityJobDefinitionRequestRequestTypeDef,
|
|
@@ -275,6 +291,8 @@ from .type_defs import (
|
|
|
275
291
|
DeleteNotebookInstanceInputRequestTypeDef,
|
|
276
292
|
DeleteNotebookInstanceLifecycleConfigInputRequestTypeDef,
|
|
277
293
|
DeleteOptimizationJobRequestRequestTypeDef,
|
|
294
|
+
DeletePartnerAppRequestRequestTypeDef,
|
|
295
|
+
DeletePartnerAppResponseTypeDef,
|
|
278
296
|
DeletePipelineRequestRequestTypeDef,
|
|
279
297
|
DeletePipelineResponseTypeDef,
|
|
280
298
|
DeleteProjectInputRequestTypeDef,
|
|
@@ -308,10 +326,14 @@ from .type_defs import (
|
|
|
308
326
|
DescribeClusterNodeResponseTypeDef,
|
|
309
327
|
DescribeClusterRequestRequestTypeDef,
|
|
310
328
|
DescribeClusterResponseTypeDef,
|
|
329
|
+
DescribeClusterSchedulerConfigRequestRequestTypeDef,
|
|
330
|
+
DescribeClusterSchedulerConfigResponseTypeDef,
|
|
311
331
|
DescribeCodeRepositoryInputRequestTypeDef,
|
|
312
332
|
DescribeCodeRepositoryOutputTypeDef,
|
|
313
333
|
DescribeCompilationJobRequestRequestTypeDef,
|
|
314
334
|
DescribeCompilationJobResponseTypeDef,
|
|
335
|
+
DescribeComputeQuotaRequestRequestTypeDef,
|
|
336
|
+
DescribeComputeQuotaResponseTypeDef,
|
|
315
337
|
DescribeContextRequestRequestTypeDef,
|
|
316
338
|
DescribeContextResponseTypeDef,
|
|
317
339
|
DescribeDataQualityJobDefinitionRequestRequestTypeDef,
|
|
@@ -386,6 +408,8 @@ from .type_defs import (
|
|
|
386
408
|
DescribeNotebookInstanceOutputTypeDef,
|
|
387
409
|
DescribeOptimizationJobRequestRequestTypeDef,
|
|
388
410
|
DescribeOptimizationJobResponseTypeDef,
|
|
411
|
+
DescribePartnerAppRequestRequestTypeDef,
|
|
412
|
+
DescribePartnerAppResponseTypeDef,
|
|
389
413
|
DescribePipelineDefinitionForExecutionRequestRequestTypeDef,
|
|
390
414
|
DescribePipelineDefinitionForExecutionResponseTypeDef,
|
|
391
415
|
DescribePipelineExecutionRequestRequestTypeDef,
|
|
@@ -404,6 +428,8 @@ from .type_defs import (
|
|
|
404
428
|
DescribeSubscribedWorkteamResponseTypeDef,
|
|
405
429
|
DescribeTrainingJobRequestRequestTypeDef,
|
|
406
430
|
DescribeTrainingJobResponseTypeDef,
|
|
431
|
+
DescribeTrainingPlanRequestRequestTypeDef,
|
|
432
|
+
DescribeTrainingPlanResponseTypeDef,
|
|
407
433
|
DescribeTransformJobRequestRequestTypeDef,
|
|
408
434
|
DescribeTransformJobResponseTypeDef,
|
|
409
435
|
DescribeTrialComponentRequestRequestTypeDef,
|
|
@@ -452,12 +478,16 @@ from .type_defs import (
|
|
|
452
478
|
ListCandidatesForAutoMLJobResponseTypeDef,
|
|
453
479
|
ListClusterNodesRequestRequestTypeDef,
|
|
454
480
|
ListClusterNodesResponseTypeDef,
|
|
481
|
+
ListClusterSchedulerConfigsRequestRequestTypeDef,
|
|
482
|
+
ListClusterSchedulerConfigsResponseTypeDef,
|
|
455
483
|
ListClustersRequestRequestTypeDef,
|
|
456
484
|
ListClustersResponseTypeDef,
|
|
457
485
|
ListCodeRepositoriesInputRequestTypeDef,
|
|
458
486
|
ListCodeRepositoriesOutputTypeDef,
|
|
459
487
|
ListCompilationJobsRequestRequestTypeDef,
|
|
460
488
|
ListCompilationJobsResponseTypeDef,
|
|
489
|
+
ListComputeQuotasRequestRequestTypeDef,
|
|
490
|
+
ListComputeQuotasResponseTypeDef,
|
|
461
491
|
ListContextsRequestRequestTypeDef,
|
|
462
492
|
ListContextsResponseTypeDef,
|
|
463
493
|
ListDataQualityJobDefinitionsRequestRequestTypeDef,
|
|
@@ -546,6 +576,8 @@ from .type_defs import (
|
|
|
546
576
|
ListNotebookInstancesOutputTypeDef,
|
|
547
577
|
ListOptimizationJobsRequestRequestTypeDef,
|
|
548
578
|
ListOptimizationJobsResponseTypeDef,
|
|
579
|
+
ListPartnerAppsRequestRequestTypeDef,
|
|
580
|
+
ListPartnerAppsResponseTypeDef,
|
|
549
581
|
ListPipelineExecutionsRequestRequestTypeDef,
|
|
550
582
|
ListPipelineExecutionsResponseTypeDef,
|
|
551
583
|
ListPipelineExecutionStepsRequestRequestTypeDef,
|
|
@@ -574,6 +606,8 @@ from .type_defs import (
|
|
|
574
606
|
ListTrainingJobsForHyperParameterTuningJobResponseTypeDef,
|
|
575
607
|
ListTrainingJobsRequestRequestTypeDef,
|
|
576
608
|
ListTrainingJobsResponseTypeDef,
|
|
609
|
+
ListTrainingPlansRequestRequestTypeDef,
|
|
610
|
+
ListTrainingPlansResponseTypeDef,
|
|
577
611
|
ListTransformJobsRequestRequestTypeDef,
|
|
578
612
|
ListTransformJobsResponseTypeDef,
|
|
579
613
|
ListTrialComponentsRequestRequestTypeDef,
|
|
@@ -597,6 +631,8 @@ from .type_defs import (
|
|
|
597
631
|
RetryPipelineExecutionResponseTypeDef,
|
|
598
632
|
SearchRequestRequestTypeDef,
|
|
599
633
|
SearchResponseTypeDef,
|
|
634
|
+
SearchTrainingPlanOfferingsRequestRequestTypeDef,
|
|
635
|
+
SearchTrainingPlanOfferingsResponseTypeDef,
|
|
600
636
|
SendPipelineExecutionStepFailureRequestRequestTypeDef,
|
|
601
637
|
SendPipelineExecutionStepFailureResponseTypeDef,
|
|
602
638
|
SendPipelineExecutionStepSuccessRequestRequestTypeDef,
|
|
@@ -637,10 +673,14 @@ from .type_defs import (
|
|
|
637
673
|
UpdateArtifactResponseTypeDef,
|
|
638
674
|
UpdateClusterRequestRequestTypeDef,
|
|
639
675
|
UpdateClusterResponseTypeDef,
|
|
676
|
+
UpdateClusterSchedulerConfigRequestRequestTypeDef,
|
|
677
|
+
UpdateClusterSchedulerConfigResponseTypeDef,
|
|
640
678
|
UpdateClusterSoftwareRequestRequestTypeDef,
|
|
641
679
|
UpdateClusterSoftwareResponseTypeDef,
|
|
642
680
|
UpdateCodeRepositoryInputRequestTypeDef,
|
|
643
681
|
UpdateCodeRepositoryOutputTypeDef,
|
|
682
|
+
UpdateComputeQuotaRequestRequestTypeDef,
|
|
683
|
+
UpdateComputeQuotaResponseTypeDef,
|
|
644
684
|
UpdateContextRequestRequestTypeDef,
|
|
645
685
|
UpdateContextResponseTypeDef,
|
|
646
686
|
UpdateDeviceFleetRequestRequestTypeDef,
|
|
@@ -680,6 +720,8 @@ from .type_defs import (
|
|
|
680
720
|
UpdateMonitoringScheduleResponseTypeDef,
|
|
681
721
|
UpdateNotebookInstanceInputRequestTypeDef,
|
|
682
722
|
UpdateNotebookInstanceLifecycleConfigInputRequestTypeDef,
|
|
723
|
+
UpdatePartnerAppRequestRequestTypeDef,
|
|
724
|
+
UpdatePartnerAppResponseTypeDef,
|
|
683
725
|
UpdatePipelineExecutionRequestRequestTypeDef,
|
|
684
726
|
UpdatePipelineExecutionResponseTypeDef,
|
|
685
727
|
UpdatePipelineRequestRequestTypeDef,
|
|
@@ -755,11 +797,35 @@ class SageMakerClient(BaseClient):
|
|
|
755
797
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#exceptions)
|
|
756
798
|
"""
|
|
757
799
|
|
|
800
|
+
def can_paginate(self, operation_name: str) -> bool:
|
|
801
|
+
"""
|
|
802
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/can_paginate.html)
|
|
803
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#can_paginate)
|
|
804
|
+
"""
|
|
805
|
+
|
|
806
|
+
def generate_presigned_url(
|
|
807
|
+
self,
|
|
808
|
+
ClientMethod: str,
|
|
809
|
+
Params: Mapping[str, Any] = ...,
|
|
810
|
+
ExpiresIn: int = 3600,
|
|
811
|
+
HttpMethod: str = ...,
|
|
812
|
+
) -> str:
|
|
813
|
+
"""
|
|
814
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/generate_presigned_url.html)
|
|
815
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#generate_presigned_url)
|
|
816
|
+
"""
|
|
817
|
+
|
|
818
|
+
def close(self) -> None:
|
|
819
|
+
"""
|
|
820
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/close.html)
|
|
821
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#close)
|
|
822
|
+
"""
|
|
823
|
+
|
|
758
824
|
def add_association(
|
|
759
825
|
self, **kwargs: Unpack[AddAssociationRequestRequestTypeDef]
|
|
760
826
|
) -> AddAssociationResponseTypeDef:
|
|
761
827
|
"""
|
|
762
|
-
Creates an
|
|
828
|
+
Creates an <i>association</i> between the source and the destination.
|
|
763
829
|
|
|
764
830
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/add_association.html)
|
|
765
831
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#add_association)
|
|
@@ -797,35 +863,17 @@ class SageMakerClient(BaseClient):
|
|
|
797
863
|
self, **kwargs: Unpack[BatchDescribeModelPackageInputRequestTypeDef]
|
|
798
864
|
) -> BatchDescribeModelPackageOutputTypeDef:
|
|
799
865
|
"""
|
|
800
|
-
This action batch describes a list of versioned model packages
|
|
801
|
-
API
|
|
802
|
-
Documentation](https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/BatchDescribeModelPackage).
|
|
866
|
+
This action batch describes a list of versioned model packages.
|
|
803
867
|
|
|
804
868
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/batch_describe_model_package.html)
|
|
805
869
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#batch_describe_model_package)
|
|
806
870
|
"""
|
|
807
871
|
|
|
808
|
-
def can_paginate(self, operation_name: str) -> bool:
|
|
809
|
-
"""
|
|
810
|
-
Check if an operation can be paginated.
|
|
811
|
-
|
|
812
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/can_paginate.html)
|
|
813
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#can_paginate)
|
|
814
|
-
"""
|
|
815
|
-
|
|
816
|
-
def close(self) -> None:
|
|
817
|
-
"""
|
|
818
|
-
Closes underlying endpoint connections.
|
|
819
|
-
|
|
820
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/close.html)
|
|
821
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#close)
|
|
822
|
-
"""
|
|
823
|
-
|
|
824
872
|
def create_action(
|
|
825
873
|
self, **kwargs: Unpack[CreateActionRequestRequestTypeDef]
|
|
826
874
|
) -> CreateActionResponseTypeDef:
|
|
827
875
|
"""
|
|
828
|
-
Creates an
|
|
876
|
+
Creates an <i>action</i>.
|
|
829
877
|
|
|
830
878
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_action.html)
|
|
831
879
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_action)
|
|
@@ -866,7 +914,7 @@ class SageMakerClient(BaseClient):
|
|
|
866
914
|
self, **kwargs: Unpack[CreateArtifactRequestRequestTypeDef]
|
|
867
915
|
) -> CreateArtifactResponseTypeDef:
|
|
868
916
|
"""
|
|
869
|
-
Creates an
|
|
917
|
+
Creates an <i>artifact</i>.
|
|
870
918
|
|
|
871
919
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_artifact.html)
|
|
872
920
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_artifact)
|
|
@@ -903,6 +951,16 @@ class SageMakerClient(BaseClient):
|
|
|
903
951
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_cluster)
|
|
904
952
|
"""
|
|
905
953
|
|
|
954
|
+
def create_cluster_scheduler_config(
|
|
955
|
+
self, **kwargs: Unpack[CreateClusterSchedulerConfigRequestRequestTypeDef]
|
|
956
|
+
) -> CreateClusterSchedulerConfigResponseTypeDef:
|
|
957
|
+
"""
|
|
958
|
+
Create cluster policy configuration.
|
|
959
|
+
|
|
960
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_cluster_scheduler_config.html)
|
|
961
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_cluster_scheduler_config)
|
|
962
|
+
"""
|
|
963
|
+
|
|
906
964
|
def create_code_repository(
|
|
907
965
|
self, **kwargs: Unpack[CreateCodeRepositoryInputRequestTypeDef]
|
|
908
966
|
) -> CreateCodeRepositoryOutputTypeDef:
|
|
@@ -923,11 +981,21 @@ class SageMakerClient(BaseClient):
|
|
|
923
981
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_compilation_job)
|
|
924
982
|
"""
|
|
925
983
|
|
|
984
|
+
def create_compute_quota(
|
|
985
|
+
self, **kwargs: Unpack[CreateComputeQuotaRequestRequestTypeDef]
|
|
986
|
+
) -> CreateComputeQuotaResponseTypeDef:
|
|
987
|
+
"""
|
|
988
|
+
Create compute allocation definition.
|
|
989
|
+
|
|
990
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_compute_quota.html)
|
|
991
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_compute_quota)
|
|
992
|
+
"""
|
|
993
|
+
|
|
926
994
|
def create_context(
|
|
927
995
|
self, **kwargs: Unpack[CreateContextRequestRequestTypeDef]
|
|
928
996
|
) -> CreateContextResponseTypeDef:
|
|
929
997
|
"""
|
|
930
|
-
Creates a
|
|
998
|
+
Creates a <i>context</i>.
|
|
931
999
|
|
|
932
1000
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_context.html)
|
|
933
1001
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_context)
|
|
@@ -957,7 +1025,7 @@ class SageMakerClient(BaseClient):
|
|
|
957
1025
|
self, **kwargs: Unpack[CreateDomainRequestRequestTypeDef]
|
|
958
1026
|
) -> CreateDomainResponseTypeDef:
|
|
959
1027
|
"""
|
|
960
|
-
Creates a
|
|
1028
|
+
Creates a <code>Domain</code>.
|
|
961
1029
|
|
|
962
1030
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_domain.html)
|
|
963
1031
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_domain)
|
|
@@ -1018,7 +1086,7 @@ class SageMakerClient(BaseClient):
|
|
|
1018
1086
|
self, **kwargs: Unpack[CreateExperimentRequestRequestTypeDef]
|
|
1019
1087
|
) -> CreateExperimentResponseTypeDef:
|
|
1020
1088
|
"""
|
|
1021
|
-
Creates a SageMaker
|
|
1089
|
+
Creates a SageMaker <i>experiment</i>.
|
|
1022
1090
|
|
|
1023
1091
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_experiment.html)
|
|
1024
1092
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_experiment)
|
|
@@ -1028,7 +1096,7 @@ class SageMakerClient(BaseClient):
|
|
|
1028
1096
|
self, **kwargs: Unpack[CreateFeatureGroupRequestRequestTypeDef]
|
|
1029
1097
|
) -> CreateFeatureGroupResponseTypeDef:
|
|
1030
1098
|
"""
|
|
1031
|
-
Create a new
|
|
1099
|
+
Create a new <code>FeatureGroup</code>.
|
|
1032
1100
|
|
|
1033
1101
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_feature_group.html)
|
|
1034
1102
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_feature_group)
|
|
@@ -1099,7 +1167,7 @@ class SageMakerClient(BaseClient):
|
|
|
1099
1167
|
self, **kwargs: Unpack[CreateImageVersionRequestRequestTypeDef]
|
|
1100
1168
|
) -> CreateImageVersionResponseTypeDef:
|
|
1101
1169
|
"""
|
|
1102
|
-
Creates a version of the SageMaker image specified by
|
|
1170
|
+
Creates a version of the SageMaker image specified by <code>ImageName</code>.
|
|
1103
1171
|
|
|
1104
1172
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_image_version.html)
|
|
1105
1173
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_image_version)
|
|
@@ -1282,6 +1350,26 @@ class SageMakerClient(BaseClient):
|
|
|
1282
1350
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_optimization_job)
|
|
1283
1351
|
"""
|
|
1284
1352
|
|
|
1353
|
+
def create_partner_app(
|
|
1354
|
+
self, **kwargs: Unpack[CreatePartnerAppRequestRequestTypeDef]
|
|
1355
|
+
) -> CreatePartnerAppResponseTypeDef:
|
|
1356
|
+
"""
|
|
1357
|
+
Creates an Amazon SageMaker Partner AI App.
|
|
1358
|
+
|
|
1359
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_partner_app.html)
|
|
1360
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_partner_app)
|
|
1361
|
+
"""
|
|
1362
|
+
|
|
1363
|
+
def create_partner_app_presigned_url(
|
|
1364
|
+
self, **kwargs: Unpack[CreatePartnerAppPresignedUrlRequestRequestTypeDef]
|
|
1365
|
+
) -> CreatePartnerAppPresignedUrlResponseTypeDef:
|
|
1366
|
+
"""
|
|
1367
|
+
Creates a presigned URL to access an Amazon SageMaker Partner AI App.
|
|
1368
|
+
|
|
1369
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_partner_app_presigned_url.html)
|
|
1370
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_partner_app_presigned_url)
|
|
1371
|
+
"""
|
|
1372
|
+
|
|
1285
1373
|
def create_pipeline(
|
|
1286
1374
|
self, **kwargs: Unpack[CreatePipelineRequestRequestTypeDef]
|
|
1287
1375
|
) -> CreatePipelineResponseTypeDef:
|
|
@@ -1375,6 +1463,16 @@ class SageMakerClient(BaseClient):
|
|
|
1375
1463
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_training_job)
|
|
1376
1464
|
"""
|
|
1377
1465
|
|
|
1466
|
+
def create_training_plan(
|
|
1467
|
+
self, **kwargs: Unpack[CreateTrainingPlanRequestRequestTypeDef]
|
|
1468
|
+
) -> CreateTrainingPlanResponseTypeDef:
|
|
1469
|
+
"""
|
|
1470
|
+
Creates a new training plan in SageMaker to reserve compute capacity.
|
|
1471
|
+
|
|
1472
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_training_plan.html)
|
|
1473
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_training_plan)
|
|
1474
|
+
"""
|
|
1475
|
+
|
|
1378
1476
|
def create_transform_job(
|
|
1379
1477
|
self, **kwargs: Unpack[CreateTransformJobRequestRequestTypeDef]
|
|
1380
1478
|
) -> CreateTransformJobResponseTypeDef:
|
|
@@ -1389,7 +1487,7 @@ class SageMakerClient(BaseClient):
|
|
|
1389
1487
|
self, **kwargs: Unpack[CreateTrialRequestRequestTypeDef]
|
|
1390
1488
|
) -> CreateTrialResponseTypeDef:
|
|
1391
1489
|
"""
|
|
1392
|
-
Creates an SageMaker
|
|
1490
|
+
Creates an SageMaker <i>trial</i>.
|
|
1393
1491
|
|
|
1394
1492
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_trial.html)
|
|
1395
1493
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_trial)
|
|
@@ -1399,7 +1497,8 @@ class SageMakerClient(BaseClient):
|
|
|
1399
1497
|
self, **kwargs: Unpack[CreateTrialComponentRequestRequestTypeDef]
|
|
1400
1498
|
) -> CreateTrialComponentResponseTypeDef:
|
|
1401
1499
|
"""
|
|
1402
|
-
Creates a
|
|
1500
|
+
Creates a <i>trial component</i>, which is a stage of a machine learning
|
|
1501
|
+
<i>trial</i>.
|
|
1403
1502
|
|
|
1404
1503
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_trial_component.html)
|
|
1405
1504
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_trial_component)
|
|
@@ -1505,6 +1604,16 @@ class SageMakerClient(BaseClient):
|
|
|
1505
1604
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_cluster)
|
|
1506
1605
|
"""
|
|
1507
1606
|
|
|
1607
|
+
def delete_cluster_scheduler_config(
|
|
1608
|
+
self, **kwargs: Unpack[DeleteClusterSchedulerConfigRequestRequestTypeDef]
|
|
1609
|
+
) -> EmptyResponseMetadataTypeDef:
|
|
1610
|
+
"""
|
|
1611
|
+
Deletes the cluster policy of the cluster.
|
|
1612
|
+
|
|
1613
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_cluster_scheduler_config.html)
|
|
1614
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_cluster_scheduler_config)
|
|
1615
|
+
"""
|
|
1616
|
+
|
|
1508
1617
|
def delete_code_repository(
|
|
1509
1618
|
self, **kwargs: Unpack[DeleteCodeRepositoryInputRequestTypeDef]
|
|
1510
1619
|
) -> EmptyResponseMetadataTypeDef:
|
|
@@ -1525,6 +1634,16 @@ class SageMakerClient(BaseClient):
|
|
|
1525
1634
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_compilation_job)
|
|
1526
1635
|
"""
|
|
1527
1636
|
|
|
1637
|
+
def delete_compute_quota(
|
|
1638
|
+
self, **kwargs: Unpack[DeleteComputeQuotaRequestRequestTypeDef]
|
|
1639
|
+
) -> EmptyResponseMetadataTypeDef:
|
|
1640
|
+
"""
|
|
1641
|
+
Deletes the compute allocation from the cluster.
|
|
1642
|
+
|
|
1643
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_compute_quota.html)
|
|
1644
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_compute_quota)
|
|
1645
|
+
"""
|
|
1646
|
+
|
|
1528
1647
|
def delete_context(
|
|
1529
1648
|
self, **kwargs: Unpack[DeleteContextRequestRequestTypeDef]
|
|
1530
1649
|
) -> DeleteContextResponseTypeDef:
|
|
@@ -1621,8 +1740,8 @@ class SageMakerClient(BaseClient):
|
|
|
1621
1740
|
self, **kwargs: Unpack[DeleteFeatureGroupRequestRequestTypeDef]
|
|
1622
1741
|
) -> EmptyResponseMetadataTypeDef:
|
|
1623
1742
|
"""
|
|
1624
|
-
Delete the
|
|
1625
|
-
the
|
|
1743
|
+
Delete the <code>FeatureGroup</code> and any data that was written to the
|
|
1744
|
+
<code>OnlineStore</code> of the <code>FeatureGroup</code>.
|
|
1626
1745
|
|
|
1627
1746
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_feature_group.html)
|
|
1628
1747
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_feature_group)
|
|
@@ -1856,6 +1975,16 @@ class SageMakerClient(BaseClient):
|
|
|
1856
1975
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_optimization_job)
|
|
1857
1976
|
"""
|
|
1858
1977
|
|
|
1978
|
+
def delete_partner_app(
|
|
1979
|
+
self, **kwargs: Unpack[DeletePartnerAppRequestRequestTypeDef]
|
|
1980
|
+
) -> DeletePartnerAppResponseTypeDef:
|
|
1981
|
+
"""
|
|
1982
|
+
Deletes a SageMaker Partner AI App.
|
|
1983
|
+
|
|
1984
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_partner_app.html)
|
|
1985
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_partner_app)
|
|
1986
|
+
"""
|
|
1987
|
+
|
|
1859
1988
|
def delete_pipeline(
|
|
1860
1989
|
self, **kwargs: Unpack[DeletePipelineRequestRequestTypeDef]
|
|
1861
1990
|
) -> DeletePipelineResponseTypeDef:
|
|
@@ -2018,8 +2147,8 @@ class SageMakerClient(BaseClient):
|
|
|
2018
2147
|
self, **kwargs: Unpack[DescribeAutoMLJobRequestRequestTypeDef]
|
|
2019
2148
|
) -> DescribeAutoMLJobResponseTypeDef:
|
|
2020
2149
|
"""
|
|
2021
|
-
Returns information about an AutoML job created by calling
|
|
2022
|
-
|
|
2150
|
+
Returns information about an AutoML job created by calling <a
|
|
2151
|
+
href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html">CreateAutoMLJob</a>.
|
|
2023
2152
|
|
|
2024
2153
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_auto_ml_job.html)
|
|
2025
2154
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_auto_ml_job)
|
|
@@ -2029,10 +2158,10 @@ class SageMakerClient(BaseClient):
|
|
|
2029
2158
|
self, **kwargs: Unpack[DescribeAutoMLJobV2RequestRequestTypeDef]
|
|
2030
2159
|
) -> DescribeAutoMLJobV2ResponseTypeDef:
|
|
2031
2160
|
"""
|
|
2032
|
-
Returns information about an AutoML job created by calling
|
|
2033
|
-
|
|
2034
|
-
or
|
|
2035
|
-
|
|
2161
|
+
Returns information about an AutoML job created by calling <a
|
|
2162
|
+
href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html">CreateAutoMLJobV2</a>
|
|
2163
|
+
or <a
|
|
2164
|
+
href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html">CreateAutoMLJob</a>.
|
|
2036
2165
|
|
|
2037
2166
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_auto_ml_job_v2.html)
|
|
2038
2167
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_auto_ml_job_v2)
|
|
@@ -2052,13 +2181,23 @@ class SageMakerClient(BaseClient):
|
|
|
2052
2181
|
self, **kwargs: Unpack[DescribeClusterNodeRequestRequestTypeDef]
|
|
2053
2182
|
) -> DescribeClusterNodeResponseTypeDef:
|
|
2054
2183
|
"""
|
|
2055
|
-
Retrieves information of a node (also called a
|
|
2056
|
-
SageMaker HyperPod cluster.
|
|
2184
|
+
Retrieves information of a node (also called a <i>instance</i> interchangeably)
|
|
2185
|
+
of a SageMaker HyperPod cluster.
|
|
2057
2186
|
|
|
2058
2187
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_cluster_node.html)
|
|
2059
2188
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_cluster_node)
|
|
2060
2189
|
"""
|
|
2061
2190
|
|
|
2191
|
+
def describe_cluster_scheduler_config(
|
|
2192
|
+
self, **kwargs: Unpack[DescribeClusterSchedulerConfigRequestRequestTypeDef]
|
|
2193
|
+
) -> DescribeClusterSchedulerConfigResponseTypeDef:
|
|
2194
|
+
"""
|
|
2195
|
+
Description of the cluster policy.
|
|
2196
|
+
|
|
2197
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_cluster_scheduler_config.html)
|
|
2198
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_cluster_scheduler_config)
|
|
2199
|
+
"""
|
|
2200
|
+
|
|
2062
2201
|
def describe_code_repository(
|
|
2063
2202
|
self, **kwargs: Unpack[DescribeCodeRepositoryInputRequestTypeDef]
|
|
2064
2203
|
) -> DescribeCodeRepositoryOutputTypeDef:
|
|
@@ -2079,6 +2218,16 @@ class SageMakerClient(BaseClient):
|
|
|
2079
2218
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_compilation_job)
|
|
2080
2219
|
"""
|
|
2081
2220
|
|
|
2221
|
+
def describe_compute_quota(
|
|
2222
|
+
self, **kwargs: Unpack[DescribeComputeQuotaRequestRequestTypeDef]
|
|
2223
|
+
) -> DescribeComputeQuotaResponseTypeDef:
|
|
2224
|
+
"""
|
|
2225
|
+
Description of the compute allocation definition.
|
|
2226
|
+
|
|
2227
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_compute_quota.html)
|
|
2228
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_compute_quota)
|
|
2229
|
+
"""
|
|
2230
|
+
|
|
2082
2231
|
def describe_context(
|
|
2083
2232
|
self, **kwargs: Unpack[DescribeContextRequestRequestTypeDef]
|
|
2084
2233
|
) -> DescribeContextResponseTypeDef:
|
|
@@ -2164,7 +2313,7 @@ class SageMakerClient(BaseClient):
|
|
|
2164
2313
|
) -> DescribeEndpointConfigOutputTypeDef:
|
|
2165
2314
|
"""
|
|
2166
2315
|
Returns the description of an endpoint configuration created using the
|
|
2167
|
-
|
|
2316
|
+
<code>CreateEndpointConfig</code> API.
|
|
2168
2317
|
|
|
2169
2318
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_endpoint_config.html)
|
|
2170
2319
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_endpoint_config)
|
|
@@ -2184,7 +2333,7 @@ class SageMakerClient(BaseClient):
|
|
|
2184
2333
|
self, **kwargs: Unpack[DescribeFeatureGroupRequestRequestTypeDef]
|
|
2185
2334
|
) -> DescribeFeatureGroupResponseTypeDef:
|
|
2186
2335
|
"""
|
|
2187
|
-
Use this operation to describe a
|
|
2336
|
+
Use this operation to describe a <code>FeatureGroup</code>.
|
|
2188
2337
|
|
|
2189
2338
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_feature_group.html)
|
|
2190
2339
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_feature_group)
|
|
@@ -2336,7 +2485,7 @@ class SageMakerClient(BaseClient):
|
|
|
2336
2485
|
self, **kwargs: Unpack[DescribeModelInputRequestTypeDef]
|
|
2337
2486
|
) -> DescribeModelOutputTypeDef:
|
|
2338
2487
|
"""
|
|
2339
|
-
Describes a model that you created using the
|
|
2488
|
+
Describes a model that you created using the <code>CreateModel</code> API.
|
|
2340
2489
|
|
|
2341
2490
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_model.html)
|
|
2342
2491
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_model)
|
|
@@ -2454,6 +2603,16 @@ class SageMakerClient(BaseClient):
|
|
|
2454
2603
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_optimization_job)
|
|
2455
2604
|
"""
|
|
2456
2605
|
|
|
2606
|
+
def describe_partner_app(
|
|
2607
|
+
self, **kwargs: Unpack[DescribePartnerAppRequestRequestTypeDef]
|
|
2608
|
+
) -> DescribePartnerAppResponseTypeDef:
|
|
2609
|
+
"""
|
|
2610
|
+
Gets information about a SageMaker Partner AI App.
|
|
2611
|
+
|
|
2612
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_partner_app.html)
|
|
2613
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_partner_app)
|
|
2614
|
+
"""
|
|
2615
|
+
|
|
2457
2616
|
def describe_pipeline(
|
|
2458
2617
|
self, **kwargs: Unpack[DescribePipelineRequestRequestTypeDef]
|
|
2459
2618
|
) -> DescribePipelineResponseTypeDef:
|
|
@@ -2544,6 +2703,16 @@ class SageMakerClient(BaseClient):
|
|
|
2544
2703
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_training_job)
|
|
2545
2704
|
"""
|
|
2546
2705
|
|
|
2706
|
+
def describe_training_plan(
|
|
2707
|
+
self, **kwargs: Unpack[DescribeTrainingPlanRequestRequestTypeDef]
|
|
2708
|
+
) -> DescribeTrainingPlanResponseTypeDef:
|
|
2709
|
+
"""
|
|
2710
|
+
Retrieves detailed information about a specific training plan.
|
|
2711
|
+
|
|
2712
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_training_plan.html)
|
|
2713
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_training_plan)
|
|
2714
|
+
"""
|
|
2715
|
+
|
|
2547
2716
|
def describe_transform_job(
|
|
2548
2717
|
self, **kwargs: Unpack[DescribeTransformJobRequestRequestTypeDef]
|
|
2549
2718
|
) -> DescribeTransformJobResponseTypeDef:
|
|
@@ -2589,8 +2758,8 @@ class SageMakerClient(BaseClient):
|
|
|
2589
2758
|
) -> DescribeWorkforceResponseTypeDef:
|
|
2590
2759
|
"""
|
|
2591
2760
|
Lists private workforce information, including workforce name, Amazon Resource
|
|
2592
|
-
Name (ARN), and, if applicable, allowed IP address ranges (
|
|
2593
|
-
|
|
2761
|
+
Name (ARN), and, if applicable, allowed IP address ranges (<a
|
|
2762
|
+
href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">CIDRs</a>).
|
|
2594
2763
|
|
|
2595
2764
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_workforce.html)
|
|
2596
2765
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_workforce)
|
|
@@ -2632,20 +2801,6 @@ class SageMakerClient(BaseClient):
|
|
|
2632
2801
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#enable_sagemaker_servicecatalog_portfolio)
|
|
2633
2802
|
"""
|
|
2634
2803
|
|
|
2635
|
-
def generate_presigned_url(
|
|
2636
|
-
self,
|
|
2637
|
-
ClientMethod: str,
|
|
2638
|
-
Params: Mapping[str, Any] = ...,
|
|
2639
|
-
ExpiresIn: int = 3600,
|
|
2640
|
-
HttpMethod: str = ...,
|
|
2641
|
-
) -> str:
|
|
2642
|
-
"""
|
|
2643
|
-
Generate a presigned url given a client, its method, and arguments.
|
|
2644
|
-
|
|
2645
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/generate_presigned_url.html)
|
|
2646
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#generate_presigned_url)
|
|
2647
|
-
"""
|
|
2648
|
-
|
|
2649
2804
|
def get_device_fleet_report(
|
|
2650
2805
|
self, **kwargs: Unpack[GetDeviceFleetReportRequestRequestTypeDef]
|
|
2651
2806
|
) -> GetDeviceFleetReportResponseTypeDef:
|
|
@@ -2808,13 +2963,23 @@ class SageMakerClient(BaseClient):
|
|
|
2808
2963
|
self, **kwargs: Unpack[ListClusterNodesRequestRequestTypeDef]
|
|
2809
2964
|
) -> ListClusterNodesResponseTypeDef:
|
|
2810
2965
|
"""
|
|
2811
|
-
Retrieves the list of instances (also called
|
|
2966
|
+
Retrieves the list of instances (also called <i>nodes</i> interchangeably) in a
|
|
2812
2967
|
SageMaker HyperPod cluster.
|
|
2813
2968
|
|
|
2814
2969
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_cluster_nodes.html)
|
|
2815
2970
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_cluster_nodes)
|
|
2816
2971
|
"""
|
|
2817
2972
|
|
|
2973
|
+
def list_cluster_scheduler_configs(
|
|
2974
|
+
self, **kwargs: Unpack[ListClusterSchedulerConfigsRequestRequestTypeDef]
|
|
2975
|
+
) -> ListClusterSchedulerConfigsResponseTypeDef:
|
|
2976
|
+
"""
|
|
2977
|
+
List the cluster policy configurations.
|
|
2978
|
+
|
|
2979
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_cluster_scheduler_configs.html)
|
|
2980
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_cluster_scheduler_configs)
|
|
2981
|
+
"""
|
|
2982
|
+
|
|
2818
2983
|
def list_clusters(
|
|
2819
2984
|
self, **kwargs: Unpack[ListClustersRequestRequestTypeDef]
|
|
2820
2985
|
) -> ListClustersResponseTypeDef:
|
|
@@ -2845,6 +3010,16 @@ class SageMakerClient(BaseClient):
|
|
|
2845
3010
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_compilation_jobs)
|
|
2846
3011
|
"""
|
|
2847
3012
|
|
|
3013
|
+
def list_compute_quotas(
|
|
3014
|
+
self, **kwargs: Unpack[ListComputeQuotasRequestRequestTypeDef]
|
|
3015
|
+
) -> ListComputeQuotasResponseTypeDef:
|
|
3016
|
+
"""
|
|
3017
|
+
List the resource allocation definitions.
|
|
3018
|
+
|
|
3019
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_compute_quotas.html)
|
|
3020
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_compute_quotas)
|
|
3021
|
+
"""
|
|
3022
|
+
|
|
2848
3023
|
def list_contexts(
|
|
2849
3024
|
self, **kwargs: Unpack[ListContextsRequestRequestTypeDef]
|
|
2850
3025
|
) -> ListContextsResponseTypeDef:
|
|
@@ -2949,7 +3124,7 @@ class SageMakerClient(BaseClient):
|
|
|
2949
3124
|
self, **kwargs: Unpack[ListFeatureGroupsRequestRequestTypeDef]
|
|
2950
3125
|
) -> ListFeatureGroupsResponseTypeDef:
|
|
2951
3126
|
"""
|
|
2952
|
-
List
|
|
3127
|
+
List <code>FeatureGroup</code>s based on given filter and order.
|
|
2953
3128
|
|
|
2954
3129
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_feature_groups.html)
|
|
2955
3130
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_feature_groups)
|
|
@@ -3007,8 +3182,8 @@ class SageMakerClient(BaseClient):
|
|
|
3007
3182
|
self, **kwargs: Unpack[ListHyperParameterTuningJobsRequestRequestTypeDef]
|
|
3008
3183
|
) -> ListHyperParameterTuningJobsResponseTypeDef:
|
|
3009
3184
|
"""
|
|
3010
|
-
Gets a list of
|
|
3011
|
-
|
|
3185
|
+
Gets a list of <a
|
|
3186
|
+
href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobSummary.html">HyperParameterTuningJobSummary</a>
|
|
3012
3187
|
objects that describe the hyperparameter tuning jobs launched in your account.
|
|
3013
3188
|
|
|
3014
3189
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_hyper_parameter_tuning_jobs.html)
|
|
@@ -3210,7 +3385,7 @@ class SageMakerClient(BaseClient):
|
|
|
3210
3385
|
self, **kwargs: Unpack[ListModelsInputRequestTypeDef]
|
|
3211
3386
|
) -> ListModelsOutputTypeDef:
|
|
3212
3387
|
"""
|
|
3213
|
-
Lists models created with the
|
|
3388
|
+
Lists models created with the <code>CreateModel</code> API.
|
|
3214
3389
|
|
|
3215
3390
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_models.html)
|
|
3216
3391
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_models)
|
|
@@ -3260,8 +3435,8 @@ class SageMakerClient(BaseClient):
|
|
|
3260
3435
|
self, **kwargs: Unpack[ListNotebookInstanceLifecycleConfigsInputRequestTypeDef]
|
|
3261
3436
|
) -> ListNotebookInstanceLifecycleConfigsOutputTypeDef:
|
|
3262
3437
|
"""
|
|
3263
|
-
Lists notebook instance lifestyle configurations created with the
|
|
3264
|
-
|
|
3438
|
+
Lists notebook instance lifestyle configurations created with the <a
|
|
3439
|
+
href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateNotebookInstanceLifecycleConfig.html">CreateNotebookInstanceLifecycleConfig</a>
|
|
3265
3440
|
API.
|
|
3266
3441
|
|
|
3267
3442
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_notebook_instance_lifecycle_configs.html)
|
|
@@ -3289,11 +3464,21 @@ class SageMakerClient(BaseClient):
|
|
|
3289
3464
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_optimization_jobs)
|
|
3290
3465
|
"""
|
|
3291
3466
|
|
|
3467
|
+
def list_partner_apps(
|
|
3468
|
+
self, **kwargs: Unpack[ListPartnerAppsRequestRequestTypeDef]
|
|
3469
|
+
) -> ListPartnerAppsResponseTypeDef:
|
|
3470
|
+
"""
|
|
3471
|
+
Lists all of the SageMaker Partner AI Apps in an account.
|
|
3472
|
+
|
|
3473
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_partner_apps.html)
|
|
3474
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_partner_apps)
|
|
3475
|
+
"""
|
|
3476
|
+
|
|
3292
3477
|
def list_pipeline_execution_steps(
|
|
3293
3478
|
self, **kwargs: Unpack[ListPipelineExecutionStepsRequestRequestTypeDef]
|
|
3294
3479
|
) -> ListPipelineExecutionStepsResponseTypeDef:
|
|
3295
3480
|
"""
|
|
3296
|
-
Gets a list of
|
|
3481
|
+
Gets a list of <code>PipeLineExecutionStep</code> objects.
|
|
3297
3482
|
|
|
3298
3483
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_pipeline_execution_steps.html)
|
|
3299
3484
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_pipeline_execution_steps)
|
|
@@ -3424,8 +3609,8 @@ class SageMakerClient(BaseClient):
|
|
|
3424
3609
|
self, **kwargs: Unpack[ListTrainingJobsForHyperParameterTuningJobRequestRequestTypeDef]
|
|
3425
3610
|
) -> ListTrainingJobsForHyperParameterTuningJobResponseTypeDef:
|
|
3426
3611
|
"""
|
|
3427
|
-
Gets a list of
|
|
3428
|
-
|
|
3612
|
+
Gets a list of <a
|
|
3613
|
+
href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingJobSummary.html">TrainingJobSummary</a>
|
|
3429
3614
|
objects that describe the training jobs that a hyperparameter tuning job
|
|
3430
3615
|
launched.
|
|
3431
3616
|
|
|
@@ -3433,6 +3618,16 @@ class SageMakerClient(BaseClient):
|
|
|
3433
3618
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_training_jobs_for_hyper_parameter_tuning_job)
|
|
3434
3619
|
"""
|
|
3435
3620
|
|
|
3621
|
+
def list_training_plans(
|
|
3622
|
+
self, **kwargs: Unpack[ListTrainingPlansRequestRequestTypeDef]
|
|
3623
|
+
) -> ListTrainingPlansResponseTypeDef:
|
|
3624
|
+
"""
|
|
3625
|
+
Retrieves a list of training plans for the current account.
|
|
3626
|
+
|
|
3627
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_training_plans.html)
|
|
3628
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_training_plans)
|
|
3629
|
+
"""
|
|
3630
|
+
|
|
3436
3631
|
def list_transform_jobs(
|
|
3437
3632
|
self, **kwargs: Unpack[ListTransformJobsRequestRequestTypeDef]
|
|
3438
3633
|
) -> ListTransformJobsResponseTypeDef:
|
|
@@ -3553,6 +3748,16 @@ class SageMakerClient(BaseClient):
|
|
|
3553
3748
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#search)
|
|
3554
3749
|
"""
|
|
3555
3750
|
|
|
3751
|
+
def search_training_plan_offerings(
|
|
3752
|
+
self, **kwargs: Unpack[SearchTrainingPlanOfferingsRequestRequestTypeDef]
|
|
3753
|
+
) -> SearchTrainingPlanOfferingsResponseTypeDef:
|
|
3754
|
+
"""
|
|
3755
|
+
Searches for available training plan offerings based on specified criteria.
|
|
3756
|
+
|
|
3757
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/search_training_plan_offerings.html)
|
|
3758
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#search_training_plan_offerings)
|
|
3759
|
+
"""
|
|
3760
|
+
|
|
3556
3761
|
def send_pipeline_execution_step_failure(
|
|
3557
3762
|
self, **kwargs: Unpack[SendPipelineExecutionStepFailureRequestRequestTypeDef]
|
|
3558
3763
|
) -> SendPipelineExecutionStepFailureResponseTypeDef:
|
|
@@ -3837,6 +4042,16 @@ class SageMakerClient(BaseClient):
|
|
|
3837
4042
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_cluster)
|
|
3838
4043
|
"""
|
|
3839
4044
|
|
|
4045
|
+
def update_cluster_scheduler_config(
|
|
4046
|
+
self, **kwargs: Unpack[UpdateClusterSchedulerConfigRequestRequestTypeDef]
|
|
4047
|
+
) -> UpdateClusterSchedulerConfigResponseTypeDef:
|
|
4048
|
+
"""
|
|
4049
|
+
Update the cluster policy configuration.
|
|
4050
|
+
|
|
4051
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_cluster_scheduler_config.html)
|
|
4052
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_cluster_scheduler_config)
|
|
4053
|
+
"""
|
|
4054
|
+
|
|
3840
4055
|
def update_cluster_software(
|
|
3841
4056
|
self, **kwargs: Unpack[UpdateClusterSoftwareRequestRequestTypeDef]
|
|
3842
4057
|
) -> UpdateClusterSoftwareResponseTypeDef:
|
|
@@ -3858,6 +4073,16 @@ class SageMakerClient(BaseClient):
|
|
|
3858
4073
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_code_repository)
|
|
3859
4074
|
"""
|
|
3860
4075
|
|
|
4076
|
+
def update_compute_quota(
|
|
4077
|
+
self, **kwargs: Unpack[UpdateComputeQuotaRequestRequestTypeDef]
|
|
4078
|
+
) -> UpdateComputeQuotaResponseTypeDef:
|
|
4079
|
+
"""
|
|
4080
|
+
Update the compute allocation definition.
|
|
4081
|
+
|
|
4082
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_compute_quota.html)
|
|
4083
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_compute_quota)
|
|
4084
|
+
"""
|
|
4085
|
+
|
|
3861
4086
|
def update_context(
|
|
3862
4087
|
self, **kwargs: Unpack[UpdateContextRequestRequestTypeDef]
|
|
3863
4088
|
) -> UpdateContextResponseTypeDef:
|
|
@@ -3902,8 +4127,8 @@ class SageMakerClient(BaseClient):
|
|
|
3902
4127
|
self, **kwargs: Unpack[UpdateEndpointInputRequestTypeDef]
|
|
3903
4128
|
) -> UpdateEndpointOutputTypeDef:
|
|
3904
4129
|
"""
|
|
3905
|
-
Deploys the
|
|
3906
|
-
instances.
|
|
4130
|
+
Deploys the <code>EndpointConfig</code> specified in the request to a new fleet
|
|
4131
|
+
of instances.
|
|
3907
4132
|
|
|
3908
4133
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_endpoint.html)
|
|
3909
4134
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_endpoint)
|
|
@@ -4075,14 +4300,24 @@ class SageMakerClient(BaseClient):
|
|
|
4075
4300
|
self, **kwargs: Unpack[UpdateNotebookInstanceLifecycleConfigInputRequestTypeDef]
|
|
4076
4301
|
) -> Dict[str, Any]:
|
|
4077
4302
|
"""
|
|
4078
|
-
Updates a notebook instance lifecycle configuration created with the
|
|
4079
|
-
|
|
4303
|
+
Updates a notebook instance lifecycle configuration created with the <a
|
|
4304
|
+
href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateNotebookInstanceLifecycleConfig.html">CreateNotebookInstanceLifecycleConfig</a>
|
|
4080
4305
|
API.
|
|
4081
4306
|
|
|
4082
4307
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_notebook_instance_lifecycle_config.html)
|
|
4083
4308
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_notebook_instance_lifecycle_config)
|
|
4084
4309
|
"""
|
|
4085
4310
|
|
|
4311
|
+
def update_partner_app(
|
|
4312
|
+
self, **kwargs: Unpack[UpdatePartnerAppRequestRequestTypeDef]
|
|
4313
|
+
) -> UpdatePartnerAppResponseTypeDef:
|
|
4314
|
+
"""
|
|
4315
|
+
Updates all of the SageMaker Partner AI Apps in an account.
|
|
4316
|
+
|
|
4317
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_partner_app.html)
|
|
4318
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_partner_app)
|
|
4319
|
+
"""
|
|
4320
|
+
|
|
4086
4321
|
def update_pipeline(
|
|
4087
4322
|
self, **kwargs: Unpack[UpdatePipelineRequestRequestTypeDef]
|
|
4088
4323
|
) -> UpdatePipelineResponseTypeDef:
|
|
@@ -4188,6 +4423,8 @@ class SageMakerClient(BaseClient):
|
|
|
4188
4423
|
@overload
|
|
4189
4424
|
def get_paginator(self, operation_name: Literal["list_actions"]) -> ListActionsPaginator:
|
|
4190
4425
|
"""
|
|
4426
|
+
Create a paginator for an operation.
|
|
4427
|
+
|
|
4191
4428
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4192
4429
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4193
4430
|
"""
|
|
@@ -4195,6 +4432,8 @@ class SageMakerClient(BaseClient):
|
|
|
4195
4432
|
@overload
|
|
4196
4433
|
def get_paginator(self, operation_name: Literal["list_algorithms"]) -> ListAlgorithmsPaginator:
|
|
4197
4434
|
"""
|
|
4435
|
+
Create a paginator for an operation.
|
|
4436
|
+
|
|
4198
4437
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4199
4438
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4200
4439
|
"""
|
|
@@ -4202,6 +4441,8 @@ class SageMakerClient(BaseClient):
|
|
|
4202
4441
|
@overload
|
|
4203
4442
|
def get_paginator(self, operation_name: Literal["list_aliases"]) -> ListAliasesPaginator:
|
|
4204
4443
|
"""
|
|
4444
|
+
Create a paginator for an operation.
|
|
4445
|
+
|
|
4205
4446
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4206
4447
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4207
4448
|
"""
|
|
@@ -4211,6 +4452,8 @@ class SageMakerClient(BaseClient):
|
|
|
4211
4452
|
self, operation_name: Literal["list_app_image_configs"]
|
|
4212
4453
|
) -> ListAppImageConfigsPaginator:
|
|
4213
4454
|
"""
|
|
4455
|
+
Create a paginator for an operation.
|
|
4456
|
+
|
|
4214
4457
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4215
4458
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4216
4459
|
"""
|
|
@@ -4218,6 +4461,8 @@ class SageMakerClient(BaseClient):
|
|
|
4218
4461
|
@overload
|
|
4219
4462
|
def get_paginator(self, operation_name: Literal["list_apps"]) -> ListAppsPaginator:
|
|
4220
4463
|
"""
|
|
4464
|
+
Create a paginator for an operation.
|
|
4465
|
+
|
|
4221
4466
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4222
4467
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4223
4468
|
"""
|
|
@@ -4225,6 +4470,8 @@ class SageMakerClient(BaseClient):
|
|
|
4225
4470
|
@overload
|
|
4226
4471
|
def get_paginator(self, operation_name: Literal["list_artifacts"]) -> ListArtifactsPaginator:
|
|
4227
4472
|
"""
|
|
4473
|
+
Create a paginator for an operation.
|
|
4474
|
+
|
|
4228
4475
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4229
4476
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4230
4477
|
"""
|
|
@@ -4234,6 +4481,8 @@ class SageMakerClient(BaseClient):
|
|
|
4234
4481
|
self, operation_name: Literal["list_associations"]
|
|
4235
4482
|
) -> ListAssociationsPaginator:
|
|
4236
4483
|
"""
|
|
4484
|
+
Create a paginator for an operation.
|
|
4485
|
+
|
|
4237
4486
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4238
4487
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4239
4488
|
"""
|
|
@@ -4243,6 +4492,8 @@ class SageMakerClient(BaseClient):
|
|
|
4243
4492
|
self, operation_name: Literal["list_auto_ml_jobs"]
|
|
4244
4493
|
) -> ListAutoMLJobsPaginator:
|
|
4245
4494
|
"""
|
|
4495
|
+
Create a paginator for an operation.
|
|
4496
|
+
|
|
4246
4497
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4247
4498
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4248
4499
|
"""
|
|
@@ -4252,6 +4503,8 @@ class SageMakerClient(BaseClient):
|
|
|
4252
4503
|
self, operation_name: Literal["list_candidates_for_auto_ml_job"]
|
|
4253
4504
|
) -> ListCandidatesForAutoMLJobPaginator:
|
|
4254
4505
|
"""
|
|
4506
|
+
Create a paginator for an operation.
|
|
4507
|
+
|
|
4255
4508
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4256
4509
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4257
4510
|
"""
|
|
@@ -4261,6 +4514,19 @@ class SageMakerClient(BaseClient):
|
|
|
4261
4514
|
self, operation_name: Literal["list_cluster_nodes"]
|
|
4262
4515
|
) -> ListClusterNodesPaginator:
|
|
4263
4516
|
"""
|
|
4517
|
+
Create a paginator for an operation.
|
|
4518
|
+
|
|
4519
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4520
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4521
|
+
"""
|
|
4522
|
+
|
|
4523
|
+
@overload
|
|
4524
|
+
def get_paginator(
|
|
4525
|
+
self, operation_name: Literal["list_cluster_scheduler_configs"]
|
|
4526
|
+
) -> ListClusterSchedulerConfigsPaginator:
|
|
4527
|
+
"""
|
|
4528
|
+
Create a paginator for an operation.
|
|
4529
|
+
|
|
4264
4530
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4265
4531
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4266
4532
|
"""
|
|
@@ -4268,6 +4534,8 @@ class SageMakerClient(BaseClient):
|
|
|
4268
4534
|
@overload
|
|
4269
4535
|
def get_paginator(self, operation_name: Literal["list_clusters"]) -> ListClustersPaginator:
|
|
4270
4536
|
"""
|
|
4537
|
+
Create a paginator for an operation.
|
|
4538
|
+
|
|
4271
4539
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4272
4540
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4273
4541
|
"""
|
|
@@ -4277,6 +4545,8 @@ class SageMakerClient(BaseClient):
|
|
|
4277
4545
|
self, operation_name: Literal["list_code_repositories"]
|
|
4278
4546
|
) -> ListCodeRepositoriesPaginator:
|
|
4279
4547
|
"""
|
|
4548
|
+
Create a paginator for an operation.
|
|
4549
|
+
|
|
4280
4550
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4281
4551
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4282
4552
|
"""
|
|
@@ -4286,6 +4556,19 @@ class SageMakerClient(BaseClient):
|
|
|
4286
4556
|
self, operation_name: Literal["list_compilation_jobs"]
|
|
4287
4557
|
) -> ListCompilationJobsPaginator:
|
|
4288
4558
|
"""
|
|
4559
|
+
Create a paginator for an operation.
|
|
4560
|
+
|
|
4561
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4562
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4563
|
+
"""
|
|
4564
|
+
|
|
4565
|
+
@overload
|
|
4566
|
+
def get_paginator(
|
|
4567
|
+
self, operation_name: Literal["list_compute_quotas"]
|
|
4568
|
+
) -> ListComputeQuotasPaginator:
|
|
4569
|
+
"""
|
|
4570
|
+
Create a paginator for an operation.
|
|
4571
|
+
|
|
4289
4572
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4290
4573
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4291
4574
|
"""
|
|
@@ -4293,6 +4576,8 @@ class SageMakerClient(BaseClient):
|
|
|
4293
4576
|
@overload
|
|
4294
4577
|
def get_paginator(self, operation_name: Literal["list_contexts"]) -> ListContextsPaginator:
|
|
4295
4578
|
"""
|
|
4579
|
+
Create a paginator for an operation.
|
|
4580
|
+
|
|
4296
4581
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4297
4582
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4298
4583
|
"""
|
|
@@ -4302,6 +4587,8 @@ class SageMakerClient(BaseClient):
|
|
|
4302
4587
|
self, operation_name: Literal["list_data_quality_job_definitions"]
|
|
4303
4588
|
) -> ListDataQualityJobDefinitionsPaginator:
|
|
4304
4589
|
"""
|
|
4590
|
+
Create a paginator for an operation.
|
|
4591
|
+
|
|
4305
4592
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4306
4593
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4307
4594
|
"""
|
|
@@ -4311,6 +4598,8 @@ class SageMakerClient(BaseClient):
|
|
|
4311
4598
|
self, operation_name: Literal["list_device_fleets"]
|
|
4312
4599
|
) -> ListDeviceFleetsPaginator:
|
|
4313
4600
|
"""
|
|
4601
|
+
Create a paginator for an operation.
|
|
4602
|
+
|
|
4314
4603
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4315
4604
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4316
4605
|
"""
|
|
@@ -4318,6 +4607,8 @@ class SageMakerClient(BaseClient):
|
|
|
4318
4607
|
@overload
|
|
4319
4608
|
def get_paginator(self, operation_name: Literal["list_devices"]) -> ListDevicesPaginator:
|
|
4320
4609
|
"""
|
|
4610
|
+
Create a paginator for an operation.
|
|
4611
|
+
|
|
4321
4612
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4322
4613
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4323
4614
|
"""
|
|
@@ -4325,6 +4616,8 @@ class SageMakerClient(BaseClient):
|
|
|
4325
4616
|
@overload
|
|
4326
4617
|
def get_paginator(self, operation_name: Literal["list_domains"]) -> ListDomainsPaginator:
|
|
4327
4618
|
"""
|
|
4619
|
+
Create a paginator for an operation.
|
|
4620
|
+
|
|
4328
4621
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4329
4622
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4330
4623
|
"""
|
|
@@ -4334,6 +4627,8 @@ class SageMakerClient(BaseClient):
|
|
|
4334
4627
|
self, operation_name: Literal["list_edge_deployment_plans"]
|
|
4335
4628
|
) -> ListEdgeDeploymentPlansPaginator:
|
|
4336
4629
|
"""
|
|
4630
|
+
Create a paginator for an operation.
|
|
4631
|
+
|
|
4337
4632
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4338
4633
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4339
4634
|
"""
|
|
@@ -4343,6 +4638,8 @@ class SageMakerClient(BaseClient):
|
|
|
4343
4638
|
self, operation_name: Literal["list_edge_packaging_jobs"]
|
|
4344
4639
|
) -> ListEdgePackagingJobsPaginator:
|
|
4345
4640
|
"""
|
|
4641
|
+
Create a paginator for an operation.
|
|
4642
|
+
|
|
4346
4643
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4347
4644
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4348
4645
|
"""
|
|
@@ -4352,6 +4649,8 @@ class SageMakerClient(BaseClient):
|
|
|
4352
4649
|
self, operation_name: Literal["list_endpoint_configs"]
|
|
4353
4650
|
) -> ListEndpointConfigsPaginator:
|
|
4354
4651
|
"""
|
|
4652
|
+
Create a paginator for an operation.
|
|
4653
|
+
|
|
4355
4654
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4356
4655
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4357
4656
|
"""
|
|
@@ -4359,6 +4658,8 @@ class SageMakerClient(BaseClient):
|
|
|
4359
4658
|
@overload
|
|
4360
4659
|
def get_paginator(self, operation_name: Literal["list_endpoints"]) -> ListEndpointsPaginator:
|
|
4361
4660
|
"""
|
|
4661
|
+
Create a paginator for an operation.
|
|
4662
|
+
|
|
4362
4663
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4363
4664
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4364
4665
|
"""
|
|
@@ -4368,6 +4669,8 @@ class SageMakerClient(BaseClient):
|
|
|
4368
4669
|
self, operation_name: Literal["list_experiments"]
|
|
4369
4670
|
) -> ListExperimentsPaginator:
|
|
4370
4671
|
"""
|
|
4672
|
+
Create a paginator for an operation.
|
|
4673
|
+
|
|
4371
4674
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4372
4675
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4373
4676
|
"""
|
|
@@ -4377,6 +4680,8 @@ class SageMakerClient(BaseClient):
|
|
|
4377
4680
|
self, operation_name: Literal["list_feature_groups"]
|
|
4378
4681
|
) -> ListFeatureGroupsPaginator:
|
|
4379
4682
|
"""
|
|
4683
|
+
Create a paginator for an operation.
|
|
4684
|
+
|
|
4380
4685
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4381
4686
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4382
4687
|
"""
|
|
@@ -4386,6 +4691,8 @@ class SageMakerClient(BaseClient):
|
|
|
4386
4691
|
self, operation_name: Literal["list_flow_definitions"]
|
|
4387
4692
|
) -> ListFlowDefinitionsPaginator:
|
|
4388
4693
|
"""
|
|
4694
|
+
Create a paginator for an operation.
|
|
4695
|
+
|
|
4389
4696
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4390
4697
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4391
4698
|
"""
|
|
@@ -4395,6 +4702,8 @@ class SageMakerClient(BaseClient):
|
|
|
4395
4702
|
self, operation_name: Literal["list_human_task_uis"]
|
|
4396
4703
|
) -> ListHumanTaskUisPaginator:
|
|
4397
4704
|
"""
|
|
4705
|
+
Create a paginator for an operation.
|
|
4706
|
+
|
|
4398
4707
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4399
4708
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4400
4709
|
"""
|
|
@@ -4404,6 +4713,8 @@ class SageMakerClient(BaseClient):
|
|
|
4404
4713
|
self, operation_name: Literal["list_hyper_parameter_tuning_jobs"]
|
|
4405
4714
|
) -> ListHyperParameterTuningJobsPaginator:
|
|
4406
4715
|
"""
|
|
4716
|
+
Create a paginator for an operation.
|
|
4717
|
+
|
|
4407
4718
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4408
4719
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4409
4720
|
"""
|
|
@@ -4413,6 +4724,8 @@ class SageMakerClient(BaseClient):
|
|
|
4413
4724
|
self, operation_name: Literal["list_image_versions"]
|
|
4414
4725
|
) -> ListImageVersionsPaginator:
|
|
4415
4726
|
"""
|
|
4727
|
+
Create a paginator for an operation.
|
|
4728
|
+
|
|
4416
4729
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4417
4730
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4418
4731
|
"""
|
|
@@ -4420,6 +4733,8 @@ class SageMakerClient(BaseClient):
|
|
|
4420
4733
|
@overload
|
|
4421
4734
|
def get_paginator(self, operation_name: Literal["list_images"]) -> ListImagesPaginator:
|
|
4422
4735
|
"""
|
|
4736
|
+
Create a paginator for an operation.
|
|
4737
|
+
|
|
4423
4738
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4424
4739
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4425
4740
|
"""
|
|
@@ -4429,6 +4744,8 @@ class SageMakerClient(BaseClient):
|
|
|
4429
4744
|
self, operation_name: Literal["list_inference_components"]
|
|
4430
4745
|
) -> ListInferenceComponentsPaginator:
|
|
4431
4746
|
"""
|
|
4747
|
+
Create a paginator for an operation.
|
|
4748
|
+
|
|
4432
4749
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4433
4750
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4434
4751
|
"""
|
|
@@ -4438,6 +4755,8 @@ class SageMakerClient(BaseClient):
|
|
|
4438
4755
|
self, operation_name: Literal["list_inference_experiments"]
|
|
4439
4756
|
) -> ListInferenceExperimentsPaginator:
|
|
4440
4757
|
"""
|
|
4758
|
+
Create a paginator for an operation.
|
|
4759
|
+
|
|
4441
4760
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4442
4761
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4443
4762
|
"""
|
|
@@ -4447,6 +4766,8 @@ class SageMakerClient(BaseClient):
|
|
|
4447
4766
|
self, operation_name: Literal["list_inference_recommendations_job_steps"]
|
|
4448
4767
|
) -> ListInferenceRecommendationsJobStepsPaginator:
|
|
4449
4768
|
"""
|
|
4769
|
+
Create a paginator for an operation.
|
|
4770
|
+
|
|
4450
4771
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4451
4772
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4452
4773
|
"""
|
|
@@ -4456,6 +4777,8 @@ class SageMakerClient(BaseClient):
|
|
|
4456
4777
|
self, operation_name: Literal["list_inference_recommendations_jobs"]
|
|
4457
4778
|
) -> ListInferenceRecommendationsJobsPaginator:
|
|
4458
4779
|
"""
|
|
4780
|
+
Create a paginator for an operation.
|
|
4781
|
+
|
|
4459
4782
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4460
4783
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4461
4784
|
"""
|
|
@@ -4465,6 +4788,8 @@ class SageMakerClient(BaseClient):
|
|
|
4465
4788
|
self, operation_name: Literal["list_labeling_jobs_for_workteam"]
|
|
4466
4789
|
) -> ListLabelingJobsForWorkteamPaginator:
|
|
4467
4790
|
"""
|
|
4791
|
+
Create a paginator for an operation.
|
|
4792
|
+
|
|
4468
4793
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4469
4794
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4470
4795
|
"""
|
|
@@ -4474,6 +4799,8 @@ class SageMakerClient(BaseClient):
|
|
|
4474
4799
|
self, operation_name: Literal["list_labeling_jobs"]
|
|
4475
4800
|
) -> ListLabelingJobsPaginator:
|
|
4476
4801
|
"""
|
|
4802
|
+
Create a paginator for an operation.
|
|
4803
|
+
|
|
4477
4804
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4478
4805
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4479
4806
|
"""
|
|
@@ -4483,6 +4810,8 @@ class SageMakerClient(BaseClient):
|
|
|
4483
4810
|
self, operation_name: Literal["list_lineage_groups"]
|
|
4484
4811
|
) -> ListLineageGroupsPaginator:
|
|
4485
4812
|
"""
|
|
4813
|
+
Create a paginator for an operation.
|
|
4814
|
+
|
|
4486
4815
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4487
4816
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4488
4817
|
"""
|
|
@@ -4492,6 +4821,8 @@ class SageMakerClient(BaseClient):
|
|
|
4492
4821
|
self, operation_name: Literal["list_mlflow_tracking_servers"]
|
|
4493
4822
|
) -> ListMlflowTrackingServersPaginator:
|
|
4494
4823
|
"""
|
|
4824
|
+
Create a paginator for an operation.
|
|
4825
|
+
|
|
4495
4826
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4496
4827
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4497
4828
|
"""
|
|
@@ -4501,6 +4832,8 @@ class SageMakerClient(BaseClient):
|
|
|
4501
4832
|
self, operation_name: Literal["list_model_bias_job_definitions"]
|
|
4502
4833
|
) -> ListModelBiasJobDefinitionsPaginator:
|
|
4503
4834
|
"""
|
|
4835
|
+
Create a paginator for an operation.
|
|
4836
|
+
|
|
4504
4837
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4505
4838
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4506
4839
|
"""
|
|
@@ -4510,6 +4843,8 @@ class SageMakerClient(BaseClient):
|
|
|
4510
4843
|
self, operation_name: Literal["list_model_card_export_jobs"]
|
|
4511
4844
|
) -> ListModelCardExportJobsPaginator:
|
|
4512
4845
|
"""
|
|
4846
|
+
Create a paginator for an operation.
|
|
4847
|
+
|
|
4513
4848
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4514
4849
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4515
4850
|
"""
|
|
@@ -4519,6 +4854,8 @@ class SageMakerClient(BaseClient):
|
|
|
4519
4854
|
self, operation_name: Literal["list_model_card_versions"]
|
|
4520
4855
|
) -> ListModelCardVersionsPaginator:
|
|
4521
4856
|
"""
|
|
4857
|
+
Create a paginator for an operation.
|
|
4858
|
+
|
|
4522
4859
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4523
4860
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4524
4861
|
"""
|
|
@@ -4526,6 +4863,8 @@ class SageMakerClient(BaseClient):
|
|
|
4526
4863
|
@overload
|
|
4527
4864
|
def get_paginator(self, operation_name: Literal["list_model_cards"]) -> ListModelCardsPaginator:
|
|
4528
4865
|
"""
|
|
4866
|
+
Create a paginator for an operation.
|
|
4867
|
+
|
|
4529
4868
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4530
4869
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4531
4870
|
"""
|
|
@@ -4535,6 +4874,8 @@ class SageMakerClient(BaseClient):
|
|
|
4535
4874
|
self, operation_name: Literal["list_model_explainability_job_definitions"]
|
|
4536
4875
|
) -> ListModelExplainabilityJobDefinitionsPaginator:
|
|
4537
4876
|
"""
|
|
4877
|
+
Create a paginator for an operation.
|
|
4878
|
+
|
|
4538
4879
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4539
4880
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4540
4881
|
"""
|
|
@@ -4544,6 +4885,8 @@ class SageMakerClient(BaseClient):
|
|
|
4544
4885
|
self, operation_name: Literal["list_model_metadata"]
|
|
4545
4886
|
) -> ListModelMetadataPaginator:
|
|
4546
4887
|
"""
|
|
4888
|
+
Create a paginator for an operation.
|
|
4889
|
+
|
|
4547
4890
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4548
4891
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4549
4892
|
"""
|
|
@@ -4553,6 +4896,8 @@ class SageMakerClient(BaseClient):
|
|
|
4553
4896
|
self, operation_name: Literal["list_model_package_groups"]
|
|
4554
4897
|
) -> ListModelPackageGroupsPaginator:
|
|
4555
4898
|
"""
|
|
4899
|
+
Create a paginator for an operation.
|
|
4900
|
+
|
|
4556
4901
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4557
4902
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4558
4903
|
"""
|
|
@@ -4562,6 +4907,8 @@ class SageMakerClient(BaseClient):
|
|
|
4562
4907
|
self, operation_name: Literal["list_model_packages"]
|
|
4563
4908
|
) -> ListModelPackagesPaginator:
|
|
4564
4909
|
"""
|
|
4910
|
+
Create a paginator for an operation.
|
|
4911
|
+
|
|
4565
4912
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4566
4913
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4567
4914
|
"""
|
|
@@ -4571,6 +4918,8 @@ class SageMakerClient(BaseClient):
|
|
|
4571
4918
|
self, operation_name: Literal["list_model_quality_job_definitions"]
|
|
4572
4919
|
) -> ListModelQualityJobDefinitionsPaginator:
|
|
4573
4920
|
"""
|
|
4921
|
+
Create a paginator for an operation.
|
|
4922
|
+
|
|
4574
4923
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4575
4924
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4576
4925
|
"""
|
|
@@ -4578,6 +4927,8 @@ class SageMakerClient(BaseClient):
|
|
|
4578
4927
|
@overload
|
|
4579
4928
|
def get_paginator(self, operation_name: Literal["list_models"]) -> ListModelsPaginator:
|
|
4580
4929
|
"""
|
|
4930
|
+
Create a paginator for an operation.
|
|
4931
|
+
|
|
4581
4932
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4582
4933
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4583
4934
|
"""
|
|
@@ -4587,6 +4938,8 @@ class SageMakerClient(BaseClient):
|
|
|
4587
4938
|
self, operation_name: Literal["list_monitoring_alert_history"]
|
|
4588
4939
|
) -> ListMonitoringAlertHistoryPaginator:
|
|
4589
4940
|
"""
|
|
4941
|
+
Create a paginator for an operation.
|
|
4942
|
+
|
|
4590
4943
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4591
4944
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4592
4945
|
"""
|
|
@@ -4596,6 +4949,8 @@ class SageMakerClient(BaseClient):
|
|
|
4596
4949
|
self, operation_name: Literal["list_monitoring_alerts"]
|
|
4597
4950
|
) -> ListMonitoringAlertsPaginator:
|
|
4598
4951
|
"""
|
|
4952
|
+
Create a paginator for an operation.
|
|
4953
|
+
|
|
4599
4954
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4600
4955
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4601
4956
|
"""
|
|
@@ -4605,6 +4960,8 @@ class SageMakerClient(BaseClient):
|
|
|
4605
4960
|
self, operation_name: Literal["list_monitoring_executions"]
|
|
4606
4961
|
) -> ListMonitoringExecutionsPaginator:
|
|
4607
4962
|
"""
|
|
4963
|
+
Create a paginator for an operation.
|
|
4964
|
+
|
|
4608
4965
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4609
4966
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4610
4967
|
"""
|
|
@@ -4614,6 +4971,8 @@ class SageMakerClient(BaseClient):
|
|
|
4614
4971
|
self, operation_name: Literal["list_monitoring_schedules"]
|
|
4615
4972
|
) -> ListMonitoringSchedulesPaginator:
|
|
4616
4973
|
"""
|
|
4974
|
+
Create a paginator for an operation.
|
|
4975
|
+
|
|
4617
4976
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4618
4977
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4619
4978
|
"""
|
|
@@ -4623,6 +4982,8 @@ class SageMakerClient(BaseClient):
|
|
|
4623
4982
|
self, operation_name: Literal["list_notebook_instance_lifecycle_configs"]
|
|
4624
4983
|
) -> ListNotebookInstanceLifecycleConfigsPaginator:
|
|
4625
4984
|
"""
|
|
4985
|
+
Create a paginator for an operation.
|
|
4986
|
+
|
|
4626
4987
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4627
4988
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4628
4989
|
"""
|
|
@@ -4632,6 +4993,8 @@ class SageMakerClient(BaseClient):
|
|
|
4632
4993
|
self, operation_name: Literal["list_notebook_instances"]
|
|
4633
4994
|
) -> ListNotebookInstancesPaginator:
|
|
4634
4995
|
"""
|
|
4996
|
+
Create a paginator for an operation.
|
|
4997
|
+
|
|
4635
4998
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4636
4999
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4637
5000
|
"""
|
|
@@ -4641,6 +5004,19 @@ class SageMakerClient(BaseClient):
|
|
|
4641
5004
|
self, operation_name: Literal["list_optimization_jobs"]
|
|
4642
5005
|
) -> ListOptimizationJobsPaginator:
|
|
4643
5006
|
"""
|
|
5007
|
+
Create a paginator for an operation.
|
|
5008
|
+
|
|
5009
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
5010
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
5011
|
+
"""
|
|
5012
|
+
|
|
5013
|
+
@overload
|
|
5014
|
+
def get_paginator(
|
|
5015
|
+
self, operation_name: Literal["list_partner_apps"]
|
|
5016
|
+
) -> ListPartnerAppsPaginator:
|
|
5017
|
+
"""
|
|
5018
|
+
Create a paginator for an operation.
|
|
5019
|
+
|
|
4644
5020
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4645
5021
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4646
5022
|
"""
|
|
@@ -4650,6 +5026,8 @@ class SageMakerClient(BaseClient):
|
|
|
4650
5026
|
self, operation_name: Literal["list_pipeline_execution_steps"]
|
|
4651
5027
|
) -> ListPipelineExecutionStepsPaginator:
|
|
4652
5028
|
"""
|
|
5029
|
+
Create a paginator for an operation.
|
|
5030
|
+
|
|
4653
5031
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4654
5032
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4655
5033
|
"""
|
|
@@ -4659,6 +5037,8 @@ class SageMakerClient(BaseClient):
|
|
|
4659
5037
|
self, operation_name: Literal["list_pipeline_executions"]
|
|
4660
5038
|
) -> ListPipelineExecutionsPaginator:
|
|
4661
5039
|
"""
|
|
5040
|
+
Create a paginator for an operation.
|
|
5041
|
+
|
|
4662
5042
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4663
5043
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4664
5044
|
"""
|
|
@@ -4668,6 +5048,8 @@ class SageMakerClient(BaseClient):
|
|
|
4668
5048
|
self, operation_name: Literal["list_pipeline_parameters_for_execution"]
|
|
4669
5049
|
) -> ListPipelineParametersForExecutionPaginator:
|
|
4670
5050
|
"""
|
|
5051
|
+
Create a paginator for an operation.
|
|
5052
|
+
|
|
4671
5053
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4672
5054
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4673
5055
|
"""
|
|
@@ -4675,6 +5057,8 @@ class SageMakerClient(BaseClient):
|
|
|
4675
5057
|
@overload
|
|
4676
5058
|
def get_paginator(self, operation_name: Literal["list_pipelines"]) -> ListPipelinesPaginator:
|
|
4677
5059
|
"""
|
|
5060
|
+
Create a paginator for an operation.
|
|
5061
|
+
|
|
4678
5062
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4679
5063
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4680
5064
|
"""
|
|
@@ -4684,6 +5068,8 @@ class SageMakerClient(BaseClient):
|
|
|
4684
5068
|
self, operation_name: Literal["list_processing_jobs"]
|
|
4685
5069
|
) -> ListProcessingJobsPaginator:
|
|
4686
5070
|
"""
|
|
5071
|
+
Create a paginator for an operation.
|
|
5072
|
+
|
|
4687
5073
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4688
5074
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4689
5075
|
"""
|
|
@@ -4693,6 +5079,8 @@ class SageMakerClient(BaseClient):
|
|
|
4693
5079
|
self, operation_name: Literal["list_resource_catalogs"]
|
|
4694
5080
|
) -> ListResourceCatalogsPaginator:
|
|
4695
5081
|
"""
|
|
5082
|
+
Create a paginator for an operation.
|
|
5083
|
+
|
|
4696
5084
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4697
5085
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4698
5086
|
"""
|
|
@@ -4700,6 +5088,8 @@ class SageMakerClient(BaseClient):
|
|
|
4700
5088
|
@overload
|
|
4701
5089
|
def get_paginator(self, operation_name: Literal["list_spaces"]) -> ListSpacesPaginator:
|
|
4702
5090
|
"""
|
|
5091
|
+
Create a paginator for an operation.
|
|
5092
|
+
|
|
4703
5093
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4704
5094
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4705
5095
|
"""
|
|
@@ -4709,6 +5099,8 @@ class SageMakerClient(BaseClient):
|
|
|
4709
5099
|
self, operation_name: Literal["list_stage_devices"]
|
|
4710
5100
|
) -> ListStageDevicesPaginator:
|
|
4711
5101
|
"""
|
|
5102
|
+
Create a paginator for an operation.
|
|
5103
|
+
|
|
4712
5104
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4713
5105
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4714
5106
|
"""
|
|
@@ -4718,6 +5110,8 @@ class SageMakerClient(BaseClient):
|
|
|
4718
5110
|
self, operation_name: Literal["list_studio_lifecycle_configs"]
|
|
4719
5111
|
) -> ListStudioLifecycleConfigsPaginator:
|
|
4720
5112
|
"""
|
|
5113
|
+
Create a paginator for an operation.
|
|
5114
|
+
|
|
4721
5115
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4722
5116
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4723
5117
|
"""
|
|
@@ -4727,6 +5121,8 @@ class SageMakerClient(BaseClient):
|
|
|
4727
5121
|
self, operation_name: Literal["list_subscribed_workteams"]
|
|
4728
5122
|
) -> ListSubscribedWorkteamsPaginator:
|
|
4729
5123
|
"""
|
|
5124
|
+
Create a paginator for an operation.
|
|
5125
|
+
|
|
4730
5126
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4731
5127
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4732
5128
|
"""
|
|
@@ -4734,6 +5130,8 @@ class SageMakerClient(BaseClient):
|
|
|
4734
5130
|
@overload
|
|
4735
5131
|
def get_paginator(self, operation_name: Literal["list_tags"]) -> ListTagsPaginator:
|
|
4736
5132
|
"""
|
|
5133
|
+
Create a paginator for an operation.
|
|
5134
|
+
|
|
4737
5135
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4738
5136
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4739
5137
|
"""
|
|
@@ -4743,6 +5141,8 @@ class SageMakerClient(BaseClient):
|
|
|
4743
5141
|
self, operation_name: Literal["list_training_jobs_for_hyper_parameter_tuning_job"]
|
|
4744
5142
|
) -> ListTrainingJobsForHyperParameterTuningJobPaginator:
|
|
4745
5143
|
"""
|
|
5144
|
+
Create a paginator for an operation.
|
|
5145
|
+
|
|
4746
5146
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4747
5147
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4748
5148
|
"""
|
|
@@ -4752,6 +5152,19 @@ class SageMakerClient(BaseClient):
|
|
|
4752
5152
|
self, operation_name: Literal["list_training_jobs"]
|
|
4753
5153
|
) -> ListTrainingJobsPaginator:
|
|
4754
5154
|
"""
|
|
5155
|
+
Create a paginator for an operation.
|
|
5156
|
+
|
|
5157
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
5158
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
5159
|
+
"""
|
|
5160
|
+
|
|
5161
|
+
@overload
|
|
5162
|
+
def get_paginator(
|
|
5163
|
+
self, operation_name: Literal["list_training_plans"]
|
|
5164
|
+
) -> ListTrainingPlansPaginator:
|
|
5165
|
+
"""
|
|
5166
|
+
Create a paginator for an operation.
|
|
5167
|
+
|
|
4755
5168
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4756
5169
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4757
5170
|
"""
|
|
@@ -4761,6 +5174,8 @@ class SageMakerClient(BaseClient):
|
|
|
4761
5174
|
self, operation_name: Literal["list_transform_jobs"]
|
|
4762
5175
|
) -> ListTransformJobsPaginator:
|
|
4763
5176
|
"""
|
|
5177
|
+
Create a paginator for an operation.
|
|
5178
|
+
|
|
4764
5179
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4765
5180
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4766
5181
|
"""
|
|
@@ -4770,6 +5185,8 @@ class SageMakerClient(BaseClient):
|
|
|
4770
5185
|
self, operation_name: Literal["list_trial_components"]
|
|
4771
5186
|
) -> ListTrialComponentsPaginator:
|
|
4772
5187
|
"""
|
|
5188
|
+
Create a paginator for an operation.
|
|
5189
|
+
|
|
4773
5190
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4774
5191
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4775
5192
|
"""
|
|
@@ -4777,6 +5194,8 @@ class SageMakerClient(BaseClient):
|
|
|
4777
5194
|
@overload
|
|
4778
5195
|
def get_paginator(self, operation_name: Literal["list_trials"]) -> ListTrialsPaginator:
|
|
4779
5196
|
"""
|
|
5197
|
+
Create a paginator for an operation.
|
|
5198
|
+
|
|
4780
5199
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4781
5200
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4782
5201
|
"""
|
|
@@ -4786,6 +5205,8 @@ class SageMakerClient(BaseClient):
|
|
|
4786
5205
|
self, operation_name: Literal["list_user_profiles"]
|
|
4787
5206
|
) -> ListUserProfilesPaginator:
|
|
4788
5207
|
"""
|
|
5208
|
+
Create a paginator for an operation.
|
|
5209
|
+
|
|
4789
5210
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4790
5211
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4791
5212
|
"""
|
|
@@ -4793,6 +5214,8 @@ class SageMakerClient(BaseClient):
|
|
|
4793
5214
|
@overload
|
|
4794
5215
|
def get_paginator(self, operation_name: Literal["list_workforces"]) -> ListWorkforcesPaginator:
|
|
4795
5216
|
"""
|
|
5217
|
+
Create a paginator for an operation.
|
|
5218
|
+
|
|
4796
5219
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4797
5220
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4798
5221
|
"""
|
|
@@ -4800,6 +5223,8 @@ class SageMakerClient(BaseClient):
|
|
|
4800
5223
|
@overload
|
|
4801
5224
|
def get_paginator(self, operation_name: Literal["list_workteams"]) -> ListWorkteamsPaginator:
|
|
4802
5225
|
"""
|
|
5226
|
+
Create a paginator for an operation.
|
|
5227
|
+
|
|
4803
5228
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4804
5229
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4805
5230
|
"""
|
|
@@ -4807,6 +5232,8 @@ class SageMakerClient(BaseClient):
|
|
|
4807
5232
|
@overload
|
|
4808
5233
|
def get_paginator(self, operation_name: Literal["search"]) -> SearchPaginator:
|
|
4809
5234
|
"""
|
|
5235
|
+
Create a paginator for an operation.
|
|
5236
|
+
|
|
4810
5237
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4811
5238
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4812
5239
|
"""
|
|
@@ -4814,6 +5241,8 @@ class SageMakerClient(BaseClient):
|
|
|
4814
5241
|
@overload
|
|
4815
5242
|
def get_waiter(self, waiter_name: Literal["endpoint_deleted"]) -> EndpointDeletedWaiter:
|
|
4816
5243
|
"""
|
|
5244
|
+
Returns an object that can wait for some condition.
|
|
5245
|
+
|
|
4817
5246
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4818
5247
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4819
5248
|
"""
|
|
@@ -4821,6 +5250,8 @@ class SageMakerClient(BaseClient):
|
|
|
4821
5250
|
@overload
|
|
4822
5251
|
def get_waiter(self, waiter_name: Literal["endpoint_in_service"]) -> EndpointInServiceWaiter:
|
|
4823
5252
|
"""
|
|
5253
|
+
Returns an object that can wait for some condition.
|
|
5254
|
+
|
|
4824
5255
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4825
5256
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4826
5257
|
"""
|
|
@@ -4828,6 +5259,8 @@ class SageMakerClient(BaseClient):
|
|
|
4828
5259
|
@overload
|
|
4829
5260
|
def get_waiter(self, waiter_name: Literal["image_created"]) -> ImageCreatedWaiter:
|
|
4830
5261
|
"""
|
|
5262
|
+
Returns an object that can wait for some condition.
|
|
5263
|
+
|
|
4831
5264
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4832
5265
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4833
5266
|
"""
|
|
@@ -4835,6 +5268,8 @@ class SageMakerClient(BaseClient):
|
|
|
4835
5268
|
@overload
|
|
4836
5269
|
def get_waiter(self, waiter_name: Literal["image_deleted"]) -> ImageDeletedWaiter:
|
|
4837
5270
|
"""
|
|
5271
|
+
Returns an object that can wait for some condition.
|
|
5272
|
+
|
|
4838
5273
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4839
5274
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4840
5275
|
"""
|
|
@@ -4842,6 +5277,8 @@ class SageMakerClient(BaseClient):
|
|
|
4842
5277
|
@overload
|
|
4843
5278
|
def get_waiter(self, waiter_name: Literal["image_updated"]) -> ImageUpdatedWaiter:
|
|
4844
5279
|
"""
|
|
5280
|
+
Returns an object that can wait for some condition.
|
|
5281
|
+
|
|
4845
5282
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4846
5283
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4847
5284
|
"""
|
|
@@ -4851,6 +5288,8 @@ class SageMakerClient(BaseClient):
|
|
|
4851
5288
|
self, waiter_name: Literal["image_version_created"]
|
|
4852
5289
|
) -> ImageVersionCreatedWaiter:
|
|
4853
5290
|
"""
|
|
5291
|
+
Returns an object that can wait for some condition.
|
|
5292
|
+
|
|
4854
5293
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4855
5294
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4856
5295
|
"""
|
|
@@ -4860,6 +5299,8 @@ class SageMakerClient(BaseClient):
|
|
|
4860
5299
|
self, waiter_name: Literal["image_version_deleted"]
|
|
4861
5300
|
) -> ImageVersionDeletedWaiter:
|
|
4862
5301
|
"""
|
|
5302
|
+
Returns an object that can wait for some condition.
|
|
5303
|
+
|
|
4863
5304
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4864
5305
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4865
5306
|
"""
|
|
@@ -4869,6 +5310,8 @@ class SageMakerClient(BaseClient):
|
|
|
4869
5310
|
self, waiter_name: Literal["notebook_instance_deleted"]
|
|
4870
5311
|
) -> NotebookInstanceDeletedWaiter:
|
|
4871
5312
|
"""
|
|
5313
|
+
Returns an object that can wait for some condition.
|
|
5314
|
+
|
|
4872
5315
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4873
5316
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4874
5317
|
"""
|
|
@@ -4878,6 +5321,8 @@ class SageMakerClient(BaseClient):
|
|
|
4878
5321
|
self, waiter_name: Literal["notebook_instance_in_service"]
|
|
4879
5322
|
) -> NotebookInstanceInServiceWaiter:
|
|
4880
5323
|
"""
|
|
5324
|
+
Returns an object that can wait for some condition.
|
|
5325
|
+
|
|
4881
5326
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4882
5327
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4883
5328
|
"""
|
|
@@ -4887,6 +5332,8 @@ class SageMakerClient(BaseClient):
|
|
|
4887
5332
|
self, waiter_name: Literal["notebook_instance_stopped"]
|
|
4888
5333
|
) -> NotebookInstanceStoppedWaiter:
|
|
4889
5334
|
"""
|
|
5335
|
+
Returns an object that can wait for some condition.
|
|
5336
|
+
|
|
4890
5337
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4891
5338
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4892
5339
|
"""
|
|
@@ -4896,6 +5343,8 @@ class SageMakerClient(BaseClient):
|
|
|
4896
5343
|
self, waiter_name: Literal["processing_job_completed_or_stopped"]
|
|
4897
5344
|
) -> ProcessingJobCompletedOrStoppedWaiter:
|
|
4898
5345
|
"""
|
|
5346
|
+
Returns an object that can wait for some condition.
|
|
5347
|
+
|
|
4899
5348
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4900
5349
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4901
5350
|
"""
|
|
@@ -4905,6 +5354,8 @@ class SageMakerClient(BaseClient):
|
|
|
4905
5354
|
self, waiter_name: Literal["training_job_completed_or_stopped"]
|
|
4906
5355
|
) -> TrainingJobCompletedOrStoppedWaiter:
|
|
4907
5356
|
"""
|
|
5357
|
+
Returns an object that can wait for some condition.
|
|
5358
|
+
|
|
4908
5359
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4909
5360
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4910
5361
|
"""
|
|
@@ -4914,6 +5365,8 @@ class SageMakerClient(BaseClient):
|
|
|
4914
5365
|
self, waiter_name: Literal["transform_job_completed_or_stopped"]
|
|
4915
5366
|
) -> TransformJobCompletedOrStoppedWaiter:
|
|
4916
5367
|
"""
|
|
5368
|
+
Returns an object that can wait for some condition.
|
|
5369
|
+
|
|
4917
5370
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4918
5371
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4919
5372
|
"""
|