@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsPatternsConfigSnapshot extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCOUNT_ID |
static String |
JSON_PROPERTY_EVP_QUERY |
static String |
JSON_PROPERTY_HIERARCHY_DEPTH |
static String |
JSON_PROPERTY_INTEGRATION_PROVIDER |
static String |
JSON_PROPERTY_MODEL_NAME |
static String |
JSON_PROPERTY_NUM_RECORDS |
static String |
JSON_PROPERTY_SAMPLING_RATIO |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsPatternsConfigSnapshot() |
| Modifier and Type | Method and Description |
|---|---|
LLMObsPatternsConfigSnapshot |
accountId(String accountId) |
boolean |
equals(Object o)
Return true if this LLMObsPatternsConfigSnapshot object is equal to o.
|
LLMObsPatternsConfigSnapshot |
evpQuery(String evpQuery) |
String |
getAccountId()
Integration account ID used for a bring-your-own-model run.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getEvpQuery()
Query that selected the spans for the run.
|
Integer |
getHierarchyDepth()
Depth of the topic hierarchy generated.
|
String |
getIntegrationProvider()
Integration provider used for a bring-your-own-model run.
|
String |
getModelName()
Model name used for a bring-your-own-model run.
|
Integer |
getNumRecords()
Maximum number of records processed for the run.
|
Double |
getSamplingRatio()
Fraction of matching spans sampled for the run.
|
int |
hashCode() |
LLMObsPatternsConfigSnapshot |
hierarchyDepth(Integer hierarchyDepth) |
LLMObsPatternsConfigSnapshot |
integrationProvider(String integrationProvider) |
LLMObsPatternsConfigSnapshot |
modelName(String modelName) |
LLMObsPatternsConfigSnapshot |
numRecords(Integer numRecords) |
LLMObsPatternsConfigSnapshot |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsPatternsConfigSnapshot |
samplingRatio(Double samplingRatio) |
void |
setAccountId(String accountId) |
void |
setEvpQuery(String evpQuery) |
void |
setHierarchyDepth(Integer hierarchyDepth) |
void |
setIntegrationProvider(String integrationProvider) |
void |
setModelName(String modelName) |
void |
setNumRecords(Integer numRecords) |
void |
setSamplingRatio(Double samplingRatio) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACCOUNT_ID
public static final String JSON_PROPERTY_EVP_QUERY
public static final String JSON_PROPERTY_HIERARCHY_DEPTH
public static final String JSON_PROPERTY_INTEGRATION_PROVIDER
public static final String JSON_PROPERTY_MODEL_NAME
public static final String JSON_PROPERTY_NUM_RECORDS
public static final String JSON_PROPERTY_SAMPLING_RATIO
public LLMObsPatternsConfigSnapshot accountId(String accountId)
@Nullable public String getAccountId()
public void setAccountId(String accountId)
public LLMObsPatternsConfigSnapshot evpQuery(String evpQuery)
@Nullable public String getEvpQuery()
public void setEvpQuery(String evpQuery)
public LLMObsPatternsConfigSnapshot hierarchyDepth(Integer hierarchyDepth)
@Nullable public Integer getHierarchyDepth()
public void setHierarchyDepth(Integer hierarchyDepth)
public LLMObsPatternsConfigSnapshot integrationProvider(String integrationProvider)
@Nullable public String getIntegrationProvider()
public void setIntegrationProvider(String integrationProvider)
public LLMObsPatternsConfigSnapshot modelName(String modelName)
@Nullable public String getModelName()
public void setModelName(String modelName)
public LLMObsPatternsConfigSnapshot numRecords(Integer numRecords)
@Nullable public Integer getNumRecords()
public void setNumRecords(Integer numRecords)
public LLMObsPatternsConfigSnapshot samplingRatio(Double samplingRatio)
@Nullable public Double getSamplingRatio()
public void setSamplingRatio(Double samplingRatio)
public LLMObsPatternsConfigSnapshot 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.