#[non_exhaustive]pub struct MachineLearningDetectionConfigBuilder { /* private fields */ }Expand description
A builder for MachineLearningDetectionConfig.
Implementations§
source§impl MachineLearningDetectionConfigBuilder
 
impl MachineLearningDetectionConfigBuilder
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.
Trait Implementations§
source§impl Clone for MachineLearningDetectionConfigBuilder
 
impl Clone for MachineLearningDetectionConfigBuilder
source§fn clone(&self) -> MachineLearningDetectionConfigBuilder
 
fn clone(&self) -> MachineLearningDetectionConfigBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Default for MachineLearningDetectionConfigBuilder
 
impl Default for MachineLearningDetectionConfigBuilder
source§fn default() -> MachineLearningDetectionConfigBuilder
 
fn default() -> MachineLearningDetectionConfigBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<MachineLearningDetectionConfigBuilder> for MachineLearningDetectionConfigBuilder
 
impl PartialEq<MachineLearningDetectionConfigBuilder> for MachineLearningDetectionConfigBuilder
source§fn eq(&self, other: &MachineLearningDetectionConfigBuilder) -> bool
 
fn eq(&self, other: &MachineLearningDetectionConfigBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.