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, sdkFields
copy
applyMutation, build
BehaviorModelTrainingSummary.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
,
ModelStatus
BehaviorModelTrainingSummary.Builder modelStatus(ModelStatus modelStatus)
The status of the behavior model.
modelStatus
- The status of the behavior model.ModelStatus
,
ModelStatus
BehaviorModelTrainingSummary.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 © 2021. All rights reserved.