Skip to content

Commit 7f9fccc

Browse files
author
Shing Lyu
committed
documentation: explain the ClarifyCheckStep and QualityCheckStep parameters
1 parent 8462f1a commit 7f9fccc

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/sagemaker/workflow/clarify_check_step.py

+4
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ def __init__(
166166
):
167167
"""Constructs a ClarifyCheckStep.
168168
169+
To understand the `skip_check`, `fail_on_violation`, `register_new_baseline`
170+
and `supplied_baseline_constraints` parameters, check the following documentation:
171+
https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-quality-clarify-baseline-lifecycle.html
172+
169173
Args:
170174
name (str): The name of the ClarifyCheckStep step.
171175
clarify_check_config (ClarifyCheckConfig): A ClarifyCheckConfig instance.

src/sagemaker/workflow/quality_check_step.py

+5
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ def __init__(
130130
):
131131
"""Constructs a QualityCheckStep.
132132
133+
To understand the `skip_check`, `fail_on_violation`, `register_new_baseline`,
134+
`supplied_baseline_constraints` and `supplied_baseline_constraints` parameters,
135+
check the following documentation:
136+
https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-quality-clarify-baseline-lifecycle.html
137+
133138
Args:
134139
name (str): The name of the QualityCheckStep step.
135140
quality_check_config (QualityCheckConfig): A QualityCheckConfig instance.

0 commit comments

Comments
 (0)