BehaviorModelTrainingSummary constructor

BehaviorModelTrainingSummary({
  1. String? behaviorName,
  2. double? datapointsCollectionPercentage,
  3. DateTime? lastModelRefreshDate,
  4. ModelStatus? modelStatus,
  5. String? securityProfileName,
  6. DateTime? trainingDataCollectionStartDate,
})

Implementation

BehaviorModelTrainingSummary({
  this.behaviorName,
  this.datapointsCollectionPercentage,
  this.lastModelRefreshDate,
  this.modelStatus,
  this.securityProfileName,
  this.trainingDataCollectionStartDate,
});