Class: DatadogAPIClient::V2::AiMemoryViolationType

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/ai_memory_violation_type.rb

Overview

The type of AI memory violation result indicating whether it is a true positive or false positive.

Constant Summary collapse

TP =
"TP".freeze
FP =
"FP".freeze

Method Summary

Methods included from BaseEnumModel

included