| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
void |
LlmObservabilityApi.createLLMObsExperimentEvents(String experimentId,
LLMObsExperimentEventsRequest body)
Push events for an LLM Observability experiment.
|
CompletableFuture<Void> |
LlmObservabilityApi.createLLMObsExperimentEventsAsync(String experimentId,
LLMObsExperimentEventsRequest body)
Push events for an LLM Observability experiment.
|
ApiResponse<Void> |
LlmObservabilityApi.createLLMObsExperimentEventsWithHttpInfo(String experimentId,
LLMObsExperimentEventsRequest body)
Push spans and metrics for an LLM Observability experiment.
|
CompletableFuture<ApiResponse<Void>> |
LlmObservabilityApi.createLLMObsExperimentEventsWithHttpInfoAsync(String experimentId,
LLMObsExperimentEventsRequest body)
Push events for an LLM Observability experiment.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsExperimentEventsRequest |
LLMObsExperimentEventsRequest.data(LLMObsExperimentEventsDataRequest data) |
LLMObsExperimentEventsRequest |
LLMObsExperimentEventsRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.