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.

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