ClarifyCheckConfig | R Documentation |
Clarify Check Config
Clarify Check Config
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.
new()
Initialize ClarifyCheckConfig class
ClarifyCheckConfig$new( data_config, kms_key = NULL, monitoring_analysis_config_uri = NULL )
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.
format()
format class
ClarifyCheckConfig$format()
clone()
The objects of this class are cloneable with this method.
ClarifyCheckConfig$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.