@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsCustomEvalConfigUpdateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CATEGORY |
static String |
JSON_PROPERTY_EVAL_NAME |
static String |
JSON_PROPERTY_LLM_JUDGE_CONFIG |
static String |
JSON_PROPERTY_LLM_PROVIDER |
static String |
JSON_PROPERTY_TARGET |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsCustomEvalConfigUpdateAttributes() |
LLMObsCustomEvalConfigUpdateAttributes(LLMObsCustomEvalConfigTarget target) |
public boolean unparsed
public static final String JSON_PROPERTY_CATEGORY
public static final String JSON_PROPERTY_EVAL_NAME
public static final String JSON_PROPERTY_LLM_JUDGE_CONFIG
public static final String JSON_PROPERTY_LLM_PROVIDER
public static final String JSON_PROPERTY_TARGET
public LLMObsCustomEvalConfigUpdateAttributes()
public LLMObsCustomEvalConfigUpdateAttributes(LLMObsCustomEvalConfigTarget target)
public LLMObsCustomEvalConfigUpdateAttributes category(String category)
@Nullable public String getCategory()
public void setCategory(String category)
public LLMObsCustomEvalConfigUpdateAttributes evalName(String evalName)
@Nullable public String getEvalName()
public void setEvalName(String evalName)
public LLMObsCustomEvalConfigUpdateAttributes llmJudgeConfig(LLMObsCustomEvalConfigLLMJudgeConfig llmJudgeConfig)
@Nullable public LLMObsCustomEvalConfigLLMJudgeConfig getLlmJudgeConfig()
public void setLlmJudgeConfig(LLMObsCustomEvalConfigLLMJudgeConfig llmJudgeConfig)
public LLMObsCustomEvalConfigUpdateAttributes llmProvider(LLMObsCustomEvalConfigLLMProvider llmProvider)
@Nullable public LLMObsCustomEvalConfigLLMProvider getLlmProvider()
public void setLlmProvider(LLMObsCustomEvalConfigLLMProvider llmProvider)
public LLMObsCustomEvalConfigUpdateAttributes target(LLMObsCustomEvalConfigTarget target)
public LLMObsCustomEvalConfigTarget getTarget()
public void setTarget(LLMObsCustomEvalConfigTarget target)
public LLMObsCustomEvalConfigUpdateAttributes 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.