Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
BehaviorModelTrainingSummary |
BehaviorModelTrainingSummary.clone() |
BehaviorModelTrainingSummary |
BehaviorModelTrainingSummary.withBehaviorName(String behaviorName)
The name of the behavior.
|
BehaviorModelTrainingSummary |
BehaviorModelTrainingSummary.withDatapointsCollectionPercentage(Double datapointsCollectionPercentage)
The percentage of datapoints collected.
|
BehaviorModelTrainingSummary |
BehaviorModelTrainingSummary.withLastModelRefreshDate(Date lastModelRefreshDate)
The date the model was last refreshed.
|
BehaviorModelTrainingSummary |
BehaviorModelTrainingSummary.withModelStatus(ModelStatus modelStatus)
The status of the behavior model.
|
BehaviorModelTrainingSummary |
BehaviorModelTrainingSummary.withModelStatus(String modelStatus)
The status of the behavior model.
|
BehaviorModelTrainingSummary |
BehaviorModelTrainingSummary.withSecurityProfileName(String securityProfileName)
The name of the security profile.
|
BehaviorModelTrainingSummary |
BehaviorModelTrainingSummary.withTrainingDataCollectionStartDate(Date trainingDataCollectionStartDate)
The date a training model started collecting data.
|
Modifier and Type | Method and Description |
---|---|
List<BehaviorModelTrainingSummary> |
GetBehaviorModelTrainingSummariesResult.getSummaries()
A list of all ML Detect behaviors and their model status for a given Security Profile.
|
Modifier and Type | Method and Description |
---|---|
GetBehaviorModelTrainingSummariesResult |
GetBehaviorModelTrainingSummariesResult.withSummaries(BehaviorModelTrainingSummary... summaries)
A list of all ML Detect behaviors and their model status for a given Security Profile.
|
Modifier and Type | Method and Description |
---|---|
void |
GetBehaviorModelTrainingSummariesResult.setSummaries(Collection<BehaviorModelTrainingSummary> summaries)
A list of all ML Detect behaviors and their model status for a given Security Profile.
|
GetBehaviorModelTrainingSummariesResult |
GetBehaviorModelTrainingSummariesResult.withSummaries(Collection<BehaviorModelTrainingSummary> summaries)
A list of all ML Detect behaviors and their model status for a given Security Profile.
|
Copyright © 2023. All rights reserved.