public static interface BehaviorModelTrainingSummary.Builder extends SdkPojo, CopyableBuilder<BehaviorModelTrainingSummary.Builder,BehaviorModelTrainingSummary>
| Modifier and Type | Method and Description |
|---|---|
BehaviorModelTrainingSummary.Builder |
behaviorName(String behaviorName)
The name of the behavior.
|
BehaviorModelTrainingSummary.Builder |
datapointsCollectionPercentage(Double datapointsCollectionPercentage)
The percentage of datapoints collected.
|
BehaviorModelTrainingSummary.Builder |
lastModelRefreshDate(Instant lastModelRefreshDate)
The date the model was last refreshed.
|
BehaviorModelTrainingSummary.Builder |
modelStatus(ModelStatus modelStatus)
The status of the behavior model.
|
BehaviorModelTrainingSummary.Builder |
modelStatus(String modelStatus)
The status of the behavior model.
|
BehaviorModelTrainingSummary.Builder |
securityProfileName(String securityProfileName)
The name of the security profile.
|
BehaviorModelTrainingSummary.Builder |
trainingDataCollectionStartDate(Instant trainingDataCollectionStartDate)
The date a training model started collecting data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBehaviorModelTrainingSummary.Builder securityProfileName(String securityProfileName)
The name of the security profile.
securityProfileName - The name of the security profile.BehaviorModelTrainingSummary.Builder behaviorName(String behaviorName)
The name of the behavior.
behaviorName - The name of the behavior.BehaviorModelTrainingSummary.Builder trainingDataCollectionStartDate(Instant trainingDataCollectionStartDate)
The date a training model started collecting data.
trainingDataCollectionStartDate - The date a training model started collecting data.BehaviorModelTrainingSummary.Builder modelStatus(String modelStatus)
The status of the behavior model.
modelStatus - The status of the behavior model.ModelStatus,
ModelStatusBehaviorModelTrainingSummary.Builder modelStatus(ModelStatus modelStatus)
The status of the behavior model.
modelStatus - The status of the behavior model.ModelStatus,
ModelStatusBehaviorModelTrainingSummary.Builder datapointsCollectionPercentage(Double datapointsCollectionPercentage)
The percentage of datapoints collected.
datapointsCollectionPercentage - The percentage of datapoints collected.BehaviorModelTrainingSummary.Builder lastModelRefreshDate(Instant lastModelRefreshDate)
The date the model was last refreshed.
lastModelRefreshDate - The date the model was last refreshed.Copyright © 2022. All rights reserved.