QualityCheckStep | R Documentation |
QualityCheck step for workflow.
sagemaker.workflow::Entity
-> sagemaker.workflow::Step
-> QualityCheckStep
arguments
The arguments dict that is used to define the QualityCheck step.
properties
A Properties object representing the output parameters of the QualityCheck step.
new()
Constructs a QualityCheckStep.
QualityCheckStep$new( name, quality_check_config, check_job_config, skip_check = FALSE, register_new_baseline = FALSE, model_package_group_name = NULL, supplied_baseline_statistics = NULL, supplied_baseline_constraints = NULL, display_name = NULL, description = NULL, cache_config = NULL, depends_on = NULL )
name
(str): The name of the QualityCheckStep step.
quality_check_config
(QualityCheckConfig): A QualityCheckConfig 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_statistics
(str or PipelineNonPrimitiveInputTypes): The S3 path to the supplied statistics object representing the statistics JSON file which will be used for drift to check (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 QualityCheckStep step (default: None).
description
(str): The description of the QualityCheckStep 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.QualityCheckStep' depends on (default: None).
to_request()
Updates the dictionary with cache configuration etc.
QualityCheckStep$to_request()
clone()
The objects of this class are cloneable with this method.
QualityCheckStep$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.