ModelQualityCheckConfig | R Documentation |
Model Quality Check Config.
sagemaker.workflow::QualityCheckConfig
-> ModelQualityCheckConfig
problem_type
(str or PipelineNonPrimitiveInputTypes): The type of problem of this model quality monitoring. Valid values are "Regression", "BinaryClassification", "MulticlassClassification".
inference_attribute
(str or PipelineNonPrimitiveInputTypes): Index or JSONpath to locate predicted label(s) (default: None).
probability_attribute
(str or PipelineNonPrimitiveInputTypes): Index or JSONpath to locate probabilities (default: None).
ground_truth_attribute
(str or PipelineNonPrimitiveInputTypes: Index or JSONpath to locate actual label(s) (default: None).
probability_threshold_attribute
(str or PipelineNonPrimitiveInputTypes): Threshold to convert probabilities to binaries (default: None).
clone()
The objects of this class are cloneable with this method.
ModelQualityCheckConfig$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.