| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LLMObsIntegrationInferenceResponse |
LlmObservabilityApi.createLLMObsIntegrationInference(LLMObsIntegrationName integration,
String accountId,
LLMObsIntegrationInferenceRequest body)
Run an LLM inference.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<LLMObsIntegrationInferenceResponse> |
LlmObservabilityApi.createLLMObsIntegrationInferenceAsync(LLMObsIntegrationName integration,
String accountId,
LLMObsIntegrationInferenceRequest body)
Run an LLM inference.
|
ApiResponse<LLMObsIntegrationInferenceResponse> |
LlmObservabilityApi.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>> |
LlmObservabilityApi.createLLMObsIntegrationInferenceWithHttpInfoAsync(LLMObsIntegrationName integration,
String accountId,
LLMObsIntegrationInferenceRequest body)
Run an LLM inference.
|
Copyright © 2026. All rights reserved.