@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsExperimentEventsV2DataAttributesResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_SPANS |
static String |
JSON_PROPERTY_SUMMARY_METRICS |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsExperimentEventsV2DataAttributesResponse() |
LLMObsExperimentEventsV2DataAttributesResponse(List<LLMObsExperimentSpanWithEvals> spans,
List<LLMObsExperimentEvalMetricEvent> summaryMetrics) |
public boolean unparsed
public static final String JSON_PROPERTY_SPANS
public static final String JSON_PROPERTY_SUMMARY_METRICS
public LLMObsExperimentEventsV2DataAttributesResponse()
public LLMObsExperimentEventsV2DataAttributesResponse(List<LLMObsExperimentSpanWithEvals> spans, List<LLMObsExperimentEvalMetricEvent> summaryMetrics)
public LLMObsExperimentEventsV2DataAttributesResponse spans(List<LLMObsExperimentSpanWithEvals> spans)
public LLMObsExperimentEventsV2DataAttributesResponse addSpansItem(LLMObsExperimentSpanWithEvals spansItem)
public List<LLMObsExperimentSpanWithEvals> getSpans()
public void setSpans(List<LLMObsExperimentSpanWithEvals> spans)
public LLMObsExperimentEventsV2DataAttributesResponse summaryMetrics(List<LLMObsExperimentEvalMetricEvent> summaryMetrics)
public LLMObsExperimentEventsV2DataAttributesResponse addSummaryMetricsItem(LLMObsExperimentEvalMetricEvent summaryMetricsItem)
public List<LLMObsExperimentEvalMetricEvent> getSummaryMetrics()
public void setSummaryMetrics(List<LLMObsExperimentEvalMetricEvent> summaryMetrics)
public LLMObsExperimentEventsV2DataAttributesResponse 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.