Class: DatadogAPIClient::V2::AiCustomRuleRevisionExecutionMode

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

Overview

The execution mode for an AI rule revision.

Constant Summary collapse

AUTO =
"auto".freeze
MANUAL =
"manual".freeze
ALWAYS =
"always".freeze

Method Summary

Methods included from BaseEnumModel

included