| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static LLMObsMetricScoreType |
LLMObsMetricScoreType.BOOLEAN |
static LLMObsMetricScoreType |
LLMObsMetricScoreType.CATEGORICAL |
static LLMObsMetricScoreType |
LLMObsMetricScoreType.JSON |
static LLMObsMetricScoreType |
LLMObsMetricScoreType.SCORE |
| Modifier and Type | Method and Description |
|---|---|
static LLMObsMetricScoreType |
LLMObsMetricScoreType.fromValue(String value) |
LLMObsMetricScoreType |
LLMObsExperimentMetric.getMetricType()
Type of metric recorded for an LLM Observability experiment.
|
LLMObsMetricScoreType |
LLMObsExperimentEvalMetricEvent.getMetricType()
Type of metric recorded for an LLM Observability experiment.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsExperimentMetric |
LLMObsExperimentMetric.metricType(LLMObsMetricScoreType metricType) |
LLMObsExperimentEvalMetricEvent |
LLMObsExperimentEvalMetricEvent.metricType(LLMObsMetricScoreType metricType) |
void |
LLMObsMetricScoreType.LLMObsMetricScoreTypeSerializer.serialize(LLMObsMetricScoreType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
LLMObsExperimentMetric.setMetricType(LLMObsMetricScoreType metricType) |
void |
LLMObsExperimentEvalMetricEvent.setMetricType(LLMObsMetricScoreType metricType) |
| Constructor and Description |
|---|
LLMObsExperimentMetric(String label,
LLMObsMetricScoreType metricType,
String spanId,
Long timestampMs) |
| Constructor and Description |
|---|
LLMObsMetricScoreTypeSerializer(Class<LLMObsMetricScoreType> t) |
Copyright © 2026. All rights reserved.