Uses of Interface
software.amazon.awssdk.services.iot.model.MachineLearningDetectionConfig.Builder
-
Packages that use MachineLearningDetectionConfig.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of MachineLearningDetectionConfig.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return MachineLearningDetectionConfig.Builder Modifier and Type Method Description static MachineLearningDetectionConfig.BuilderMachineLearningDetectionConfig. builder()MachineLearningDetectionConfig.BuilderMachineLearningDetectionConfig.Builder. confidenceLevel(String confidenceLevel)The sensitivity of anomalous behavior evaluation.MachineLearningDetectionConfig.BuilderMachineLearningDetectionConfig.Builder. confidenceLevel(ConfidenceLevel confidenceLevel)The sensitivity of anomalous behavior evaluation.MachineLearningDetectionConfig.BuilderMachineLearningDetectionConfig. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type MachineLearningDetectionConfig.Builder Modifier and Type Method Description static Class<? extends MachineLearningDetectionConfig.Builder>MachineLearningDetectionConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type MachineLearningDetectionConfig.Builder Modifier and Type Method Description default BehaviorCriteria.BuilderBehaviorCriteria.Builder. mlDetectionConfig(Consumer<MachineLearningDetectionConfig.Builder> mlDetectionConfig)The configuration of an ML Detect
-