| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LLMObsDatasetDraftStateResponse |
LlmObservabilityApi.getLLMObsDatasetDraftState(String projectId,
String datasetId)
Get LLM Observability dataset draft state.
|
LLMObsDatasetDraftStateResponse |
LlmObservabilityApi.lockLLMObsDatasetDraftState(String projectId,
String datasetId)
Lock LLM Observability dataset draft state.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<LLMObsDatasetDraftStateResponse> |
LlmObservabilityApi.getLLMObsDatasetDraftStateAsync(String projectId,
String datasetId)
Get LLM Observability dataset draft state.
|
ApiResponse<LLMObsDatasetDraftStateResponse> |
LlmObservabilityApi.getLLMObsDatasetDraftStateWithHttpInfo(String projectId,
String datasetId)
Retrieve the draft state of a dataset, including whether it is currently locked for editing and
which user holds the lock.
|
CompletableFuture<ApiResponse<LLMObsDatasetDraftStateResponse>> |
LlmObservabilityApi.getLLMObsDatasetDraftStateWithHttpInfoAsync(String projectId,
String datasetId)
Get LLM Observability dataset draft state.
|
CompletableFuture<LLMObsDatasetDraftStateResponse> |
LlmObservabilityApi.lockLLMObsDatasetDraftStateAsync(String projectId,
String datasetId)
Lock LLM Observability dataset draft state.
|
ApiResponse<LLMObsDatasetDraftStateResponse> |
LlmObservabilityApi.lockLLMObsDatasetDraftStateWithHttpInfo(String projectId,
String datasetId)
Acquire the draft lock on a dataset for the calling user.
|
CompletableFuture<ApiResponse<LLMObsDatasetDraftStateResponse>> |
LlmObservabilityApi.lockLLMObsDatasetDraftStateWithHttpInfoAsync(String projectId,
String datasetId)
Lock LLM Observability dataset draft state.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsDatasetDraftStateResponse |
LLMObsDatasetDraftStateResponse.data(LLMObsDatasetDraftStateData data) |
LLMObsDatasetDraftStateResponse |
LLMObsDatasetDraftStateResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.