AgentAnomaly constructor

AgentAnomaly({
  1. double? confidenceScore,
  2. List<DetectorReference>? detectorReferences,
  3. List<InvocationReference>? invocationReferences,
})

Implementation

AgentAnomaly({
  this.confidenceScore,
  this.detectorReferences,
  this.invocationReferences,
});