Struct aws_sdk_iot::model::BehaviorModelTrainingSummary
source · #[non_exhaustive]pub struct BehaviorModelTrainingSummary { /* private fields */ }
Expand description
The summary of an ML Detect behavior model.
Implementations§
source§impl BehaviorModelTrainingSummary
impl BehaviorModelTrainingSummary
sourcepub fn security_profile_name(&self) -> Option<&str>
pub fn security_profile_name(&self) -> Option<&str>
The name of the security profile.
sourcepub fn behavior_name(&self) -> Option<&str>
pub fn behavior_name(&self) -> Option<&str>
The name of the behavior.
sourcepub fn training_data_collection_start_date(&self) -> Option<&DateTime>
pub fn training_data_collection_start_date(&self) -> Option<&DateTime>
The date a training model started collecting data.
sourcepub fn model_status(&self) -> Option<&ModelStatus>
pub fn model_status(&self) -> Option<&ModelStatus>
The status of the behavior model.
sourcepub fn datapoints_collection_percentage(&self) -> Option<f64>
pub fn datapoints_collection_percentage(&self) -> Option<f64>
The percentage of datapoints collected.
sourcepub fn last_model_refresh_date(&self) -> Option<&DateTime>
pub fn last_model_refresh_date(&self) -> Option<&DateTime>
The date the model was last refreshed.
source§impl BehaviorModelTrainingSummary
impl BehaviorModelTrainingSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BehaviorModelTrainingSummary
.
Trait Implementations§
source§impl Clone for BehaviorModelTrainingSummary
impl Clone for BehaviorModelTrainingSummary
source§fn clone(&self) -> BehaviorModelTrainingSummary
fn clone(&self) -> BehaviorModelTrainingSummary
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 Debug for BehaviorModelTrainingSummary
impl Debug for BehaviorModelTrainingSummary
source§impl PartialEq<BehaviorModelTrainingSummary> for BehaviorModelTrainingSummary
impl PartialEq<BehaviorModelTrainingSummary> for BehaviorModelTrainingSummary
source§fn eq(&self, other: &BehaviorModelTrainingSummary) -> bool
fn eq(&self, other: &BehaviorModelTrainingSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.