@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsExperimentRunDataResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AGGREGATE_DATA |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_EXPERIMENT_ID |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_RUN_NUMBER |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsExperimentRunDataResponse() |
| Modifier and Type | Method and Description |
|---|---|
LLMObsExperimentRunDataResponse |
aggregateData(Map<String,Object> aggregateData) |
LLMObsExperimentRunDataResponse |
createdAt(OffsetDateTime createdAt) |
boolean |
equals(Object o)
Return true if this LLMObsExperimentRunDataResponse object is equal to o.
|
LLMObsExperimentRunDataResponse |
experimentId(String experimentId) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
org.openapitools.jackson.nullable.JsonNullable<Map<String,Object>> |
getAggregateData_JsonNullable() |
Map<String,Object> |
getAggregateData()
Aggregated metric data for this run.
|
OffsetDateTime |
getCreatedAt()
Timestamp when the run was created.
|
String |
getExperimentId()
Identifier of the experiment this run belongs to.
|
String |
getId()
Unique identifier of the experiment run.
|
Integer |
getRunNumber()
Sequential number of this run within the experiment.
|
int |
hashCode() |
LLMObsExperimentRunDataResponse |
id(String id) |
LLMObsExperimentRunDataResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsExperimentRunDataResponse |
putAggregateDataItem(String key,
Object aggregateDataItem) |
LLMObsExperimentRunDataResponse |
runNumber(Integer runNumber) |
void |
setAggregateData_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String,Object>> aggregateData) |
void |
setAggregateData(Map<String,Object> aggregateData) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setExperimentId(String experimentId) |
void |
setId(String id) |
void |
setRunNumber(Integer runNumber) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AGGREGATE_DATA
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_EXPERIMENT_ID
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_RUN_NUMBER
public LLMObsExperimentRunDataResponse aggregateData(Map<String,Object> aggregateData)
public LLMObsExperimentRunDataResponse putAggregateDataItem(String key, Object aggregateDataItem)
@Nullable public Map<String,Object> getAggregateData()
public org.openapitools.jackson.nullable.JsonNullable<Map<String,Object>> getAggregateData_JsonNullable()
public void setAggregateData_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String,Object>> aggregateData)
public LLMObsExperimentRunDataResponse createdAt(OffsetDateTime createdAt)
@Nullable public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public LLMObsExperimentRunDataResponse experimentId(String experimentId)
@Nullable public String getExperimentId()
public void setExperimentId(String experimentId)
public LLMObsExperimentRunDataResponse id(String id)
@Nullable public String getId()
public void setId(String id)
public LLMObsExperimentRunDataResponse runNumber(Integer runNumber)
@Nullable public Integer getRunNumber()
public void setRunNumber(Integer runNumber)
public LLMObsExperimentRunDataResponse 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.