@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsExperimentationFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_INCLUDE_DELETED |
static String |
JSON_PROPERTY_IS_DELETED |
static String |
JSON_PROPERTY_QUERY |
static String |
JSON_PROPERTY_SCOPE |
static String |
JSON_PROPERTY_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsExperimentationFilter() |
LLMObsExperimentationFilter(List<String> scope) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsExperimentationFilter |
addScopeItem(String scopeItem) |
boolean |
equals(Object o)
Return true if this LLMObsExperimentationFilter 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 |
getIncludeDeleted()
When
true, include soft-deleted entities alongside active ones. |
Boolean |
getIsDeleted()
When
true, return only soft-deleted entities. |
String |
getQuery()
Free-text search query.
|
List<String> |
getScope()
Entity types to search.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getVersion_JsonNullable() |
Long |
getVersion()
Filter dataset records by a specific dataset version.
|
int |
hashCode() |
LLMObsExperimentationFilter |
includeDeleted(Boolean includeDeleted) |
LLMObsExperimentationFilter |
isDeleted(Boolean isDeleted) |
LLMObsExperimentationFilter |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsExperimentationFilter |
query(String query) |
LLMObsExperimentationFilter |
scope(List<String> scope) |
void |
setIncludeDeleted(Boolean includeDeleted) |
void |
setIsDeleted(Boolean isDeleted) |
void |
setQuery(String query) |
void |
setScope(List<String> scope) |
void |
setVersion_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> version) |
void |
setVersion(Long version) |
String |
toString() |
LLMObsExperimentationFilter |
version(Long version) |
public boolean unparsed
public static final String JSON_PROPERTY_INCLUDE_DELETED
public static final String JSON_PROPERTY_IS_DELETED
public static final String JSON_PROPERTY_QUERY
public static final String JSON_PROPERTY_SCOPE
public static final String JSON_PROPERTY_VERSION
public LLMObsExperimentationFilter includeDeleted(Boolean includeDeleted)
@Nullable public Boolean getIncludeDeleted()
true, include soft-deleted entities alongside active ones.public void setIncludeDeleted(Boolean includeDeleted)
public LLMObsExperimentationFilter isDeleted(Boolean isDeleted)
@Nullable public Boolean getIsDeleted()
true, return only soft-deleted entities.public void setIsDeleted(Boolean isDeleted)
public LLMObsExperimentationFilter query(String query)
@Nullable public String getQuery()
public void setQuery(String query)
public LLMObsExperimentationFilter scope(List<String> scope)
public LLMObsExperimentationFilter addScopeItem(String scopeItem)
public List<String> getScope()
projects, datasets,
dataset_records, experiments, and experiment_runs.public LLMObsExperimentationFilter version(Long version)
@Nullable public Long getVersion()
public org.openapitools.jackson.nullable.JsonNullable<Long> getVersion_JsonNullable()
public void setVersion_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> version)
public void setVersion(Long version)
public LLMObsExperimentationFilter 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.