| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LLMObsDatasetVersionsResponse |
LlmObservabilityApi.listLLMObsDatasetVersions(String projectId,
String datasetId)
List LLM Observability dataset versions.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<LLMObsDatasetVersionsResponse> |
LlmObservabilityApi.listLLMObsDatasetVersionsAsync(String projectId,
String datasetId)
List LLM Observability dataset versions.
|
ApiResponse<LLMObsDatasetVersionsResponse> |
LlmObservabilityApi.listLLMObsDatasetVersionsWithHttpInfo(String projectId,
String datasetId)
List the active versions of a dataset.
|
CompletableFuture<ApiResponse<LLMObsDatasetVersionsResponse>> |
LlmObservabilityApi.listLLMObsDatasetVersionsWithHttpInfoAsync(String projectId,
String datasetId)
List LLM Observability dataset versions.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsDatasetVersionsResponse |
LLMObsDatasetVersionsResponse.addDataItem(LLMObsDatasetVersionData dataItem) |
LLMObsDatasetVersionsResponse |
LLMObsDatasetVersionsResponse.data(List<LLMObsDatasetVersionData> data) |
LLMObsDatasetVersionsResponse |
LLMObsDatasetVersionsResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.