| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static LLMObsSpanType |
LLMObsSpanType.SPAN |
| Modifier and Type | Method and Description |
|---|---|
static LLMObsSpanType |
LLMObsSpanType.fromValue(String value) |
LLMObsSpanType |
LLMObsSpanData.getType()
Resource type for an LLM Observability span.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LLMObsSpanType.LLMObsSpanTypeSerializer.serialize(LLMObsSpanType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
LLMObsSpanData.setType(LLMObsSpanType type) |
LLMObsSpanData |
LLMObsSpanData.type(LLMObsSpanType type) |
| Constructor and Description |
|---|
LLMObsSpanData(LLMObsSpanAttributes attributes,
String id,
LLMObsSpanType type) |
| Constructor and Description |
|---|
LLMObsSpanTypeSerializer(Class<LLMObsSpanType> t) |
Copyright © 2026. All rights reserved.