BehaviorModelTrainingSummary.Builder |
BehaviorModelTrainingSummary.Builder.behaviorName(String behaviorName) |
The name of the behavior.
|
static BehaviorModelTrainingSummary.Builder |
BehaviorModelTrainingSummary.builder() |
|
BehaviorModelTrainingSummary.Builder |
BehaviorModelTrainingSummary.Builder.datapointsCollectionPercentage(Double datapointsCollectionPercentage) |
The percentage of datapoints collected.
|
BehaviorModelTrainingSummary.Builder |
BehaviorModelTrainingSummary.Builder.lastModelRefreshDate(Instant lastModelRefreshDate) |
The date the model was last refreshed.
|
BehaviorModelTrainingSummary.Builder |
BehaviorModelTrainingSummary.Builder.modelStatus(String modelStatus) |
The status of the behavior model.
|
BehaviorModelTrainingSummary.Builder |
BehaviorModelTrainingSummary.Builder.modelStatus(ModelStatus modelStatus) |
The status of the behavior model.
|
BehaviorModelTrainingSummary.Builder |
BehaviorModelTrainingSummary.Builder.securityProfileName(String securityProfileName) |
The name of the security profile.
|
BehaviorModelTrainingSummary.Builder |
BehaviorModelTrainingSummary.toBuilder() |
|
BehaviorModelTrainingSummary.Builder |
BehaviorModelTrainingSummary.Builder.trainingDataCollectionStartDate(Instant trainingDataCollectionStartDate) |
The date a training model started collecting data.
|