| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LLMObsAnnotationItem |
LLMObsAnnotationItem.createdAt(OffsetDateTime createdAt) |
LLMObsAnnotationItem |
LLMObsAnnotationItem.createdBy(String createdBy) |
LLMObsAnnotationItem |
LLMObsAnnotationItem.id(String id) |
LLMObsAnnotationItem |
LLMObsAnnotationItem.interactionId(String interactionId) |
LLMObsAnnotationItem |
LLMObsAnnotationItem.labelValues(Map<String,Object> labelValues) |
LLMObsAnnotationItem |
LLMObsAnnotationItem.modifiedAt(OffsetDateTime modifiedAt) |
LLMObsAnnotationItem |
LLMObsAnnotationItem.modifiedBy(String modifiedBy) |
LLMObsAnnotationItem |
LLMObsAnnotationItem.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsAnnotationItem |
LLMObsAnnotationItem.putLabelValuesItem(String key,
Object labelValuesItem) |
| Modifier and Type | Method and Description |
|---|---|
List<LLMObsAnnotationItem> |
LLMObsTraceAnnotatedInteractionItem.getAnnotations()
List of annotations for this interaction.
|
List<LLMObsAnnotationItem> |
LLMObsDisplayBlockAnnotatedInteractionItem.getAnnotations()
List of annotations for this interaction.
|
List<LLMObsAnnotationItem> |
LLMObsAnnotatedInteractionByTraceItem.getAnnotations()
List of annotations for this interaction.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsTraceAnnotatedInteractionItem |
LLMObsTraceAnnotatedInteractionItem.addAnnotationsItem(LLMObsAnnotationItem annotationsItem) |
LLMObsDisplayBlockAnnotatedInteractionItem |
LLMObsDisplayBlockAnnotatedInteractionItem.addAnnotationsItem(LLMObsAnnotationItem annotationsItem) |
LLMObsAnnotatedInteractionByTraceItem |
LLMObsAnnotatedInteractionByTraceItem.addAnnotationsItem(LLMObsAnnotationItem annotationsItem) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsTraceAnnotatedInteractionItem |
LLMObsTraceAnnotatedInteractionItem.annotations(List<LLMObsAnnotationItem> annotations) |
LLMObsDisplayBlockAnnotatedInteractionItem |
LLMObsDisplayBlockAnnotatedInteractionItem.annotations(List<LLMObsAnnotationItem> annotations) |
LLMObsAnnotatedInteractionByTraceItem |
LLMObsAnnotatedInteractionByTraceItem.annotations(List<LLMObsAnnotationItem> annotations) |
void |
LLMObsTraceAnnotatedInteractionItem.setAnnotations(List<LLMObsAnnotationItem> annotations) |
void |
LLMObsDisplayBlockAnnotatedInteractionItem.setAnnotations(List<LLMObsAnnotationItem> annotations) |
void |
LLMObsAnnotatedInteractionByTraceItem.setAnnotations(List<LLMObsAnnotationItem> annotations) |
| Constructor and Description |
|---|
LLMObsAnnotatedInteractionByTraceItem(List<LLMObsAnnotationItem> annotations,
String contentId,
OffsetDateTime createdAt,
String id,
OffsetDateTime modifiedAt,
String queueId,
String queueName,
LLMObsAnyInteractionType type) |
LLMObsDisplayBlockAnnotatedInteractionItem(List<LLMObsAnnotationItem> annotations,
String contentId,
List<LLMObsContentBlock> displayBlock,
String id,
LLMObsDisplayBlockInteractionType type) |
LLMObsTraceAnnotatedInteractionItem(List<LLMObsAnnotationItem> annotations,
String contentId,
OffsetDateTime createdAt,
String id,
OffsetDateTime modifiedAt,
LLMObsTraceInteractionType type) |
Copyright © 2026. All rights reserved.