@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsExperimentSpanMeta extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ERROR |
static String |
JSON_PROPERTY_EXPECTED_OUTPUT |
static String |
JSON_PROPERTY_INPUT |
static String |
JSON_PROPERTY_OUTPUT |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsExperimentSpanMeta() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this LLMObsExperimentSpanMeta object is equal to o.
|
LLMObsExperimentSpanMeta |
error(LLMObsExperimentSpanError error) |
LLMObsExperimentSpanMeta |
expectedOutput(Map<String,Object> expectedOutput) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
LLMObsExperimentSpanError |
getError()
Error details for an experiment span.
|
Map<String,Object> |
getExpectedOutput()
Expected output for the span, used for evaluation.
|
org.openapitools.jackson.nullable.JsonNullable<AnyValue> |
getInput_JsonNullable() |
AnyValue |
getInput()
Represents any valid JSON value.
|
org.openapitools.jackson.nullable.JsonNullable<AnyValue> |
getOutput_JsonNullable() |
AnyValue |
getOutput()
Represents any valid JSON value.
|
int |
hashCode() |
LLMObsExperimentSpanMeta |
input(AnyValue input) |
LLMObsExperimentSpanMeta |
output(AnyValue output) |
LLMObsExperimentSpanMeta |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsExperimentSpanMeta |
putExpectedOutputItem(String key,
Object expectedOutputItem) |
void |
setError(LLMObsExperimentSpanError error) |
void |
setExpectedOutput(Map<String,Object> expectedOutput) |
void |
setInput_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<AnyValue> input) |
void |
setInput(AnyValue input) |
void |
setOutput_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<AnyValue> output) |
void |
setOutput(AnyValue output) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ERROR
public static final String JSON_PROPERTY_EXPECTED_OUTPUT
public static final String JSON_PROPERTY_INPUT
public static final String JSON_PROPERTY_OUTPUT
public LLMObsExperimentSpanMeta error(LLMObsExperimentSpanError error)
@Nullable public LLMObsExperimentSpanError getError()
public void setError(LLMObsExperimentSpanError error)
public LLMObsExperimentSpanMeta expectedOutput(Map<String,Object> expectedOutput)
public LLMObsExperimentSpanMeta putExpectedOutputItem(String key, Object expectedOutputItem)
@Nullable public Map<String,Object> getExpectedOutput()
public LLMObsExperimentSpanMeta input(AnyValue input)
@Nullable public AnyValue getInput()
public org.openapitools.jackson.nullable.JsonNullable<AnyValue> getInput_JsonNullable()
public void setInput_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<AnyValue> input)
public void setInput(AnyValue input)
public LLMObsExperimentSpanMeta output(AnyValue output)
@Nullable public AnyValue getOutput()
public org.openapitools.jackson.nullable.JsonNullable<AnyValue> getOutput_JsonNullable()
public void setOutput_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<AnyValue> output)
public void setOutput(AnyValue output)
public LLMObsExperimentSpanMeta 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.