AgentAnomaly constructor
AgentAnomaly({
- double? confidenceScore,
- List<
DetectorReference> ? detectorReferences, - List<
InvocationReference> ? invocationReferences,
Implementation
AgentAnomaly({
this.confidenceScore,
this.detectorReferences,
this.invocationReferences,
});