| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
List<LLMObsContentBlock> |
LLMObsDisplayBlockInteractionResponseItem.getDisplayBlock()
List of content blocks that make up a
display_block interaction. |
List<LLMObsContentBlock> |
LLMObsDisplayBlockInteractionItem.getDisplayBlock()
List of content blocks that make up a
display_block interaction. |
List<LLMObsContentBlock> |
LLMObsDisplayBlockAnnotatedInteractionItem.getDisplayBlock()
List of content blocks that make up a
display_block interaction. |
List<LLMObsContentBlock> |
LLMObsAnnotatedInteractionByTraceItem.getDisplayBlock()
List of content blocks that make up a
display_block interaction. |
| Modifier and Type | Method and Description |
|---|---|
LLMObsDisplayBlockInteractionResponseItem |
LLMObsDisplayBlockInteractionResponseItem.addDisplayBlockItem(LLMObsContentBlock displayBlockItem) |
LLMObsDisplayBlockInteractionItem |
LLMObsDisplayBlockInteractionItem.addDisplayBlockItem(LLMObsContentBlock displayBlockItem) |
LLMObsDisplayBlockAnnotatedInteractionItem |
LLMObsDisplayBlockAnnotatedInteractionItem.addDisplayBlockItem(LLMObsContentBlock displayBlockItem) |
LLMObsAnnotatedInteractionByTraceItem |
LLMObsAnnotatedInteractionByTraceItem.addDisplayBlockItem(LLMObsContentBlock displayBlockItem) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsDisplayBlockInteractionResponseItem |
LLMObsDisplayBlockInteractionResponseItem.displayBlock(List<LLMObsContentBlock> displayBlock) |
LLMObsDisplayBlockInteractionItem |
LLMObsDisplayBlockInteractionItem.displayBlock(List<LLMObsContentBlock> displayBlock) |
LLMObsDisplayBlockAnnotatedInteractionItem |
LLMObsDisplayBlockAnnotatedInteractionItem.displayBlock(List<LLMObsContentBlock> displayBlock) |
LLMObsAnnotatedInteractionByTraceItem |
LLMObsAnnotatedInteractionByTraceItem.displayBlock(List<LLMObsContentBlock> displayBlock) |
void |
LLMObsDisplayBlockInteractionResponseItem.setDisplayBlock(List<LLMObsContentBlock> displayBlock) |
void |
LLMObsDisplayBlockInteractionItem.setDisplayBlock(List<LLMObsContentBlock> displayBlock) |
void |
LLMObsDisplayBlockAnnotatedInteractionItem.setDisplayBlock(List<LLMObsContentBlock> displayBlock) |
void |
LLMObsAnnotatedInteractionByTraceItem.setDisplayBlock(List<LLMObsContentBlock> displayBlock) |
| 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) |
Copyright © 2026. All rights reserved.