| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LLMObsInferenceCode |
LLMObsInferenceCode.code(String code) |
LLMObsInferenceCode |
LLMObsInferenceCode.id(String id) |
LLMObsInferenceCode |
LLMObsInferenceCode.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsInferenceCode |
LLMObsInferenceCode.type(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<LLMObsInferenceCode> |
LLMObsInferenceRunResult.getInferenceCodes()
List of generated code snippets for the inference configuration.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsInferenceRunResult |
LLMObsInferenceRunResult.addInferenceCodesItem(LLMObsInferenceCode inferenceCodesItem) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsInferenceRunResult |
LLMObsInferenceRunResult.inferenceCodes(List<LLMObsInferenceCode> inferenceCodes) |
void |
LLMObsInferenceRunResult.setInferenceCodes(List<LLMObsInferenceCode> inferenceCodes) |
| Constructor and Description |
|---|
LLMObsInferenceRunResult(String assessment,
String content,
String finishReason,
List<LLMObsInferenceCode> inferenceCodes,
Long inputTokens,
Long latency,
Long outputTokens,
List<LLMObsInferenceTool> tools,
Long totalTokens) |
Copyright © 2026. All rights reserved.