@Stability(value=Stable)
public static interface CfnSecurityProfile.MachineLearningDetectionConfigProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iot.*;
MachineLearningDetectionConfigProperty machineLearningDetectionConfigProperty = MachineLearningDetectionConfigProperty.builder()
.confidenceLevel("confidenceLevel")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSecurityProfile.MachineLearningDetectionConfigProperty.Builder
|
static class |
CfnSecurityProfile.MachineLearningDetectionConfigProperty.Jsii$Proxy
An implementation for
CfnSecurityProfile.MachineLearningDetectionConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSecurityProfile.MachineLearningDetectionConfigProperty.Builder |
builder() |
default String |
getConfidenceLevel()
The model confidence level.
|
@Stability(value=Stable) @Nullable default String getConfidenceLevel()
There are three levels of confidence, "high" , "medium" , and "low" .
The higher the confidence level, the lower the sensitivity, and the lower the alarm frequency will be.
@Stability(value=Stable) static CfnSecurityProfile.MachineLearningDetectionConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.