@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsDatasetBatchUpdateInsertRecord 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 |
static String |
JSON_PROPERTY_TAG_OPERATIONS |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsDatasetBatchUpdateInsertRecord() |
LLMObsDatasetBatchUpdateInsertRecord(AnyValue input) |
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 static final String JSON_PROPERTY_TAG_OPERATIONS
public static final String JSON_PROPERTY_TAGS
public LLMObsDatasetBatchUpdateInsertRecord()
public LLMObsDatasetBatchUpdateInsertRecord(AnyValue input)
public LLMObsDatasetBatchUpdateInsertRecord 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 LLMObsDatasetBatchUpdateInsertRecord id(String id)
@Nullable public String getId()
public void setId(String id)
public LLMObsDatasetBatchUpdateInsertRecord input(AnyValue input)
@Nullable public AnyValue getInput()
public void setInput(AnyValue input)
public LLMObsDatasetBatchUpdateInsertRecord metadata(Map<String,Object> metadata)
public LLMObsDatasetBatchUpdateInsertRecord putMetadataItem(String key, Object metadataItem)
@Nullable public Map<String,Object> getMetadata()
public LLMObsDatasetBatchUpdateInsertRecord tagOperations(LLMObsDatasetRecordTagOperations tagOperations)
@Nullable public LLMObsDatasetRecordTagOperations getTagOperations()
set is the final override; if specified, the result of remove
and add is discarded.public void setTagOperations(LLMObsDatasetRecordTagOperations tagOperations)
public LLMObsDatasetBatchUpdateInsertRecord tags(List<String> tags)
public LLMObsDatasetBatchUpdateInsertRecord addTagsItem(String tagsItem)
public LLMObsDatasetBatchUpdateInsertRecord 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.