@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsCreatePromptVersionDataAttributes extends Object
template is
required; all other attributes are optional.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_ENV_IDS |
static String |
JSON_PROPERTY_LABELS |
static String |
JSON_PROPERTY_TEMPLATE |
static String |
JSON_PROPERTY_USER_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsCreatePromptVersionDataAttributes() |
LLMObsCreatePromptVersionDataAttributes(LLMObsPromptTemplate template) |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_ENV_IDS
public static final String JSON_PROPERTY_LABELS
public static final String JSON_PROPERTY_TEMPLATE
public static final String JSON_PROPERTY_USER_VERSION
public LLMObsCreatePromptVersionDataAttributes()
public LLMObsCreatePromptVersionDataAttributes(LLMObsPromptTemplate template)
public LLMObsCreatePromptVersionDataAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public LLMObsCreatePromptVersionDataAttributes envIds(List<String> envIds)
public LLMObsCreatePromptVersionDataAttributes addEnvIdsItem(String envIdsItem)
@Nullable public List<String> getEnvIds()
public LLMObsCreatePromptVersionDataAttributes labels(List<LLMObsPromptVersionLabel> labels)
public LLMObsCreatePromptVersionDataAttributes addLabelsItem(LLMObsPromptVersionLabel labelsItem)
@Deprecated @Nullable public List<LLMObsPromptVersionLabel> getLabels()
@Deprecated public void setLabels(List<LLMObsPromptVersionLabel> labels)
public LLMObsCreatePromptVersionDataAttributes template(LLMObsPromptTemplate template)
public LLMObsPromptTemplate getTemplate()
public void setTemplate(LLMObsPromptTemplate template)
public LLMObsCreatePromptVersionDataAttributes userVersion(String userVersion)
@Nullable public String getUserVersion()
public void setUserVersion(String userVersion)
public LLMObsCreatePromptVersionDataAttributes 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.