@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsDatasetRecordsDataAttributesRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DEDUPLICATE |
static String |
JSON_PROPERTY_RECORDS |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsDatasetRecordsDataAttributesRequest() |
LLMObsDatasetRecordsDataAttributesRequest(List<LLMObsDatasetRecordItem> records) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsDatasetRecordsDataAttributesRequest |
addRecordsItem(LLMObsDatasetRecordItem recordsItem) |
LLMObsDatasetRecordsDataAttributesRequest |
deduplicate(Boolean deduplicate) |
boolean |
equals(Object o)
Return true if this LLMObsDatasetRecordsDataAttributesRequest 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.
|
Boolean |
getDeduplicate()
Whether to deduplicate records before appending.
|
List<LLMObsDatasetRecordItem> |
getRecords()
List of records to append to the dataset.
|
int |
hashCode() |
LLMObsDatasetRecordsDataAttributesRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsDatasetRecordsDataAttributesRequest |
records(List<LLMObsDatasetRecordItem> records) |
void |
setDeduplicate(Boolean deduplicate) |
void |
setRecords(List<LLMObsDatasetRecordItem> records) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DEDUPLICATE
public static final String JSON_PROPERTY_RECORDS
public LLMObsDatasetRecordsDataAttributesRequest()
public LLMObsDatasetRecordsDataAttributesRequest(List<LLMObsDatasetRecordItem> records)
public LLMObsDatasetRecordsDataAttributesRequest deduplicate(Boolean deduplicate)
@Nullable public Boolean getDeduplicate()
true.public void setDeduplicate(Boolean deduplicate)
public LLMObsDatasetRecordsDataAttributesRequest records(List<LLMObsDatasetRecordItem> records)
public LLMObsDatasetRecordsDataAttributesRequest addRecordsItem(LLMObsDatasetRecordItem recordsItem)
public List<LLMObsDatasetRecordItem> getRecords()
public void setRecords(List<LLMObsDatasetRecordItem> records)
public LLMObsDatasetRecordsDataAttributesRequest 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.