| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LLMObsDatasetResponse |
LlmObservabilityApi.createLLMObsDataset(String projectId,
LLMObsDatasetRequest body)
Create an LLM Observability dataset.
|
CompletableFuture<LLMObsDatasetResponse> |
LlmObservabilityApi.createLLMObsDatasetAsync(String projectId,
LLMObsDatasetRequest body)
Create an LLM Observability dataset.
|
ApiResponse<LLMObsDatasetResponse> |
LlmObservabilityApi.createLLMObsDatasetWithHttpInfo(String projectId,
LLMObsDatasetRequest body)
Create a new LLM Observability dataset within the specified project.
|
CompletableFuture<ApiResponse<LLMObsDatasetResponse>> |
LlmObservabilityApi.createLLMObsDatasetWithHttpInfoAsync(String projectId,
LLMObsDatasetRequest body)
Create an LLM Observability dataset.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsDatasetRequest |
LLMObsDatasetRequest.data(LLMObsDatasetDataRequest data) |
LLMObsDatasetRequest |
LLMObsDatasetRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.