@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsUpdatePromptVersionDataAttributes extends Object
description
, labels, or env_ids must be provided; all three attributes are
optional individually.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_ENV_IDS |
static String |
JSON_PROPERTY_LABELS |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsUpdatePromptVersionDataAttributes() |
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 LLMObsUpdatePromptVersionDataAttributes()
public LLMObsUpdatePromptVersionDataAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public LLMObsUpdatePromptVersionDataAttributes envIds(List<String> envIds)
public LLMObsUpdatePromptVersionDataAttributes addEnvIdsItem(String envIdsItem)
@Nullable public List<String> getEnvIds()
public LLMObsUpdatePromptVersionDataAttributes labels(List<LLMObsPromptVersionLabel> labels)
public LLMObsUpdatePromptVersionDataAttributes addLabelsItem(LLMObsPromptVersionLabel labelsItem)
@Deprecated @Nullable public List<LLMObsPromptVersionLabel> getLabels()
@Deprecated public void setLabels(List<LLMObsPromptVersionLabel> labels)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.