| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static LLMObsTraceInteractionType |
LLMObsTraceInteractionType.EXPERIMENT_TRACE |
static LLMObsTraceInteractionType |
LLMObsTraceInteractionType.SESSION |
static LLMObsTraceInteractionType |
LLMObsTraceInteractionType.TRACE |
| Modifier and Type | Method and Description |
|---|---|
static LLMObsTraceInteractionType |
LLMObsTraceInteractionType.fromValue(String value) |
LLMObsTraceInteractionType |
LLMObsTraceInteractionResponseItem.getType()
Type of an upstream-entity interaction.
|
LLMObsTraceInteractionType |
LLMObsTraceInteractionItem.getType()
Type of an upstream-entity interaction.
|
LLMObsTraceInteractionType |
LLMObsTraceAnnotatedInteractionItem.getType()
Type of an upstream-entity interaction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LLMObsTraceInteractionType.LLMObsTraceInteractionTypeSerializer.serialize(LLMObsTraceInteractionType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
LLMObsTraceInteractionResponseItem.setType(LLMObsTraceInteractionType type) |
void |
LLMObsTraceInteractionItem.setType(LLMObsTraceInteractionType type) |
void |
LLMObsTraceAnnotatedInteractionItem.setType(LLMObsTraceInteractionType type) |
LLMObsTraceInteractionResponseItem |
LLMObsTraceInteractionResponseItem.type(LLMObsTraceInteractionType type) |
LLMObsTraceInteractionItem |
LLMObsTraceInteractionItem.type(LLMObsTraceInteractionType type) |
LLMObsTraceAnnotatedInteractionItem |
LLMObsTraceAnnotatedInteractionItem.type(LLMObsTraceInteractionType type) |
| Constructor and Description |
|---|
LLMObsTraceAnnotatedInteractionItem(List<LLMObsAnnotationItem> annotations,
String contentId,
OffsetDateTime createdAt,
String id,
OffsetDateTime modifiedAt,
LLMObsTraceInteractionType type) |
LLMObsTraceInteractionItem(String contentId,
LLMObsTraceInteractionType type) |
LLMObsTraceInteractionResponseItem(Boolean alreadyExisted,
String contentId,
OffsetDateTime createdAt,
String id,
OffsetDateTime modifiedAt,
LLMObsTraceInteractionType type) |
| Constructor and Description |
|---|
LLMObsTraceInteractionTypeSerializer(Class<LLMObsTraceInteractionType> t) |
Copyright © 2026. All rights reserved.