| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LLMObsDatasetRecordsMutationResponse |
LlmObservabilityApi.batchUpdateLLMObsDataset(String projectId,
String datasetId,
LLMObsDatasetBatchUpdateRequest body)
Batch update LLM Observability dataset records.
|
LLMObsDatasetRecordsMutationResponse |
LlmObservabilityApi.createLLMObsDatasetRecords(String projectId,
String datasetId,
LLMObsDatasetRecordsRequest body)
Append records to an LLM Observability dataset.
|
LLMObsDatasetRecordsMutationResponse |
LlmObservabilityApi.updateLLMObsDatasetRecords(String projectId,
String datasetId,
LLMObsDatasetRecordsUpdateRequest body)
Update LLM Observability dataset records.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsDatasetRecordsMutationResponse |
LLMObsDatasetRecordsMutationResponse.addDataItem(LLMObsDatasetRecordsMutationData dataItem) |
LLMObsDatasetRecordsMutationResponse |
LLMObsDatasetRecordsMutationResponse.data(List<LLMObsDatasetRecordsMutationData> data) |
LLMObsDatasetRecordsMutationResponse |
LLMObsDatasetRecordsMutationResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.