public sealed class AgentAnomaly : IMessage<AgentAnomaly>, IEquatable<AgentAnomaly>, IDeepCloneable<AgentAnomaly>, IBufferMessage, IMessageReference documentation and code samples for the Security Command Center v2 API class AgentAnomaly.
Represents details about an anomaly detected in an AI agent's behavior.
Implements
IMessageAgentAnomaly, IEquatableAgentAnomaly, IDeepCloneableAgentAnomaly, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
AgentAnomaly()
public AgentAnomaly()AgentAnomaly(AgentAnomaly)
public AgentAnomaly(AgentAnomaly other)| Parameter | |
|---|---|
| Name | Description |
other |
AgentAnomaly |
Properties
ConfidenceScore
public double ConfidenceScore { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
double |
|
DetectorReferences
public RepeatedField<DetectorReference> DetectorReferences { get; }The list of references to specific detectors that identified anomalies within this session.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDetectorReference |
|
InvocationReferences
public RepeatedField<InvocationReference> InvocationReferences { get; }References to the OpenTelemetry invocations.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldInvocationReference |
|