| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LLMObsIntegrationInferenceResponse |
AgentObservabilityApi.createLLMObsIntegrationInference(LLMObsIntegrationName integration,
String accountId,
LLMObsIntegrationInferenceRequest body)
Run an LLM inference.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<LLMObsIntegrationInferenceResponse> |
AgentObservabilityApi.createLLMObsIntegrationInferenceAsync(LLMObsIntegrationName integration,
String accountId,
LLMObsIntegrationInferenceRequest body)
Run an LLM inference.
|
ApiResponse<LLMObsIntegrationInferenceResponse> |
AgentObservabilityApi.createLLMObsIntegrationInferenceWithHttpInfo(LLMObsIntegrationName integration,
String accountId,
LLMObsIntegrationInferenceRequest body)
Run an LLM inference request through the specified integration and account, returning the model
response and token usage.
|
CompletableFuture<ApiResponse<LLMObsIntegrationInferenceResponse>> |
AgentObservabilityApi.createLLMObsIntegrationInferenceWithHttpInfoAsync(LLMObsIntegrationName integration,
String accountId,
LLMObsIntegrationInferenceRequest body)
Run an LLM inference.
|
Copyright © 2026. All rights reserved.