| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
void |
LlmObservabilityApi.restoreLLMObsDatasetVersion(String projectId,
String datasetId,
LLMObsDatasetRestoreVersionRequest body)
Restore an LLM Observability dataset version.
|
CompletableFuture<Void> |
LlmObservabilityApi.restoreLLMObsDatasetVersionAsync(String projectId,
String datasetId,
LLMObsDatasetRestoreVersionRequest body)
Restore an LLM Observability dataset version.
|
ApiResponse<Void> |
LlmObservabilityApi.restoreLLMObsDatasetVersionWithHttpInfo(String projectId,
String datasetId,
LLMObsDatasetRestoreVersionRequest body)
Restore a dataset to a previous version.
|
CompletableFuture<ApiResponse<Void>> |
LlmObservabilityApi.restoreLLMObsDatasetVersionWithHttpInfoAsync(String projectId,
String datasetId,
LLMObsDatasetRestoreVersionRequest body)
Restore an LLM Observability dataset version.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsDatasetRestoreVersionRequest |
LLMObsDatasetRestoreVersionRequest.data(LLMObsDatasetRestoreVersionDataRequest data) |
LLMObsDatasetRestoreVersionRequest |
LLMObsDatasetRestoreVersionRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.