Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data BehaviorModelTrainingSummary = BehaviorModelTrainingSummary' {}
- newBehaviorModelTrainingSummary :: BehaviorModelTrainingSummary
- behaviorModelTrainingSummary_lastModelRefreshDate :: Lens' BehaviorModelTrainingSummary (Maybe UTCTime)
- behaviorModelTrainingSummary_behaviorName :: Lens' BehaviorModelTrainingSummary (Maybe Text)
- behaviorModelTrainingSummary_datapointsCollectionPercentage :: Lens' BehaviorModelTrainingSummary (Maybe Double)
- behaviorModelTrainingSummary_securityProfileName :: Lens' BehaviorModelTrainingSummary (Maybe Text)
- behaviorModelTrainingSummary_trainingDataCollectionStartDate :: Lens' BehaviorModelTrainingSummary (Maybe UTCTime)
- behaviorModelTrainingSummary_modelStatus :: Lens' BehaviorModelTrainingSummary (Maybe ModelStatus)
Documentation
data BehaviorModelTrainingSummary Source #
The summary of an ML Detect behavior model.
See: newBehaviorModelTrainingSummary
smart constructor.
BehaviorModelTrainingSummary' | |
|
Instances
newBehaviorModelTrainingSummary :: BehaviorModelTrainingSummary Source #
Create a value of BehaviorModelTrainingSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:lastModelRefreshDate:BehaviorModelTrainingSummary'
, behaviorModelTrainingSummary_lastModelRefreshDate
- The date the model was last refreshed.
$sel:behaviorName:BehaviorModelTrainingSummary'
, behaviorModelTrainingSummary_behaviorName
- The name of the behavior.
$sel:datapointsCollectionPercentage:BehaviorModelTrainingSummary'
, behaviorModelTrainingSummary_datapointsCollectionPercentage
- The percentage of datapoints collected.
$sel:securityProfileName:BehaviorModelTrainingSummary'
, behaviorModelTrainingSummary_securityProfileName
- The name of the security profile.
$sel:trainingDataCollectionStartDate:BehaviorModelTrainingSummary'
, behaviorModelTrainingSummary_trainingDataCollectionStartDate
- The date a training model started collecting data.
$sel:modelStatus:BehaviorModelTrainingSummary'
, behaviorModelTrainingSummary_modelStatus
- The status of the behavior model.
behaviorModelTrainingSummary_lastModelRefreshDate :: Lens' BehaviorModelTrainingSummary (Maybe UTCTime) Source #
The date the model was last refreshed.
behaviorModelTrainingSummary_behaviorName :: Lens' BehaviorModelTrainingSummary (Maybe Text) Source #
The name of the behavior.
behaviorModelTrainingSummary_datapointsCollectionPercentage :: Lens' BehaviorModelTrainingSummary (Maybe Double) Source #
The percentage of datapoints collected.
behaviorModelTrainingSummary_securityProfileName :: Lens' BehaviorModelTrainingSummary (Maybe Text) Source #
The name of the security profile.
behaviorModelTrainingSummary_trainingDataCollectionStartDate :: Lens' BehaviorModelTrainingSummary (Maybe UTCTime) Source #
The date a training model started collecting data.
behaviorModelTrainingSummary_modelStatus :: Lens' BehaviorModelTrainingSummary (Maybe ModelStatus) Source #
The status of the behavior model.