Struct aws_sdk_iot::model::behavior_model_training_summary::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for BehaviorModelTrainingSummary
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn security_profile_name(self, input: impl Into<String>) -> Self
pub fn security_profile_name(self, input: impl Into<String>) -> Self
The name of the security profile.
sourcepub fn set_security_profile_name(self, input: Option<String>) -> Self
pub fn set_security_profile_name(self, input: Option<String>) -> Self
The name of the security profile.
sourcepub fn behavior_name(self, input: impl Into<String>) -> Self
pub fn behavior_name(self, input: impl Into<String>) -> Self
The name of the behavior.
sourcepub fn set_behavior_name(self, input: Option<String>) -> Self
pub fn set_behavior_name(self, input: Option<String>) -> Self
The name of the behavior.
sourcepub fn training_data_collection_start_date(self, input: DateTime) -> Self
pub fn training_data_collection_start_date(self, input: DateTime) -> Self
The date a training model started collecting data.
sourcepub fn set_training_data_collection_start_date(
self,
input: Option<DateTime>
) -> Self
pub fn set_training_data_collection_start_date(
self,
input: Option<DateTime>
) -> Self
The date a training model started collecting data.
sourcepub fn model_status(self, input: ModelStatus) -> Self
pub fn model_status(self, input: ModelStatus) -> Self
The status of the behavior model.
sourcepub fn set_model_status(self, input: Option<ModelStatus>) -> Self
pub fn set_model_status(self, input: Option<ModelStatus>) -> Self
The status of the behavior model.
sourcepub fn datapoints_collection_percentage(self, input: f64) -> Self
pub fn datapoints_collection_percentage(self, input: f64) -> Self
The percentage of datapoints collected.
sourcepub fn set_datapoints_collection_percentage(self, input: Option<f64>) -> Self
pub fn set_datapoints_collection_percentage(self, input: Option<f64>) -> Self
The percentage of datapoints collected.
sourcepub fn last_model_refresh_date(self, input: DateTime) -> Self
pub fn last_model_refresh_date(self, input: DateTime) -> Self
The date the model was last refreshed.
sourcepub fn set_last_model_refresh_date(self, input: Option<DateTime>) -> Self
pub fn set_last_model_refresh_date(self, input: Option<DateTime>) -> Self
The date the model was last refreshed.
sourcepub fn build(self) -> BehaviorModelTrainingSummary
pub fn build(self) -> BehaviorModelTrainingSummary
Consumes the builder and constructs a BehaviorModelTrainingSummary
.