| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LLMObsDatasetRecordDataResponse |
LLMObsDatasetRecordDataResponse.createdAt(OffsetDateTime createdAt) |
LLMObsDatasetRecordDataResponse |
LLMObsDatasetRecordDataResponse.datasetId(String datasetId) |
LLMObsDatasetRecordDataResponse |
LLMObsDatasetRecordDataResponse.expectedOutput(AnyValue expectedOutput) |
LLMObsDatasetRecordDataResponse |
LLMObsDatasetRecordDataResponse.id(String id) |
LLMObsDatasetRecordDataResponse |
LLMObsDatasetRecordDataResponse.input(AnyValue input) |
LLMObsDatasetRecordDataResponse |
LLMObsDatasetRecordDataResponse.metadata(Map<String,Object> metadata) |
LLMObsDatasetRecordDataResponse |
LLMObsDatasetRecordDataResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsDatasetRecordDataResponse |
LLMObsDatasetRecordDataResponse.putMetadataItem(String key,
Object metadataItem) |
LLMObsDatasetRecordDataResponse |
LLMObsDatasetRecordDataResponse.updatedAt(OffsetDateTime updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
List<LLMObsDatasetRecordDataResponse> |
LLMObsDatasetRecordsListResponse.getData()
List of dataset records.
|
org.openapitools.jackson.nullable.JsonNullable<List<LLMObsDatasetRecordDataResponse>> |
LLMObsExperimentationSearchResults.getDatasetRecords_JsonNullable() |
List<LLMObsDatasetRecordDataResponse> |
LLMObsExperimentationSearchResults.getDatasetRecords()
Matching dataset records.
|
List<LLMObsDatasetRecordDataResponse> |
LLMObsDatasetRecordsMutationData.getRecords()
List of affected dataset records.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsDatasetRecordsListResponse |
LLMObsDatasetRecordsListResponse.addDataItem(LLMObsDatasetRecordDataResponse dataItem) |
LLMObsExperimentationSearchResults |
LLMObsExperimentationSearchResults.addDatasetRecordsItem(LLMObsDatasetRecordDataResponse datasetRecordsItem) |
LLMObsDatasetRecordsMutationData |
LLMObsDatasetRecordsMutationData.addRecordsItem(LLMObsDatasetRecordDataResponse recordsItem) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsDatasetRecordsListResponse |
LLMObsDatasetRecordsListResponse.data(List<LLMObsDatasetRecordDataResponse> data) |
LLMObsExperimentationSearchResults |
LLMObsExperimentationSearchResults.datasetRecords(List<LLMObsDatasetRecordDataResponse> datasetRecords) |
LLMObsDatasetRecordsMutationData |
LLMObsDatasetRecordsMutationData.records(List<LLMObsDatasetRecordDataResponse> records) |
void |
LLMObsDatasetRecordsListResponse.setData(List<LLMObsDatasetRecordDataResponse> data) |
void |
LLMObsExperimentationSearchResults.setDatasetRecords_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<LLMObsDatasetRecordDataResponse>> datasetRecords) |
void |
LLMObsExperimentationSearchResults.setDatasetRecords(List<LLMObsDatasetRecordDataResponse> datasetRecords) |
void |
LLMObsDatasetRecordsMutationData.setRecords(List<LLMObsDatasetRecordDataResponse> records) |
| Constructor and Description |
|---|
LLMObsDatasetRecordsListResponse(List<LLMObsDatasetRecordDataResponse> data) |
LLMObsDatasetRecordsMutationData(List<LLMObsDatasetRecordDataResponse> records) |
Copyright © 2026. All rights reserved.