@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsExperimentUpdateDataAttributesRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATASET_ID |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_ERROR |
static String |
JSON_PROPERTY_METADATA |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_STATUS |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsExperimentUpdateDataAttributesRequest() |
| Modifier and Type | Method and Description |
|---|---|
LLMObsExperimentUpdateDataAttributesRequest |
datasetId(String datasetId) |
LLMObsExperimentUpdateDataAttributesRequest |
description(String description) |
boolean |
equals(Object o)
Return true if this LLMObsExperimentUpdateDataAttributesRequest object is equal to o.
|
LLMObsExperimentUpdateDataAttributesRequest |
error(String error) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getDatasetId()
Updated identifier of the dataset used in this experiment.
|
String |
getDescription()
Updated description of the experiment.
|
String |
getError()
Error message describing why the experiment failed, if applicable.
|
Map<String,Object> |
getMetadata()
Updated arbitrary metadata associated with the experiment.
|
String |
getName()
Updated name of the experiment.
|
LLMObsExperimentStatus |
getStatus()
Execution status of an LLM Observability experiment.
|
int |
hashCode() |
LLMObsExperimentUpdateDataAttributesRequest |
metadata(Map<String,Object> metadata) |
LLMObsExperimentUpdateDataAttributesRequest |
name(String name) |
LLMObsExperimentUpdateDataAttributesRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsExperimentUpdateDataAttributesRequest |
putMetadataItem(String key,
Object metadataItem) |
void |
setDatasetId(String datasetId) |
void |
setDescription(String description) |
void |
setError(String error) |
void |
setMetadata(Map<String,Object> metadata) |
void |
setName(String name) |
void |
setStatus(LLMObsExperimentStatus status) |
LLMObsExperimentUpdateDataAttributesRequest |
status(LLMObsExperimentStatus status) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATASET_ID
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_ERROR
public static final String JSON_PROPERTY_METADATA
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_STATUS
public LLMObsExperimentUpdateDataAttributesRequest()
public LLMObsExperimentUpdateDataAttributesRequest datasetId(String datasetId)
@Nullable public String getDatasetId()
public void setDatasetId(String datasetId)
public LLMObsExperimentUpdateDataAttributesRequest description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public LLMObsExperimentUpdateDataAttributesRequest error(String error)
@Nullable public String getError()
public void setError(String error)
public LLMObsExperimentUpdateDataAttributesRequest metadata(Map<String,Object> metadata)
public LLMObsExperimentUpdateDataAttributesRequest putMetadataItem(String key, Object metadataItem)
@Nullable public Map<String,Object> getMetadata()
public LLMObsExperimentUpdateDataAttributesRequest name(String name)
@Nullable public String getName()
public void setName(String name)
public LLMObsExperimentUpdateDataAttributesRequest status(LLMObsExperimentStatus status)
@Nullable public LLMObsExperimentStatus getStatus()
public void setStatus(LLMObsExperimentStatus status)
public LLMObsExperimentUpdateDataAttributesRequest 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.