@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsExperimentSpanDataResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsExperimentSpanDataResponse() |
LLMObsExperimentSpanDataResponse(LLMObsExperimentSpanWithEvals attributes,
String id,
LLMObsExperimentSpanType type) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsExperimentSpanDataResponse |
attributes(LLMObsExperimentSpanWithEvals attributes) |
boolean |
equals(Object o)
Return true if this LLMObsExperimentSpanDataResponse 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.
|
LLMObsExperimentSpanWithEvals |
getAttributes()
An experiment span enriched with its associated evaluation metrics.
|
String |
getId()
Unique identifier of the span.
|
LLMObsExperimentSpanType |
getType()
Resource type for a span item in an experiment spans response.
|
int |
hashCode() |
LLMObsExperimentSpanDataResponse |
id(String id) |
LLMObsExperimentSpanDataResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(LLMObsExperimentSpanWithEvals attributes) |
void |
setId(String id) |
void |
setType(LLMObsExperimentSpanType type) |
String |
toString() |
LLMObsExperimentSpanDataResponse |
type(LLMObsExperimentSpanType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public LLMObsExperimentSpanDataResponse()
public LLMObsExperimentSpanDataResponse(LLMObsExperimentSpanWithEvals attributes, String id, LLMObsExperimentSpanType type)
public LLMObsExperimentSpanDataResponse attributes(LLMObsExperimentSpanWithEvals attributes)
public LLMObsExperimentSpanWithEvals getAttributes()
public void setAttributes(LLMObsExperimentSpanWithEvals attributes)
public LLMObsExperimentSpanDataResponse id(String id)
public String getId()
public void setId(String id)
public LLMObsExperimentSpanDataResponse type(LLMObsExperimentSpanType type)
public LLMObsExperimentSpanType getType()
public void setType(LLMObsExperimentSpanType type)
public LLMObsExperimentSpanDataResponse 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.