@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsInternalReasoning extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_REASONING_TOKENS |
static String |
JSON_PROPERTY_TEXT |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsInternalReasoning() |
LLMObsInternalReasoning(String text) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this LLMObsInternalReasoning 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> |
getReasoningTokens_JsonNullable() |
Long |
getReasoningTokens()
Number of tokens used for internal reasoning.
|
String |
getText()
The reasoning text produced by the model.
|
int |
hashCode() |
LLMObsInternalReasoning |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsInternalReasoning |
reasoningTokens(Long reasoningTokens) |
void |
setReasoningTokens_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> reasoningTokens) |
void |
setReasoningTokens(Long reasoningTokens) |
void |
setText(String text) |
LLMObsInternalReasoning |
text(String text) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_REASONING_TOKENS
public static final String JSON_PROPERTY_TEXT
public LLMObsInternalReasoning()
public LLMObsInternalReasoning(String text)
public LLMObsInternalReasoning reasoningTokens(Long reasoningTokens)
@Nullable public Long getReasoningTokens()
public org.openapitools.jackson.nullable.JsonNullable<Long> getReasoningTokens_JsonNullable()
public void setReasoningTokens_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> reasoningTokens)
public void setReasoningTokens(Long reasoningTokens)
public LLMObsInternalReasoning text(String text)
public String getText()
public void setText(String text)
public LLMObsInternalReasoning 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.