@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsAnnotationLabelValueResponse extends Object
type and name_when_saved to mirror the schema state at
the time the annotation was created — these help clients display values correctly when the schema
has since changed.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ASSESSMENT |
static String |
JSON_PROPERTY_LABEL_SCHEMA_ID |
static String |
JSON_PROPERTY_NAME_WHEN_SAVED |
static String |
JSON_PROPERTY_REASONING |
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsAnnotationLabelValueResponse() |
LLMObsAnnotationLabelValueResponse(String labelSchemaId,
LLMObsAnnotationLabelValueValue value) |
public boolean unparsed
public static final String JSON_PROPERTY_ASSESSMENT
public static final String JSON_PROPERTY_LABEL_SCHEMA_ID
public static final String JSON_PROPERTY_NAME_WHEN_SAVED
public static final String JSON_PROPERTY_REASONING
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_VALUE
public LLMObsAnnotationLabelValueResponse()
public LLMObsAnnotationLabelValueResponse(String labelSchemaId, LLMObsAnnotationLabelValueValue value)
public LLMObsAnnotationLabelValueResponse assessment(LLMObsAnnotationAssessment assessment)
@Nullable public LLMObsAnnotationAssessment getAssessment()
public void setAssessment(LLMObsAnnotationAssessment assessment)
public LLMObsAnnotationLabelValueResponse labelSchemaId(String labelSchemaId)
public String getLabelSchemaId()
public void setLabelSchemaId(String labelSchemaId)
public LLMObsAnnotationLabelValueResponse nameWhenSaved(String nameWhenSaved)
@Nullable public String getNameWhenSaved()
public void setNameWhenSaved(String nameWhenSaved)
public LLMObsAnnotationLabelValueResponse reasoning(String reasoning)
@Nullable public String getReasoning()
public void setReasoning(String reasoning)
public LLMObsAnnotationLabelValueResponse type(LLMObsLabelSchemaType type)
@Nullable public LLMObsLabelSchemaType getType()
public void setType(LLMObsLabelSchemaType type)
public LLMObsAnnotationLabelValueResponse value(LLMObsAnnotationLabelValueValue value)
public LLMObsAnnotationLabelValueValue getValue()
public void setValue(LLMObsAnnotationLabelValueValue value)
public LLMObsAnnotationLabelValueResponse 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.