@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsExperimentationAnalyticsValue extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BY |
static String |
JSON_PROPERTY_METRICS |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsExperimentationAnalyticsValue() |
LLMObsExperimentationAnalyticsValue(Map<String,Object> metrics) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsExperimentationAnalyticsValue |
by(Map<String,Object> by) |
boolean |
equals(Object o)
Return true if this LLMObsExperimentationAnalyticsValue 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.
|
Map<String,Object> |
getBy()
The group-by field values for this bucket.
|
Map<String,Object> |
getMetrics()
Computed metric values for this bucket.
|
int |
hashCode() |
LLMObsExperimentationAnalyticsValue |
metrics(Map<String,Object> metrics) |
LLMObsExperimentationAnalyticsValue |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsExperimentationAnalyticsValue |
putByItem(String key,
Object byItem) |
LLMObsExperimentationAnalyticsValue |
putMetricsItem(String key,
Object metricsItem) |
void |
setBy(Map<String,Object> by) |
void |
setMetrics(Map<String,Object> metrics) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_BY
public static final String JSON_PROPERTY_METRICS
public LLMObsExperimentationAnalyticsValue by(Map<String,Object> by)
public LLMObsExperimentationAnalyticsValue putByItem(String key, Object byItem)
@Nullable public Map<String,Object> getBy()
public LLMObsExperimentationAnalyticsValue metrics(Map<String,Object> metrics)
public LLMObsExperimentationAnalyticsValue putMetricsItem(String key, Object metricsItem)
public Map<String,Object> getMetrics()
public LLMObsExperimentationAnalyticsValue 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.