@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsDatasetRecordItem extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EXPECTED_OUTPUT |
static String |
JSON_PROPERTY_INPUT |
static String |
JSON_PROPERTY_METADATA |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsDatasetRecordItem() |
LLMObsDatasetRecordItem(AnyValue input) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this LLMObsDatasetRecordItem object is equal to o.
|
LLMObsDatasetRecordItem |
expectedOutput(AnyValue expectedOutput) |
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<AnyValue> |
getExpectedOutput_JsonNullable() |
AnyValue |
getExpectedOutput()
Represents any valid JSON value.
|
AnyValue |
getInput()
Represents any valid JSON value.
|
Map<String,Object> |
getMetadata()
Arbitrary metadata associated with the record.
|
int |
hashCode() |
LLMObsDatasetRecordItem |
input(AnyValue input) |
LLMObsDatasetRecordItem |
metadata(Map<String,Object> metadata) |
LLMObsDatasetRecordItem |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsDatasetRecordItem |
putMetadataItem(String key,
Object metadataItem) |
void |
setExpectedOutput_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<AnyValue> expectedOutput) |
void |
setExpectedOutput(AnyValue expectedOutput) |
void |
setInput(AnyValue input) |
void |
setMetadata(Map<String,Object> metadata) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_EXPECTED_OUTPUT
public static final String JSON_PROPERTY_INPUT
public static final String JSON_PROPERTY_METADATA
public LLMObsDatasetRecordItem()
public LLMObsDatasetRecordItem(AnyValue input)
public LLMObsDatasetRecordItem expectedOutput(AnyValue expectedOutput)
@Nullable public AnyValue getExpectedOutput()
public org.openapitools.jackson.nullable.JsonNullable<AnyValue> getExpectedOutput_JsonNullable()
public void setExpectedOutput_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<AnyValue> expectedOutput)
public void setExpectedOutput(AnyValue expectedOutput)
public LLMObsDatasetRecordItem input(AnyValue input)
@Nullable public AnyValue getInput()
public void setInput(AnyValue input)
public LLMObsDatasetRecordItem metadata(Map<String,Object> metadata)
public LLMObsDatasetRecordItem putMetadataItem(String key, Object metadataItem)
@Nullable public Map<String,Object> getMetadata()
public LLMObsDatasetRecordItem 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.