pub struct Builder { /* private fields */ }
Expand description
A builder for MachineLearningDetectionConfig
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn confidence_level(self, input: ConfidenceLevel) -> Self
pub fn confidence_level(self, input: ConfidenceLevel) -> Self
The sensitivity of anomalous behavior evaluation. Can be Low
, Medium
, or High
.
sourcepub fn set_confidence_level(self, input: Option<ConfidenceLevel>) -> Self
pub fn set_confidence_level(self, input: Option<ConfidenceLevel>) -> Self
The sensitivity of anomalous behavior evaluation. Can be Low
, Medium
, or High
.
sourcepub fn build(self) -> MachineLearningDetectionConfig
pub fn build(self) -> MachineLearningDetectionConfig
Consumes the builder and constructs a MachineLearningDetectionConfig
.