| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static LLMObsContentBlockType |
LLMObsContentBlockType.HEADER |
static LLMObsContentBlockType |
LLMObsContentBlockType.IMAGE |
static LLMObsContentBlockType |
LLMObsContentBlockType.JSON |
static LLMObsContentBlockType |
LLMObsContentBlockType.LLMOBS_TRACE |
static LLMObsContentBlockType |
LLMObsContentBlockType.MARKDOWN |
static LLMObsContentBlockType |
LLMObsContentBlockType.TEXT |
static LLMObsContentBlockType |
LLMObsContentBlockType.WIDGET |
| Modifier and Type | Method and Description |
|---|---|
static LLMObsContentBlockType |
LLMObsContentBlockType.fromValue(String value) |
LLMObsContentBlockType |
LLMObsContentBlock.getType()
Discriminator for a single
display_block content block. |
| Modifier and Type | Method and Description |
|---|---|
void |
LLMObsContentBlockType.LLMObsContentBlockTypeSerializer.serialize(LLMObsContentBlockType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
LLMObsContentBlock.setType(LLMObsContentBlockType type) |
LLMObsContentBlock |
LLMObsContentBlock.type(LLMObsContentBlockType type) |
| Constructor and Description |
|---|
LLMObsContentBlock(LLMObsContentBlockType type) |
| Constructor and Description |
|---|
LLMObsContentBlockTypeSerializer(Class<LLMObsContentBlockType> t) |
Copyright © 2026. All rights reserved.