ClarifyCheckConfig: Clarify Check Config

ClarifyCheckConfigR Documentation

Clarify Check Config

Description

Clarify Check Config

Clarify Check Config

Public fields

data_config

Config of the input/output data.

kms_key

The ARN of the KMS key that is used to encrypt the user code file

monitoring_analysis_config_uri

The uri of monitoring analysis config.

Methods

Public methods


Method new()

Initialize ClarifyCheckConfig class

Usage
ClarifyCheckConfig$new(
  data_config,
  kms_key = NULL,
  monitoring_analysis_config_uri = NULL
)
Arguments
data_config

(DataConfig): Config of the input/output data.

kms_key

(str): The ARN of the KMS key that is used to encrypt the user code file (default: None). This field CANNOT be any of PipelineNonPrimitiveInputTypes.

monitoring_analysis_config_uri

(str): The uri of monitoring analysis config. This field does not take input. It will be generated once uploading the created analysis config file.


Method format()

format class

Usage
ClarifyCheckConfig$format()

Method clone()

The objects of this class are cloneable with this method.

Usage
ClarifyCheckConfig$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.