@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsAnthropicMetadata extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EFFORT |
static String |
JSON_PROPERTY_THINKING |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsAnthropicMetadata() |
| Modifier and Type | Method and Description |
|---|---|
LLMObsAnthropicMetadata |
effort(LLMObsAnthropicEffort effort) |
boolean |
equals(Object o)
Return true if this LLMObsAnthropicMetadata 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<LLMObsAnthropicEffort> |
getEffort_JsonNullable() |
LLMObsAnthropicEffort |
getEffort()
The effort level for Anthropic inference.
|
LLMObsAnthropicThinkingConfig |
getThinking()
Configuration for Anthropic extended thinking feature.
|
int |
hashCode() |
LLMObsAnthropicMetadata |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setEffort_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<LLMObsAnthropicEffort> effort) |
void |
setEffort(LLMObsAnthropicEffort effort) |
void |
setThinking(LLMObsAnthropicThinkingConfig thinking) |
LLMObsAnthropicMetadata |
thinking(LLMObsAnthropicThinkingConfig thinking) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_EFFORT
public static final String JSON_PROPERTY_THINKING
public LLMObsAnthropicMetadata effort(LLMObsAnthropicEffort effort)
@Nullable public LLMObsAnthropicEffort getEffort()
public org.openapitools.jackson.nullable.JsonNullable<LLMObsAnthropicEffort> getEffort_JsonNullable()
public void setEffort_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<LLMObsAnthropicEffort> effort)
public void setEffort(LLMObsAnthropicEffort effort)
public LLMObsAnthropicMetadata thinking(LLMObsAnthropicThinkingConfig thinking)
@Nullable public LLMObsAnthropicThinkingConfig getThinking()
public void setThinking(LLMObsAnthropicThinkingConfig thinking)
public LLMObsAnthropicMetadata 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.