Skip to content

Commit 73a6280

Browse files
Shing Lyuknikure
authored andcommitted
documentation: explain the ClarifyCheckStep and QualityCheckStep parameters
1 parent 8eea80a commit 73a6280

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/sagemaker/workflow/clarify_check_step.py

Lines changed: 4 additions & 0 deletions
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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ def __init__(
135135
):
136136
"""Constructs a QualityCheckStep.
137137
138+
To understand the `skip_check`, `fail_on_violation`, `register_new_baseline`,
139+
`supplied_baseline_constraints` and `supplied_baseline_constraints` parameters,
140+
check the following documentation:
141+
https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-quality-clarify-baseline-lifecycle.html
142+
138143
Args:
139144
name (str): The name of the QualityCheckStep step.
140145
quality_check_config (QualityCheckConfig): A QualityCheckConfig instance.

0 commit comments

Comments
 (0)