| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static LLMObsExperimentSpanStatus |
LLMObsExperimentSpanStatus.ERROR |
static LLMObsExperimentSpanStatus |
LLMObsExperimentSpanStatus.OK |
| Modifier and Type | Method and Description |
|---|---|
static LLMObsExperimentSpanStatus |
LLMObsExperimentSpanStatus.fromValue(String value) |
LLMObsExperimentSpanStatus |
LLMObsExperimentSpanWithEvals.getStatus()
Status of the span.
|
LLMObsExperimentSpanStatus |
LLMObsExperimentSpan.getStatus()
Status of the span.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LLMObsExperimentSpanStatus.LLMObsExperimentSpanStatusSerializer.serialize(LLMObsExperimentSpanStatus value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
LLMObsExperimentSpanWithEvals.setStatus(LLMObsExperimentSpanStatus status) |
void |
LLMObsExperimentSpan.setStatus(LLMObsExperimentSpanStatus status) |
LLMObsExperimentSpanWithEvals |
LLMObsExperimentSpanWithEvals.status(LLMObsExperimentSpanStatus status) |
LLMObsExperimentSpan |
LLMObsExperimentSpan.status(LLMObsExperimentSpanStatus status) |
| Constructor and Description |
|---|
LLMObsExperimentSpan(String datasetId,
Long duration,
String name,
String projectId,
String spanId,
Long startNs,
LLMObsExperimentSpanStatus status,
String traceId) |
| Constructor and Description |
|---|
LLMObsExperimentSpanStatusSerializer(Class<LLMObsExperimentSpanStatus> t) |
Copyright © 2026. All rights reserved.