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