| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static LLMObsAnthropicThinkingType |
LLMObsAnthropicThinkingType.ADAPTIVE |
static LLMObsAnthropicThinkingType |
LLMObsAnthropicThinkingType.DISABLED |
static LLMObsAnthropicThinkingType |
LLMObsAnthropicThinkingType.ENABLED |
| Modifier and Type | Method and Description |
|---|---|
static LLMObsAnthropicThinkingType |
LLMObsAnthropicThinkingType.fromValue(String value) |
LLMObsAnthropicThinkingType |
LLMObsAnthropicThinkingConfig.getType()
The thinking mode for Anthropic extended thinking.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LLMObsAnthropicThinkingType.LLMObsAnthropicThinkingTypeSerializer.serialize(LLMObsAnthropicThinkingType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
LLMObsAnthropicThinkingConfig.setType(LLMObsAnthropicThinkingType type) |
LLMObsAnthropicThinkingConfig |
LLMObsAnthropicThinkingConfig.type(LLMObsAnthropicThinkingType type) |
| Constructor and Description |
|---|
LLMObsAnthropicThinkingConfig(LLMObsAnthropicThinkingType type) |
| Constructor and Description |
|---|
LLMObsAnthropicThinkingTypeSerializer(Class<LLMObsAnthropicThinkingType> t) |
Copyright © 2026. All rights reserved.