@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsExperimentDataAttributesResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AGGREGATE_DATA |
static String |
JSON_PROPERTY_AUTHOR |
static String |
JSON_PROPERTY_CONFIG |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_DATASET_ID |
static String |
JSON_PROPERTY_DATASET_NAME |
static String |
JSON_PROPERTY_DATASET_VERSION |
static String |
JSON_PROPERTY_DELETED_AT |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_ERROR |
static String |
JSON_PROPERTY_EXPERIMENT |
static String |
JSON_PROPERTY_METADATA |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PARENT_EXPERIMENT_ID |
static String |
JSON_PROPERTY_PROJECT_ID |
static String |
JSON_PROPERTY_RUN_COUNT |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_UPDATED_AT |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsExperimentDataAttributesResponse() |
LLMObsExperimentDataAttributesResponse(Map<String,Object> config,
OffsetDateTime createdAt,
String datasetId,
String description,
Map<String,Object> metadata,
String name,
String projectId,
OffsetDateTime updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsExperimentDataAttributesResponse |
aggregateData(Map<String,Object> aggregateData) |
LLMObsExperimentDataAttributesResponse |
author(LLMObsExperimentUser author) |
LLMObsExperimentDataAttributesResponse |
config(Map<String,Object> config) |
LLMObsExperimentDataAttributesResponse |
createdAt(OffsetDateTime createdAt) |
LLMObsExperimentDataAttributesResponse |
datasetId(String datasetId) |
LLMObsExperimentDataAttributesResponse |
datasetName(String datasetName) |
LLMObsExperimentDataAttributesResponse |
datasetVersion(Long datasetVersion) |
LLMObsExperimentDataAttributesResponse |
deletedAt(OffsetDateTime deletedAt) |
LLMObsExperimentDataAttributesResponse |
description(String description) |
boolean |
equals(Object o)
Return true if this LLMObsExperimentDataAttributesResponse object is equal to o.
|
LLMObsExperimentDataAttributesResponse |
error(String error) |
LLMObsExperimentDataAttributesResponse |
experiment(String experiment) |
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()
Pre-computed aggregate metrics for this experiment run, including eval score distributions,
token costs, and error rates.
|
LLMObsExperimentUser |
getAuthor()
User data for the author of an experiment.
|
Map<String,Object> |
getConfig()
Configuration parameters for the experiment.
|
OffsetDateTime |
getCreatedAt()
Timestamp when the experiment was created.
|
String |
getDatasetId()
Identifier of the dataset used in this experiment.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getDatasetName_JsonNullable() |
String |
getDatasetName()
Name of the dataset used in this experiment.
|
Long |
getDatasetVersion()
Version of the dataset used in this experiment.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getDeletedAt_JsonNullable() |
OffsetDateTime |
getDeletedAt()
Timestamp when the experiment was soft-deleted, if applicable.
|
String |
getDescription()
Description of the experiment.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getError_JsonNullable() |
String |
getError()
Error message describing why the experiment failed, if applicable.
|
String |
getExperiment()
Logical name of the experiment, shared across all runs of the same pipeline.
|
Map<String,Object> |
getMetadata()
Arbitrary metadata associated with the experiment.
|
String |
getName()
Name of the experiment.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getParentExperimentId_JsonNullable() |
String |
getParentExperimentId()
Identifier of the parent (baseline) experiment this experiment was run against, if any.
|
String |
getProjectId()
Identifier of the project this experiment belongs to.
|
Integer |
getRunCount()
Expected number of runs for this experiment.
|
LLMObsExperimentStatus |
getStatus()
Execution status of an LLM Observability experiment.
|
OffsetDateTime |
getUpdatedAt()
Timestamp when the experiment was last updated.
|
int |
hashCode() |
LLMObsExperimentDataAttributesResponse |
metadata(Map<String,Object> metadata) |
LLMObsExperimentDataAttributesResponse |
name(String name) |
LLMObsExperimentDataAttributesResponse |
parentExperimentId(String parentExperimentId) |
LLMObsExperimentDataAttributesResponse |
projectId(String projectId) |
LLMObsExperimentDataAttributesResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsExperimentDataAttributesResponse |
putAggregateDataItem(String key,
Object aggregateDataItem) |
LLMObsExperimentDataAttributesResponse |
putConfigItem(String key,
Object configItem) |
LLMObsExperimentDataAttributesResponse |
putMetadataItem(String key,
Object metadataItem) |
LLMObsExperimentDataAttributesResponse |
runCount(Integer runCount) |
void |
setAggregateData_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String,Object>> aggregateData) |
void |
setAggregateData(Map<String,Object> aggregateData) |
void |
setAuthor(LLMObsExperimentUser author) |
void |
setConfig(Map<String,Object> config) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setDatasetId(String datasetId) |
void |
setDatasetName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> datasetName) |
void |
setDatasetName(String datasetName) |
void |
setDatasetVersion(Long datasetVersion) |
void |
setDeletedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> deletedAt) |
void |
setDeletedAt(OffsetDateTime deletedAt) |
void |
setDescription(String description) |
void |
setError_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> error) |
void |
setError(String error) |
void |
setExperiment(String experiment) |
void |
setMetadata(Map<String,Object> metadata) |
void |
setName(String name) |
void |
setParentExperimentId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> parentExperimentId) |
void |
setParentExperimentId(String parentExperimentId) |
void |
setProjectId(String projectId) |
void |
setRunCount(Integer runCount) |
void |
setStatus(LLMObsExperimentStatus status) |
void |
setUpdatedAt(OffsetDateTime updatedAt) |
LLMObsExperimentDataAttributesResponse |
status(LLMObsExperimentStatus status) |
String |
toString() |
LLMObsExperimentDataAttributesResponse |
updatedAt(OffsetDateTime updatedAt) |
public boolean unparsed
public static final String JSON_PROPERTY_AGGREGATE_DATA
public static final String JSON_PROPERTY_AUTHOR
public static final String JSON_PROPERTY_CONFIG
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_DATASET_ID
public static final String JSON_PROPERTY_DATASET_NAME
public static final String JSON_PROPERTY_DATASET_VERSION
public static final String JSON_PROPERTY_DELETED_AT
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_ERROR
public static final String JSON_PROPERTY_EXPERIMENT
public static final String JSON_PROPERTY_METADATA
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PARENT_EXPERIMENT_ID
public static final String JSON_PROPERTY_PROJECT_ID
public static final String JSON_PROPERTY_RUN_COUNT
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_UPDATED_AT
public LLMObsExperimentDataAttributesResponse()
public LLMObsExperimentDataAttributesResponse aggregateData(Map<String,Object> aggregateData)
public LLMObsExperimentDataAttributesResponse 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 LLMObsExperimentDataAttributesResponse author(LLMObsExperimentUser author)
@Nullable public LLMObsExperimentUser getAuthor()
include[user_data] is
true.public void setAuthor(LLMObsExperimentUser author)
public LLMObsExperimentDataAttributesResponse config(Map<String,Object> config)
public LLMObsExperimentDataAttributesResponse putConfigItem(String key, Object configItem)
@Nullable public Map<String,Object> getConfig()
public LLMObsExperimentDataAttributesResponse createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public LLMObsExperimentDataAttributesResponse datasetId(String datasetId)
public String getDatasetId()
public void setDatasetId(String datasetId)
public LLMObsExperimentDataAttributesResponse datasetName(String datasetName)
@Nullable public String getDatasetName()
include[dataset_names]
is true.public org.openapitools.jackson.nullable.JsonNullable<String> getDatasetName_JsonNullable()
public void setDatasetName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> datasetName)
public void setDatasetName(String datasetName)
public LLMObsExperimentDataAttributesResponse datasetVersion(Long datasetVersion)
@Nullable public Long getDatasetVersion()
public void setDatasetVersion(Long datasetVersion)
public LLMObsExperimentDataAttributesResponse deletedAt(OffsetDateTime deletedAt)
@Nullable public OffsetDateTime getDeletedAt()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getDeletedAt_JsonNullable()
public void setDeletedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> deletedAt)
public void setDeletedAt(OffsetDateTime deletedAt)
public LLMObsExperimentDataAttributesResponse description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public LLMObsExperimentDataAttributesResponse error(String error)
@Nullable public String getError()
public org.openapitools.jackson.nullable.JsonNullable<String> getError_JsonNullable()
public void setError_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> error)
public void setError(String error)
public LLMObsExperimentDataAttributesResponse experiment(String experiment)
@Nullable public String getExperiment()
public void setExperiment(String experiment)
public LLMObsExperimentDataAttributesResponse metadata(Map<String,Object> metadata)
public LLMObsExperimentDataAttributesResponse putMetadataItem(String key, Object metadataItem)
@Nullable public Map<String,Object> getMetadata()
public LLMObsExperimentDataAttributesResponse name(String name)
public String getName()
public void setName(String name)
public LLMObsExperimentDataAttributesResponse parentExperimentId(String parentExperimentId)
@Nullable public String getParentExperimentId()
public org.openapitools.jackson.nullable.JsonNullable<String> getParentExperimentId_JsonNullable()
public void setParentExperimentId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> parentExperimentId)
public void setParentExperimentId(String parentExperimentId)
public LLMObsExperimentDataAttributesResponse projectId(String projectId)
public String getProjectId()
public void setProjectId(String projectId)
public LLMObsExperimentDataAttributesResponse runCount(Integer runCount)
@Nullable public Integer getRunCount()
public void setRunCount(Integer runCount)
public LLMObsExperimentDataAttributesResponse status(LLMObsExperimentStatus status)
@Nullable public LLMObsExperimentStatus getStatus()
public void setStatus(LLMObsExperimentStatus status)
public LLMObsExperimentDataAttributesResponse updatedAt(OffsetDateTime updatedAt)
public OffsetDateTime getUpdatedAt()
public void setUpdatedAt(OffsetDateTime updatedAt)
public LLMObsExperimentDataAttributesResponse 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.