Cloud Security Command Center V1 API - Class Google::Cloud::SecurityCenter::V1::AgentAnomaly (v1.11.0)

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

#detector_references=

def detector_references=(value) -> ::Array<::Google::Cloud::SecurityCenter::V1::DetectorReference>
Parameter
Returns

#invocation_references

def invocation_references() -> ::Array<::Google::Cloud::SecurityCenter::V1::InvocationReference>
Returns

#invocation_references=

def invocation_references=(value) -> ::Array<::Google::Cloud::SecurityCenter::V1::InvocationReference>
Parameter
Returns