| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LLMObsDatasetResponse |
LlmObservabilityApi.cloneLLMObsDataset(String projectId,
String datasetId,
LLMObsDatasetCloneRequest body)
Clone an LLM Observability dataset.
|
LLMObsDatasetResponse |
LlmObservabilityApi.createLLMObsDataset(String projectId,
LLMObsDatasetRequest body)
Create an LLM Observability dataset.
|
LLMObsDatasetResponse |
LlmObservabilityApi.updateLLMObsDataset(String projectId,
String datasetId,
LLMObsDatasetUpdateRequest body)
Update an LLM Observability dataset.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<LLMObsDatasetResponse> |
LlmObservabilityApi.cloneLLMObsDatasetAsync(String projectId,
String datasetId,
LLMObsDatasetCloneRequest body)
Clone an LLM Observability dataset.
|
ApiResponse<LLMObsDatasetResponse> |
LlmObservabilityApi.cloneLLMObsDatasetWithHttpInfo(String projectId,
String datasetId,
LLMObsDatasetCloneRequest body)
Clone a dataset, copying its current records into a new dataset within the same project.
|
CompletableFuture<ApiResponse<LLMObsDatasetResponse>> |
LlmObservabilityApi.cloneLLMObsDatasetWithHttpInfoAsync(String projectId,
String datasetId,
LLMObsDatasetCloneRequest body)
Clone 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.
|
CompletableFuture<LLMObsDatasetResponse> |
LlmObservabilityApi.updateLLMObsDatasetAsync(String projectId,
String datasetId,
LLMObsDatasetUpdateRequest body)
Update an LLM Observability dataset.
|
ApiResponse<LLMObsDatasetResponse> |
LlmObservabilityApi.updateLLMObsDatasetWithHttpInfo(String projectId,
String datasetId,
LLMObsDatasetUpdateRequest body)
Partially update an existing LLM Observability dataset within the specified project.
|
CompletableFuture<ApiResponse<LLMObsDatasetResponse>> |
LlmObservabilityApi.updateLLMObsDatasetWithHttpInfoAsync(String projectId,
String datasetId,
LLMObsDatasetUpdateRequest body)
Update an LLM Observability dataset.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsDatasetResponse |
LLMObsDatasetResponse.data(LLMObsDatasetDataResponse data) |
LLMObsDatasetResponse |
LLMObsDatasetResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.