@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsAnthropicThinkingConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BUDGET_TOKENS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsAnthropicThinkingConfig() |
LLMObsAnthropicThinkingConfig(LLMObsAnthropicThinkingType type) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsAnthropicThinkingConfig |
budgetTokens(Long budgetTokens) |
boolean |
equals(Object o)
Return true if this LLMObsAnthropicThinkingConfig object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getBudgetTokens_JsonNullable() |
Long |
getBudgetTokens()
Maximum token budget for extended thinking.
|
LLMObsAnthropicThinkingType |
getType()
The thinking mode for Anthropic extended thinking.
|
int |
hashCode() |
LLMObsAnthropicThinkingConfig |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setBudgetTokens_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> budgetTokens) |
void |
setBudgetTokens(Long budgetTokens) |
void |
setType(LLMObsAnthropicThinkingType type) |
String |
toString() |
LLMObsAnthropicThinkingConfig |
type(LLMObsAnthropicThinkingType type) |
public boolean unparsed
public static final String JSON_PROPERTY_BUDGET_TOKENS
public static final String JSON_PROPERTY_TYPE
public LLMObsAnthropicThinkingConfig()
public LLMObsAnthropicThinkingConfig(LLMObsAnthropicThinkingType type)
public LLMObsAnthropicThinkingConfig budgetTokens(Long budgetTokens)
@Nullable public Long getBudgetTokens()
enabled.public org.openapitools.jackson.nullable.JsonNullable<Long> getBudgetTokens_JsonNullable()
public void setBudgetTokens_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> budgetTokens)
public void setBudgetTokens(Long budgetTokens)
public LLMObsAnthropicThinkingConfig type(LLMObsAnthropicThinkingType type)
public LLMObsAnthropicThinkingType getType()
public void setType(LLMObsAnthropicThinkingType type)
public LLMObsAnthropicThinkingConfig putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.