@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsCustomEvalConfigInferenceParams extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FREQUENCY_PENALTY |
static String |
JSON_PROPERTY_MAX_TOKENS |
static String |
JSON_PROPERTY_PRESENCE_PENALTY |
static String |
JSON_PROPERTY_TEMPERATURE |
static String |
JSON_PROPERTY_TOP_K |
static String |
JSON_PROPERTY_TOP_P |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsCustomEvalConfigInferenceParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this LLMObsCustomEvalConfigInferenceParams object is equal to o.
|
LLMObsCustomEvalConfigInferenceParams |
frequencyPenalty(Double frequencyPenalty) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Double |
getFrequencyPenalty()
Frequency penalty to reduce repetition.
|
Long |
getMaxTokens()
Maximum number of tokens to generate.
|
Double |
getPresencePenalty()
Presence penalty to reduce repetition.
|
Double |
getTemperature()
Sampling temperature for the LLM.
|
Long |
getTopK()
Top-k sampling parameter.
|
Double |
getTopP()
Top-p (nucleus) sampling parameter.
|
int |
hashCode() |
LLMObsCustomEvalConfigInferenceParams |
maxTokens(Long maxTokens) |
LLMObsCustomEvalConfigInferenceParams |
presencePenalty(Double presencePenalty) |
LLMObsCustomEvalConfigInferenceParams |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFrequencyPenalty(Double frequencyPenalty) |
void |
setMaxTokens(Long maxTokens) |
void |
setPresencePenalty(Double presencePenalty) |
void |
setTemperature(Double temperature) |
void |
setTopK(Long topK) |
void |
setTopP(Double topP) |
LLMObsCustomEvalConfigInferenceParams |
temperature(Double temperature) |
LLMObsCustomEvalConfigInferenceParams |
topK(Long topK) |
LLMObsCustomEvalConfigInferenceParams |
topP(Double topP) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FREQUENCY_PENALTY
public static final String JSON_PROPERTY_MAX_TOKENS
public static final String JSON_PROPERTY_PRESENCE_PENALTY
public static final String JSON_PROPERTY_TEMPERATURE
public static final String JSON_PROPERTY_TOP_K
public static final String JSON_PROPERTY_TOP_P
public LLMObsCustomEvalConfigInferenceParams()
public LLMObsCustomEvalConfigInferenceParams frequencyPenalty(Double frequencyPenalty)
@Nullable public Double getFrequencyPenalty()
public void setFrequencyPenalty(Double frequencyPenalty)
public LLMObsCustomEvalConfigInferenceParams maxTokens(Long maxTokens)
@Nullable public Long getMaxTokens()
public void setMaxTokens(Long maxTokens)
public LLMObsCustomEvalConfigInferenceParams presencePenalty(Double presencePenalty)
@Nullable public Double getPresencePenalty()
public void setPresencePenalty(Double presencePenalty)
public LLMObsCustomEvalConfigInferenceParams temperature(Double temperature)
@Nullable public Double getTemperature()
public void setTemperature(Double temperature)
public LLMObsCustomEvalConfigInferenceParams topK(Long topK)
@Nullable public Long getTopK()
public void setTopK(Long topK)
public LLMObsCustomEvalConfigInferenceParams topP(Double topP)
@Nullable public Double getTopP()
public void setTopP(Double topP)
public LLMObsCustomEvalConfigInferenceParams 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.