mypy-boto3-sagemaker 1.35.61__py3-none-any.whl → 1.35.68__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 +2 -0
- mypy_boto3_sagemaker/__init__.pyi +2 -0
- mypy_boto3_sagemaker/__main__.py +7 -5
- mypy_boto3_sagemaker/client.py +459 -487
- mypy_boto3_sagemaker/client.pyi +459 -487
- mypy_boto3_sagemaker/literals.py +34 -0
- mypy_boto3_sagemaker/literals.pyi +34 -0
- mypy_boto3_sagemaker/paginator.py +150 -148
- mypy_boto3_sagemaker/paginator.pyi +150 -148
- mypy_boto3_sagemaker/type_defs.py +62 -31
- mypy_boto3_sagemaker/type_defs.pyi +55 -28
- mypy_boto3_sagemaker/version.py +3 -1
- mypy_boto3_sagemaker/waiter.py +28 -26
- mypy_boto3_sagemaker/waiter.pyi +28 -26
- {mypy_boto3_sagemaker-1.35.61.dist-info → mypy_boto3_sagemaker-1.35.68.dist-info}/METADATA +30 -16
- mypy_boto3_sagemaker-1.35.68.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.35.61.dist-info → mypy_boto3_sagemaker-1.35.68.dist-info}/WHEEL +1 -1
- mypy_boto3_sagemaker-1.35.61.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.35.61.dist-info → mypy_boto3_sagemaker-1.35.68.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.61.dist-info → mypy_boto3_sagemaker-1.35.68.dist-info}/top_level.txt +0 -0
mypy_boto3_sagemaker/client.pyi
CHANGED
|
@@ -12,6 +12,8 @@ Usage::
|
|
|
12
12
|
session = Session()
|
|
13
13
|
client: SageMakerClient = session.client("sagemaker")
|
|
14
14
|
```
|
|
15
|
+
|
|
16
|
+
Copyright 2024 Vlad Emelianov
|
|
15
17
|
"""
|
|
16
18
|
|
|
17
19
|
import sys
|
|
@@ -749,7 +751,7 @@ class SageMakerClient(BaseClient):
|
|
|
749
751
|
"""
|
|
750
752
|
SageMakerClient exceptions.
|
|
751
753
|
|
|
752
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client
|
|
754
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client)
|
|
753
755
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#exceptions)
|
|
754
756
|
"""
|
|
755
757
|
|
|
@@ -759,7 +761,7 @@ class SageMakerClient(BaseClient):
|
|
|
759
761
|
"""
|
|
760
762
|
Creates an *association* between the source and the destination.
|
|
761
763
|
|
|
762
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
764
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/add_association.html)
|
|
763
765
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#add_association)
|
|
764
766
|
"""
|
|
765
767
|
|
|
@@ -767,7 +769,7 @@ class SageMakerClient(BaseClient):
|
|
|
767
769
|
"""
|
|
768
770
|
Adds or overwrites one or more tags for the specified SageMaker resource.
|
|
769
771
|
|
|
770
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
772
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/add_tags.html)
|
|
771
773
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#add_tags)
|
|
772
774
|
"""
|
|
773
775
|
|
|
@@ -777,7 +779,7 @@ class SageMakerClient(BaseClient):
|
|
|
777
779
|
"""
|
|
778
780
|
Associates a trial component with a trial.
|
|
779
781
|
|
|
780
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
782
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/associate_trial_component.html)
|
|
781
783
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#associate_trial_component)
|
|
782
784
|
"""
|
|
783
785
|
|
|
@@ -787,7 +789,7 @@ class SageMakerClient(BaseClient):
|
|
|
787
789
|
"""
|
|
788
790
|
Deletes specific nodes within a SageMaker HyperPod cluster.
|
|
789
791
|
|
|
790
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
792
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/batch_delete_cluster_nodes.html)
|
|
791
793
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#batch_delete_cluster_nodes)
|
|
792
794
|
"""
|
|
793
795
|
|
|
@@ -799,7 +801,7 @@ class SageMakerClient(BaseClient):
|
|
|
799
801
|
API
|
|
800
802
|
Documentation](https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/BatchDescribeModelPackage).
|
|
801
803
|
|
|
802
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
804
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/batch_describe_model_package.html)
|
|
803
805
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#batch_describe_model_package)
|
|
804
806
|
"""
|
|
805
807
|
|
|
@@ -807,7 +809,7 @@ class SageMakerClient(BaseClient):
|
|
|
807
809
|
"""
|
|
808
810
|
Check if an operation can be paginated.
|
|
809
811
|
|
|
810
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
812
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/can_paginate.html)
|
|
811
813
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#can_paginate)
|
|
812
814
|
"""
|
|
813
815
|
|
|
@@ -815,7 +817,7 @@ class SageMakerClient(BaseClient):
|
|
|
815
817
|
"""
|
|
816
818
|
Closes underlying endpoint connections.
|
|
817
819
|
|
|
818
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
820
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/close.html)
|
|
819
821
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#close)
|
|
820
822
|
"""
|
|
821
823
|
|
|
@@ -825,7 +827,7 @@ class SageMakerClient(BaseClient):
|
|
|
825
827
|
"""
|
|
826
828
|
Creates an *action*.
|
|
827
829
|
|
|
828
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
830
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_action.html)
|
|
829
831
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_action)
|
|
830
832
|
"""
|
|
831
833
|
|
|
@@ -834,10 +836,9 @@ class SageMakerClient(BaseClient):
|
|
|
834
836
|
) -> CreateAlgorithmOutputTypeDef:
|
|
835
837
|
"""
|
|
836
838
|
Create a machine learning algorithm that you can use in SageMaker and list in
|
|
837
|
-
the Amazon Web Services
|
|
838
|
-
Marketplace.
|
|
839
|
+
the Amazon Web Services Marketplace.
|
|
839
840
|
|
|
840
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
841
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_algorithm.html)
|
|
841
842
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_algorithm)
|
|
842
843
|
"""
|
|
843
844
|
|
|
@@ -847,7 +848,7 @@ class SageMakerClient(BaseClient):
|
|
|
847
848
|
"""
|
|
848
849
|
Creates a running app for the specified UserProfile.
|
|
849
850
|
|
|
850
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
851
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_app.html)
|
|
851
852
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_app)
|
|
852
853
|
"""
|
|
853
854
|
|
|
@@ -857,7 +858,7 @@ class SageMakerClient(BaseClient):
|
|
|
857
858
|
"""
|
|
858
859
|
Creates a configuration for running a SageMaker image as a KernelGateway app.
|
|
859
860
|
|
|
860
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
861
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_app_image_config.html)
|
|
861
862
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_app_image_config)
|
|
862
863
|
"""
|
|
863
864
|
|
|
@@ -867,7 +868,7 @@ class SageMakerClient(BaseClient):
|
|
|
867
868
|
"""
|
|
868
869
|
Creates an *artifact*.
|
|
869
870
|
|
|
870
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
871
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_artifact.html)
|
|
871
872
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_artifact)
|
|
872
873
|
"""
|
|
873
874
|
|
|
@@ -877,7 +878,7 @@ class SageMakerClient(BaseClient):
|
|
|
877
878
|
"""
|
|
878
879
|
Creates an Autopilot job also referred to as Autopilot experiment or AutoML job.
|
|
879
880
|
|
|
880
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
881
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_auto_ml_job.html)
|
|
881
882
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_auto_ml_job)
|
|
882
883
|
"""
|
|
883
884
|
|
|
@@ -888,7 +889,7 @@ class SageMakerClient(BaseClient):
|
|
|
888
889
|
Creates an Autopilot job also referred to as Autopilot experiment or AutoML job
|
|
889
890
|
V2.
|
|
890
891
|
|
|
891
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
892
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_auto_ml_job_v2.html)
|
|
892
893
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_auto_ml_job_v2)
|
|
893
894
|
"""
|
|
894
895
|
|
|
@@ -898,7 +899,7 @@ class SageMakerClient(BaseClient):
|
|
|
898
899
|
"""
|
|
899
900
|
Creates a SageMaker HyperPod cluster.
|
|
900
901
|
|
|
901
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
902
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_cluster.html)
|
|
902
903
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_cluster)
|
|
903
904
|
"""
|
|
904
905
|
|
|
@@ -908,7 +909,7 @@ class SageMakerClient(BaseClient):
|
|
|
908
909
|
"""
|
|
909
910
|
Creates a Git repository as a resource in your SageMaker account.
|
|
910
911
|
|
|
911
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
912
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_code_repository.html)
|
|
912
913
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_code_repository)
|
|
913
914
|
"""
|
|
914
915
|
|
|
@@ -918,7 +919,7 @@ class SageMakerClient(BaseClient):
|
|
|
918
919
|
"""
|
|
919
920
|
Starts a model compilation job.
|
|
920
921
|
|
|
921
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
922
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_compilation_job.html)
|
|
922
923
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_compilation_job)
|
|
923
924
|
"""
|
|
924
925
|
|
|
@@ -928,7 +929,7 @@ class SageMakerClient(BaseClient):
|
|
|
928
929
|
"""
|
|
929
930
|
Creates a *context*.
|
|
930
931
|
|
|
931
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
932
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_context.html)
|
|
932
933
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_context)
|
|
933
934
|
"""
|
|
934
935
|
|
|
@@ -938,7 +939,7 @@ class SageMakerClient(BaseClient):
|
|
|
938
939
|
"""
|
|
939
940
|
Creates a definition for a job that monitors data quality and drift.
|
|
940
941
|
|
|
941
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
942
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_data_quality_job_definition.html)
|
|
942
943
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_data_quality_job_definition)
|
|
943
944
|
"""
|
|
944
945
|
|
|
@@ -948,7 +949,7 @@ class SageMakerClient(BaseClient):
|
|
|
948
949
|
"""
|
|
949
950
|
Creates a device fleet.
|
|
950
951
|
|
|
951
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
952
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_device_fleet.html)
|
|
952
953
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_device_fleet)
|
|
953
954
|
"""
|
|
954
955
|
|
|
@@ -958,7 +959,7 @@ class SageMakerClient(BaseClient):
|
|
|
958
959
|
"""
|
|
959
960
|
Creates a `Domain`.
|
|
960
961
|
|
|
961
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
962
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_domain.html)
|
|
962
963
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_domain)
|
|
963
964
|
"""
|
|
964
965
|
|
|
@@ -968,7 +969,7 @@ class SageMakerClient(BaseClient):
|
|
|
968
969
|
"""
|
|
969
970
|
Creates an edge deployment plan, consisting of multiple stages.
|
|
970
971
|
|
|
971
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
972
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_edge_deployment_plan.html)
|
|
972
973
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_edge_deployment_plan)
|
|
973
974
|
"""
|
|
974
975
|
|
|
@@ -978,7 +979,7 @@ class SageMakerClient(BaseClient):
|
|
|
978
979
|
"""
|
|
979
980
|
Creates a new stage in an existing edge deployment plan.
|
|
980
981
|
|
|
981
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
982
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_edge_deployment_stage.html)
|
|
982
983
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_edge_deployment_stage)
|
|
983
984
|
"""
|
|
984
985
|
|
|
@@ -988,7 +989,7 @@ class SageMakerClient(BaseClient):
|
|
|
988
989
|
"""
|
|
989
990
|
Starts a SageMaker Edge Manager model packaging job.
|
|
990
991
|
|
|
991
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
992
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_edge_packaging_job.html)
|
|
992
993
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_edge_packaging_job)
|
|
993
994
|
"""
|
|
994
995
|
|
|
@@ -998,7 +999,7 @@ class SageMakerClient(BaseClient):
|
|
|
998
999
|
"""
|
|
999
1000
|
Creates an endpoint using the endpoint configuration specified in the request.
|
|
1000
1001
|
|
|
1001
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1002
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_endpoint.html)
|
|
1002
1003
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_endpoint)
|
|
1003
1004
|
"""
|
|
1004
1005
|
|
|
@@ -1007,10 +1008,9 @@ class SageMakerClient(BaseClient):
|
|
|
1007
1008
|
) -> CreateEndpointConfigOutputTypeDef:
|
|
1008
1009
|
"""
|
|
1009
1010
|
Creates an endpoint configuration that SageMaker hosting services uses to
|
|
1010
|
-
deploy
|
|
1011
|
-
models.
|
|
1011
|
+
deploy models.
|
|
1012
1012
|
|
|
1013
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1013
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_endpoint_config.html)
|
|
1014
1014
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_endpoint_config)
|
|
1015
1015
|
"""
|
|
1016
1016
|
|
|
@@ -1020,7 +1020,7 @@ class SageMakerClient(BaseClient):
|
|
|
1020
1020
|
"""
|
|
1021
1021
|
Creates a SageMaker *experiment*.
|
|
1022
1022
|
|
|
1023
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1023
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_experiment.html)
|
|
1024
1024
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_experiment)
|
|
1025
1025
|
"""
|
|
1026
1026
|
|
|
@@ -1030,7 +1030,7 @@ class SageMakerClient(BaseClient):
|
|
|
1030
1030
|
"""
|
|
1031
1031
|
Create a new `FeatureGroup`.
|
|
1032
1032
|
|
|
1033
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1033
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_feature_group.html)
|
|
1034
1034
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_feature_group)
|
|
1035
1035
|
"""
|
|
1036
1036
|
|
|
@@ -1040,7 +1040,7 @@ class SageMakerClient(BaseClient):
|
|
|
1040
1040
|
"""
|
|
1041
1041
|
Creates a flow definition.
|
|
1042
1042
|
|
|
1043
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1043
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_flow_definition.html)
|
|
1044
1044
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_flow_definition)
|
|
1045
1045
|
"""
|
|
1046
1046
|
|
|
@@ -1050,7 +1050,7 @@ class SageMakerClient(BaseClient):
|
|
|
1050
1050
|
"""
|
|
1051
1051
|
Create a hub.
|
|
1052
1052
|
|
|
1053
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1053
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_hub.html)
|
|
1054
1054
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_hub)
|
|
1055
1055
|
"""
|
|
1056
1056
|
|
|
@@ -1059,10 +1059,9 @@ class SageMakerClient(BaseClient):
|
|
|
1059
1059
|
) -> CreateHubContentReferenceResponseTypeDef:
|
|
1060
1060
|
"""
|
|
1061
1061
|
Create a hub content reference in order to add a model in the JumpStart public
|
|
1062
|
-
hub to a private
|
|
1063
|
-
hub.
|
|
1062
|
+
hub to a private hub.
|
|
1064
1063
|
|
|
1065
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1064
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_hub_content_reference.html)
|
|
1066
1065
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_hub_content_reference)
|
|
1067
1066
|
"""
|
|
1068
1067
|
|
|
@@ -1072,7 +1071,7 @@ class SageMakerClient(BaseClient):
|
|
|
1072
1071
|
"""
|
|
1073
1072
|
Defines the settings you will use for the human review workflow user interface.
|
|
1074
1073
|
|
|
1075
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1074
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_human_task_ui.html)
|
|
1076
1075
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_human_task_ui)
|
|
1077
1076
|
"""
|
|
1078
1077
|
|
|
@@ -1082,7 +1081,7 @@ class SageMakerClient(BaseClient):
|
|
|
1082
1081
|
"""
|
|
1083
1082
|
Starts a hyperparameter tuning job.
|
|
1084
1083
|
|
|
1085
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1084
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_hyper_parameter_tuning_job.html)
|
|
1086
1085
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_hyper_parameter_tuning_job)
|
|
1087
1086
|
"""
|
|
1088
1087
|
|
|
@@ -1092,7 +1091,7 @@ class SageMakerClient(BaseClient):
|
|
|
1092
1091
|
"""
|
|
1093
1092
|
Creates a custom SageMaker image.
|
|
1094
1093
|
|
|
1095
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1094
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_image.html)
|
|
1096
1095
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_image)
|
|
1097
1096
|
"""
|
|
1098
1097
|
|
|
@@ -1102,7 +1101,7 @@ class SageMakerClient(BaseClient):
|
|
|
1102
1101
|
"""
|
|
1103
1102
|
Creates a version of the SageMaker image specified by `ImageName`.
|
|
1104
1103
|
|
|
1105
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1104
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_image_version.html)
|
|
1106
1105
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_image_version)
|
|
1107
1106
|
"""
|
|
1108
1107
|
|
|
@@ -1111,10 +1110,9 @@ class SageMakerClient(BaseClient):
|
|
|
1111
1110
|
) -> CreateInferenceComponentOutputTypeDef:
|
|
1112
1111
|
"""
|
|
1113
1112
|
Creates an inference component, which is a SageMaker hosting object that you
|
|
1114
|
-
can use to deploy a model to an
|
|
1115
|
-
endpoint.
|
|
1113
|
+
can use to deploy a model to an endpoint.
|
|
1116
1114
|
|
|
1117
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1115
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_inference_component.html)
|
|
1118
1116
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_inference_component)
|
|
1119
1117
|
"""
|
|
1120
1118
|
|
|
@@ -1125,7 +1123,7 @@ class SageMakerClient(BaseClient):
|
|
|
1125
1123
|
Creates an inference experiment using the configurations specified in the
|
|
1126
1124
|
request.
|
|
1127
1125
|
|
|
1128
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1126
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_inference_experiment.html)
|
|
1129
1127
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_inference_experiment)
|
|
1130
1128
|
"""
|
|
1131
1129
|
|
|
@@ -1135,7 +1133,7 @@ class SageMakerClient(BaseClient):
|
|
|
1135
1133
|
"""
|
|
1136
1134
|
Starts a recommendation job.
|
|
1137
1135
|
|
|
1138
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1136
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_inference_recommendations_job.html)
|
|
1139
1137
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_inference_recommendations_job)
|
|
1140
1138
|
"""
|
|
1141
1139
|
|
|
@@ -1145,7 +1143,7 @@ class SageMakerClient(BaseClient):
|
|
|
1145
1143
|
"""
|
|
1146
1144
|
Creates a job that uses workers to label the data objects in your input dataset.
|
|
1147
1145
|
|
|
1148
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1146
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_labeling_job.html)
|
|
1149
1147
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_labeling_job)
|
|
1150
1148
|
"""
|
|
1151
1149
|
|
|
@@ -1154,10 +1152,9 @@ class SageMakerClient(BaseClient):
|
|
|
1154
1152
|
) -> CreateMlflowTrackingServerResponseTypeDef:
|
|
1155
1153
|
"""
|
|
1156
1154
|
Creates an MLflow Tracking Server using a general purpose Amazon S3 bucket as
|
|
1157
|
-
the artifact
|
|
1158
|
-
store.
|
|
1155
|
+
the artifact store.
|
|
1159
1156
|
|
|
1160
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1157
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_mlflow_tracking_server.html)
|
|
1161
1158
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_mlflow_tracking_server)
|
|
1162
1159
|
"""
|
|
1163
1160
|
|
|
@@ -1167,7 +1164,7 @@ class SageMakerClient(BaseClient):
|
|
|
1167
1164
|
"""
|
|
1168
1165
|
Creates a model in SageMaker.
|
|
1169
1166
|
|
|
1170
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1167
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_model.html)
|
|
1171
1168
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_model)
|
|
1172
1169
|
"""
|
|
1173
1170
|
|
|
@@ -1177,7 +1174,7 @@ class SageMakerClient(BaseClient):
|
|
|
1177
1174
|
"""
|
|
1178
1175
|
Creates the definition for a model bias job.
|
|
1179
1176
|
|
|
1180
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1177
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_model_bias_job_definition.html)
|
|
1181
1178
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_model_bias_job_definition)
|
|
1182
1179
|
"""
|
|
1183
1180
|
|
|
@@ -1187,7 +1184,7 @@ class SageMakerClient(BaseClient):
|
|
|
1187
1184
|
"""
|
|
1188
1185
|
Creates an Amazon SageMaker Model Card.
|
|
1189
1186
|
|
|
1190
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1187
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_model_card.html)
|
|
1191
1188
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_model_card)
|
|
1192
1189
|
"""
|
|
1193
1190
|
|
|
@@ -1197,7 +1194,7 @@ class SageMakerClient(BaseClient):
|
|
|
1197
1194
|
"""
|
|
1198
1195
|
Creates an Amazon SageMaker Model Card export job.
|
|
1199
1196
|
|
|
1200
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1197
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_model_card_export_job.html)
|
|
1201
1198
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_model_card_export_job)
|
|
1202
1199
|
"""
|
|
1203
1200
|
|
|
@@ -1207,7 +1204,7 @@ class SageMakerClient(BaseClient):
|
|
|
1207
1204
|
"""
|
|
1208
1205
|
Creates the definition for a model explainability job.
|
|
1209
1206
|
|
|
1210
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1207
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_model_explainability_job_definition.html)
|
|
1211
1208
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_model_explainability_job_definition)
|
|
1212
1209
|
"""
|
|
1213
1210
|
|
|
@@ -1219,7 +1216,7 @@ class SageMakerClient(BaseClient):
|
|
|
1219
1216
|
Amazon Web Services Marketplace, or a versioned model that is part of a model
|
|
1220
1217
|
group.
|
|
1221
1218
|
|
|
1222
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1219
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_model_package.html)
|
|
1223
1220
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_model_package)
|
|
1224
1221
|
"""
|
|
1225
1222
|
|
|
@@ -1229,7 +1226,7 @@ class SageMakerClient(BaseClient):
|
|
|
1229
1226
|
"""
|
|
1230
1227
|
Creates a model group.
|
|
1231
1228
|
|
|
1232
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1229
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_model_package_group.html)
|
|
1233
1230
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_model_package_group)
|
|
1234
1231
|
"""
|
|
1235
1232
|
|
|
@@ -1239,7 +1236,7 @@ class SageMakerClient(BaseClient):
|
|
|
1239
1236
|
"""
|
|
1240
1237
|
Creates a definition for a job that monitors model quality and drift.
|
|
1241
1238
|
|
|
1242
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1239
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_model_quality_job_definition.html)
|
|
1243
1240
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_model_quality_job_definition)
|
|
1244
1241
|
"""
|
|
1245
1242
|
|
|
@@ -1248,10 +1245,9 @@ class SageMakerClient(BaseClient):
|
|
|
1248
1245
|
) -> CreateMonitoringScheduleResponseTypeDef:
|
|
1249
1246
|
"""
|
|
1250
1247
|
Creates a schedule that regularly starts Amazon SageMaker Processing Jobs to
|
|
1251
|
-
monitor the data captured for an Amazon SageMaker
|
|
1252
|
-
Endpoint.
|
|
1248
|
+
monitor the data captured for an Amazon SageMaker Endpoint.
|
|
1253
1249
|
|
|
1254
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1250
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_monitoring_schedule.html)
|
|
1255
1251
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_monitoring_schedule)
|
|
1256
1252
|
"""
|
|
1257
1253
|
|
|
@@ -1261,7 +1257,7 @@ class SageMakerClient(BaseClient):
|
|
|
1261
1257
|
"""
|
|
1262
1258
|
Creates an SageMaker notebook instance.
|
|
1263
1259
|
|
|
1264
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1260
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_notebook_instance.html)
|
|
1265
1261
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_notebook_instance)
|
|
1266
1262
|
"""
|
|
1267
1263
|
|
|
@@ -1272,7 +1268,7 @@ class SageMakerClient(BaseClient):
|
|
|
1272
1268
|
Creates a lifecycle configuration that you can associate with a notebook
|
|
1273
1269
|
instance.
|
|
1274
1270
|
|
|
1275
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1271
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_notebook_instance_lifecycle_config.html)
|
|
1276
1272
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_notebook_instance_lifecycle_config)
|
|
1277
1273
|
"""
|
|
1278
1274
|
|
|
@@ -1282,7 +1278,7 @@ class SageMakerClient(BaseClient):
|
|
|
1282
1278
|
"""
|
|
1283
1279
|
Creates a job that optimizes a model for inference performance.
|
|
1284
1280
|
|
|
1285
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1281
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_optimization_job.html)
|
|
1286
1282
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_optimization_job)
|
|
1287
1283
|
"""
|
|
1288
1284
|
|
|
@@ -1292,7 +1288,7 @@ class SageMakerClient(BaseClient):
|
|
|
1292
1288
|
"""
|
|
1293
1289
|
Creates a pipeline using a JSON pipeline definition.
|
|
1294
1290
|
|
|
1295
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1291
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_pipeline.html)
|
|
1296
1292
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_pipeline)
|
|
1297
1293
|
"""
|
|
1298
1294
|
|
|
@@ -1302,7 +1298,7 @@ class SageMakerClient(BaseClient):
|
|
|
1302
1298
|
"""
|
|
1303
1299
|
Creates a URL for a specified UserProfile in a Domain.
|
|
1304
1300
|
|
|
1305
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1301
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_presigned_domain_url.html)
|
|
1306
1302
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_presigned_domain_url)
|
|
1307
1303
|
"""
|
|
1308
1304
|
|
|
@@ -1311,10 +1307,9 @@ class SageMakerClient(BaseClient):
|
|
|
1311
1307
|
) -> CreatePresignedMlflowTrackingServerUrlResponseTypeDef:
|
|
1312
1308
|
"""
|
|
1313
1309
|
Returns a presigned URL that you can use to connect to the MLflow UI attached
|
|
1314
|
-
to your tracking
|
|
1315
|
-
server.
|
|
1310
|
+
to your tracking server.
|
|
1316
1311
|
|
|
1317
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1312
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_presigned_mlflow_tracking_server_url.html)
|
|
1318
1313
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_presigned_mlflow_tracking_server_url)
|
|
1319
1314
|
"""
|
|
1320
1315
|
|
|
@@ -1325,7 +1320,7 @@ class SageMakerClient(BaseClient):
|
|
|
1325
1320
|
Returns a URL that you can use to connect to the Jupyter server from a notebook
|
|
1326
1321
|
instance.
|
|
1327
1322
|
|
|
1328
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1323
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_presigned_notebook_instance_url.html)
|
|
1329
1324
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_presigned_notebook_instance_url)
|
|
1330
1325
|
"""
|
|
1331
1326
|
|
|
@@ -1335,7 +1330,7 @@ class SageMakerClient(BaseClient):
|
|
|
1335
1330
|
"""
|
|
1336
1331
|
Creates a processing job.
|
|
1337
1332
|
|
|
1338
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1333
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_processing_job.html)
|
|
1339
1334
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_processing_job)
|
|
1340
1335
|
"""
|
|
1341
1336
|
|
|
@@ -1344,10 +1339,9 @@ class SageMakerClient(BaseClient):
|
|
|
1344
1339
|
) -> CreateProjectOutputTypeDef:
|
|
1345
1340
|
"""
|
|
1346
1341
|
Creates a machine learning (ML) project that can contain one or more templates
|
|
1347
|
-
that set up an ML pipeline from training to deploying an approved
|
|
1348
|
-
model.
|
|
1342
|
+
that set up an ML pipeline from training to deploying an approved model.
|
|
1349
1343
|
|
|
1350
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1344
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_project.html)
|
|
1351
1345
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_project)
|
|
1352
1346
|
"""
|
|
1353
1347
|
|
|
@@ -1357,7 +1351,7 @@ class SageMakerClient(BaseClient):
|
|
|
1357
1351
|
"""
|
|
1358
1352
|
Creates a private space or a space used for real time collaboration in a domain.
|
|
1359
1353
|
|
|
1360
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1354
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_space.html)
|
|
1361
1355
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_space)
|
|
1362
1356
|
"""
|
|
1363
1357
|
|
|
@@ -1367,7 +1361,7 @@ class SageMakerClient(BaseClient):
|
|
|
1367
1361
|
"""
|
|
1368
1362
|
Creates a new Amazon SageMaker Studio Lifecycle Configuration.
|
|
1369
1363
|
|
|
1370
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1364
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_studio_lifecycle_config.html)
|
|
1371
1365
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_studio_lifecycle_config)
|
|
1372
1366
|
"""
|
|
1373
1367
|
|
|
@@ -1377,7 +1371,7 @@ class SageMakerClient(BaseClient):
|
|
|
1377
1371
|
"""
|
|
1378
1372
|
Starts a model training job.
|
|
1379
1373
|
|
|
1380
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1374
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_training_job.html)
|
|
1381
1375
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_training_job)
|
|
1382
1376
|
"""
|
|
1383
1377
|
|
|
@@ -1387,7 +1381,7 @@ class SageMakerClient(BaseClient):
|
|
|
1387
1381
|
"""
|
|
1388
1382
|
Starts a transform job.
|
|
1389
1383
|
|
|
1390
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1384
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_transform_job.html)
|
|
1391
1385
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_transform_job)
|
|
1392
1386
|
"""
|
|
1393
1387
|
|
|
@@ -1397,7 +1391,7 @@ class SageMakerClient(BaseClient):
|
|
|
1397
1391
|
"""
|
|
1398
1392
|
Creates an SageMaker *trial*.
|
|
1399
1393
|
|
|
1400
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1394
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_trial.html)
|
|
1401
1395
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_trial)
|
|
1402
1396
|
"""
|
|
1403
1397
|
|
|
@@ -1407,7 +1401,7 @@ class SageMakerClient(BaseClient):
|
|
|
1407
1401
|
"""
|
|
1408
1402
|
Creates a *trial component*, which is a stage of a machine learning *trial*.
|
|
1409
1403
|
|
|
1410
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1404
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_trial_component.html)
|
|
1411
1405
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_trial_component)
|
|
1412
1406
|
"""
|
|
1413
1407
|
|
|
@@ -1417,7 +1411,7 @@ class SageMakerClient(BaseClient):
|
|
|
1417
1411
|
"""
|
|
1418
1412
|
Creates a user profile.
|
|
1419
1413
|
|
|
1420
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1414
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_user_profile.html)
|
|
1421
1415
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_user_profile)
|
|
1422
1416
|
"""
|
|
1423
1417
|
|
|
@@ -1427,7 +1421,7 @@ class SageMakerClient(BaseClient):
|
|
|
1427
1421
|
"""
|
|
1428
1422
|
Use this operation to create a workforce.
|
|
1429
1423
|
|
|
1430
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1424
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_workforce.html)
|
|
1431
1425
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_workforce)
|
|
1432
1426
|
"""
|
|
1433
1427
|
|
|
@@ -1437,7 +1431,7 @@ class SageMakerClient(BaseClient):
|
|
|
1437
1431
|
"""
|
|
1438
1432
|
Creates a new work team for labeling your data.
|
|
1439
1433
|
|
|
1440
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1434
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_workteam.html)
|
|
1441
1435
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_workteam)
|
|
1442
1436
|
"""
|
|
1443
1437
|
|
|
@@ -1447,7 +1441,7 @@ class SageMakerClient(BaseClient):
|
|
|
1447
1441
|
"""
|
|
1448
1442
|
Deletes an action.
|
|
1449
1443
|
|
|
1450
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1444
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_action.html)
|
|
1451
1445
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_action)
|
|
1452
1446
|
"""
|
|
1453
1447
|
|
|
@@ -1457,7 +1451,7 @@ class SageMakerClient(BaseClient):
|
|
|
1457
1451
|
"""
|
|
1458
1452
|
Removes the specified algorithm from your account.
|
|
1459
1453
|
|
|
1460
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1454
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_algorithm.html)
|
|
1461
1455
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_algorithm)
|
|
1462
1456
|
"""
|
|
1463
1457
|
|
|
@@ -1467,7 +1461,7 @@ class SageMakerClient(BaseClient):
|
|
|
1467
1461
|
"""
|
|
1468
1462
|
Used to stop and delete an app.
|
|
1469
1463
|
|
|
1470
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1464
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_app.html)
|
|
1471
1465
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_app)
|
|
1472
1466
|
"""
|
|
1473
1467
|
|
|
@@ -1477,7 +1471,7 @@ class SageMakerClient(BaseClient):
|
|
|
1477
1471
|
"""
|
|
1478
1472
|
Deletes an AppImageConfig.
|
|
1479
1473
|
|
|
1480
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1474
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_app_image_config.html)
|
|
1481
1475
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_app_image_config)
|
|
1482
1476
|
"""
|
|
1483
1477
|
|
|
@@ -1487,7 +1481,7 @@ class SageMakerClient(BaseClient):
|
|
|
1487
1481
|
"""
|
|
1488
1482
|
Deletes an artifact.
|
|
1489
1483
|
|
|
1490
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1484
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_artifact.html)
|
|
1491
1485
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_artifact)
|
|
1492
1486
|
"""
|
|
1493
1487
|
|
|
@@ -1497,7 +1491,7 @@ class SageMakerClient(BaseClient):
|
|
|
1497
1491
|
"""
|
|
1498
1492
|
Deletes an association.
|
|
1499
1493
|
|
|
1500
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1494
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_association.html)
|
|
1501
1495
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_association)
|
|
1502
1496
|
"""
|
|
1503
1497
|
|
|
@@ -1507,7 +1501,7 @@ class SageMakerClient(BaseClient):
|
|
|
1507
1501
|
"""
|
|
1508
1502
|
Delete a SageMaker HyperPod cluster.
|
|
1509
1503
|
|
|
1510
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1504
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_cluster.html)
|
|
1511
1505
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_cluster)
|
|
1512
1506
|
"""
|
|
1513
1507
|
|
|
@@ -1517,7 +1511,7 @@ class SageMakerClient(BaseClient):
|
|
|
1517
1511
|
"""
|
|
1518
1512
|
Deletes the specified Git repository from your account.
|
|
1519
1513
|
|
|
1520
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1514
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_code_repository.html)
|
|
1521
1515
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_code_repository)
|
|
1522
1516
|
"""
|
|
1523
1517
|
|
|
@@ -1527,7 +1521,7 @@ class SageMakerClient(BaseClient):
|
|
|
1527
1521
|
"""
|
|
1528
1522
|
Deletes the specified compilation job.
|
|
1529
1523
|
|
|
1530
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1524
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_compilation_job.html)
|
|
1531
1525
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_compilation_job)
|
|
1532
1526
|
"""
|
|
1533
1527
|
|
|
@@ -1537,7 +1531,7 @@ class SageMakerClient(BaseClient):
|
|
|
1537
1531
|
"""
|
|
1538
1532
|
Deletes an context.
|
|
1539
1533
|
|
|
1540
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1534
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_context.html)
|
|
1541
1535
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_context)
|
|
1542
1536
|
"""
|
|
1543
1537
|
|
|
@@ -1547,7 +1541,7 @@ class SageMakerClient(BaseClient):
|
|
|
1547
1541
|
"""
|
|
1548
1542
|
Deletes a data quality monitoring job definition.
|
|
1549
1543
|
|
|
1550
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1544
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_data_quality_job_definition.html)
|
|
1551
1545
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_data_quality_job_definition)
|
|
1552
1546
|
"""
|
|
1553
1547
|
|
|
@@ -1557,7 +1551,7 @@ class SageMakerClient(BaseClient):
|
|
|
1557
1551
|
"""
|
|
1558
1552
|
Deletes a fleet.
|
|
1559
1553
|
|
|
1560
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1554
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_device_fleet.html)
|
|
1561
1555
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_device_fleet)
|
|
1562
1556
|
"""
|
|
1563
1557
|
|
|
@@ -1567,7 +1561,7 @@ class SageMakerClient(BaseClient):
|
|
|
1567
1561
|
"""
|
|
1568
1562
|
Used to delete a domain.
|
|
1569
1563
|
|
|
1570
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1564
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_domain.html)
|
|
1571
1565
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_domain)
|
|
1572
1566
|
"""
|
|
1573
1567
|
|
|
@@ -1576,10 +1570,9 @@ class SageMakerClient(BaseClient):
|
|
|
1576
1570
|
) -> EmptyResponseMetadataTypeDef:
|
|
1577
1571
|
"""
|
|
1578
1572
|
Deletes an edge deployment plan if (and only if) all the stages in the plan are
|
|
1579
|
-
inactive or there are no stages in the
|
|
1580
|
-
plan.
|
|
1573
|
+
inactive or there are no stages in the plan.
|
|
1581
1574
|
|
|
1582
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1575
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_edge_deployment_plan.html)
|
|
1583
1576
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_edge_deployment_plan)
|
|
1584
1577
|
"""
|
|
1585
1578
|
|
|
@@ -1590,7 +1583,7 @@ class SageMakerClient(BaseClient):
|
|
|
1590
1583
|
Delete a stage in an edge deployment plan if (and only if) the stage is
|
|
1591
1584
|
inactive.
|
|
1592
1585
|
|
|
1593
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1586
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_edge_deployment_stage.html)
|
|
1594
1587
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_edge_deployment_stage)
|
|
1595
1588
|
"""
|
|
1596
1589
|
|
|
@@ -1600,7 +1593,7 @@ class SageMakerClient(BaseClient):
|
|
|
1600
1593
|
"""
|
|
1601
1594
|
Deletes an endpoint.
|
|
1602
1595
|
|
|
1603
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1596
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_endpoint.html)
|
|
1604
1597
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_endpoint)
|
|
1605
1598
|
"""
|
|
1606
1599
|
|
|
@@ -1610,7 +1603,7 @@ class SageMakerClient(BaseClient):
|
|
|
1610
1603
|
"""
|
|
1611
1604
|
Deletes an endpoint configuration.
|
|
1612
1605
|
|
|
1613
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1606
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_endpoint_config.html)
|
|
1614
1607
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_endpoint_config)
|
|
1615
1608
|
"""
|
|
1616
1609
|
|
|
@@ -1620,7 +1613,7 @@ class SageMakerClient(BaseClient):
|
|
|
1620
1613
|
"""
|
|
1621
1614
|
Deletes an SageMaker experiment.
|
|
1622
1615
|
|
|
1623
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1616
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_experiment.html)
|
|
1624
1617
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_experiment)
|
|
1625
1618
|
"""
|
|
1626
1619
|
|
|
@@ -1629,10 +1622,9 @@ class SageMakerClient(BaseClient):
|
|
|
1629
1622
|
) -> EmptyResponseMetadataTypeDef:
|
|
1630
1623
|
"""
|
|
1631
1624
|
Delete the `FeatureGroup` and any data that was written to the `OnlineStore` of
|
|
1632
|
-
the
|
|
1633
|
-
`FeatureGroup`.
|
|
1625
|
+
the `FeatureGroup`.
|
|
1634
1626
|
|
|
1635
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1627
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_feature_group.html)
|
|
1636
1628
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_feature_group)
|
|
1637
1629
|
"""
|
|
1638
1630
|
|
|
@@ -1642,7 +1634,7 @@ class SageMakerClient(BaseClient):
|
|
|
1642
1634
|
"""
|
|
1643
1635
|
Deletes the specified flow definition.
|
|
1644
1636
|
|
|
1645
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1637
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_flow_definition.html)
|
|
1646
1638
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_flow_definition)
|
|
1647
1639
|
"""
|
|
1648
1640
|
|
|
@@ -1652,7 +1644,7 @@ class SageMakerClient(BaseClient):
|
|
|
1652
1644
|
"""
|
|
1653
1645
|
Delete a hub.
|
|
1654
1646
|
|
|
1655
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1647
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_hub.html)
|
|
1656
1648
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_hub)
|
|
1657
1649
|
"""
|
|
1658
1650
|
|
|
@@ -1662,7 +1654,7 @@ class SageMakerClient(BaseClient):
|
|
|
1662
1654
|
"""
|
|
1663
1655
|
Delete the contents of a hub.
|
|
1664
1656
|
|
|
1665
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1657
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_hub_content.html)
|
|
1666
1658
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_hub_content)
|
|
1667
1659
|
"""
|
|
1668
1660
|
|
|
@@ -1672,7 +1664,7 @@ class SageMakerClient(BaseClient):
|
|
|
1672
1664
|
"""
|
|
1673
1665
|
Delete a hub content reference in order to remove a model from a private hub.
|
|
1674
1666
|
|
|
1675
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1667
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_hub_content_reference.html)
|
|
1676
1668
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_hub_content_reference)
|
|
1677
1669
|
"""
|
|
1678
1670
|
|
|
@@ -1682,7 +1674,7 @@ class SageMakerClient(BaseClient):
|
|
|
1682
1674
|
"""
|
|
1683
1675
|
Use this operation to delete a human task user interface (worker task template).
|
|
1684
1676
|
|
|
1685
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1677
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_human_task_ui.html)
|
|
1686
1678
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_human_task_ui)
|
|
1687
1679
|
"""
|
|
1688
1680
|
|
|
@@ -1692,7 +1684,7 @@ class SageMakerClient(BaseClient):
|
|
|
1692
1684
|
"""
|
|
1693
1685
|
Deletes a hyperparameter tuning job.
|
|
1694
1686
|
|
|
1695
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1687
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_hyper_parameter_tuning_job.html)
|
|
1696
1688
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_hyper_parameter_tuning_job)
|
|
1697
1689
|
"""
|
|
1698
1690
|
|
|
@@ -1700,7 +1692,7 @@ class SageMakerClient(BaseClient):
|
|
|
1700
1692
|
"""
|
|
1701
1693
|
Deletes a SageMaker image and all versions of the image.
|
|
1702
1694
|
|
|
1703
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1695
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_image.html)
|
|
1704
1696
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_image)
|
|
1705
1697
|
"""
|
|
1706
1698
|
|
|
@@ -1710,7 +1702,7 @@ class SageMakerClient(BaseClient):
|
|
|
1710
1702
|
"""
|
|
1711
1703
|
Deletes a version of a SageMaker image.
|
|
1712
1704
|
|
|
1713
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1705
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_image_version.html)
|
|
1714
1706
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_image_version)
|
|
1715
1707
|
"""
|
|
1716
1708
|
|
|
@@ -1720,7 +1712,7 @@ class SageMakerClient(BaseClient):
|
|
|
1720
1712
|
"""
|
|
1721
1713
|
Deletes an inference component.
|
|
1722
1714
|
|
|
1723
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1715
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_inference_component.html)
|
|
1724
1716
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_inference_component)
|
|
1725
1717
|
"""
|
|
1726
1718
|
|
|
@@ -1730,7 +1722,7 @@ class SageMakerClient(BaseClient):
|
|
|
1730
1722
|
"""
|
|
1731
1723
|
Deletes an inference experiment.
|
|
1732
1724
|
|
|
1733
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1725
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_inference_experiment.html)
|
|
1734
1726
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_inference_experiment)
|
|
1735
1727
|
"""
|
|
1736
1728
|
|
|
@@ -1740,7 +1732,7 @@ class SageMakerClient(BaseClient):
|
|
|
1740
1732
|
"""
|
|
1741
1733
|
Deletes an MLflow Tracking Server.
|
|
1742
1734
|
|
|
1743
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1735
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_mlflow_tracking_server.html)
|
|
1744
1736
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_mlflow_tracking_server)
|
|
1745
1737
|
"""
|
|
1746
1738
|
|
|
@@ -1750,7 +1742,7 @@ class SageMakerClient(BaseClient):
|
|
|
1750
1742
|
"""
|
|
1751
1743
|
Deletes a model.
|
|
1752
1744
|
|
|
1753
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1745
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_model.html)
|
|
1754
1746
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_model)
|
|
1755
1747
|
"""
|
|
1756
1748
|
|
|
@@ -1760,7 +1752,7 @@ class SageMakerClient(BaseClient):
|
|
|
1760
1752
|
"""
|
|
1761
1753
|
Deletes an Amazon SageMaker model bias job definition.
|
|
1762
1754
|
|
|
1763
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1755
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_model_bias_job_definition.html)
|
|
1764
1756
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_model_bias_job_definition)
|
|
1765
1757
|
"""
|
|
1766
1758
|
|
|
@@ -1770,7 +1762,7 @@ class SageMakerClient(BaseClient):
|
|
|
1770
1762
|
"""
|
|
1771
1763
|
Deletes an Amazon SageMaker Model Card.
|
|
1772
1764
|
|
|
1773
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1765
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_model_card.html)
|
|
1774
1766
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_model_card)
|
|
1775
1767
|
"""
|
|
1776
1768
|
|
|
@@ -1780,7 +1772,7 @@ class SageMakerClient(BaseClient):
|
|
|
1780
1772
|
"""
|
|
1781
1773
|
Deletes an Amazon SageMaker model explainability job definition.
|
|
1782
1774
|
|
|
1783
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1775
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_model_explainability_job_definition.html)
|
|
1784
1776
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_model_explainability_job_definition)
|
|
1785
1777
|
"""
|
|
1786
1778
|
|
|
@@ -1790,7 +1782,7 @@ class SageMakerClient(BaseClient):
|
|
|
1790
1782
|
"""
|
|
1791
1783
|
Deletes a model package.
|
|
1792
1784
|
|
|
1793
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1785
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_model_package.html)
|
|
1794
1786
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_model_package)
|
|
1795
1787
|
"""
|
|
1796
1788
|
|
|
@@ -1800,7 +1792,7 @@ class SageMakerClient(BaseClient):
|
|
|
1800
1792
|
"""
|
|
1801
1793
|
Deletes the specified model group.
|
|
1802
1794
|
|
|
1803
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1795
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_model_package_group.html)
|
|
1804
1796
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_model_package_group)
|
|
1805
1797
|
"""
|
|
1806
1798
|
|
|
@@ -1810,7 +1802,7 @@ class SageMakerClient(BaseClient):
|
|
|
1810
1802
|
"""
|
|
1811
1803
|
Deletes a model group resource policy.
|
|
1812
1804
|
|
|
1813
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1805
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_model_package_group_policy.html)
|
|
1814
1806
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_model_package_group_policy)
|
|
1815
1807
|
"""
|
|
1816
1808
|
|
|
@@ -1820,7 +1812,7 @@ class SageMakerClient(BaseClient):
|
|
|
1820
1812
|
"""
|
|
1821
1813
|
Deletes the secified model quality monitoring job definition.
|
|
1822
1814
|
|
|
1823
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1815
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_model_quality_job_definition.html)
|
|
1824
1816
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_model_quality_job_definition)
|
|
1825
1817
|
"""
|
|
1826
1818
|
|
|
@@ -1830,7 +1822,7 @@ class SageMakerClient(BaseClient):
|
|
|
1830
1822
|
"""
|
|
1831
1823
|
Deletes a monitoring schedule.
|
|
1832
1824
|
|
|
1833
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1825
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_monitoring_schedule.html)
|
|
1834
1826
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_monitoring_schedule)
|
|
1835
1827
|
"""
|
|
1836
1828
|
|
|
@@ -1840,7 +1832,7 @@ class SageMakerClient(BaseClient):
|
|
|
1840
1832
|
"""
|
|
1841
1833
|
Deletes an SageMaker notebook instance.
|
|
1842
1834
|
|
|
1843
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1835
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_notebook_instance.html)
|
|
1844
1836
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_notebook_instance)
|
|
1845
1837
|
"""
|
|
1846
1838
|
|
|
@@ -1850,7 +1842,7 @@ class SageMakerClient(BaseClient):
|
|
|
1850
1842
|
"""
|
|
1851
1843
|
Deletes a notebook instance lifecycle configuration.
|
|
1852
1844
|
|
|
1853
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1845
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_notebook_instance_lifecycle_config.html)
|
|
1854
1846
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_notebook_instance_lifecycle_config)
|
|
1855
1847
|
"""
|
|
1856
1848
|
|
|
@@ -1860,7 +1852,7 @@ class SageMakerClient(BaseClient):
|
|
|
1860
1852
|
"""
|
|
1861
1853
|
Deletes an optimization job.
|
|
1862
1854
|
|
|
1863
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1855
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_optimization_job.html)
|
|
1864
1856
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_optimization_job)
|
|
1865
1857
|
"""
|
|
1866
1858
|
|
|
@@ -1870,7 +1862,7 @@ class SageMakerClient(BaseClient):
|
|
|
1870
1862
|
"""
|
|
1871
1863
|
Deletes a pipeline if there are no running instances of the pipeline.
|
|
1872
1864
|
|
|
1873
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1865
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_pipeline.html)
|
|
1874
1866
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_pipeline)
|
|
1875
1867
|
"""
|
|
1876
1868
|
|
|
@@ -1880,7 +1872,7 @@ class SageMakerClient(BaseClient):
|
|
|
1880
1872
|
"""
|
|
1881
1873
|
Delete the specified project.
|
|
1882
1874
|
|
|
1883
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1875
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_project.html)
|
|
1884
1876
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_project)
|
|
1885
1877
|
"""
|
|
1886
1878
|
|
|
@@ -1890,7 +1882,7 @@ class SageMakerClient(BaseClient):
|
|
|
1890
1882
|
"""
|
|
1891
1883
|
Used to delete a space.
|
|
1892
1884
|
|
|
1893
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1885
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_space.html)
|
|
1894
1886
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_space)
|
|
1895
1887
|
"""
|
|
1896
1888
|
|
|
@@ -1900,7 +1892,7 @@ class SageMakerClient(BaseClient):
|
|
|
1900
1892
|
"""
|
|
1901
1893
|
Deletes the Amazon SageMaker Studio Lifecycle Configuration.
|
|
1902
1894
|
|
|
1903
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1895
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_studio_lifecycle_config.html)
|
|
1904
1896
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_studio_lifecycle_config)
|
|
1905
1897
|
"""
|
|
1906
1898
|
|
|
@@ -1908,7 +1900,7 @@ class SageMakerClient(BaseClient):
|
|
|
1908
1900
|
"""
|
|
1909
1901
|
Deletes the specified tags from an SageMaker resource.
|
|
1910
1902
|
|
|
1911
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1903
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_tags.html)
|
|
1912
1904
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_tags)
|
|
1913
1905
|
"""
|
|
1914
1906
|
|
|
@@ -1918,7 +1910,7 @@ class SageMakerClient(BaseClient):
|
|
|
1918
1910
|
"""
|
|
1919
1911
|
Deletes the specified trial.
|
|
1920
1912
|
|
|
1921
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1913
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_trial.html)
|
|
1922
1914
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_trial)
|
|
1923
1915
|
"""
|
|
1924
1916
|
|
|
@@ -1928,7 +1920,7 @@ class SageMakerClient(BaseClient):
|
|
|
1928
1920
|
"""
|
|
1929
1921
|
Deletes the specified trial component.
|
|
1930
1922
|
|
|
1931
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1923
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_trial_component.html)
|
|
1932
1924
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_trial_component)
|
|
1933
1925
|
"""
|
|
1934
1926
|
|
|
@@ -1938,7 +1930,7 @@ class SageMakerClient(BaseClient):
|
|
|
1938
1930
|
"""
|
|
1939
1931
|
Deletes a user profile.
|
|
1940
1932
|
|
|
1941
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1933
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_user_profile.html)
|
|
1942
1934
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_user_profile)
|
|
1943
1935
|
"""
|
|
1944
1936
|
|
|
@@ -1948,7 +1940,7 @@ class SageMakerClient(BaseClient):
|
|
|
1948
1940
|
"""
|
|
1949
1941
|
Use this operation to delete a workforce.
|
|
1950
1942
|
|
|
1951
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1943
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_workforce.html)
|
|
1952
1944
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_workforce)
|
|
1953
1945
|
"""
|
|
1954
1946
|
|
|
@@ -1958,7 +1950,7 @@ class SageMakerClient(BaseClient):
|
|
|
1958
1950
|
"""
|
|
1959
1951
|
Deletes an existing work team.
|
|
1960
1952
|
|
|
1961
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1953
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/delete_workteam.html)
|
|
1962
1954
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_workteam)
|
|
1963
1955
|
"""
|
|
1964
1956
|
|
|
@@ -1968,7 +1960,7 @@ class SageMakerClient(BaseClient):
|
|
|
1968
1960
|
"""
|
|
1969
1961
|
Deregisters the specified devices.
|
|
1970
1962
|
|
|
1971
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1963
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/deregister_devices.html)
|
|
1972
1964
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#deregister_devices)
|
|
1973
1965
|
"""
|
|
1974
1966
|
|
|
@@ -1978,7 +1970,7 @@ class SageMakerClient(BaseClient):
|
|
|
1978
1970
|
"""
|
|
1979
1971
|
Describes an action.
|
|
1980
1972
|
|
|
1981
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1973
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_action.html)
|
|
1982
1974
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_action)
|
|
1983
1975
|
"""
|
|
1984
1976
|
|
|
@@ -1988,7 +1980,7 @@ class SageMakerClient(BaseClient):
|
|
|
1988
1980
|
"""
|
|
1989
1981
|
Returns a description of the specified algorithm that is in your account.
|
|
1990
1982
|
|
|
1991
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1983
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_algorithm.html)
|
|
1992
1984
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_algorithm)
|
|
1993
1985
|
"""
|
|
1994
1986
|
|
|
@@ -1998,7 +1990,7 @@ class SageMakerClient(BaseClient):
|
|
|
1998
1990
|
"""
|
|
1999
1991
|
Describes the app.
|
|
2000
1992
|
|
|
2001
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
1993
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_app.html)
|
|
2002
1994
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_app)
|
|
2003
1995
|
"""
|
|
2004
1996
|
|
|
@@ -2008,7 +2000,7 @@ class SageMakerClient(BaseClient):
|
|
|
2008
2000
|
"""
|
|
2009
2001
|
Describes an AppImageConfig.
|
|
2010
2002
|
|
|
2011
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2003
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_app_image_config.html)
|
|
2012
2004
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_app_image_config)
|
|
2013
2005
|
"""
|
|
2014
2006
|
|
|
@@ -2018,7 +2010,7 @@ class SageMakerClient(BaseClient):
|
|
|
2018
2010
|
"""
|
|
2019
2011
|
Describes an artifact.
|
|
2020
2012
|
|
|
2021
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2013
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_artifact.html)
|
|
2022
2014
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_artifact)
|
|
2023
2015
|
"""
|
|
2024
2016
|
|
|
@@ -2029,7 +2021,7 @@ class SageMakerClient(BaseClient):
|
|
|
2029
2021
|
Returns information about an AutoML job created by calling
|
|
2030
2022
|
[CreateAutoMLJob](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html).
|
|
2031
2023
|
|
|
2032
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2024
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_auto_ml_job.html)
|
|
2033
2025
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_auto_ml_job)
|
|
2034
2026
|
"""
|
|
2035
2027
|
|
|
@@ -2042,7 +2034,7 @@ class SageMakerClient(BaseClient):
|
|
|
2042
2034
|
or
|
|
2043
2035
|
[CreateAutoMLJob](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html).
|
|
2044
2036
|
|
|
2045
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2037
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_auto_ml_job_v2.html)
|
|
2046
2038
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_auto_ml_job_v2)
|
|
2047
2039
|
"""
|
|
2048
2040
|
|
|
@@ -2052,7 +2044,7 @@ class SageMakerClient(BaseClient):
|
|
|
2052
2044
|
"""
|
|
2053
2045
|
Retrieves information of a SageMaker HyperPod cluster.
|
|
2054
2046
|
|
|
2055
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2047
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_cluster.html)
|
|
2056
2048
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_cluster)
|
|
2057
2049
|
"""
|
|
2058
2050
|
|
|
@@ -2061,10 +2053,9 @@ class SageMakerClient(BaseClient):
|
|
|
2061
2053
|
) -> DescribeClusterNodeResponseTypeDef:
|
|
2062
2054
|
"""
|
|
2063
2055
|
Retrieves information of a node (also called a *instance* interchangeably) of a
|
|
2064
|
-
SageMaker HyperPod
|
|
2065
|
-
cluster.
|
|
2056
|
+
SageMaker HyperPod cluster.
|
|
2066
2057
|
|
|
2067
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2058
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_cluster_node.html)
|
|
2068
2059
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_cluster_node)
|
|
2069
2060
|
"""
|
|
2070
2061
|
|
|
@@ -2074,7 +2065,7 @@ class SageMakerClient(BaseClient):
|
|
|
2074
2065
|
"""
|
|
2075
2066
|
Gets details about the specified Git repository.
|
|
2076
2067
|
|
|
2077
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2068
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_code_repository.html)
|
|
2078
2069
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_code_repository)
|
|
2079
2070
|
"""
|
|
2080
2071
|
|
|
@@ -2084,7 +2075,7 @@ class SageMakerClient(BaseClient):
|
|
|
2084
2075
|
"""
|
|
2085
2076
|
Returns information about a model compilation job.
|
|
2086
2077
|
|
|
2087
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2078
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_compilation_job.html)
|
|
2088
2079
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_compilation_job)
|
|
2089
2080
|
"""
|
|
2090
2081
|
|
|
@@ -2094,7 +2085,7 @@ class SageMakerClient(BaseClient):
|
|
|
2094
2085
|
"""
|
|
2095
2086
|
Describes a context.
|
|
2096
2087
|
|
|
2097
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2088
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_context.html)
|
|
2098
2089
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_context)
|
|
2099
2090
|
"""
|
|
2100
2091
|
|
|
@@ -2104,7 +2095,7 @@ class SageMakerClient(BaseClient):
|
|
|
2104
2095
|
"""
|
|
2105
2096
|
Gets the details of a data quality monitoring job definition.
|
|
2106
2097
|
|
|
2107
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2098
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_data_quality_job_definition.html)
|
|
2108
2099
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_data_quality_job_definition)
|
|
2109
2100
|
"""
|
|
2110
2101
|
|
|
@@ -2114,7 +2105,7 @@ class SageMakerClient(BaseClient):
|
|
|
2114
2105
|
"""
|
|
2115
2106
|
Describes the device.
|
|
2116
2107
|
|
|
2117
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2108
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_device.html)
|
|
2118
2109
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_device)
|
|
2119
2110
|
"""
|
|
2120
2111
|
|
|
@@ -2124,7 +2115,7 @@ class SageMakerClient(BaseClient):
|
|
|
2124
2115
|
"""
|
|
2125
2116
|
A description of the fleet the device belongs to.
|
|
2126
2117
|
|
|
2127
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2118
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_device_fleet.html)
|
|
2128
2119
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_device_fleet)
|
|
2129
2120
|
"""
|
|
2130
2121
|
|
|
@@ -2134,7 +2125,7 @@ class SageMakerClient(BaseClient):
|
|
|
2134
2125
|
"""
|
|
2135
2126
|
The description of the domain.
|
|
2136
2127
|
|
|
2137
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2128
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_domain.html)
|
|
2138
2129
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_domain)
|
|
2139
2130
|
"""
|
|
2140
2131
|
|
|
@@ -2144,7 +2135,7 @@ class SageMakerClient(BaseClient):
|
|
|
2144
2135
|
"""
|
|
2145
2136
|
Describes an edge deployment plan with deployment status per stage.
|
|
2146
2137
|
|
|
2147
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2138
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_edge_deployment_plan.html)
|
|
2148
2139
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_edge_deployment_plan)
|
|
2149
2140
|
"""
|
|
2150
2141
|
|
|
@@ -2154,7 +2145,7 @@ class SageMakerClient(BaseClient):
|
|
|
2154
2145
|
"""
|
|
2155
2146
|
A description of edge packaging jobs.
|
|
2156
2147
|
|
|
2157
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2148
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_edge_packaging_job.html)
|
|
2158
2149
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_edge_packaging_job)
|
|
2159
2150
|
"""
|
|
2160
2151
|
|
|
@@ -2164,7 +2155,7 @@ class SageMakerClient(BaseClient):
|
|
|
2164
2155
|
"""
|
|
2165
2156
|
Returns the description of an endpoint.
|
|
2166
2157
|
|
|
2167
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2158
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_endpoint.html)
|
|
2168
2159
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_endpoint)
|
|
2169
2160
|
"""
|
|
2170
2161
|
|
|
@@ -2173,10 +2164,9 @@ class SageMakerClient(BaseClient):
|
|
|
2173
2164
|
) -> DescribeEndpointConfigOutputTypeDef:
|
|
2174
2165
|
"""
|
|
2175
2166
|
Returns the description of an endpoint configuration created using the
|
|
2176
|
-
`CreateEndpointConfig`
|
|
2177
|
-
API.
|
|
2167
|
+
`CreateEndpointConfig` API.
|
|
2178
2168
|
|
|
2179
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2169
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_endpoint_config.html)
|
|
2180
2170
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_endpoint_config)
|
|
2181
2171
|
"""
|
|
2182
2172
|
|
|
@@ -2186,7 +2176,7 @@ class SageMakerClient(BaseClient):
|
|
|
2186
2176
|
"""
|
|
2187
2177
|
Provides a list of an experiment's properties.
|
|
2188
2178
|
|
|
2189
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2179
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_experiment.html)
|
|
2190
2180
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_experiment)
|
|
2191
2181
|
"""
|
|
2192
2182
|
|
|
@@ -2196,7 +2186,7 @@ class SageMakerClient(BaseClient):
|
|
|
2196
2186
|
"""
|
|
2197
2187
|
Use this operation to describe a `FeatureGroup`.
|
|
2198
2188
|
|
|
2199
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2189
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_feature_group.html)
|
|
2200
2190
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_feature_group)
|
|
2201
2191
|
"""
|
|
2202
2192
|
|
|
@@ -2206,7 +2196,7 @@ class SageMakerClient(BaseClient):
|
|
|
2206
2196
|
"""
|
|
2207
2197
|
Shows the metadata for a feature within a feature group.
|
|
2208
2198
|
|
|
2209
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2199
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_feature_metadata.html)
|
|
2210
2200
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_feature_metadata)
|
|
2211
2201
|
"""
|
|
2212
2202
|
|
|
@@ -2216,7 +2206,7 @@ class SageMakerClient(BaseClient):
|
|
|
2216
2206
|
"""
|
|
2217
2207
|
Returns information about the specified flow definition.
|
|
2218
2208
|
|
|
2219
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2209
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_flow_definition.html)
|
|
2220
2210
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_flow_definition)
|
|
2221
2211
|
"""
|
|
2222
2212
|
|
|
@@ -2226,7 +2216,7 @@ class SageMakerClient(BaseClient):
|
|
|
2226
2216
|
"""
|
|
2227
2217
|
Describes a hub.
|
|
2228
2218
|
|
|
2229
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2219
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_hub.html)
|
|
2230
2220
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_hub)
|
|
2231
2221
|
"""
|
|
2232
2222
|
|
|
@@ -2236,7 +2226,7 @@ class SageMakerClient(BaseClient):
|
|
|
2236
2226
|
"""
|
|
2237
2227
|
Describe the content of a hub.
|
|
2238
2228
|
|
|
2239
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2229
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_hub_content.html)
|
|
2240
2230
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_hub_content)
|
|
2241
2231
|
"""
|
|
2242
2232
|
|
|
@@ -2247,7 +2237,7 @@ class SageMakerClient(BaseClient):
|
|
|
2247
2237
|
Returns information about the requested human task user interface (worker task
|
|
2248
2238
|
template).
|
|
2249
2239
|
|
|
2250
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2240
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_human_task_ui.html)
|
|
2251
2241
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_human_task_ui)
|
|
2252
2242
|
"""
|
|
2253
2243
|
|
|
@@ -2258,7 +2248,7 @@ class SageMakerClient(BaseClient):
|
|
|
2258
2248
|
Returns a description of a hyperparameter tuning job, depending on the fields
|
|
2259
2249
|
selected.
|
|
2260
2250
|
|
|
2261
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2251
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_hyper_parameter_tuning_job.html)
|
|
2262
2252
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_hyper_parameter_tuning_job)
|
|
2263
2253
|
"""
|
|
2264
2254
|
|
|
@@ -2268,7 +2258,7 @@ class SageMakerClient(BaseClient):
|
|
|
2268
2258
|
"""
|
|
2269
2259
|
Describes a SageMaker image.
|
|
2270
2260
|
|
|
2271
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2261
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_image.html)
|
|
2272
2262
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_image)
|
|
2273
2263
|
"""
|
|
2274
2264
|
|
|
@@ -2278,7 +2268,7 @@ class SageMakerClient(BaseClient):
|
|
|
2278
2268
|
"""
|
|
2279
2269
|
Describes a version of a SageMaker image.
|
|
2280
2270
|
|
|
2281
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2271
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_image_version.html)
|
|
2282
2272
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_image_version)
|
|
2283
2273
|
"""
|
|
2284
2274
|
|
|
@@ -2288,7 +2278,7 @@ class SageMakerClient(BaseClient):
|
|
|
2288
2278
|
"""
|
|
2289
2279
|
Returns information about an inference component.
|
|
2290
2280
|
|
|
2291
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2281
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_inference_component.html)
|
|
2292
2282
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_inference_component)
|
|
2293
2283
|
"""
|
|
2294
2284
|
|
|
@@ -2298,7 +2288,7 @@ class SageMakerClient(BaseClient):
|
|
|
2298
2288
|
"""
|
|
2299
2289
|
Returns details about an inference experiment.
|
|
2300
2290
|
|
|
2301
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2291
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_inference_experiment.html)
|
|
2302
2292
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_inference_experiment)
|
|
2303
2293
|
"""
|
|
2304
2294
|
|
|
@@ -2308,7 +2298,7 @@ class SageMakerClient(BaseClient):
|
|
|
2308
2298
|
"""
|
|
2309
2299
|
Provides the results of the Inference Recommender job.
|
|
2310
2300
|
|
|
2311
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2301
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_inference_recommendations_job.html)
|
|
2312
2302
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_inference_recommendations_job)
|
|
2313
2303
|
"""
|
|
2314
2304
|
|
|
@@ -2318,7 +2308,7 @@ class SageMakerClient(BaseClient):
|
|
|
2318
2308
|
"""
|
|
2319
2309
|
Gets information about a labeling job.
|
|
2320
2310
|
|
|
2321
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2311
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_labeling_job.html)
|
|
2322
2312
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_labeling_job)
|
|
2323
2313
|
"""
|
|
2324
2314
|
|
|
@@ -2328,7 +2318,7 @@ class SageMakerClient(BaseClient):
|
|
|
2328
2318
|
"""
|
|
2329
2319
|
Provides a list of properties for the requested lineage group.
|
|
2330
2320
|
|
|
2331
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2321
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_lineage_group.html)
|
|
2332
2322
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_lineage_group)
|
|
2333
2323
|
"""
|
|
2334
2324
|
|
|
@@ -2338,7 +2328,7 @@ class SageMakerClient(BaseClient):
|
|
|
2338
2328
|
"""
|
|
2339
2329
|
Returns information about an MLflow Tracking Server.
|
|
2340
2330
|
|
|
2341
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2331
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_mlflow_tracking_server.html)
|
|
2342
2332
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_mlflow_tracking_server)
|
|
2343
2333
|
"""
|
|
2344
2334
|
|
|
@@ -2348,7 +2338,7 @@ class SageMakerClient(BaseClient):
|
|
|
2348
2338
|
"""
|
|
2349
2339
|
Describes a model that you created using the `CreateModel` API.
|
|
2350
2340
|
|
|
2351
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2341
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_model.html)
|
|
2352
2342
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_model)
|
|
2353
2343
|
"""
|
|
2354
2344
|
|
|
@@ -2358,7 +2348,7 @@ class SageMakerClient(BaseClient):
|
|
|
2358
2348
|
"""
|
|
2359
2349
|
Returns a description of a model bias job definition.
|
|
2360
2350
|
|
|
2361
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2351
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_model_bias_job_definition.html)
|
|
2362
2352
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_model_bias_job_definition)
|
|
2363
2353
|
"""
|
|
2364
2354
|
|
|
@@ -2367,10 +2357,9 @@ class SageMakerClient(BaseClient):
|
|
|
2367
2357
|
) -> DescribeModelCardResponseTypeDef:
|
|
2368
2358
|
"""
|
|
2369
2359
|
Describes the content, creation time, and security configuration of an Amazon
|
|
2370
|
-
SageMaker Model
|
|
2371
|
-
Card.
|
|
2360
|
+
SageMaker Model Card.
|
|
2372
2361
|
|
|
2373
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2362
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_model_card.html)
|
|
2374
2363
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_model_card)
|
|
2375
2364
|
"""
|
|
2376
2365
|
|
|
@@ -2380,7 +2369,7 @@ class SageMakerClient(BaseClient):
|
|
|
2380
2369
|
"""
|
|
2381
2370
|
Describes an Amazon SageMaker Model Card export job.
|
|
2382
2371
|
|
|
2383
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2372
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_model_card_export_job.html)
|
|
2384
2373
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_model_card_export_job)
|
|
2385
2374
|
"""
|
|
2386
2375
|
|
|
@@ -2390,7 +2379,7 @@ class SageMakerClient(BaseClient):
|
|
|
2390
2379
|
"""
|
|
2391
2380
|
Returns a description of a model explainability job definition.
|
|
2392
2381
|
|
|
2393
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2382
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_model_explainability_job_definition.html)
|
|
2394
2383
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_model_explainability_job_definition)
|
|
2395
2384
|
"""
|
|
2396
2385
|
|
|
@@ -2399,10 +2388,9 @@ class SageMakerClient(BaseClient):
|
|
|
2399
2388
|
) -> DescribeModelPackageOutputTypeDef:
|
|
2400
2389
|
"""
|
|
2401
2390
|
Returns a description of the specified model package, which is used to create
|
|
2402
|
-
SageMaker models or list them on Amazon Web Services
|
|
2403
|
-
Marketplace.
|
|
2391
|
+
SageMaker models or list them on Amazon Web Services Marketplace.
|
|
2404
2392
|
|
|
2405
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2393
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_model_package.html)
|
|
2406
2394
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_model_package)
|
|
2407
2395
|
"""
|
|
2408
2396
|
|
|
@@ -2412,7 +2400,7 @@ class SageMakerClient(BaseClient):
|
|
|
2412
2400
|
"""
|
|
2413
2401
|
Gets a description for the specified model group.
|
|
2414
2402
|
|
|
2415
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2403
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_model_package_group.html)
|
|
2416
2404
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_model_package_group)
|
|
2417
2405
|
"""
|
|
2418
2406
|
|
|
@@ -2422,7 +2410,7 @@ class SageMakerClient(BaseClient):
|
|
|
2422
2410
|
"""
|
|
2423
2411
|
Returns a description of a model quality job definition.
|
|
2424
2412
|
|
|
2425
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2413
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_model_quality_job_definition.html)
|
|
2426
2414
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_model_quality_job_definition)
|
|
2427
2415
|
"""
|
|
2428
2416
|
|
|
@@ -2432,7 +2420,7 @@ class SageMakerClient(BaseClient):
|
|
|
2432
2420
|
"""
|
|
2433
2421
|
Describes the schedule for a monitoring job.
|
|
2434
2422
|
|
|
2435
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2423
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_monitoring_schedule.html)
|
|
2436
2424
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_monitoring_schedule)
|
|
2437
2425
|
"""
|
|
2438
2426
|
|
|
@@ -2442,7 +2430,7 @@ class SageMakerClient(BaseClient):
|
|
|
2442
2430
|
"""
|
|
2443
2431
|
Returns information about a notebook instance.
|
|
2444
2432
|
|
|
2445
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2433
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_notebook_instance.html)
|
|
2446
2434
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_notebook_instance)
|
|
2447
2435
|
"""
|
|
2448
2436
|
|
|
@@ -2452,7 +2440,7 @@ class SageMakerClient(BaseClient):
|
|
|
2452
2440
|
"""
|
|
2453
2441
|
Returns a description of a notebook instance lifecycle configuration.
|
|
2454
2442
|
|
|
2455
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2443
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_notebook_instance_lifecycle_config.html)
|
|
2456
2444
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_notebook_instance_lifecycle_config)
|
|
2457
2445
|
"""
|
|
2458
2446
|
|
|
@@ -2462,7 +2450,7 @@ class SageMakerClient(BaseClient):
|
|
|
2462
2450
|
"""
|
|
2463
2451
|
Provides the properties of the specified optimization job.
|
|
2464
2452
|
|
|
2465
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2453
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_optimization_job.html)
|
|
2466
2454
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_optimization_job)
|
|
2467
2455
|
"""
|
|
2468
2456
|
|
|
@@ -2472,7 +2460,7 @@ class SageMakerClient(BaseClient):
|
|
|
2472
2460
|
"""
|
|
2473
2461
|
Describes the details of a pipeline.
|
|
2474
2462
|
|
|
2475
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2463
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_pipeline.html)
|
|
2476
2464
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_pipeline)
|
|
2477
2465
|
"""
|
|
2478
2466
|
|
|
@@ -2482,7 +2470,7 @@ class SageMakerClient(BaseClient):
|
|
|
2482
2470
|
"""
|
|
2483
2471
|
Describes the details of an execution's pipeline definition.
|
|
2484
2472
|
|
|
2485
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2473
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_pipeline_definition_for_execution.html)
|
|
2486
2474
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_pipeline_definition_for_execution)
|
|
2487
2475
|
"""
|
|
2488
2476
|
|
|
@@ -2492,7 +2480,7 @@ class SageMakerClient(BaseClient):
|
|
|
2492
2480
|
"""
|
|
2493
2481
|
Describes the details of a pipeline execution.
|
|
2494
2482
|
|
|
2495
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2483
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_pipeline_execution.html)
|
|
2496
2484
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_pipeline_execution)
|
|
2497
2485
|
"""
|
|
2498
2486
|
|
|
@@ -2502,7 +2490,7 @@ class SageMakerClient(BaseClient):
|
|
|
2502
2490
|
"""
|
|
2503
2491
|
Returns a description of a processing job.
|
|
2504
2492
|
|
|
2505
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2493
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_processing_job.html)
|
|
2506
2494
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_processing_job)
|
|
2507
2495
|
"""
|
|
2508
2496
|
|
|
@@ -2512,7 +2500,7 @@ class SageMakerClient(BaseClient):
|
|
|
2512
2500
|
"""
|
|
2513
2501
|
Describes the details of a project.
|
|
2514
2502
|
|
|
2515
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2503
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_project.html)
|
|
2516
2504
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_project)
|
|
2517
2505
|
"""
|
|
2518
2506
|
|
|
@@ -2522,7 +2510,7 @@ class SageMakerClient(BaseClient):
|
|
|
2522
2510
|
"""
|
|
2523
2511
|
Describes the space.
|
|
2524
2512
|
|
|
2525
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2513
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_space.html)
|
|
2526
2514
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_space)
|
|
2527
2515
|
"""
|
|
2528
2516
|
|
|
@@ -2532,7 +2520,7 @@ class SageMakerClient(BaseClient):
|
|
|
2532
2520
|
"""
|
|
2533
2521
|
Describes the Amazon SageMaker Studio Lifecycle Configuration.
|
|
2534
2522
|
|
|
2535
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2523
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_studio_lifecycle_config.html)
|
|
2536
2524
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_studio_lifecycle_config)
|
|
2537
2525
|
"""
|
|
2538
2526
|
|
|
@@ -2542,7 +2530,7 @@ class SageMakerClient(BaseClient):
|
|
|
2542
2530
|
"""
|
|
2543
2531
|
Gets information about a work team provided by a vendor.
|
|
2544
2532
|
|
|
2545
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2533
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_subscribed_workteam.html)
|
|
2546
2534
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_subscribed_workteam)
|
|
2547
2535
|
"""
|
|
2548
2536
|
|
|
@@ -2552,7 +2540,7 @@ class SageMakerClient(BaseClient):
|
|
|
2552
2540
|
"""
|
|
2553
2541
|
Returns information about a training job.
|
|
2554
2542
|
|
|
2555
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2543
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_training_job.html)
|
|
2556
2544
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_training_job)
|
|
2557
2545
|
"""
|
|
2558
2546
|
|
|
@@ -2562,7 +2550,7 @@ class SageMakerClient(BaseClient):
|
|
|
2562
2550
|
"""
|
|
2563
2551
|
Returns information about a transform job.
|
|
2564
2552
|
|
|
2565
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2553
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_transform_job.html)
|
|
2566
2554
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_transform_job)
|
|
2567
2555
|
"""
|
|
2568
2556
|
|
|
@@ -2572,7 +2560,7 @@ class SageMakerClient(BaseClient):
|
|
|
2572
2560
|
"""
|
|
2573
2561
|
Provides a list of a trial's properties.
|
|
2574
2562
|
|
|
2575
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2563
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_trial.html)
|
|
2576
2564
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_trial)
|
|
2577
2565
|
"""
|
|
2578
2566
|
|
|
@@ -2582,7 +2570,7 @@ class SageMakerClient(BaseClient):
|
|
|
2582
2570
|
"""
|
|
2583
2571
|
Provides a list of a trials component's properties.
|
|
2584
2572
|
|
|
2585
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2573
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_trial_component.html)
|
|
2586
2574
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_trial_component)
|
|
2587
2575
|
"""
|
|
2588
2576
|
|
|
@@ -2592,7 +2580,7 @@ class SageMakerClient(BaseClient):
|
|
|
2592
2580
|
"""
|
|
2593
2581
|
Describes a user profile.
|
|
2594
2582
|
|
|
2595
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2583
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_user_profile.html)
|
|
2596
2584
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_user_profile)
|
|
2597
2585
|
"""
|
|
2598
2586
|
|
|
@@ -2604,7 +2592,7 @@ class SageMakerClient(BaseClient):
|
|
|
2604
2592
|
Name (ARN), and, if applicable, allowed IP address ranges (
|
|
2605
2593
|
[CIDRs](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html)).
|
|
2606
2594
|
|
|
2607
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2595
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_workforce.html)
|
|
2608
2596
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_workforce)
|
|
2609
2597
|
"""
|
|
2610
2598
|
|
|
@@ -2614,7 +2602,7 @@ class SageMakerClient(BaseClient):
|
|
|
2614
2602
|
"""
|
|
2615
2603
|
Gets information about a specific work team.
|
|
2616
2604
|
|
|
2617
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2605
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_workteam.html)
|
|
2618
2606
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_workteam)
|
|
2619
2607
|
"""
|
|
2620
2608
|
|
|
@@ -2622,7 +2610,7 @@ class SageMakerClient(BaseClient):
|
|
|
2622
2610
|
"""
|
|
2623
2611
|
Disables using Service Catalog in SageMaker.
|
|
2624
2612
|
|
|
2625
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2613
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/disable_sagemaker_servicecatalog_portfolio.html)
|
|
2626
2614
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#disable_sagemaker_servicecatalog_portfolio)
|
|
2627
2615
|
"""
|
|
2628
2616
|
|
|
@@ -2632,7 +2620,7 @@ class SageMakerClient(BaseClient):
|
|
|
2632
2620
|
"""
|
|
2633
2621
|
Disassociates a trial component from a trial.
|
|
2634
2622
|
|
|
2635
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2623
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/disassociate_trial_component.html)
|
|
2636
2624
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#disassociate_trial_component)
|
|
2637
2625
|
"""
|
|
2638
2626
|
|
|
@@ -2640,7 +2628,7 @@ class SageMakerClient(BaseClient):
|
|
|
2640
2628
|
"""
|
|
2641
2629
|
Enables using Service Catalog in SageMaker.
|
|
2642
2630
|
|
|
2643
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2631
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/enable_sagemaker_servicecatalog_portfolio.html)
|
|
2644
2632
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#enable_sagemaker_servicecatalog_portfolio)
|
|
2645
2633
|
"""
|
|
2646
2634
|
|
|
@@ -2654,7 +2642,7 @@ class SageMakerClient(BaseClient):
|
|
|
2654
2642
|
"""
|
|
2655
2643
|
Generate a presigned url given a client, its method, and arguments.
|
|
2656
2644
|
|
|
2657
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2645
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/generate_presigned_url.html)
|
|
2658
2646
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#generate_presigned_url)
|
|
2659
2647
|
"""
|
|
2660
2648
|
|
|
@@ -2664,7 +2652,7 @@ class SageMakerClient(BaseClient):
|
|
|
2664
2652
|
"""
|
|
2665
2653
|
Describes a fleet.
|
|
2666
2654
|
|
|
2667
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2655
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_device_fleet_report.html)
|
|
2668
2656
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_device_fleet_report)
|
|
2669
2657
|
"""
|
|
2670
2658
|
|
|
@@ -2674,7 +2662,7 @@ class SageMakerClient(BaseClient):
|
|
|
2674
2662
|
"""
|
|
2675
2663
|
The resource policy for the lineage group.
|
|
2676
2664
|
|
|
2677
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2665
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_lineage_group_policy.html)
|
|
2678
2666
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_lineage_group_policy)
|
|
2679
2667
|
"""
|
|
2680
2668
|
|
|
@@ -2684,7 +2672,7 @@ class SageMakerClient(BaseClient):
|
|
|
2684
2672
|
"""
|
|
2685
2673
|
Gets a resource policy that manages access for a model group.
|
|
2686
2674
|
|
|
2687
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2675
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_model_package_group_policy.html)
|
|
2688
2676
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_model_package_group_policy)
|
|
2689
2677
|
"""
|
|
2690
2678
|
|
|
@@ -2694,7 +2682,7 @@ class SageMakerClient(BaseClient):
|
|
|
2694
2682
|
"""
|
|
2695
2683
|
Gets the status of Service Catalog in SageMaker.
|
|
2696
2684
|
|
|
2697
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2685
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_sagemaker_servicecatalog_portfolio_status.html)
|
|
2698
2686
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_sagemaker_servicecatalog_portfolio_status)
|
|
2699
2687
|
"""
|
|
2700
2688
|
|
|
@@ -2704,7 +2692,7 @@ class SageMakerClient(BaseClient):
|
|
|
2704
2692
|
"""
|
|
2705
2693
|
Starts an Amazon SageMaker Inference Recommender autoscaling recommendation job.
|
|
2706
2694
|
|
|
2707
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2695
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_scaling_configuration_recommendation.html)
|
|
2708
2696
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_scaling_configuration_recommendation)
|
|
2709
2697
|
"""
|
|
2710
2698
|
|
|
@@ -2714,7 +2702,7 @@ class SageMakerClient(BaseClient):
|
|
|
2714
2702
|
"""
|
|
2715
2703
|
An auto-complete API for the search functionality in the SageMaker console.
|
|
2716
2704
|
|
|
2717
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2705
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_search_suggestions.html)
|
|
2718
2706
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_search_suggestions)
|
|
2719
2707
|
"""
|
|
2720
2708
|
|
|
@@ -2724,7 +2712,7 @@ class SageMakerClient(BaseClient):
|
|
|
2724
2712
|
"""
|
|
2725
2713
|
Import hub content.
|
|
2726
2714
|
|
|
2727
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2715
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/import_hub_content.html)
|
|
2728
2716
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#import_hub_content)
|
|
2729
2717
|
"""
|
|
2730
2718
|
|
|
@@ -2734,7 +2722,7 @@ class SageMakerClient(BaseClient):
|
|
|
2734
2722
|
"""
|
|
2735
2723
|
Lists the actions in your account and their properties.
|
|
2736
2724
|
|
|
2737
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2725
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_actions.html)
|
|
2738
2726
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_actions)
|
|
2739
2727
|
"""
|
|
2740
2728
|
|
|
@@ -2744,7 +2732,7 @@ class SageMakerClient(BaseClient):
|
|
|
2744
2732
|
"""
|
|
2745
2733
|
Lists the machine learning algorithms that have been created.
|
|
2746
2734
|
|
|
2747
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2735
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_algorithms.html)
|
|
2748
2736
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_algorithms)
|
|
2749
2737
|
"""
|
|
2750
2738
|
|
|
@@ -2754,7 +2742,7 @@ class SageMakerClient(BaseClient):
|
|
|
2754
2742
|
"""
|
|
2755
2743
|
Lists the aliases of a specified image or image version.
|
|
2756
2744
|
|
|
2757
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2745
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_aliases.html)
|
|
2758
2746
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_aliases)
|
|
2759
2747
|
"""
|
|
2760
2748
|
|
|
@@ -2764,7 +2752,7 @@ class SageMakerClient(BaseClient):
|
|
|
2764
2752
|
"""
|
|
2765
2753
|
Lists the AppImageConfigs in your account and their properties.
|
|
2766
2754
|
|
|
2767
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2755
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_app_image_configs.html)
|
|
2768
2756
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_app_image_configs)
|
|
2769
2757
|
"""
|
|
2770
2758
|
|
|
@@ -2772,7 +2760,7 @@ class SageMakerClient(BaseClient):
|
|
|
2772
2760
|
"""
|
|
2773
2761
|
Lists apps.
|
|
2774
2762
|
|
|
2775
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2763
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_apps.html)
|
|
2776
2764
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_apps)
|
|
2777
2765
|
"""
|
|
2778
2766
|
|
|
@@ -2782,7 +2770,7 @@ class SageMakerClient(BaseClient):
|
|
|
2782
2770
|
"""
|
|
2783
2771
|
Lists the artifacts in your account and their properties.
|
|
2784
2772
|
|
|
2785
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2773
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_artifacts.html)
|
|
2786
2774
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_artifacts)
|
|
2787
2775
|
"""
|
|
2788
2776
|
|
|
@@ -2792,7 +2780,7 @@ class SageMakerClient(BaseClient):
|
|
|
2792
2780
|
"""
|
|
2793
2781
|
Lists the associations in your account and their properties.
|
|
2794
2782
|
|
|
2795
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2783
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_associations.html)
|
|
2796
2784
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_associations)
|
|
2797
2785
|
"""
|
|
2798
2786
|
|
|
@@ -2802,7 +2790,7 @@ class SageMakerClient(BaseClient):
|
|
|
2802
2790
|
"""
|
|
2803
2791
|
Request a list of jobs.
|
|
2804
2792
|
|
|
2805
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2793
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_auto_ml_jobs.html)
|
|
2806
2794
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_auto_ml_jobs)
|
|
2807
2795
|
"""
|
|
2808
2796
|
|
|
@@ -2812,7 +2800,7 @@ class SageMakerClient(BaseClient):
|
|
|
2812
2800
|
"""
|
|
2813
2801
|
List the candidates created for the job.
|
|
2814
2802
|
|
|
2815
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2803
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_candidates_for_auto_ml_job.html)
|
|
2816
2804
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_candidates_for_auto_ml_job)
|
|
2817
2805
|
"""
|
|
2818
2806
|
|
|
@@ -2821,10 +2809,9 @@ class SageMakerClient(BaseClient):
|
|
|
2821
2809
|
) -> ListClusterNodesResponseTypeDef:
|
|
2822
2810
|
"""
|
|
2823
2811
|
Retrieves the list of instances (also called *nodes* interchangeably) in a
|
|
2824
|
-
SageMaker HyperPod
|
|
2825
|
-
cluster.
|
|
2812
|
+
SageMaker HyperPod cluster.
|
|
2826
2813
|
|
|
2827
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2814
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_cluster_nodes.html)
|
|
2828
2815
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_cluster_nodes)
|
|
2829
2816
|
"""
|
|
2830
2817
|
|
|
@@ -2834,7 +2821,7 @@ class SageMakerClient(BaseClient):
|
|
|
2834
2821
|
"""
|
|
2835
2822
|
Retrieves the list of SageMaker HyperPod clusters.
|
|
2836
2823
|
|
|
2837
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2824
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_clusters.html)
|
|
2838
2825
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_clusters)
|
|
2839
2826
|
"""
|
|
2840
2827
|
|
|
@@ -2844,7 +2831,7 @@ class SageMakerClient(BaseClient):
|
|
|
2844
2831
|
"""
|
|
2845
2832
|
Gets a list of the Git repositories in your account.
|
|
2846
2833
|
|
|
2847
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2834
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_code_repositories.html)
|
|
2848
2835
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_code_repositories)
|
|
2849
2836
|
"""
|
|
2850
2837
|
|
|
@@ -2854,7 +2841,7 @@ class SageMakerClient(BaseClient):
|
|
|
2854
2841
|
"""
|
|
2855
2842
|
Lists model compilation jobs that satisfy various filters.
|
|
2856
2843
|
|
|
2857
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2844
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_compilation_jobs.html)
|
|
2858
2845
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_compilation_jobs)
|
|
2859
2846
|
"""
|
|
2860
2847
|
|
|
@@ -2864,7 +2851,7 @@ class SageMakerClient(BaseClient):
|
|
|
2864
2851
|
"""
|
|
2865
2852
|
Lists the contexts in your account and their properties.
|
|
2866
2853
|
|
|
2867
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2854
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_contexts.html)
|
|
2868
2855
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_contexts)
|
|
2869
2856
|
"""
|
|
2870
2857
|
|
|
@@ -2874,7 +2861,7 @@ class SageMakerClient(BaseClient):
|
|
|
2874
2861
|
"""
|
|
2875
2862
|
Lists the data quality job definitions in your account.
|
|
2876
2863
|
|
|
2877
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2864
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_data_quality_job_definitions.html)
|
|
2878
2865
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_data_quality_job_definitions)
|
|
2879
2866
|
"""
|
|
2880
2867
|
|
|
@@ -2884,7 +2871,7 @@ class SageMakerClient(BaseClient):
|
|
|
2884
2871
|
"""
|
|
2885
2872
|
Returns a list of devices in the fleet.
|
|
2886
2873
|
|
|
2887
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2874
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_device_fleets.html)
|
|
2888
2875
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_device_fleets)
|
|
2889
2876
|
"""
|
|
2890
2877
|
|
|
@@ -2894,7 +2881,7 @@ class SageMakerClient(BaseClient):
|
|
|
2894
2881
|
"""
|
|
2895
2882
|
A list of devices.
|
|
2896
2883
|
|
|
2897
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2884
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_devices.html)
|
|
2898
2885
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_devices)
|
|
2899
2886
|
"""
|
|
2900
2887
|
|
|
@@ -2904,7 +2891,7 @@ class SageMakerClient(BaseClient):
|
|
|
2904
2891
|
"""
|
|
2905
2892
|
Lists the domains.
|
|
2906
2893
|
|
|
2907
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2894
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_domains.html)
|
|
2908
2895
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_domains)
|
|
2909
2896
|
"""
|
|
2910
2897
|
|
|
@@ -2914,7 +2901,7 @@ class SageMakerClient(BaseClient):
|
|
|
2914
2901
|
"""
|
|
2915
2902
|
Lists all edge deployment plans.
|
|
2916
2903
|
|
|
2917
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2904
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_edge_deployment_plans.html)
|
|
2918
2905
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_edge_deployment_plans)
|
|
2919
2906
|
"""
|
|
2920
2907
|
|
|
@@ -2924,7 +2911,7 @@ class SageMakerClient(BaseClient):
|
|
|
2924
2911
|
"""
|
|
2925
2912
|
Returns a list of edge packaging jobs.
|
|
2926
2913
|
|
|
2927
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2914
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_edge_packaging_jobs.html)
|
|
2928
2915
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_edge_packaging_jobs)
|
|
2929
2916
|
"""
|
|
2930
2917
|
|
|
@@ -2934,7 +2921,7 @@ class SageMakerClient(BaseClient):
|
|
|
2934
2921
|
"""
|
|
2935
2922
|
Lists endpoint configurations.
|
|
2936
2923
|
|
|
2937
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2924
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_endpoint_configs.html)
|
|
2938
2925
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_endpoint_configs)
|
|
2939
2926
|
"""
|
|
2940
2927
|
|
|
@@ -2944,7 +2931,7 @@ class SageMakerClient(BaseClient):
|
|
|
2944
2931
|
"""
|
|
2945
2932
|
Lists endpoints.
|
|
2946
2933
|
|
|
2947
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2934
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_endpoints.html)
|
|
2948
2935
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_endpoints)
|
|
2949
2936
|
"""
|
|
2950
2937
|
|
|
@@ -2954,7 +2941,7 @@ class SageMakerClient(BaseClient):
|
|
|
2954
2941
|
"""
|
|
2955
2942
|
Lists all the experiments in your account.
|
|
2956
2943
|
|
|
2957
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2944
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_experiments.html)
|
|
2958
2945
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_experiments)
|
|
2959
2946
|
"""
|
|
2960
2947
|
|
|
@@ -2964,7 +2951,7 @@ class SageMakerClient(BaseClient):
|
|
|
2964
2951
|
"""
|
|
2965
2952
|
List `FeatureGroup`s based on given filter and order.
|
|
2966
2953
|
|
|
2967
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2954
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_feature_groups.html)
|
|
2968
2955
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_feature_groups)
|
|
2969
2956
|
"""
|
|
2970
2957
|
|
|
@@ -2974,7 +2961,7 @@ class SageMakerClient(BaseClient):
|
|
|
2974
2961
|
"""
|
|
2975
2962
|
Returns information about the flow definitions in your account.
|
|
2976
2963
|
|
|
2977
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2964
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_flow_definitions.html)
|
|
2978
2965
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_flow_definitions)
|
|
2979
2966
|
"""
|
|
2980
2967
|
|
|
@@ -2984,7 +2971,7 @@ class SageMakerClient(BaseClient):
|
|
|
2984
2971
|
"""
|
|
2985
2972
|
List hub content versions.
|
|
2986
2973
|
|
|
2987
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2974
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_hub_content_versions.html)
|
|
2988
2975
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_hub_content_versions)
|
|
2989
2976
|
"""
|
|
2990
2977
|
|
|
@@ -2994,7 +2981,7 @@ class SageMakerClient(BaseClient):
|
|
|
2994
2981
|
"""
|
|
2995
2982
|
List the contents of a hub.
|
|
2996
2983
|
|
|
2997
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2984
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_hub_contents.html)
|
|
2998
2985
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_hub_contents)
|
|
2999
2986
|
"""
|
|
3000
2987
|
|
|
@@ -3002,7 +2989,7 @@ class SageMakerClient(BaseClient):
|
|
|
3002
2989
|
"""
|
|
3003
2990
|
List all existing hubs.
|
|
3004
2991
|
|
|
3005
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
2992
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_hubs.html)
|
|
3006
2993
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_hubs)
|
|
3007
2994
|
"""
|
|
3008
2995
|
|
|
@@ -3012,7 +2999,7 @@ class SageMakerClient(BaseClient):
|
|
|
3012
2999
|
"""
|
|
3013
3000
|
Returns information about the human task user interfaces in your account.
|
|
3014
3001
|
|
|
3015
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3002
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_human_task_uis.html)
|
|
3016
3003
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_human_task_uis)
|
|
3017
3004
|
"""
|
|
3018
3005
|
|
|
@@ -3022,10 +3009,9 @@ class SageMakerClient(BaseClient):
|
|
|
3022
3009
|
"""
|
|
3023
3010
|
Gets a list of
|
|
3024
3011
|
[HyperParameterTuningJobSummary](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobSummary.html)
|
|
3025
|
-
objects that describe the hyperparameter tuning jobs launched in your
|
|
3026
|
-
account.
|
|
3012
|
+
objects that describe the hyperparameter tuning jobs launched in your account.
|
|
3027
3013
|
|
|
3028
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3014
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_hyper_parameter_tuning_jobs.html)
|
|
3029
3015
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_hyper_parameter_tuning_jobs)
|
|
3030
3016
|
"""
|
|
3031
3017
|
|
|
@@ -3035,7 +3021,7 @@ class SageMakerClient(BaseClient):
|
|
|
3035
3021
|
"""
|
|
3036
3022
|
Lists the versions of a specified image and their properties.
|
|
3037
3023
|
|
|
3038
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3024
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_image_versions.html)
|
|
3039
3025
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_image_versions)
|
|
3040
3026
|
"""
|
|
3041
3027
|
|
|
@@ -3045,7 +3031,7 @@ class SageMakerClient(BaseClient):
|
|
|
3045
3031
|
"""
|
|
3046
3032
|
Lists the images in your account and their properties.
|
|
3047
3033
|
|
|
3048
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3034
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_images.html)
|
|
3049
3035
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_images)
|
|
3050
3036
|
"""
|
|
3051
3037
|
|
|
@@ -3055,7 +3041,7 @@ class SageMakerClient(BaseClient):
|
|
|
3055
3041
|
"""
|
|
3056
3042
|
Lists the inference components in your account and their properties.
|
|
3057
3043
|
|
|
3058
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3044
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_inference_components.html)
|
|
3059
3045
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_inference_components)
|
|
3060
3046
|
"""
|
|
3061
3047
|
|
|
@@ -3065,7 +3051,7 @@ class SageMakerClient(BaseClient):
|
|
|
3065
3051
|
"""
|
|
3066
3052
|
Returns the list of all inference experiments.
|
|
3067
3053
|
|
|
3068
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3054
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_inference_experiments.html)
|
|
3069
3055
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_inference_experiments)
|
|
3070
3056
|
"""
|
|
3071
3057
|
|
|
@@ -3075,7 +3061,7 @@ class SageMakerClient(BaseClient):
|
|
|
3075
3061
|
"""
|
|
3076
3062
|
Returns a list of the subtasks for an Inference Recommender job.
|
|
3077
3063
|
|
|
3078
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3064
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_inference_recommendations_job_steps.html)
|
|
3079
3065
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_inference_recommendations_job_steps)
|
|
3080
3066
|
"""
|
|
3081
3067
|
|
|
@@ -3085,7 +3071,7 @@ class SageMakerClient(BaseClient):
|
|
|
3085
3071
|
"""
|
|
3086
3072
|
Lists recommendation jobs that satisfy various filters.
|
|
3087
3073
|
|
|
3088
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3074
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_inference_recommendations_jobs.html)
|
|
3089
3075
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_inference_recommendations_jobs)
|
|
3090
3076
|
"""
|
|
3091
3077
|
|
|
@@ -3095,7 +3081,7 @@ class SageMakerClient(BaseClient):
|
|
|
3095
3081
|
"""
|
|
3096
3082
|
Gets a list of labeling jobs.
|
|
3097
3083
|
|
|
3098
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3084
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_labeling_jobs.html)
|
|
3099
3085
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_labeling_jobs)
|
|
3100
3086
|
"""
|
|
3101
3087
|
|
|
@@ -3105,7 +3091,7 @@ class SageMakerClient(BaseClient):
|
|
|
3105
3091
|
"""
|
|
3106
3092
|
Gets a list of labeling jobs assigned to a specified work team.
|
|
3107
3093
|
|
|
3108
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3094
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_labeling_jobs_for_workteam.html)
|
|
3109
3095
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_labeling_jobs_for_workteam)
|
|
3110
3096
|
"""
|
|
3111
3097
|
|
|
@@ -3115,7 +3101,7 @@ class SageMakerClient(BaseClient):
|
|
|
3115
3101
|
"""
|
|
3116
3102
|
A list of lineage groups shared with your Amazon Web Services account.
|
|
3117
3103
|
|
|
3118
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3104
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_lineage_groups.html)
|
|
3119
3105
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_lineage_groups)
|
|
3120
3106
|
"""
|
|
3121
3107
|
|
|
@@ -3125,7 +3111,7 @@ class SageMakerClient(BaseClient):
|
|
|
3125
3111
|
"""
|
|
3126
3112
|
Lists all MLflow Tracking Servers.
|
|
3127
3113
|
|
|
3128
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3114
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_mlflow_tracking_servers.html)
|
|
3129
3115
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_mlflow_tracking_servers)
|
|
3130
3116
|
"""
|
|
3131
3117
|
|
|
@@ -3135,7 +3121,7 @@ class SageMakerClient(BaseClient):
|
|
|
3135
3121
|
"""
|
|
3136
3122
|
Lists model bias jobs definitions that satisfy various filters.
|
|
3137
3123
|
|
|
3138
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3124
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_model_bias_job_definitions.html)
|
|
3139
3125
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_model_bias_job_definitions)
|
|
3140
3126
|
"""
|
|
3141
3127
|
|
|
@@ -3145,7 +3131,7 @@ class SageMakerClient(BaseClient):
|
|
|
3145
3131
|
"""
|
|
3146
3132
|
List the export jobs for the Amazon SageMaker Model Card.
|
|
3147
3133
|
|
|
3148
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3134
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_model_card_export_jobs.html)
|
|
3149
3135
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_model_card_export_jobs)
|
|
3150
3136
|
"""
|
|
3151
3137
|
|
|
@@ -3155,7 +3141,7 @@ class SageMakerClient(BaseClient):
|
|
|
3155
3141
|
"""
|
|
3156
3142
|
List existing versions of an Amazon SageMaker Model Card.
|
|
3157
3143
|
|
|
3158
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3144
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_model_card_versions.html)
|
|
3159
3145
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_model_card_versions)
|
|
3160
3146
|
"""
|
|
3161
3147
|
|
|
@@ -3165,7 +3151,7 @@ class SageMakerClient(BaseClient):
|
|
|
3165
3151
|
"""
|
|
3166
3152
|
List existing model cards.
|
|
3167
3153
|
|
|
3168
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3154
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_model_cards.html)
|
|
3169
3155
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_model_cards)
|
|
3170
3156
|
"""
|
|
3171
3157
|
|
|
@@ -3175,7 +3161,7 @@ class SageMakerClient(BaseClient):
|
|
|
3175
3161
|
"""
|
|
3176
3162
|
Lists model explainability job definitions that satisfy various filters.
|
|
3177
3163
|
|
|
3178
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3164
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_model_explainability_job_definitions.html)
|
|
3179
3165
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_model_explainability_job_definitions)
|
|
3180
3166
|
"""
|
|
3181
3167
|
|
|
@@ -3184,10 +3170,9 @@ class SageMakerClient(BaseClient):
|
|
|
3184
3170
|
) -> ListModelMetadataResponseTypeDef:
|
|
3185
3171
|
"""
|
|
3186
3172
|
Lists the domain, framework, task, and model name of standard machine learning
|
|
3187
|
-
models found in common model
|
|
3188
|
-
zoos.
|
|
3173
|
+
models found in common model zoos.
|
|
3189
3174
|
|
|
3190
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3175
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_model_metadata.html)
|
|
3191
3176
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_model_metadata)
|
|
3192
3177
|
"""
|
|
3193
3178
|
|
|
@@ -3197,7 +3182,7 @@ class SageMakerClient(BaseClient):
|
|
|
3197
3182
|
"""
|
|
3198
3183
|
Gets a list of the model groups in your Amazon Web Services account.
|
|
3199
3184
|
|
|
3200
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3185
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_model_package_groups.html)
|
|
3201
3186
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_model_package_groups)
|
|
3202
3187
|
"""
|
|
3203
3188
|
|
|
@@ -3207,7 +3192,7 @@ class SageMakerClient(BaseClient):
|
|
|
3207
3192
|
"""
|
|
3208
3193
|
Lists the model packages that have been created.
|
|
3209
3194
|
|
|
3210
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3195
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_model_packages.html)
|
|
3211
3196
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_model_packages)
|
|
3212
3197
|
"""
|
|
3213
3198
|
|
|
@@ -3217,7 +3202,7 @@ class SageMakerClient(BaseClient):
|
|
|
3217
3202
|
"""
|
|
3218
3203
|
Gets a list of model quality monitoring job definitions in your account.
|
|
3219
3204
|
|
|
3220
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3205
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_model_quality_job_definitions.html)
|
|
3221
3206
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_model_quality_job_definitions)
|
|
3222
3207
|
"""
|
|
3223
3208
|
|
|
@@ -3227,7 +3212,7 @@ class SageMakerClient(BaseClient):
|
|
|
3227
3212
|
"""
|
|
3228
3213
|
Lists models created with the `CreateModel` API.
|
|
3229
3214
|
|
|
3230
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3215
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_models.html)
|
|
3231
3216
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_models)
|
|
3232
3217
|
"""
|
|
3233
3218
|
|
|
@@ -3237,7 +3222,7 @@ class SageMakerClient(BaseClient):
|
|
|
3237
3222
|
"""
|
|
3238
3223
|
Gets a list of past alerts in a model monitoring schedule.
|
|
3239
3224
|
|
|
3240
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3225
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_monitoring_alert_history.html)
|
|
3241
3226
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_monitoring_alert_history)
|
|
3242
3227
|
"""
|
|
3243
3228
|
|
|
@@ -3247,7 +3232,7 @@ class SageMakerClient(BaseClient):
|
|
|
3247
3232
|
"""
|
|
3248
3233
|
Gets the alerts for a single monitoring schedule.
|
|
3249
3234
|
|
|
3250
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3235
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_monitoring_alerts.html)
|
|
3251
3236
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_monitoring_alerts)
|
|
3252
3237
|
"""
|
|
3253
3238
|
|
|
@@ -3257,7 +3242,7 @@ class SageMakerClient(BaseClient):
|
|
|
3257
3242
|
"""
|
|
3258
3243
|
Returns list of all monitoring job executions.
|
|
3259
3244
|
|
|
3260
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3245
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_monitoring_executions.html)
|
|
3261
3246
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_monitoring_executions)
|
|
3262
3247
|
"""
|
|
3263
3248
|
|
|
@@ -3267,7 +3252,7 @@ class SageMakerClient(BaseClient):
|
|
|
3267
3252
|
"""
|
|
3268
3253
|
Returns list of all monitoring schedules.
|
|
3269
3254
|
|
|
3270
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3255
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_monitoring_schedules.html)
|
|
3271
3256
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_monitoring_schedules)
|
|
3272
3257
|
"""
|
|
3273
3258
|
|
|
@@ -3279,7 +3264,7 @@ class SageMakerClient(BaseClient):
|
|
|
3279
3264
|
[CreateNotebookInstanceLifecycleConfig](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateNotebookInstanceLifecycleConfig.html)
|
|
3280
3265
|
API.
|
|
3281
3266
|
|
|
3282
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3267
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_notebook_instance_lifecycle_configs.html)
|
|
3283
3268
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_notebook_instance_lifecycle_configs)
|
|
3284
3269
|
"""
|
|
3285
3270
|
|
|
@@ -3288,10 +3273,9 @@ class SageMakerClient(BaseClient):
|
|
|
3288
3273
|
) -> ListNotebookInstancesOutputTypeDef:
|
|
3289
3274
|
"""
|
|
3290
3275
|
Returns a list of the SageMaker notebook instances in the requester's account
|
|
3291
|
-
in an Amazon Web Services
|
|
3292
|
-
Region.
|
|
3276
|
+
in an Amazon Web Services Region.
|
|
3293
3277
|
|
|
3294
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3278
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_notebook_instances.html)
|
|
3295
3279
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_notebook_instances)
|
|
3296
3280
|
"""
|
|
3297
3281
|
|
|
@@ -3301,7 +3285,7 @@ class SageMakerClient(BaseClient):
|
|
|
3301
3285
|
"""
|
|
3302
3286
|
Lists the optimization jobs in your account and their properties.
|
|
3303
3287
|
|
|
3304
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3288
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_optimization_jobs.html)
|
|
3305
3289
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_optimization_jobs)
|
|
3306
3290
|
"""
|
|
3307
3291
|
|
|
@@ -3311,7 +3295,7 @@ class SageMakerClient(BaseClient):
|
|
|
3311
3295
|
"""
|
|
3312
3296
|
Gets a list of `PipeLineExecutionStep` objects.
|
|
3313
3297
|
|
|
3314
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3298
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_pipeline_execution_steps.html)
|
|
3315
3299
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_pipeline_execution_steps)
|
|
3316
3300
|
"""
|
|
3317
3301
|
|
|
@@ -3321,7 +3305,7 @@ class SageMakerClient(BaseClient):
|
|
|
3321
3305
|
"""
|
|
3322
3306
|
Gets a list of the pipeline executions.
|
|
3323
3307
|
|
|
3324
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3308
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_pipeline_executions.html)
|
|
3325
3309
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_pipeline_executions)
|
|
3326
3310
|
"""
|
|
3327
3311
|
|
|
@@ -3331,7 +3315,7 @@ class SageMakerClient(BaseClient):
|
|
|
3331
3315
|
"""
|
|
3332
3316
|
Gets a list of parameters for a pipeline execution.
|
|
3333
3317
|
|
|
3334
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3318
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_pipeline_parameters_for_execution.html)
|
|
3335
3319
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_pipeline_parameters_for_execution)
|
|
3336
3320
|
"""
|
|
3337
3321
|
|
|
@@ -3341,7 +3325,7 @@ class SageMakerClient(BaseClient):
|
|
|
3341
3325
|
"""
|
|
3342
3326
|
Gets a list of pipelines.
|
|
3343
3327
|
|
|
3344
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3328
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_pipelines.html)
|
|
3345
3329
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_pipelines)
|
|
3346
3330
|
"""
|
|
3347
3331
|
|
|
@@ -3351,7 +3335,7 @@ class SageMakerClient(BaseClient):
|
|
|
3351
3335
|
"""
|
|
3352
3336
|
Lists processing jobs that satisfy various filters.
|
|
3353
3337
|
|
|
3354
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3338
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_processing_jobs.html)
|
|
3355
3339
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_processing_jobs)
|
|
3356
3340
|
"""
|
|
3357
3341
|
|
|
@@ -3361,7 +3345,7 @@ class SageMakerClient(BaseClient):
|
|
|
3361
3345
|
"""
|
|
3362
3346
|
Gets a list of the projects in an Amazon Web Services account.
|
|
3363
3347
|
|
|
3364
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3348
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_projects.html)
|
|
3365
3349
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_projects)
|
|
3366
3350
|
"""
|
|
3367
3351
|
|
|
@@ -3371,7 +3355,7 @@ class SageMakerClient(BaseClient):
|
|
|
3371
3355
|
"""
|
|
3372
3356
|
Lists Amazon SageMaker Catalogs based on given filters and orders.
|
|
3373
3357
|
|
|
3374
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3358
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_resource_catalogs.html)
|
|
3375
3359
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_resource_catalogs)
|
|
3376
3360
|
"""
|
|
3377
3361
|
|
|
@@ -3381,7 +3365,7 @@ class SageMakerClient(BaseClient):
|
|
|
3381
3365
|
"""
|
|
3382
3366
|
Lists spaces.
|
|
3383
3367
|
|
|
3384
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3368
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_spaces.html)
|
|
3385
3369
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_spaces)
|
|
3386
3370
|
"""
|
|
3387
3371
|
|
|
@@ -3390,10 +3374,9 @@ class SageMakerClient(BaseClient):
|
|
|
3390
3374
|
) -> ListStageDevicesResponseTypeDef:
|
|
3391
3375
|
"""
|
|
3392
3376
|
Lists devices allocated to the stage, containing detailed device information
|
|
3393
|
-
and deployment
|
|
3394
|
-
status.
|
|
3377
|
+
and deployment status.
|
|
3395
3378
|
|
|
3396
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3379
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_stage_devices.html)
|
|
3397
3380
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_stage_devices)
|
|
3398
3381
|
"""
|
|
3399
3382
|
|
|
@@ -3402,10 +3385,9 @@ class SageMakerClient(BaseClient):
|
|
|
3402
3385
|
) -> ListStudioLifecycleConfigsResponseTypeDef:
|
|
3403
3386
|
"""
|
|
3404
3387
|
Lists the Amazon SageMaker Studio Lifecycle Configurations in your Amazon Web
|
|
3405
|
-
Services
|
|
3406
|
-
Account.
|
|
3388
|
+
Services Account.
|
|
3407
3389
|
|
|
3408
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3390
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_studio_lifecycle_configs.html)
|
|
3409
3391
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_studio_lifecycle_configs)
|
|
3410
3392
|
"""
|
|
3411
3393
|
|
|
@@ -3414,10 +3396,9 @@ class SageMakerClient(BaseClient):
|
|
|
3414
3396
|
) -> ListSubscribedWorkteamsResponseTypeDef:
|
|
3415
3397
|
"""
|
|
3416
3398
|
Gets a list of the work teams that you are subscribed to in the Amazon Web
|
|
3417
|
-
Services
|
|
3418
|
-
Marketplace.
|
|
3399
|
+
Services Marketplace.
|
|
3419
3400
|
|
|
3420
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3401
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_subscribed_workteams.html)
|
|
3421
3402
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_subscribed_workteams)
|
|
3422
3403
|
"""
|
|
3423
3404
|
|
|
@@ -3425,7 +3406,7 @@ class SageMakerClient(BaseClient):
|
|
|
3425
3406
|
"""
|
|
3426
3407
|
Returns the tags for the specified SageMaker resource.
|
|
3427
3408
|
|
|
3428
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3409
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_tags.html)
|
|
3429
3410
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_tags)
|
|
3430
3411
|
"""
|
|
3431
3412
|
|
|
@@ -3435,7 +3416,7 @@ class SageMakerClient(BaseClient):
|
|
|
3435
3416
|
"""
|
|
3436
3417
|
Lists training jobs.
|
|
3437
3418
|
|
|
3438
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3419
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_training_jobs.html)
|
|
3439
3420
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_training_jobs)
|
|
3440
3421
|
"""
|
|
3441
3422
|
|
|
@@ -3448,7 +3429,7 @@ class SageMakerClient(BaseClient):
|
|
|
3448
3429
|
objects that describe the training jobs that a hyperparameter tuning job
|
|
3449
3430
|
launched.
|
|
3450
3431
|
|
|
3451
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3432
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_training_jobs_for_hyper_parameter_tuning_job.html)
|
|
3452
3433
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_training_jobs_for_hyper_parameter_tuning_job)
|
|
3453
3434
|
"""
|
|
3454
3435
|
|
|
@@ -3458,7 +3439,7 @@ class SageMakerClient(BaseClient):
|
|
|
3458
3439
|
"""
|
|
3459
3440
|
Lists transform jobs.
|
|
3460
3441
|
|
|
3461
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3442
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_transform_jobs.html)
|
|
3462
3443
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_transform_jobs)
|
|
3463
3444
|
"""
|
|
3464
3445
|
|
|
@@ -3468,7 +3449,7 @@ class SageMakerClient(BaseClient):
|
|
|
3468
3449
|
"""
|
|
3469
3450
|
Lists the trial components in your account.
|
|
3470
3451
|
|
|
3471
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3452
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_trial_components.html)
|
|
3472
3453
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_trial_components)
|
|
3473
3454
|
"""
|
|
3474
3455
|
|
|
@@ -3478,7 +3459,7 @@ class SageMakerClient(BaseClient):
|
|
|
3478
3459
|
"""
|
|
3479
3460
|
Lists the trials in your account.
|
|
3480
3461
|
|
|
3481
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3462
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_trials.html)
|
|
3482
3463
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_trials)
|
|
3483
3464
|
"""
|
|
3484
3465
|
|
|
@@ -3488,7 +3469,7 @@ class SageMakerClient(BaseClient):
|
|
|
3488
3469
|
"""
|
|
3489
3470
|
Lists user profiles.
|
|
3490
3471
|
|
|
3491
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3472
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_user_profiles.html)
|
|
3492
3473
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_user_profiles)
|
|
3493
3474
|
"""
|
|
3494
3475
|
|
|
@@ -3497,10 +3478,9 @@ class SageMakerClient(BaseClient):
|
|
|
3497
3478
|
) -> ListWorkforcesResponseTypeDef:
|
|
3498
3479
|
"""
|
|
3499
3480
|
Use this operation to list all private and vendor workforces in an Amazon Web
|
|
3500
|
-
Services
|
|
3501
|
-
Region.
|
|
3481
|
+
Services Region.
|
|
3502
3482
|
|
|
3503
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3483
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_workforces.html)
|
|
3504
3484
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_workforces)
|
|
3505
3485
|
"""
|
|
3506
3486
|
|
|
@@ -3510,7 +3490,7 @@ class SageMakerClient(BaseClient):
|
|
|
3510
3490
|
"""
|
|
3511
3491
|
Gets a list of private work teams that you have defined in a region.
|
|
3512
3492
|
|
|
3513
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3493
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/list_workteams.html)
|
|
3514
3494
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_workteams)
|
|
3515
3495
|
"""
|
|
3516
3496
|
|
|
@@ -3520,7 +3500,7 @@ class SageMakerClient(BaseClient):
|
|
|
3520
3500
|
"""
|
|
3521
3501
|
Adds a resouce policy to control access to a model group.
|
|
3522
3502
|
|
|
3523
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3503
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/put_model_package_group_policy.html)
|
|
3524
3504
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#put_model_package_group_policy)
|
|
3525
3505
|
"""
|
|
3526
3506
|
|
|
@@ -3531,7 +3511,7 @@ class SageMakerClient(BaseClient):
|
|
|
3531
3511
|
Use this action to inspect your lineage and discover relationships between
|
|
3532
3512
|
entities.
|
|
3533
3513
|
|
|
3534
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3514
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/query_lineage.html)
|
|
3535
3515
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#query_lineage)
|
|
3536
3516
|
"""
|
|
3537
3517
|
|
|
@@ -3541,7 +3521,7 @@ class SageMakerClient(BaseClient):
|
|
|
3541
3521
|
"""
|
|
3542
3522
|
Register devices.
|
|
3543
3523
|
|
|
3544
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3524
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/register_devices.html)
|
|
3545
3525
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#register_devices)
|
|
3546
3526
|
"""
|
|
3547
3527
|
|
|
@@ -3551,7 +3531,7 @@ class SageMakerClient(BaseClient):
|
|
|
3551
3531
|
"""
|
|
3552
3532
|
Renders the UI template so that you can preview the worker's experience.
|
|
3553
3533
|
|
|
3554
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3534
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/render_ui_template.html)
|
|
3555
3535
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#render_ui_template)
|
|
3556
3536
|
"""
|
|
3557
3537
|
|
|
@@ -3561,7 +3541,7 @@ class SageMakerClient(BaseClient):
|
|
|
3561
3541
|
"""
|
|
3562
3542
|
Retry the execution of the pipeline.
|
|
3563
3543
|
|
|
3564
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3544
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/retry_pipeline_execution.html)
|
|
3565
3545
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#retry_pipeline_execution)
|
|
3566
3546
|
"""
|
|
3567
3547
|
|
|
@@ -3569,7 +3549,7 @@ class SageMakerClient(BaseClient):
|
|
|
3569
3549
|
"""
|
|
3570
3550
|
Finds SageMaker resources that match a search query.
|
|
3571
3551
|
|
|
3572
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3552
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/search.html)
|
|
3573
3553
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#search)
|
|
3574
3554
|
"""
|
|
3575
3555
|
|
|
@@ -3578,10 +3558,9 @@ class SageMakerClient(BaseClient):
|
|
|
3578
3558
|
) -> SendPipelineExecutionStepFailureResponseTypeDef:
|
|
3579
3559
|
"""
|
|
3580
3560
|
Notifies the pipeline that the execution of a callback step failed, along with
|
|
3581
|
-
a message describing
|
|
3582
|
-
why.
|
|
3561
|
+
a message describing why.
|
|
3583
3562
|
|
|
3584
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3563
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/send_pipeline_execution_step_failure.html)
|
|
3585
3564
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#send_pipeline_execution_step_failure)
|
|
3586
3565
|
"""
|
|
3587
3566
|
|
|
@@ -3590,10 +3569,9 @@ class SageMakerClient(BaseClient):
|
|
|
3590
3569
|
) -> SendPipelineExecutionStepSuccessResponseTypeDef:
|
|
3591
3570
|
"""
|
|
3592
3571
|
Notifies the pipeline that the execution of a callback step succeeded and
|
|
3593
|
-
provides a list of the step's output
|
|
3594
|
-
parameters.
|
|
3572
|
+
provides a list of the step's output parameters.
|
|
3595
3573
|
|
|
3596
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3574
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/send_pipeline_execution_step_success.html)
|
|
3597
3575
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#send_pipeline_execution_step_success)
|
|
3598
3576
|
"""
|
|
3599
3577
|
|
|
@@ -3603,7 +3581,7 @@ class SageMakerClient(BaseClient):
|
|
|
3603
3581
|
"""
|
|
3604
3582
|
Starts a stage in an edge deployment plan.
|
|
3605
3583
|
|
|
3606
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3584
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/start_edge_deployment_stage.html)
|
|
3607
3585
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#start_edge_deployment_stage)
|
|
3608
3586
|
"""
|
|
3609
3587
|
|
|
@@ -3613,7 +3591,7 @@ class SageMakerClient(BaseClient):
|
|
|
3613
3591
|
"""
|
|
3614
3592
|
Starts an inference experiment.
|
|
3615
3593
|
|
|
3616
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3594
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/start_inference_experiment.html)
|
|
3617
3595
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#start_inference_experiment)
|
|
3618
3596
|
"""
|
|
3619
3597
|
|
|
@@ -3623,7 +3601,7 @@ class SageMakerClient(BaseClient):
|
|
|
3623
3601
|
"""
|
|
3624
3602
|
Programmatically start an MLflow Tracking Server.
|
|
3625
3603
|
|
|
3626
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3604
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/start_mlflow_tracking_server.html)
|
|
3627
3605
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#start_mlflow_tracking_server)
|
|
3628
3606
|
"""
|
|
3629
3607
|
|
|
@@ -3633,7 +3611,7 @@ class SageMakerClient(BaseClient):
|
|
|
3633
3611
|
"""
|
|
3634
3612
|
Starts a previously stopped monitoring schedule.
|
|
3635
3613
|
|
|
3636
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3614
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/start_monitoring_schedule.html)
|
|
3637
3615
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#start_monitoring_schedule)
|
|
3638
3616
|
"""
|
|
3639
3617
|
|
|
@@ -3642,10 +3620,9 @@ class SageMakerClient(BaseClient):
|
|
|
3642
3620
|
) -> EmptyResponseMetadataTypeDef:
|
|
3643
3621
|
"""
|
|
3644
3622
|
Launches an ML compute instance with the latest version of the libraries and
|
|
3645
|
-
attaches your ML storage
|
|
3646
|
-
volume.
|
|
3623
|
+
attaches your ML storage volume.
|
|
3647
3624
|
|
|
3648
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3625
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/start_notebook_instance.html)
|
|
3649
3626
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#start_notebook_instance)
|
|
3650
3627
|
"""
|
|
3651
3628
|
|
|
@@ -3655,7 +3632,7 @@ class SageMakerClient(BaseClient):
|
|
|
3655
3632
|
"""
|
|
3656
3633
|
Starts a pipeline execution.
|
|
3657
3634
|
|
|
3658
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3635
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/start_pipeline_execution.html)
|
|
3659
3636
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#start_pipeline_execution)
|
|
3660
3637
|
"""
|
|
3661
3638
|
|
|
@@ -3665,7 +3642,7 @@ class SageMakerClient(BaseClient):
|
|
|
3665
3642
|
"""
|
|
3666
3643
|
A method for forcing a running job to shut down.
|
|
3667
3644
|
|
|
3668
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3645
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/stop_auto_ml_job.html)
|
|
3669
3646
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#stop_auto_ml_job)
|
|
3670
3647
|
"""
|
|
3671
3648
|
|
|
@@ -3675,7 +3652,7 @@ class SageMakerClient(BaseClient):
|
|
|
3675
3652
|
"""
|
|
3676
3653
|
Stops a model compilation job.
|
|
3677
3654
|
|
|
3678
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3655
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/stop_compilation_job.html)
|
|
3679
3656
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#stop_compilation_job)
|
|
3680
3657
|
"""
|
|
3681
3658
|
|
|
@@ -3685,7 +3662,7 @@ class SageMakerClient(BaseClient):
|
|
|
3685
3662
|
"""
|
|
3686
3663
|
Stops a stage in an edge deployment plan.
|
|
3687
3664
|
|
|
3688
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3665
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/stop_edge_deployment_stage.html)
|
|
3689
3666
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#stop_edge_deployment_stage)
|
|
3690
3667
|
"""
|
|
3691
3668
|
|
|
@@ -3695,7 +3672,7 @@ class SageMakerClient(BaseClient):
|
|
|
3695
3672
|
"""
|
|
3696
3673
|
Request to stop an edge packaging job.
|
|
3697
3674
|
|
|
3698
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3675
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/stop_edge_packaging_job.html)
|
|
3699
3676
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#stop_edge_packaging_job)
|
|
3700
3677
|
"""
|
|
3701
3678
|
|
|
@@ -3704,10 +3681,9 @@ class SageMakerClient(BaseClient):
|
|
|
3704
3681
|
) -> EmptyResponseMetadataTypeDef:
|
|
3705
3682
|
"""
|
|
3706
3683
|
Stops a running hyperparameter tuning job and all running training jobs that
|
|
3707
|
-
the tuning job
|
|
3708
|
-
launched.
|
|
3684
|
+
the tuning job launched.
|
|
3709
3685
|
|
|
3710
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3686
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/stop_hyper_parameter_tuning_job.html)
|
|
3711
3687
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#stop_hyper_parameter_tuning_job)
|
|
3712
3688
|
"""
|
|
3713
3689
|
|
|
@@ -3717,7 +3693,7 @@ class SageMakerClient(BaseClient):
|
|
|
3717
3693
|
"""
|
|
3718
3694
|
Stops an inference experiment.
|
|
3719
3695
|
|
|
3720
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3696
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/stop_inference_experiment.html)
|
|
3721
3697
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#stop_inference_experiment)
|
|
3722
3698
|
"""
|
|
3723
3699
|
|
|
@@ -3727,7 +3703,7 @@ class SageMakerClient(BaseClient):
|
|
|
3727
3703
|
"""
|
|
3728
3704
|
Stops an Inference Recommender job.
|
|
3729
3705
|
|
|
3730
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3706
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/stop_inference_recommendations_job.html)
|
|
3731
3707
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#stop_inference_recommendations_job)
|
|
3732
3708
|
"""
|
|
3733
3709
|
|
|
@@ -3737,7 +3713,7 @@ class SageMakerClient(BaseClient):
|
|
|
3737
3713
|
"""
|
|
3738
3714
|
Stops a running labeling job.
|
|
3739
3715
|
|
|
3740
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3716
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/stop_labeling_job.html)
|
|
3741
3717
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#stop_labeling_job)
|
|
3742
3718
|
"""
|
|
3743
3719
|
|
|
@@ -3747,7 +3723,7 @@ class SageMakerClient(BaseClient):
|
|
|
3747
3723
|
"""
|
|
3748
3724
|
Programmatically stop an MLflow Tracking Server.
|
|
3749
3725
|
|
|
3750
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3726
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/stop_mlflow_tracking_server.html)
|
|
3751
3727
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#stop_mlflow_tracking_server)
|
|
3752
3728
|
"""
|
|
3753
3729
|
|
|
@@ -3757,7 +3733,7 @@ class SageMakerClient(BaseClient):
|
|
|
3757
3733
|
"""
|
|
3758
3734
|
Stops a previously started monitoring schedule.
|
|
3759
3735
|
|
|
3760
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3736
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/stop_monitoring_schedule.html)
|
|
3761
3737
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#stop_monitoring_schedule)
|
|
3762
3738
|
"""
|
|
3763
3739
|
|
|
@@ -3767,7 +3743,7 @@ class SageMakerClient(BaseClient):
|
|
|
3767
3743
|
"""
|
|
3768
3744
|
Terminates the ML compute instance.
|
|
3769
3745
|
|
|
3770
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3746
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/stop_notebook_instance.html)
|
|
3771
3747
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#stop_notebook_instance)
|
|
3772
3748
|
"""
|
|
3773
3749
|
|
|
@@ -3777,7 +3753,7 @@ class SageMakerClient(BaseClient):
|
|
|
3777
3753
|
"""
|
|
3778
3754
|
Ends a running inference optimization job.
|
|
3779
3755
|
|
|
3780
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3756
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/stop_optimization_job.html)
|
|
3781
3757
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#stop_optimization_job)
|
|
3782
3758
|
"""
|
|
3783
3759
|
|
|
@@ -3787,7 +3763,7 @@ class SageMakerClient(BaseClient):
|
|
|
3787
3763
|
"""
|
|
3788
3764
|
Stops a pipeline execution.
|
|
3789
3765
|
|
|
3790
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3766
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/stop_pipeline_execution.html)
|
|
3791
3767
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#stop_pipeline_execution)
|
|
3792
3768
|
"""
|
|
3793
3769
|
|
|
@@ -3797,7 +3773,7 @@ class SageMakerClient(BaseClient):
|
|
|
3797
3773
|
"""
|
|
3798
3774
|
Stops a processing job.
|
|
3799
3775
|
|
|
3800
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3776
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/stop_processing_job.html)
|
|
3801
3777
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#stop_processing_job)
|
|
3802
3778
|
"""
|
|
3803
3779
|
|
|
@@ -3807,7 +3783,7 @@ class SageMakerClient(BaseClient):
|
|
|
3807
3783
|
"""
|
|
3808
3784
|
Stops a training job.
|
|
3809
3785
|
|
|
3810
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3786
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/stop_training_job.html)
|
|
3811
3787
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#stop_training_job)
|
|
3812
3788
|
"""
|
|
3813
3789
|
|
|
@@ -3817,7 +3793,7 @@ class SageMakerClient(BaseClient):
|
|
|
3817
3793
|
"""
|
|
3818
3794
|
Stops a batch transform job.
|
|
3819
3795
|
|
|
3820
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3796
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/stop_transform_job.html)
|
|
3821
3797
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#stop_transform_job)
|
|
3822
3798
|
"""
|
|
3823
3799
|
|
|
@@ -3827,7 +3803,7 @@ class SageMakerClient(BaseClient):
|
|
|
3827
3803
|
"""
|
|
3828
3804
|
Updates an action.
|
|
3829
3805
|
|
|
3830
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3806
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_action.html)
|
|
3831
3807
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_action)
|
|
3832
3808
|
"""
|
|
3833
3809
|
|
|
@@ -3837,7 +3813,7 @@ class SageMakerClient(BaseClient):
|
|
|
3837
3813
|
"""
|
|
3838
3814
|
Updates the properties of an AppImageConfig.
|
|
3839
3815
|
|
|
3840
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3816
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_app_image_config.html)
|
|
3841
3817
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_app_image_config)
|
|
3842
3818
|
"""
|
|
3843
3819
|
|
|
@@ -3847,7 +3823,7 @@ class SageMakerClient(BaseClient):
|
|
|
3847
3823
|
"""
|
|
3848
3824
|
Updates an artifact.
|
|
3849
3825
|
|
|
3850
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3826
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_artifact.html)
|
|
3851
3827
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_artifact)
|
|
3852
3828
|
"""
|
|
3853
3829
|
|
|
@@ -3857,7 +3833,7 @@ class SageMakerClient(BaseClient):
|
|
|
3857
3833
|
"""
|
|
3858
3834
|
Updates a SageMaker HyperPod cluster.
|
|
3859
3835
|
|
|
3860
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3836
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_cluster.html)
|
|
3861
3837
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_cluster)
|
|
3862
3838
|
"""
|
|
3863
3839
|
|
|
@@ -3868,7 +3844,7 @@ class SageMakerClient(BaseClient):
|
|
|
3868
3844
|
Updates the platform software of a SageMaker HyperPod cluster for security
|
|
3869
3845
|
patching.
|
|
3870
3846
|
|
|
3871
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3847
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_cluster_software.html)
|
|
3872
3848
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_cluster_software)
|
|
3873
3849
|
"""
|
|
3874
3850
|
|
|
@@ -3878,7 +3854,7 @@ class SageMakerClient(BaseClient):
|
|
|
3878
3854
|
"""
|
|
3879
3855
|
Updates the specified Git repository with the specified values.
|
|
3880
3856
|
|
|
3881
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3857
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_code_repository.html)
|
|
3882
3858
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_code_repository)
|
|
3883
3859
|
"""
|
|
3884
3860
|
|
|
@@ -3888,7 +3864,7 @@ class SageMakerClient(BaseClient):
|
|
|
3888
3864
|
"""
|
|
3889
3865
|
Updates a context.
|
|
3890
3866
|
|
|
3891
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3867
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_context.html)
|
|
3892
3868
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_context)
|
|
3893
3869
|
"""
|
|
3894
3870
|
|
|
@@ -3898,7 +3874,7 @@ class SageMakerClient(BaseClient):
|
|
|
3898
3874
|
"""
|
|
3899
3875
|
Updates a fleet of devices.
|
|
3900
3876
|
|
|
3901
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3877
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_device_fleet.html)
|
|
3902
3878
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_device_fleet)
|
|
3903
3879
|
"""
|
|
3904
3880
|
|
|
@@ -3908,7 +3884,7 @@ class SageMakerClient(BaseClient):
|
|
|
3908
3884
|
"""
|
|
3909
3885
|
Updates one or more devices in a fleet.
|
|
3910
3886
|
|
|
3911
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3887
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_devices.html)
|
|
3912
3888
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_devices)
|
|
3913
3889
|
"""
|
|
3914
3890
|
|
|
@@ -3918,7 +3894,7 @@ class SageMakerClient(BaseClient):
|
|
|
3918
3894
|
"""
|
|
3919
3895
|
Updates the default settings for new user profiles in the domain.
|
|
3920
3896
|
|
|
3921
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3897
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_domain.html)
|
|
3922
3898
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_domain)
|
|
3923
3899
|
"""
|
|
3924
3900
|
|
|
@@ -3929,7 +3905,7 @@ class SageMakerClient(BaseClient):
|
|
|
3929
3905
|
Deploys the `EndpointConfig` specified in the request to a new fleet of
|
|
3930
3906
|
instances.
|
|
3931
3907
|
|
|
3932
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3908
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_endpoint.html)
|
|
3933
3909
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_endpoint)
|
|
3934
3910
|
"""
|
|
3935
3911
|
|
|
@@ -3938,10 +3914,9 @@ class SageMakerClient(BaseClient):
|
|
|
3938
3914
|
) -> UpdateEndpointWeightsAndCapacitiesOutputTypeDef:
|
|
3939
3915
|
"""
|
|
3940
3916
|
Updates variant weight of one or more variants associated with an existing
|
|
3941
|
-
endpoint, or capacity of one variant associated with an existing
|
|
3942
|
-
endpoint.
|
|
3917
|
+
endpoint, or capacity of one variant associated with an existing endpoint.
|
|
3943
3918
|
|
|
3944
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3919
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_endpoint_weights_and_capacities.html)
|
|
3945
3920
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_endpoint_weights_and_capacities)
|
|
3946
3921
|
"""
|
|
3947
3922
|
|
|
@@ -3951,7 +3926,7 @@ class SageMakerClient(BaseClient):
|
|
|
3951
3926
|
"""
|
|
3952
3927
|
Adds, updates, or removes the description of an experiment.
|
|
3953
3928
|
|
|
3954
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3929
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_experiment.html)
|
|
3955
3930
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_experiment)
|
|
3956
3931
|
"""
|
|
3957
3932
|
|
|
@@ -3960,10 +3935,9 @@ class SageMakerClient(BaseClient):
|
|
|
3960
3935
|
) -> UpdateFeatureGroupResponseTypeDef:
|
|
3961
3936
|
"""
|
|
3962
3937
|
Updates the feature group by either adding features or updating the online
|
|
3963
|
-
store
|
|
3964
|
-
configuration.
|
|
3938
|
+
store configuration.
|
|
3965
3939
|
|
|
3966
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3940
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_feature_group.html)
|
|
3967
3941
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_feature_group)
|
|
3968
3942
|
"""
|
|
3969
3943
|
|
|
@@ -3973,7 +3947,7 @@ class SageMakerClient(BaseClient):
|
|
|
3973
3947
|
"""
|
|
3974
3948
|
Updates the description and parameters of the feature group.
|
|
3975
3949
|
|
|
3976
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3950
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_feature_metadata.html)
|
|
3977
3951
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_feature_metadata)
|
|
3978
3952
|
"""
|
|
3979
3953
|
|
|
@@ -3983,7 +3957,7 @@ class SageMakerClient(BaseClient):
|
|
|
3983
3957
|
"""
|
|
3984
3958
|
Update a hub.
|
|
3985
3959
|
|
|
3986
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3960
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_hub.html)
|
|
3987
3961
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_hub)
|
|
3988
3962
|
"""
|
|
3989
3963
|
|
|
@@ -3993,7 +3967,7 @@ class SageMakerClient(BaseClient):
|
|
|
3993
3967
|
"""
|
|
3994
3968
|
Updates the properties of a SageMaker image.
|
|
3995
3969
|
|
|
3996
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3970
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_image.html)
|
|
3997
3971
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_image)
|
|
3998
3972
|
"""
|
|
3999
3973
|
|
|
@@ -4003,7 +3977,7 @@ class SageMakerClient(BaseClient):
|
|
|
4003
3977
|
"""
|
|
4004
3978
|
Updates the properties of a SageMaker image version.
|
|
4005
3979
|
|
|
4006
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3980
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_image_version.html)
|
|
4007
3981
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_image_version)
|
|
4008
3982
|
"""
|
|
4009
3983
|
|
|
@@ -4013,7 +3987,7 @@ class SageMakerClient(BaseClient):
|
|
|
4013
3987
|
"""
|
|
4014
3988
|
Updates an inference component.
|
|
4015
3989
|
|
|
4016
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
3990
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_inference_component.html)
|
|
4017
3991
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_inference_component)
|
|
4018
3992
|
"""
|
|
4019
3993
|
|
|
@@ -4023,7 +3997,7 @@ class SageMakerClient(BaseClient):
|
|
|
4023
3997
|
"""
|
|
4024
3998
|
Runtime settings for a model that is deployed with an inference component.
|
|
4025
3999
|
|
|
4026
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4000
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_inference_component_runtime_config.html)
|
|
4027
4001
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_inference_component_runtime_config)
|
|
4028
4002
|
"""
|
|
4029
4003
|
|
|
@@ -4033,7 +4007,7 @@ class SageMakerClient(BaseClient):
|
|
|
4033
4007
|
"""
|
|
4034
4008
|
Updates an inference experiment that you created.
|
|
4035
4009
|
|
|
4036
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4010
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_inference_experiment.html)
|
|
4037
4011
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_inference_experiment)
|
|
4038
4012
|
"""
|
|
4039
4013
|
|
|
@@ -4043,7 +4017,7 @@ class SageMakerClient(BaseClient):
|
|
|
4043
4017
|
"""
|
|
4044
4018
|
Updates properties of an existing MLflow Tracking Server.
|
|
4045
4019
|
|
|
4046
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4020
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_mlflow_tracking_server.html)
|
|
4047
4021
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_mlflow_tracking_server)
|
|
4048
4022
|
"""
|
|
4049
4023
|
|
|
@@ -4053,7 +4027,7 @@ class SageMakerClient(BaseClient):
|
|
|
4053
4027
|
"""
|
|
4054
4028
|
Update an Amazon SageMaker Model Card.
|
|
4055
4029
|
|
|
4056
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4030
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_model_card.html)
|
|
4057
4031
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_model_card)
|
|
4058
4032
|
"""
|
|
4059
4033
|
|
|
@@ -4063,7 +4037,7 @@ class SageMakerClient(BaseClient):
|
|
|
4063
4037
|
"""
|
|
4064
4038
|
Updates a versioned model.
|
|
4065
4039
|
|
|
4066
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4040
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_model_package.html)
|
|
4067
4041
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_model_package)
|
|
4068
4042
|
"""
|
|
4069
4043
|
|
|
@@ -4073,7 +4047,7 @@ class SageMakerClient(BaseClient):
|
|
|
4073
4047
|
"""
|
|
4074
4048
|
Update the parameters of a model monitor alert.
|
|
4075
4049
|
|
|
4076
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4050
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_monitoring_alert.html)
|
|
4077
4051
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_monitoring_alert)
|
|
4078
4052
|
"""
|
|
4079
4053
|
|
|
@@ -4083,7 +4057,7 @@ class SageMakerClient(BaseClient):
|
|
|
4083
4057
|
"""
|
|
4084
4058
|
Updates a previously created schedule.
|
|
4085
4059
|
|
|
4086
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4060
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_monitoring_schedule.html)
|
|
4087
4061
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_monitoring_schedule)
|
|
4088
4062
|
"""
|
|
4089
4063
|
|
|
@@ -4093,7 +4067,7 @@ class SageMakerClient(BaseClient):
|
|
|
4093
4067
|
"""
|
|
4094
4068
|
Updates a notebook instance.
|
|
4095
4069
|
|
|
4096
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4070
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_notebook_instance.html)
|
|
4097
4071
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_notebook_instance)
|
|
4098
4072
|
"""
|
|
4099
4073
|
|
|
@@ -4105,7 +4079,7 @@ class SageMakerClient(BaseClient):
|
|
|
4105
4079
|
[CreateNotebookInstanceLifecycleConfig](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateNotebookInstanceLifecycleConfig.html)
|
|
4106
4080
|
API.
|
|
4107
4081
|
|
|
4108
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4082
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_notebook_instance_lifecycle_config.html)
|
|
4109
4083
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_notebook_instance_lifecycle_config)
|
|
4110
4084
|
"""
|
|
4111
4085
|
|
|
@@ -4115,7 +4089,7 @@ class SageMakerClient(BaseClient):
|
|
|
4115
4089
|
"""
|
|
4116
4090
|
Updates a pipeline.
|
|
4117
4091
|
|
|
4118
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4092
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_pipeline.html)
|
|
4119
4093
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_pipeline)
|
|
4120
4094
|
"""
|
|
4121
4095
|
|
|
@@ -4125,7 +4099,7 @@ class SageMakerClient(BaseClient):
|
|
|
4125
4099
|
"""
|
|
4126
4100
|
Updates a pipeline execution.
|
|
4127
4101
|
|
|
4128
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4102
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_pipeline_execution.html)
|
|
4129
4103
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_pipeline_execution)
|
|
4130
4104
|
"""
|
|
4131
4105
|
|
|
@@ -4134,10 +4108,9 @@ class SageMakerClient(BaseClient):
|
|
|
4134
4108
|
) -> UpdateProjectOutputTypeDef:
|
|
4135
4109
|
"""
|
|
4136
4110
|
Updates a machine learning (ML) project that is created from a template that
|
|
4137
|
-
sets up an ML pipeline from training to deploying an approved
|
|
4138
|
-
model.
|
|
4111
|
+
sets up an ML pipeline from training to deploying an approved model.
|
|
4139
4112
|
|
|
4140
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4113
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_project.html)
|
|
4141
4114
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_project)
|
|
4142
4115
|
"""
|
|
4143
4116
|
|
|
@@ -4147,7 +4120,7 @@ class SageMakerClient(BaseClient):
|
|
|
4147
4120
|
"""
|
|
4148
4121
|
Updates the settings of a space.
|
|
4149
4122
|
|
|
4150
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4123
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_space.html)
|
|
4151
4124
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_space)
|
|
4152
4125
|
"""
|
|
4153
4126
|
|
|
@@ -4156,10 +4129,9 @@ class SageMakerClient(BaseClient):
|
|
|
4156
4129
|
) -> UpdateTrainingJobResponseTypeDef:
|
|
4157
4130
|
"""
|
|
4158
4131
|
Update a model training job to request a new Debugger profiling configuration
|
|
4159
|
-
or to change warm pool retention
|
|
4160
|
-
length.
|
|
4132
|
+
or to change warm pool retention length.
|
|
4161
4133
|
|
|
4162
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4134
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_training_job.html)
|
|
4163
4135
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_training_job)
|
|
4164
4136
|
"""
|
|
4165
4137
|
|
|
@@ -4169,7 +4141,7 @@ class SageMakerClient(BaseClient):
|
|
|
4169
4141
|
"""
|
|
4170
4142
|
Updates the display name of a trial.
|
|
4171
4143
|
|
|
4172
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4144
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_trial.html)
|
|
4173
4145
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_trial)
|
|
4174
4146
|
"""
|
|
4175
4147
|
|
|
@@ -4179,7 +4151,7 @@ class SageMakerClient(BaseClient):
|
|
|
4179
4151
|
"""
|
|
4180
4152
|
Updates one or more properties of a trial component.
|
|
4181
4153
|
|
|
4182
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4154
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_trial_component.html)
|
|
4183
4155
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_trial_component)
|
|
4184
4156
|
"""
|
|
4185
4157
|
|
|
@@ -4189,7 +4161,7 @@ class SageMakerClient(BaseClient):
|
|
|
4189
4161
|
"""
|
|
4190
4162
|
Updates a user profile.
|
|
4191
4163
|
|
|
4192
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4164
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_user_profile.html)
|
|
4193
4165
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_user_profile)
|
|
4194
4166
|
"""
|
|
4195
4167
|
|
|
@@ -4199,7 +4171,7 @@ class SageMakerClient(BaseClient):
|
|
|
4199
4171
|
"""
|
|
4200
4172
|
Use this operation to update your workforce.
|
|
4201
4173
|
|
|
4202
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4174
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_workforce.html)
|
|
4203
4175
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_workforce)
|
|
4204
4176
|
"""
|
|
4205
4177
|
|
|
@@ -4209,28 +4181,28 @@ class SageMakerClient(BaseClient):
|
|
|
4209
4181
|
"""
|
|
4210
4182
|
Updates an existing work team with new member definitions or description.
|
|
4211
4183
|
|
|
4212
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4184
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/update_workteam.html)
|
|
4213
4185
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_workteam)
|
|
4214
4186
|
"""
|
|
4215
4187
|
|
|
4216
4188
|
@overload
|
|
4217
4189
|
def get_paginator(self, operation_name: Literal["list_actions"]) -> ListActionsPaginator:
|
|
4218
4190
|
"""
|
|
4219
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4191
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4220
4192
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4221
4193
|
"""
|
|
4222
4194
|
|
|
4223
4195
|
@overload
|
|
4224
4196
|
def get_paginator(self, operation_name: Literal["list_algorithms"]) -> ListAlgorithmsPaginator:
|
|
4225
4197
|
"""
|
|
4226
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4198
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4227
4199
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4228
4200
|
"""
|
|
4229
4201
|
|
|
4230
4202
|
@overload
|
|
4231
4203
|
def get_paginator(self, operation_name: Literal["list_aliases"]) -> ListAliasesPaginator:
|
|
4232
4204
|
"""
|
|
4233
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4205
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4234
4206
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4235
4207
|
"""
|
|
4236
4208
|
|
|
@@ -4239,21 +4211,21 @@ class SageMakerClient(BaseClient):
|
|
|
4239
4211
|
self, operation_name: Literal["list_app_image_configs"]
|
|
4240
4212
|
) -> ListAppImageConfigsPaginator:
|
|
4241
4213
|
"""
|
|
4242
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4214
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4243
4215
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4244
4216
|
"""
|
|
4245
4217
|
|
|
4246
4218
|
@overload
|
|
4247
4219
|
def get_paginator(self, operation_name: Literal["list_apps"]) -> ListAppsPaginator:
|
|
4248
4220
|
"""
|
|
4249
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4221
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4250
4222
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4251
4223
|
"""
|
|
4252
4224
|
|
|
4253
4225
|
@overload
|
|
4254
4226
|
def get_paginator(self, operation_name: Literal["list_artifacts"]) -> ListArtifactsPaginator:
|
|
4255
4227
|
"""
|
|
4256
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4228
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4257
4229
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4258
4230
|
"""
|
|
4259
4231
|
|
|
@@ -4262,7 +4234,7 @@ class SageMakerClient(BaseClient):
|
|
|
4262
4234
|
self, operation_name: Literal["list_associations"]
|
|
4263
4235
|
) -> ListAssociationsPaginator:
|
|
4264
4236
|
"""
|
|
4265
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4237
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4266
4238
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4267
4239
|
"""
|
|
4268
4240
|
|
|
@@ -4271,7 +4243,7 @@ class SageMakerClient(BaseClient):
|
|
|
4271
4243
|
self, operation_name: Literal["list_auto_ml_jobs"]
|
|
4272
4244
|
) -> ListAutoMLJobsPaginator:
|
|
4273
4245
|
"""
|
|
4274
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4246
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4275
4247
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4276
4248
|
"""
|
|
4277
4249
|
|
|
@@ -4280,7 +4252,7 @@ class SageMakerClient(BaseClient):
|
|
|
4280
4252
|
self, operation_name: Literal["list_candidates_for_auto_ml_job"]
|
|
4281
4253
|
) -> ListCandidatesForAutoMLJobPaginator:
|
|
4282
4254
|
"""
|
|
4283
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4255
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4284
4256
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4285
4257
|
"""
|
|
4286
4258
|
|
|
@@ -4289,14 +4261,14 @@ class SageMakerClient(BaseClient):
|
|
|
4289
4261
|
self, operation_name: Literal["list_cluster_nodes"]
|
|
4290
4262
|
) -> ListClusterNodesPaginator:
|
|
4291
4263
|
"""
|
|
4292
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4264
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4293
4265
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4294
4266
|
"""
|
|
4295
4267
|
|
|
4296
4268
|
@overload
|
|
4297
4269
|
def get_paginator(self, operation_name: Literal["list_clusters"]) -> ListClustersPaginator:
|
|
4298
4270
|
"""
|
|
4299
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4271
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4300
4272
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4301
4273
|
"""
|
|
4302
4274
|
|
|
@@ -4305,7 +4277,7 @@ class SageMakerClient(BaseClient):
|
|
|
4305
4277
|
self, operation_name: Literal["list_code_repositories"]
|
|
4306
4278
|
) -> ListCodeRepositoriesPaginator:
|
|
4307
4279
|
"""
|
|
4308
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4280
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4309
4281
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4310
4282
|
"""
|
|
4311
4283
|
|
|
@@ -4314,14 +4286,14 @@ class SageMakerClient(BaseClient):
|
|
|
4314
4286
|
self, operation_name: Literal["list_compilation_jobs"]
|
|
4315
4287
|
) -> ListCompilationJobsPaginator:
|
|
4316
4288
|
"""
|
|
4317
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4289
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4318
4290
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4319
4291
|
"""
|
|
4320
4292
|
|
|
4321
4293
|
@overload
|
|
4322
4294
|
def get_paginator(self, operation_name: Literal["list_contexts"]) -> ListContextsPaginator:
|
|
4323
4295
|
"""
|
|
4324
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4296
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4325
4297
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4326
4298
|
"""
|
|
4327
4299
|
|
|
@@ -4330,7 +4302,7 @@ class SageMakerClient(BaseClient):
|
|
|
4330
4302
|
self, operation_name: Literal["list_data_quality_job_definitions"]
|
|
4331
4303
|
) -> ListDataQualityJobDefinitionsPaginator:
|
|
4332
4304
|
"""
|
|
4333
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4305
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4334
4306
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4335
4307
|
"""
|
|
4336
4308
|
|
|
@@ -4339,21 +4311,21 @@ class SageMakerClient(BaseClient):
|
|
|
4339
4311
|
self, operation_name: Literal["list_device_fleets"]
|
|
4340
4312
|
) -> ListDeviceFleetsPaginator:
|
|
4341
4313
|
"""
|
|
4342
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4314
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4343
4315
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4344
4316
|
"""
|
|
4345
4317
|
|
|
4346
4318
|
@overload
|
|
4347
4319
|
def get_paginator(self, operation_name: Literal["list_devices"]) -> ListDevicesPaginator:
|
|
4348
4320
|
"""
|
|
4349
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4321
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4350
4322
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4351
4323
|
"""
|
|
4352
4324
|
|
|
4353
4325
|
@overload
|
|
4354
4326
|
def get_paginator(self, operation_name: Literal["list_domains"]) -> ListDomainsPaginator:
|
|
4355
4327
|
"""
|
|
4356
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4328
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4357
4329
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4358
4330
|
"""
|
|
4359
4331
|
|
|
@@ -4362,7 +4334,7 @@ class SageMakerClient(BaseClient):
|
|
|
4362
4334
|
self, operation_name: Literal["list_edge_deployment_plans"]
|
|
4363
4335
|
) -> ListEdgeDeploymentPlansPaginator:
|
|
4364
4336
|
"""
|
|
4365
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4337
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4366
4338
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4367
4339
|
"""
|
|
4368
4340
|
|
|
@@ -4371,7 +4343,7 @@ class SageMakerClient(BaseClient):
|
|
|
4371
4343
|
self, operation_name: Literal["list_edge_packaging_jobs"]
|
|
4372
4344
|
) -> ListEdgePackagingJobsPaginator:
|
|
4373
4345
|
"""
|
|
4374
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4346
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4375
4347
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4376
4348
|
"""
|
|
4377
4349
|
|
|
@@ -4380,14 +4352,14 @@ class SageMakerClient(BaseClient):
|
|
|
4380
4352
|
self, operation_name: Literal["list_endpoint_configs"]
|
|
4381
4353
|
) -> ListEndpointConfigsPaginator:
|
|
4382
4354
|
"""
|
|
4383
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4355
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4384
4356
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4385
4357
|
"""
|
|
4386
4358
|
|
|
4387
4359
|
@overload
|
|
4388
4360
|
def get_paginator(self, operation_name: Literal["list_endpoints"]) -> ListEndpointsPaginator:
|
|
4389
4361
|
"""
|
|
4390
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4362
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4391
4363
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4392
4364
|
"""
|
|
4393
4365
|
|
|
@@ -4396,7 +4368,7 @@ class SageMakerClient(BaseClient):
|
|
|
4396
4368
|
self, operation_name: Literal["list_experiments"]
|
|
4397
4369
|
) -> ListExperimentsPaginator:
|
|
4398
4370
|
"""
|
|
4399
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4371
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4400
4372
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4401
4373
|
"""
|
|
4402
4374
|
|
|
@@ -4405,7 +4377,7 @@ class SageMakerClient(BaseClient):
|
|
|
4405
4377
|
self, operation_name: Literal["list_feature_groups"]
|
|
4406
4378
|
) -> ListFeatureGroupsPaginator:
|
|
4407
4379
|
"""
|
|
4408
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4380
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4409
4381
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4410
4382
|
"""
|
|
4411
4383
|
|
|
@@ -4414,7 +4386,7 @@ class SageMakerClient(BaseClient):
|
|
|
4414
4386
|
self, operation_name: Literal["list_flow_definitions"]
|
|
4415
4387
|
) -> ListFlowDefinitionsPaginator:
|
|
4416
4388
|
"""
|
|
4417
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4389
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4418
4390
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4419
4391
|
"""
|
|
4420
4392
|
|
|
@@ -4423,7 +4395,7 @@ class SageMakerClient(BaseClient):
|
|
|
4423
4395
|
self, operation_name: Literal["list_human_task_uis"]
|
|
4424
4396
|
) -> ListHumanTaskUisPaginator:
|
|
4425
4397
|
"""
|
|
4426
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4398
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4427
4399
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4428
4400
|
"""
|
|
4429
4401
|
|
|
@@ -4432,7 +4404,7 @@ class SageMakerClient(BaseClient):
|
|
|
4432
4404
|
self, operation_name: Literal["list_hyper_parameter_tuning_jobs"]
|
|
4433
4405
|
) -> ListHyperParameterTuningJobsPaginator:
|
|
4434
4406
|
"""
|
|
4435
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4407
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4436
4408
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4437
4409
|
"""
|
|
4438
4410
|
|
|
@@ -4441,14 +4413,14 @@ class SageMakerClient(BaseClient):
|
|
|
4441
4413
|
self, operation_name: Literal["list_image_versions"]
|
|
4442
4414
|
) -> ListImageVersionsPaginator:
|
|
4443
4415
|
"""
|
|
4444
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4416
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4445
4417
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4446
4418
|
"""
|
|
4447
4419
|
|
|
4448
4420
|
@overload
|
|
4449
4421
|
def get_paginator(self, operation_name: Literal["list_images"]) -> ListImagesPaginator:
|
|
4450
4422
|
"""
|
|
4451
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4423
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4452
4424
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4453
4425
|
"""
|
|
4454
4426
|
|
|
@@ -4457,7 +4429,7 @@ class SageMakerClient(BaseClient):
|
|
|
4457
4429
|
self, operation_name: Literal["list_inference_components"]
|
|
4458
4430
|
) -> ListInferenceComponentsPaginator:
|
|
4459
4431
|
"""
|
|
4460
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4432
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4461
4433
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4462
4434
|
"""
|
|
4463
4435
|
|
|
@@ -4466,7 +4438,7 @@ class SageMakerClient(BaseClient):
|
|
|
4466
4438
|
self, operation_name: Literal["list_inference_experiments"]
|
|
4467
4439
|
) -> ListInferenceExperimentsPaginator:
|
|
4468
4440
|
"""
|
|
4469
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4441
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4470
4442
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4471
4443
|
"""
|
|
4472
4444
|
|
|
@@ -4475,7 +4447,7 @@ class SageMakerClient(BaseClient):
|
|
|
4475
4447
|
self, operation_name: Literal["list_inference_recommendations_job_steps"]
|
|
4476
4448
|
) -> ListInferenceRecommendationsJobStepsPaginator:
|
|
4477
4449
|
"""
|
|
4478
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4450
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4479
4451
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4480
4452
|
"""
|
|
4481
4453
|
|
|
@@ -4484,7 +4456,7 @@ class SageMakerClient(BaseClient):
|
|
|
4484
4456
|
self, operation_name: Literal["list_inference_recommendations_jobs"]
|
|
4485
4457
|
) -> ListInferenceRecommendationsJobsPaginator:
|
|
4486
4458
|
"""
|
|
4487
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4459
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4488
4460
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4489
4461
|
"""
|
|
4490
4462
|
|
|
@@ -4493,7 +4465,7 @@ class SageMakerClient(BaseClient):
|
|
|
4493
4465
|
self, operation_name: Literal["list_labeling_jobs_for_workteam"]
|
|
4494
4466
|
) -> ListLabelingJobsForWorkteamPaginator:
|
|
4495
4467
|
"""
|
|
4496
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4468
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4497
4469
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4498
4470
|
"""
|
|
4499
4471
|
|
|
@@ -4502,7 +4474,7 @@ class SageMakerClient(BaseClient):
|
|
|
4502
4474
|
self, operation_name: Literal["list_labeling_jobs"]
|
|
4503
4475
|
) -> ListLabelingJobsPaginator:
|
|
4504
4476
|
"""
|
|
4505
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4477
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4506
4478
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4507
4479
|
"""
|
|
4508
4480
|
|
|
@@ -4511,7 +4483,7 @@ class SageMakerClient(BaseClient):
|
|
|
4511
4483
|
self, operation_name: Literal["list_lineage_groups"]
|
|
4512
4484
|
) -> ListLineageGroupsPaginator:
|
|
4513
4485
|
"""
|
|
4514
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4486
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4515
4487
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4516
4488
|
"""
|
|
4517
4489
|
|
|
@@ -4520,7 +4492,7 @@ class SageMakerClient(BaseClient):
|
|
|
4520
4492
|
self, operation_name: Literal["list_mlflow_tracking_servers"]
|
|
4521
4493
|
) -> ListMlflowTrackingServersPaginator:
|
|
4522
4494
|
"""
|
|
4523
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4495
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4524
4496
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4525
4497
|
"""
|
|
4526
4498
|
|
|
@@ -4529,7 +4501,7 @@ class SageMakerClient(BaseClient):
|
|
|
4529
4501
|
self, operation_name: Literal["list_model_bias_job_definitions"]
|
|
4530
4502
|
) -> ListModelBiasJobDefinitionsPaginator:
|
|
4531
4503
|
"""
|
|
4532
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4504
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4533
4505
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4534
4506
|
"""
|
|
4535
4507
|
|
|
@@ -4538,7 +4510,7 @@ class SageMakerClient(BaseClient):
|
|
|
4538
4510
|
self, operation_name: Literal["list_model_card_export_jobs"]
|
|
4539
4511
|
) -> ListModelCardExportJobsPaginator:
|
|
4540
4512
|
"""
|
|
4541
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4513
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4542
4514
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4543
4515
|
"""
|
|
4544
4516
|
|
|
@@ -4547,14 +4519,14 @@ class SageMakerClient(BaseClient):
|
|
|
4547
4519
|
self, operation_name: Literal["list_model_card_versions"]
|
|
4548
4520
|
) -> ListModelCardVersionsPaginator:
|
|
4549
4521
|
"""
|
|
4550
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4522
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4551
4523
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4552
4524
|
"""
|
|
4553
4525
|
|
|
4554
4526
|
@overload
|
|
4555
4527
|
def get_paginator(self, operation_name: Literal["list_model_cards"]) -> ListModelCardsPaginator:
|
|
4556
4528
|
"""
|
|
4557
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4529
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4558
4530
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4559
4531
|
"""
|
|
4560
4532
|
|
|
@@ -4563,7 +4535,7 @@ class SageMakerClient(BaseClient):
|
|
|
4563
4535
|
self, operation_name: Literal["list_model_explainability_job_definitions"]
|
|
4564
4536
|
) -> ListModelExplainabilityJobDefinitionsPaginator:
|
|
4565
4537
|
"""
|
|
4566
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4538
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4567
4539
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4568
4540
|
"""
|
|
4569
4541
|
|
|
@@ -4572,7 +4544,7 @@ class SageMakerClient(BaseClient):
|
|
|
4572
4544
|
self, operation_name: Literal["list_model_metadata"]
|
|
4573
4545
|
) -> ListModelMetadataPaginator:
|
|
4574
4546
|
"""
|
|
4575
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4547
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4576
4548
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4577
4549
|
"""
|
|
4578
4550
|
|
|
@@ -4581,7 +4553,7 @@ class SageMakerClient(BaseClient):
|
|
|
4581
4553
|
self, operation_name: Literal["list_model_package_groups"]
|
|
4582
4554
|
) -> ListModelPackageGroupsPaginator:
|
|
4583
4555
|
"""
|
|
4584
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4556
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4585
4557
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4586
4558
|
"""
|
|
4587
4559
|
|
|
@@ -4590,7 +4562,7 @@ class SageMakerClient(BaseClient):
|
|
|
4590
4562
|
self, operation_name: Literal["list_model_packages"]
|
|
4591
4563
|
) -> ListModelPackagesPaginator:
|
|
4592
4564
|
"""
|
|
4593
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4565
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4594
4566
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4595
4567
|
"""
|
|
4596
4568
|
|
|
@@ -4599,14 +4571,14 @@ class SageMakerClient(BaseClient):
|
|
|
4599
4571
|
self, operation_name: Literal["list_model_quality_job_definitions"]
|
|
4600
4572
|
) -> ListModelQualityJobDefinitionsPaginator:
|
|
4601
4573
|
"""
|
|
4602
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4574
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4603
4575
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4604
4576
|
"""
|
|
4605
4577
|
|
|
4606
4578
|
@overload
|
|
4607
4579
|
def get_paginator(self, operation_name: Literal["list_models"]) -> ListModelsPaginator:
|
|
4608
4580
|
"""
|
|
4609
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4581
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4610
4582
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4611
4583
|
"""
|
|
4612
4584
|
|
|
@@ -4615,7 +4587,7 @@ class SageMakerClient(BaseClient):
|
|
|
4615
4587
|
self, operation_name: Literal["list_monitoring_alert_history"]
|
|
4616
4588
|
) -> ListMonitoringAlertHistoryPaginator:
|
|
4617
4589
|
"""
|
|
4618
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4590
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4619
4591
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4620
4592
|
"""
|
|
4621
4593
|
|
|
@@ -4624,7 +4596,7 @@ class SageMakerClient(BaseClient):
|
|
|
4624
4596
|
self, operation_name: Literal["list_monitoring_alerts"]
|
|
4625
4597
|
) -> ListMonitoringAlertsPaginator:
|
|
4626
4598
|
"""
|
|
4627
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4599
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4628
4600
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4629
4601
|
"""
|
|
4630
4602
|
|
|
@@ -4633,7 +4605,7 @@ class SageMakerClient(BaseClient):
|
|
|
4633
4605
|
self, operation_name: Literal["list_monitoring_executions"]
|
|
4634
4606
|
) -> ListMonitoringExecutionsPaginator:
|
|
4635
4607
|
"""
|
|
4636
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4608
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4637
4609
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4638
4610
|
"""
|
|
4639
4611
|
|
|
@@ -4642,7 +4614,7 @@ class SageMakerClient(BaseClient):
|
|
|
4642
4614
|
self, operation_name: Literal["list_monitoring_schedules"]
|
|
4643
4615
|
) -> ListMonitoringSchedulesPaginator:
|
|
4644
4616
|
"""
|
|
4645
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4617
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4646
4618
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4647
4619
|
"""
|
|
4648
4620
|
|
|
@@ -4651,7 +4623,7 @@ class SageMakerClient(BaseClient):
|
|
|
4651
4623
|
self, operation_name: Literal["list_notebook_instance_lifecycle_configs"]
|
|
4652
4624
|
) -> ListNotebookInstanceLifecycleConfigsPaginator:
|
|
4653
4625
|
"""
|
|
4654
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4626
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4655
4627
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4656
4628
|
"""
|
|
4657
4629
|
|
|
@@ -4660,7 +4632,7 @@ class SageMakerClient(BaseClient):
|
|
|
4660
4632
|
self, operation_name: Literal["list_notebook_instances"]
|
|
4661
4633
|
) -> ListNotebookInstancesPaginator:
|
|
4662
4634
|
"""
|
|
4663
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4635
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4664
4636
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4665
4637
|
"""
|
|
4666
4638
|
|
|
@@ -4669,7 +4641,7 @@ class SageMakerClient(BaseClient):
|
|
|
4669
4641
|
self, operation_name: Literal["list_optimization_jobs"]
|
|
4670
4642
|
) -> ListOptimizationJobsPaginator:
|
|
4671
4643
|
"""
|
|
4672
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4644
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4673
4645
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4674
4646
|
"""
|
|
4675
4647
|
|
|
@@ -4678,7 +4650,7 @@ class SageMakerClient(BaseClient):
|
|
|
4678
4650
|
self, operation_name: Literal["list_pipeline_execution_steps"]
|
|
4679
4651
|
) -> ListPipelineExecutionStepsPaginator:
|
|
4680
4652
|
"""
|
|
4681
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4653
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4682
4654
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4683
4655
|
"""
|
|
4684
4656
|
|
|
@@ -4687,7 +4659,7 @@ class SageMakerClient(BaseClient):
|
|
|
4687
4659
|
self, operation_name: Literal["list_pipeline_executions"]
|
|
4688
4660
|
) -> ListPipelineExecutionsPaginator:
|
|
4689
4661
|
"""
|
|
4690
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4662
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4691
4663
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4692
4664
|
"""
|
|
4693
4665
|
|
|
@@ -4696,14 +4668,14 @@ class SageMakerClient(BaseClient):
|
|
|
4696
4668
|
self, operation_name: Literal["list_pipeline_parameters_for_execution"]
|
|
4697
4669
|
) -> ListPipelineParametersForExecutionPaginator:
|
|
4698
4670
|
"""
|
|
4699
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4671
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4700
4672
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4701
4673
|
"""
|
|
4702
4674
|
|
|
4703
4675
|
@overload
|
|
4704
4676
|
def get_paginator(self, operation_name: Literal["list_pipelines"]) -> ListPipelinesPaginator:
|
|
4705
4677
|
"""
|
|
4706
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4678
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4707
4679
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4708
4680
|
"""
|
|
4709
4681
|
|
|
@@ -4712,7 +4684,7 @@ class SageMakerClient(BaseClient):
|
|
|
4712
4684
|
self, operation_name: Literal["list_processing_jobs"]
|
|
4713
4685
|
) -> ListProcessingJobsPaginator:
|
|
4714
4686
|
"""
|
|
4715
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4687
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4716
4688
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4717
4689
|
"""
|
|
4718
4690
|
|
|
@@ -4721,14 +4693,14 @@ class SageMakerClient(BaseClient):
|
|
|
4721
4693
|
self, operation_name: Literal["list_resource_catalogs"]
|
|
4722
4694
|
) -> ListResourceCatalogsPaginator:
|
|
4723
4695
|
"""
|
|
4724
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4696
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4725
4697
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4726
4698
|
"""
|
|
4727
4699
|
|
|
4728
4700
|
@overload
|
|
4729
4701
|
def get_paginator(self, operation_name: Literal["list_spaces"]) -> ListSpacesPaginator:
|
|
4730
4702
|
"""
|
|
4731
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4703
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4732
4704
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4733
4705
|
"""
|
|
4734
4706
|
|
|
@@ -4737,7 +4709,7 @@ class SageMakerClient(BaseClient):
|
|
|
4737
4709
|
self, operation_name: Literal["list_stage_devices"]
|
|
4738
4710
|
) -> ListStageDevicesPaginator:
|
|
4739
4711
|
"""
|
|
4740
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4712
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4741
4713
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4742
4714
|
"""
|
|
4743
4715
|
|
|
@@ -4746,7 +4718,7 @@ class SageMakerClient(BaseClient):
|
|
|
4746
4718
|
self, operation_name: Literal["list_studio_lifecycle_configs"]
|
|
4747
4719
|
) -> ListStudioLifecycleConfigsPaginator:
|
|
4748
4720
|
"""
|
|
4749
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4721
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4750
4722
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4751
4723
|
"""
|
|
4752
4724
|
|
|
@@ -4755,14 +4727,14 @@ class SageMakerClient(BaseClient):
|
|
|
4755
4727
|
self, operation_name: Literal["list_subscribed_workteams"]
|
|
4756
4728
|
) -> ListSubscribedWorkteamsPaginator:
|
|
4757
4729
|
"""
|
|
4758
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4730
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4759
4731
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4760
4732
|
"""
|
|
4761
4733
|
|
|
4762
4734
|
@overload
|
|
4763
4735
|
def get_paginator(self, operation_name: Literal["list_tags"]) -> ListTagsPaginator:
|
|
4764
4736
|
"""
|
|
4765
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4737
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4766
4738
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4767
4739
|
"""
|
|
4768
4740
|
|
|
@@ -4771,7 +4743,7 @@ class SageMakerClient(BaseClient):
|
|
|
4771
4743
|
self, operation_name: Literal["list_training_jobs_for_hyper_parameter_tuning_job"]
|
|
4772
4744
|
) -> ListTrainingJobsForHyperParameterTuningJobPaginator:
|
|
4773
4745
|
"""
|
|
4774
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4746
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4775
4747
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4776
4748
|
"""
|
|
4777
4749
|
|
|
@@ -4780,7 +4752,7 @@ class SageMakerClient(BaseClient):
|
|
|
4780
4752
|
self, operation_name: Literal["list_training_jobs"]
|
|
4781
4753
|
) -> ListTrainingJobsPaginator:
|
|
4782
4754
|
"""
|
|
4783
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4755
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4784
4756
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4785
4757
|
"""
|
|
4786
4758
|
|
|
@@ -4789,7 +4761,7 @@ class SageMakerClient(BaseClient):
|
|
|
4789
4761
|
self, operation_name: Literal["list_transform_jobs"]
|
|
4790
4762
|
) -> ListTransformJobsPaginator:
|
|
4791
4763
|
"""
|
|
4792
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4764
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4793
4765
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4794
4766
|
"""
|
|
4795
4767
|
|
|
@@ -4798,14 +4770,14 @@ class SageMakerClient(BaseClient):
|
|
|
4798
4770
|
self, operation_name: Literal["list_trial_components"]
|
|
4799
4771
|
) -> ListTrialComponentsPaginator:
|
|
4800
4772
|
"""
|
|
4801
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4773
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4802
4774
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4803
4775
|
"""
|
|
4804
4776
|
|
|
4805
4777
|
@overload
|
|
4806
4778
|
def get_paginator(self, operation_name: Literal["list_trials"]) -> ListTrialsPaginator:
|
|
4807
4779
|
"""
|
|
4808
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4780
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4809
4781
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4810
4782
|
"""
|
|
4811
4783
|
|
|
@@ -4814,63 +4786,63 @@ class SageMakerClient(BaseClient):
|
|
|
4814
4786
|
self, operation_name: Literal["list_user_profiles"]
|
|
4815
4787
|
) -> ListUserProfilesPaginator:
|
|
4816
4788
|
"""
|
|
4817
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4789
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4818
4790
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4819
4791
|
"""
|
|
4820
4792
|
|
|
4821
4793
|
@overload
|
|
4822
4794
|
def get_paginator(self, operation_name: Literal["list_workforces"]) -> ListWorkforcesPaginator:
|
|
4823
4795
|
"""
|
|
4824
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4796
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4825
4797
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4826
4798
|
"""
|
|
4827
4799
|
|
|
4828
4800
|
@overload
|
|
4829
4801
|
def get_paginator(self, operation_name: Literal["list_workteams"]) -> ListWorkteamsPaginator:
|
|
4830
4802
|
"""
|
|
4831
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4803
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4832
4804
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4833
4805
|
"""
|
|
4834
4806
|
|
|
4835
4807
|
@overload
|
|
4836
4808
|
def get_paginator(self, operation_name: Literal["search"]) -> SearchPaginator:
|
|
4837
4809
|
"""
|
|
4838
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4810
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_paginator.html)
|
|
4839
4811
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
4840
4812
|
"""
|
|
4841
4813
|
|
|
4842
4814
|
@overload
|
|
4843
4815
|
def get_waiter(self, waiter_name: Literal["endpoint_deleted"]) -> EndpointDeletedWaiter:
|
|
4844
4816
|
"""
|
|
4845
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4817
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4846
4818
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4847
4819
|
"""
|
|
4848
4820
|
|
|
4849
4821
|
@overload
|
|
4850
4822
|
def get_waiter(self, waiter_name: Literal["endpoint_in_service"]) -> EndpointInServiceWaiter:
|
|
4851
4823
|
"""
|
|
4852
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4824
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4853
4825
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4854
4826
|
"""
|
|
4855
4827
|
|
|
4856
4828
|
@overload
|
|
4857
4829
|
def get_waiter(self, waiter_name: Literal["image_created"]) -> ImageCreatedWaiter:
|
|
4858
4830
|
"""
|
|
4859
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4831
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4860
4832
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4861
4833
|
"""
|
|
4862
4834
|
|
|
4863
4835
|
@overload
|
|
4864
4836
|
def get_waiter(self, waiter_name: Literal["image_deleted"]) -> ImageDeletedWaiter:
|
|
4865
4837
|
"""
|
|
4866
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4838
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4867
4839
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4868
4840
|
"""
|
|
4869
4841
|
|
|
4870
4842
|
@overload
|
|
4871
4843
|
def get_waiter(self, waiter_name: Literal["image_updated"]) -> ImageUpdatedWaiter:
|
|
4872
4844
|
"""
|
|
4873
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4845
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4874
4846
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4875
4847
|
"""
|
|
4876
4848
|
|
|
@@ -4879,7 +4851,7 @@ class SageMakerClient(BaseClient):
|
|
|
4879
4851
|
self, waiter_name: Literal["image_version_created"]
|
|
4880
4852
|
) -> ImageVersionCreatedWaiter:
|
|
4881
4853
|
"""
|
|
4882
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4854
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4883
4855
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4884
4856
|
"""
|
|
4885
4857
|
|
|
@@ -4888,7 +4860,7 @@ class SageMakerClient(BaseClient):
|
|
|
4888
4860
|
self, waiter_name: Literal["image_version_deleted"]
|
|
4889
4861
|
) -> ImageVersionDeletedWaiter:
|
|
4890
4862
|
"""
|
|
4891
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4863
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4892
4864
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4893
4865
|
"""
|
|
4894
4866
|
|
|
@@ -4897,7 +4869,7 @@ class SageMakerClient(BaseClient):
|
|
|
4897
4869
|
self, waiter_name: Literal["notebook_instance_deleted"]
|
|
4898
4870
|
) -> NotebookInstanceDeletedWaiter:
|
|
4899
4871
|
"""
|
|
4900
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4872
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4901
4873
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4902
4874
|
"""
|
|
4903
4875
|
|
|
@@ -4906,7 +4878,7 @@ class SageMakerClient(BaseClient):
|
|
|
4906
4878
|
self, waiter_name: Literal["notebook_instance_in_service"]
|
|
4907
4879
|
) -> NotebookInstanceInServiceWaiter:
|
|
4908
4880
|
"""
|
|
4909
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4881
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4910
4882
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4911
4883
|
"""
|
|
4912
4884
|
|
|
@@ -4915,7 +4887,7 @@ class SageMakerClient(BaseClient):
|
|
|
4915
4887
|
self, waiter_name: Literal["notebook_instance_stopped"]
|
|
4916
4888
|
) -> NotebookInstanceStoppedWaiter:
|
|
4917
4889
|
"""
|
|
4918
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4890
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4919
4891
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4920
4892
|
"""
|
|
4921
4893
|
|
|
@@ -4924,7 +4896,7 @@ class SageMakerClient(BaseClient):
|
|
|
4924
4896
|
self, waiter_name: Literal["processing_job_completed_or_stopped"]
|
|
4925
4897
|
) -> ProcessingJobCompletedOrStoppedWaiter:
|
|
4926
4898
|
"""
|
|
4927
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4899
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4928
4900
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4929
4901
|
"""
|
|
4930
4902
|
|
|
@@ -4933,7 +4905,7 @@ class SageMakerClient(BaseClient):
|
|
|
4933
4905
|
self, waiter_name: Literal["training_job_completed_or_stopped"]
|
|
4934
4906
|
) -> TrainingJobCompletedOrStoppedWaiter:
|
|
4935
4907
|
"""
|
|
4936
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4908
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4937
4909
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4938
4910
|
"""
|
|
4939
4911
|
|
|
@@ -4942,6 +4914,6 @@ class SageMakerClient(BaseClient):
|
|
|
4942
4914
|
self, waiter_name: Literal["transform_job_completed_or_stopped"]
|
|
4943
4915
|
) -> TransformJobCompletedOrStoppedWaiter:
|
|
4944
4916
|
"""
|
|
4945
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html
|
|
4917
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/get_waiter.html)
|
|
4946
4918
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_waiter)
|
|
4947
4919
|
"""
|