| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static LLMObsAnyInteractionType |
LLMObsAnyInteractionType.DISPLAY_BLOCK |
static LLMObsAnyInteractionType |
LLMObsAnyInteractionType.EXPERIMENT_TRACE |
static LLMObsAnyInteractionType |
LLMObsAnyInteractionType.SESSION |
static LLMObsAnyInteractionType |
LLMObsAnyInteractionType.TRACE |
| Modifier and Type | Method and Description |
|---|---|
static LLMObsAnyInteractionType |
LLMObsAnyInteractionType.fromValue(String value) |
LLMObsAnyInteractionType |
LLMObsAnnotatedInteractionByTraceItem.getType()
Type of an annotated interaction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LLMObsAnyInteractionType.LLMObsAnyInteractionTypeSerializer.serialize(LLMObsAnyInteractionType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
LLMObsAnnotatedInteractionByTraceItem.setType(LLMObsAnyInteractionType type) |
LLMObsAnnotatedInteractionByTraceItem |
LLMObsAnnotatedInteractionByTraceItem.type(LLMObsAnyInteractionType type) |
| Constructor and Description |
|---|
LLMObsAnnotatedInteractionByTraceItem(List<LLMObsAnnotationItem> annotations,
String contentId,
OffsetDateTime createdAt,
String id,
OffsetDateTime modifiedAt,
String queueId,
String queueName,
LLMObsAnyInteractionType type) |
| Constructor and Description |
|---|
LLMObsAnyInteractionTypeSerializer(Class<LLMObsAnyInteractionType> t) |
Copyright © 2026. All rights reserved.