| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LLMObsDatasetResponse |
AgentObservabilityApi.cloneLLMObsDataset(String projectId,
String datasetId,
LLMObsDatasetCloneRequest body)
Clone an Agent Observability dataset.
|
LLMObsDatasetResponse |
AgentObservabilityApi.createLLMObsDataset(String projectId,
LLMObsDatasetRequest body)
Create an Agent Observability dataset.
|
LLMObsDatasetResponse |
AgentObservabilityApi.updateLLMObsDataset(String projectId,
String datasetId,
LLMObsDatasetUpdateRequest body)
Update an Agent Observability dataset.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<LLMObsDatasetResponse> |
AgentObservabilityApi.cloneLLMObsDatasetAsync(String projectId,
String datasetId,
LLMObsDatasetCloneRequest body)
Clone an Agent Observability dataset.
|
ApiResponse<LLMObsDatasetResponse> |
AgentObservabilityApi.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>> |
AgentObservabilityApi.cloneLLMObsDatasetWithHttpInfoAsync(String projectId,
String datasetId,
LLMObsDatasetCloneRequest body)
Clone an Agent Observability dataset.
|
CompletableFuture<LLMObsDatasetResponse> |
AgentObservabilityApi.createLLMObsDatasetAsync(String projectId,
LLMObsDatasetRequest body)
Create an Agent Observability dataset.
|
ApiResponse<LLMObsDatasetResponse> |
AgentObservabilityApi.createLLMObsDatasetWithHttpInfo(String projectId,
LLMObsDatasetRequest body)
Create a new Agent Observability dataset within the specified project.
|
CompletableFuture<ApiResponse<LLMObsDatasetResponse>> |
AgentObservabilityApi.createLLMObsDatasetWithHttpInfoAsync(String projectId,
LLMObsDatasetRequest body)
Create an Agent Observability dataset.
|
CompletableFuture<LLMObsDatasetResponse> |
AgentObservabilityApi.updateLLMObsDatasetAsync(String projectId,
String datasetId,
LLMObsDatasetUpdateRequest body)
Update an Agent Observability dataset.
|
ApiResponse<LLMObsDatasetResponse> |
AgentObservabilityApi.updateLLMObsDatasetWithHttpInfo(String projectId,
String datasetId,
LLMObsDatasetUpdateRequest body)
Partially update an existing Agent Observability dataset within the specified project.
|
CompletableFuture<ApiResponse<LLMObsDatasetResponse>> |
AgentObservabilityApi.updateLLMObsDatasetWithHttpInfoAsync(String projectId,
String datasetId,
LLMObsDatasetUpdateRequest body)
Update an Agent 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.