@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsExperimentationAnalyticsAggregate extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPUTE |
static String |
JSON_PROPERTY_DATASET_VERSION |
static String |
JSON_PROPERTY_GROUP_BY |
static String |
JSON_PROPERTY_INDEXES |
static String |
JSON_PROPERTY_LIMIT |
static String |
JSON_PROPERTY_SEARCH |
static String |
JSON_PROPERTY_TIME |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsExperimentationAnalyticsAggregate() |
LLMObsExperimentationAnalyticsAggregate(List<LLMObsExperimentationAnalyticsCompute> compute,
List<String> indexes,
LLMObsExperimentationAnalyticsSearch search) |
public boolean unparsed
public static final String JSON_PROPERTY_COMPUTE
public static final String JSON_PROPERTY_DATASET_VERSION
public static final String JSON_PROPERTY_GROUP_BY
public static final String JSON_PROPERTY_INDEXES
public static final String JSON_PROPERTY_LIMIT
public static final String JSON_PROPERTY_SEARCH
public static final String JSON_PROPERTY_TIME
public LLMObsExperimentationAnalyticsAggregate()
public LLMObsExperimentationAnalyticsAggregate(List<LLMObsExperimentationAnalyticsCompute> compute, List<String> indexes, LLMObsExperimentationAnalyticsSearch search)
public LLMObsExperimentationAnalyticsAggregate compute(List<LLMObsExperimentationAnalyticsCompute> compute)
public LLMObsExperimentationAnalyticsAggregate addComputeItem(LLMObsExperimentationAnalyticsCompute computeItem)
public List<LLMObsExperimentationAnalyticsCompute> getCompute()
public void setCompute(List<LLMObsExperimentationAnalyticsCompute> compute)
public LLMObsExperimentationAnalyticsAggregate datasetVersion(Long datasetVersion)
@Nullable public Long getDatasetVersion()
public org.openapitools.jackson.nullable.JsonNullable<Long> getDatasetVersion_JsonNullable()
public void setDatasetVersion_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> datasetVersion)
public void setDatasetVersion(Long datasetVersion)
public LLMObsExperimentationAnalyticsAggregate groupBy(List<LLMObsExperimentationAnalyticsGroupBy> groupBy)
public LLMObsExperimentationAnalyticsAggregate addGroupByItem(LLMObsExperimentationAnalyticsGroupBy groupByItem)
@Nullable public List<LLMObsExperimentationAnalyticsGroupBy> getGroupBy()
public void setGroupBy(List<LLMObsExperimentationAnalyticsGroupBy> groupBy)
public LLMObsExperimentationAnalyticsAggregate indexes(List<String> indexes)
public LLMObsExperimentationAnalyticsAggregate addIndexesItem(String indexesItem)
public List<String> getIndexes()
public LLMObsExperimentationAnalyticsAggregate limit(Integer limit)
@Nullable public Integer getLimit()
public org.openapitools.jackson.nullable.JsonNullable<Integer> getLimit_JsonNullable()
public void setLimit_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> limit)
public void setLimit(Integer limit)
public LLMObsExperimentationAnalyticsAggregate search(LLMObsExperimentationAnalyticsSearch search)
public LLMObsExperimentationAnalyticsSearch getSearch()
public void setSearch(LLMObsExperimentationAnalyticsSearch search)
public LLMObsExperimentationAnalyticsAggregate time(LLMObsExperimentationAnalyticsTimeRange time)
@Nullable public LLMObsExperimentationAnalyticsTimeRange getTime()
public void setTime(LLMObsExperimentationAnalyticsTimeRange time)
public LLMObsExperimentationAnalyticsAggregate 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.