@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsUpsertAnnotationItem extends Object
interaction_id
and the requesting user's identity.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_INTERACTION_ID |
static String |
JSON_PROPERTY_LABEL_VALUES |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsUpsertAnnotationItem() |
LLMObsUpsertAnnotationItem(String interactionId,
List<LLMObsAnnotationLabelValue> labelValues) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsUpsertAnnotationItem |
addLabelValuesItem(LLMObsAnnotationLabelValue labelValuesItem) |
boolean |
equals(Object o)
Return true if this LLMObsUpsertAnnotationItem 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.
|
String |
getInteractionId()
ID of the interaction to annotate.
|
List<LLMObsAnnotationLabelValue> |
getLabelValues()
Label values for this annotation.
|
int |
hashCode() |
LLMObsUpsertAnnotationItem |
interactionId(String interactionId) |
LLMObsUpsertAnnotationItem |
labelValues(List<LLMObsAnnotationLabelValue> labelValues) |
LLMObsUpsertAnnotationItem |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setInteractionId(String interactionId) |
void |
setLabelValues(List<LLMObsAnnotationLabelValue> labelValues) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_INTERACTION_ID
public static final String JSON_PROPERTY_LABEL_VALUES
public LLMObsUpsertAnnotationItem()
public LLMObsUpsertAnnotationItem(String interactionId, List<LLMObsAnnotationLabelValue> labelValues)
public LLMObsUpsertAnnotationItem interactionId(String interactionId)
public String getInteractionId()
public void setInteractionId(String interactionId)
public LLMObsUpsertAnnotationItem labelValues(List<LLMObsAnnotationLabelValue> labelValues)
public LLMObsUpsertAnnotationItem addLabelValuesItem(LLMObsAnnotationLabelValue labelValuesItem)
public List<LLMObsAnnotationLabelValue> getLabelValues()
public void setLabelValues(List<LLMObsAnnotationLabelValue> labelValues)
public LLMObsUpsertAnnotationItem 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.