| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static MachineLearningDetectionConfig.Builder |
MachineLearningDetectionConfig.builder() |
MachineLearningDetectionConfig.Builder |
MachineLearningDetectionConfig.Builder.confidenceLevel(ConfidenceLevel confidenceLevel)
The sensitivity of anomalous behavior evaluation.
|
MachineLearningDetectionConfig.Builder |
MachineLearningDetectionConfig.Builder.confidenceLevel(String confidenceLevel)
The sensitivity of anomalous behavior evaluation.
|
MachineLearningDetectionConfig.Builder |
MachineLearningDetectionConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MachineLearningDetectionConfig.Builder> |
MachineLearningDetectionConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BehaviorCriteria.Builder |
BehaviorCriteria.Builder.mlDetectionConfig(Consumer<MachineLearningDetectionConfig.Builder> mlDetectionConfig)
The configuration of an ML Detect
|
Copyright © 2021. All rights reserved.