@@ -827,7 +827,7 @@ def run_pre_training_bias(
827
827
"`TVD <https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-data-bias-metric-total-variation-distance.html>`_",
828
828
"`KS <https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-data-bias-metric-kolmogorov-smirnov.html>`_",
829
829
"`CDDL <https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-data-bias-metric-cddl.html>`_"].
830
- Defaults to computing all.
830
+ Defaults to str " all" to run all metrics if left unspecified .
831
831
wait (bool): Whether the call should wait until the job completes (default: True).
832
832
logs (bool): Whether to show the logs produced by the job.
833
833
Only meaningful when ``wait`` is True (default: True).
@@ -906,7 +906,7 @@ def run_post_training_bias(
906
906
"`CDDPL <https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-post-training-bias-metric-cddpl.html>`_
907
907
", "`TE <https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-post-training-bias-metric-te.html>`_",
908
908
"`FT <https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-post-training-bias-metric-ft.html>`_"].
909
- Defaults to computing all.
909
+ Defaults to str " all" to run all metrics if left unspecified .
910
910
wait (bool): Whether the call should wait until the job completes (default: True).
911
911
logs (bool): Whether to show the logs produced by the job.
912
912
Only meaningful when ``wait`` is True (default: True).
@@ -989,7 +989,7 @@ def run_bias(
989
989
"`TVD <https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-data-bias-metric-total-variation-distance.html>`_",
990
990
"`KS <https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-data-bias-metric-kolmogorov-smirnov.html>`_",
991
991
"`CDDL <https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-data-bias-metric-cddl.html>`_"].
992
- Defaults to computing all.
992
+ Defaults to str " all" to run all metrics if left unspecified .
993
993
post_training_methods (str or list[str]): Selector of a subset of potential metrics:
994
994
["`DPPL <https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-post-training-bias-metric-dppl.html>`_"
995
995
, "`DI <https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-post-training-bias-metric-di.html>`_",
@@ -1002,7 +1002,7 @@ def run_bias(
1002
1002
"`CDDPL <https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-post-training-bias-metric-cddpl.html>`_
1003
1003
", "`TE <https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-post-training-bias-metric-te.html>`_",
1004
1004
"`FT <https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-post-training-bias-metric-ft.html>`_"].
1005
- Defaults to computing all.
1005
+ Defaults to str " all" to run all metrics if left unspecified .
1006
1006
wait (bool): Whether the call should wait until the job completes (default: True).
1007
1007
logs (bool): Whether to show the logs produced by the job.
1008
1008
Only meaningful when ``wait`` is True (default: True).
0 commit comments