Class AgentAnomaly (1.46.0)

AgentAnomaly(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents details about an anomaly detected in an AI agent's behavior.

Attributes

Name Description
confidence_score float
The overall confidence score indicating the likelihood that this session contains a true anomaly. The score ranges from 0.0 to 1.0, where 1.0 signifies 100% confidence in the presence of an anomaly and 0.0 signifies 0% confidence.
detector_references MutableSequence[google.cloud.securitycenter_v2.types.DetectorReference]
The list of references to specific detectors that identified anomalies within this session.
invocation_references MutableSequence[google.cloud.securitycenter_v2.types.InvocationReference]
References to the OpenTelemetry invocations.