ClarifyCheckStep | R Documentation |
ClarifyCheckStep step for workflow.
ClarifyCheckStep step for workflow.
sagemaker.workflow::Entity
-> sagemaker.workflow::Step
-> ClarifyCheckStep
arguments
The arguments dict that is used to define the ClarifyCheck step.
properties
A Properties object representing the output parameters of the ClarifyCheck step.
new()
Constructs a ClarifyCheckStep.
ClarifyCheckStep$new( name, clarify_check_config, check_job_config, skip_check = FALSE, register_new_baseline = FALSE, model_package_group_name = NULL, supplied_baseline_constraints = NULL, display_name = NULL, description = NULL, cache_config = NULL, depends_on = NULL )
name
(str): The name of the ClarifyCheckStep step.
clarify_check_config
(ClarifyCheckConfig): A ClarifyCheckConfig instance.
check_job_config
(CheckJobConfig): A CheckJobConfig instance.
skip_check
(bool or PipelineNonPrimitiveInputTypes): Whether the check should be skipped (default: False).
register_new_baseline
(bool or PipelineNonPrimitiveInputTypes): Whether the new baseline should be registered (default: False).
model_package_group_name
(str or PipelineNonPrimitiveInputTypes): The name of a registered model package group, among which the baseline will be fetched from the latest approved model (default: None).
supplied_baseline_constraints
(str or PipelineNonPrimitiveInputTypes): The S3 path to the supplied constraints object representing the constraints JSON file which will be used for drift to check (default: None).
display_name
(str): The display name of the ClarifyCheckStep step (default: None).
description
(str): The description of the ClarifyCheckStep step (default: None).
cache_config
(CacheConfig): A 'sagemaker.workflow.steps.CacheConfig' instance (default: None).
depends_on
(List[str] or List[Step]): A list of step names or step instances this 'sagemaker.workflow.steps.ClarifyCheckStep' depends on (default: None).
to_request()
Updates the dictionary with cache configuration etc.
ClarifyCheckStep$to_request()
clone()
The objects of this class are cloneable with this method.
ClarifyCheckStep$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.