Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::AgentAnomaly.
Represents details about an anomaly detected in an AI agent's behavior.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#confidence_score
def confidence_score() -> ::Float
Returns
- (::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.
#confidence_score=
def confidence_score=(value) -> ::Float
Parameter
- value (::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.
Returns
- (::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
def detector_references() -> ::Array<::Google::Cloud::SecurityCenter::V1::DetectorReference>
Returns
- (::Array<::Google::Cloud::SecurityCenter::V1::DetectorReference>) — The list of references to specific detectors that identified anomalies within this session.
#detector_references=
def detector_references=(value) -> ::Array<::Google::Cloud::SecurityCenter::V1::DetectorReference>
Parameter
- value (::Array<::Google::Cloud::SecurityCenter::V1::DetectorReference>) — The list of references to specific detectors that identified anomalies within this session.
Returns
- (::Array<::Google::Cloud::SecurityCenter::V1::DetectorReference>) — The list of references to specific detectors that identified anomalies within this session.
#invocation_references
def invocation_references() -> ::Array<::Google::Cloud::SecurityCenter::V1::InvocationReference>
Returns
- (::Array<::Google::Cloud::SecurityCenter::V1::InvocationReference>) — References to the OpenTelemetry invocations.
#invocation_references=
def invocation_references=(value) -> ::Array<::Google::Cloud::SecurityCenter::V1::InvocationReference>
Parameter
- value (::Array<::Google::Cloud::SecurityCenter::V1::InvocationReference>) — References to the OpenTelemetry invocations.
Returns
- (::Array<::Google::Cloud::SecurityCenter::V1::InvocationReference>) — References to the OpenTelemetry invocations.