| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static LLMObsDisplayBlockInteractionType |
LLMObsDisplayBlockInteractionType.DISPLAY_BLOCK |
| Modifier and Type | Method and Description |
|---|---|
static LLMObsDisplayBlockInteractionType |
LLMObsDisplayBlockInteractionType.fromValue(String value) |
LLMObsDisplayBlockInteractionType |
LLMObsDisplayBlockInteractionResponseItem.getType()
Type discriminator for a
display_block interaction. |
LLMObsDisplayBlockInteractionType |
LLMObsDisplayBlockInteractionItem.getType()
Type discriminator for a
display_block interaction. |
LLMObsDisplayBlockInteractionType |
LLMObsDisplayBlockAnnotatedInteractionItem.getType()
Type discriminator for a
display_block interaction. |
| Modifier and Type | Method and Description |
|---|---|
void |
LLMObsDisplayBlockInteractionType.LLMObsDisplayBlockInteractionTypeSerializer.serialize(LLMObsDisplayBlockInteractionType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
LLMObsDisplayBlockInteractionResponseItem.setType(LLMObsDisplayBlockInteractionType type) |
void |
LLMObsDisplayBlockInteractionItem.setType(LLMObsDisplayBlockInteractionType type) |
void |
LLMObsDisplayBlockAnnotatedInteractionItem.setType(LLMObsDisplayBlockInteractionType type) |
LLMObsDisplayBlockInteractionResponseItem |
LLMObsDisplayBlockInteractionResponseItem.type(LLMObsDisplayBlockInteractionType type) |
LLMObsDisplayBlockInteractionItem |
LLMObsDisplayBlockInteractionItem.type(LLMObsDisplayBlockInteractionType type) |
LLMObsDisplayBlockAnnotatedInteractionItem |
LLMObsDisplayBlockAnnotatedInteractionItem.type(LLMObsDisplayBlockInteractionType type) |
| Constructor and Description |
|---|
LLMObsDisplayBlockAnnotatedInteractionItem(List<LLMObsAnnotationItem> annotations,
String contentId,
List<LLMObsContentBlock> displayBlock,
String id,
LLMObsDisplayBlockInteractionType type) |
LLMObsDisplayBlockInteractionItem(List<LLMObsContentBlock> displayBlock,
LLMObsDisplayBlockInteractionType type) |
LLMObsDisplayBlockInteractionResponseItem(Boolean alreadyExisted,
String contentId,
List<LLMObsContentBlock> displayBlock,
String id,
LLMObsDisplayBlockInteractionType type) |
| Constructor and Description |
|---|
LLMObsDisplayBlockInteractionTypeSerializer(Class<LLMObsDisplayBlockInteractionType> t) |
Copyright © 2026. All rights reserved.