| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LLMObsInferenceTool |
LLMObsInferenceTool.function(LLMObsInferenceFunction function) |
LLMObsInferenceTool |
LLMObsInferenceTool.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsInferenceTool |
LLMObsInferenceTool.type(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<LLMObsInferenceTool> |
LLMObsIntegrationInferenceResponse.getTools()
List of tools available to the model.
|
List<LLMObsInferenceTool> |
LLMObsIntegrationInferenceRequest.getTools()
List of tools available to the model.
|
List<LLMObsInferenceTool> |
LLMObsInferenceRunResult.getTools()
List of tools available to the model.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsIntegrationInferenceResponse |
LLMObsIntegrationInferenceResponse.addToolsItem(LLMObsInferenceTool toolsItem) |
LLMObsIntegrationInferenceRequest |
LLMObsIntegrationInferenceRequest.addToolsItem(LLMObsInferenceTool toolsItem) |
LLMObsInferenceRunResult |
LLMObsInferenceRunResult.addToolsItem(LLMObsInferenceTool toolsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
LLMObsIntegrationInferenceResponse.setTools(List<LLMObsInferenceTool> tools) |
void |
LLMObsIntegrationInferenceRequest.setTools(List<LLMObsInferenceTool> tools) |
void |
LLMObsInferenceRunResult.setTools(List<LLMObsInferenceTool> tools) |
LLMObsIntegrationInferenceResponse |
LLMObsIntegrationInferenceResponse.tools(List<LLMObsInferenceTool> tools) |
LLMObsIntegrationInferenceRequest |
LLMObsIntegrationInferenceRequest.tools(List<LLMObsInferenceTool> tools) |
LLMObsInferenceRunResult |
LLMObsInferenceRunResult.tools(List<LLMObsInferenceTool> tools) |
| 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.