ClarifyCheckStep: ClarifyCheckStep step for workflow.

ClarifyCheckStepR Documentation

ClarifyCheckStep step for workflow.

Description

ClarifyCheckStep step for workflow.

ClarifyCheckStep step for workflow.

Super classes

sagemaker.workflow::Entity -> sagemaker.workflow::Step -> ClarifyCheckStep

Active bindings

arguments

The arguments dict that is used to define the ClarifyCheck step.

properties

A Properties object representing the output parameters of the ClarifyCheck step.

Methods

Public methods

Inherited methods

Method new()

Constructs a ClarifyCheckStep.

Usage
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
)
Arguments
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).


Method to_request()

Updates the dictionary with cache configuration etc.

Usage
ClarifyCheckStep$to_request()

Method clone()

The objects of this class are cloneable with this method.

Usage
ClarifyCheckStep$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


DyfanJones/sagemaker-r-workflow documentation built on April 3, 2022, 11:28 p.m.