Class: DatadogAPIClient::V2::LLMObsLabelSchemaType

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

Overview

Type of a label in an annotation queue label schema.

Constant Summary collapse

SCORE =
"score".freeze
CATEGORICAL =
"categorical".freeze
BOOLEAN =
"boolean".freeze
TEXT =
"text".freeze

Method Summary

Methods included from BaseEnumModel

included