| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static LLMObsRecordType |
LLMObsRecordType.RECORDS |
| Modifier and Type | Method and Description |
|---|---|
static LLMObsRecordType |
LLMObsRecordType.fromValue(String value) |
LLMObsRecordType |
LLMObsDeleteDatasetRecordsDataRequest.getType()
Resource type of LLM Observability dataset records.
|
LLMObsRecordType |
LLMObsDatasetRecordsUpdateDataRequest.getType()
Resource type of LLM Observability dataset records.
|
LLMObsRecordType |
LLMObsDatasetRecordsDataRequest.getType()
Resource type of LLM Observability dataset records.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LLMObsRecordType.LLMObsRecordTypeSerializer.serialize(LLMObsRecordType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
LLMObsDeleteDatasetRecordsDataRequest.setType(LLMObsRecordType type) |
void |
LLMObsDatasetRecordsUpdateDataRequest.setType(LLMObsRecordType type) |
void |
LLMObsDatasetRecordsDataRequest.setType(LLMObsRecordType type) |
LLMObsDeleteDatasetRecordsDataRequest |
LLMObsDeleteDatasetRecordsDataRequest.type(LLMObsRecordType type) |
LLMObsDatasetRecordsUpdateDataRequest |
LLMObsDatasetRecordsUpdateDataRequest.type(LLMObsRecordType type) |
LLMObsDatasetRecordsDataRequest |
LLMObsDatasetRecordsDataRequest.type(LLMObsRecordType type) |
| Constructor and Description |
|---|
LLMObsDatasetRecordsDataRequest(LLMObsDatasetRecordsDataAttributesRequest attributes,
LLMObsRecordType type) |
LLMObsDatasetRecordsUpdateDataRequest(LLMObsDatasetRecordsUpdateDataAttributesRequest attributes,
LLMObsRecordType type) |
LLMObsDeleteDatasetRecordsDataRequest(LLMObsDeleteDatasetRecordsDataAttributesRequest attributes,
LLMObsRecordType type) |
| Constructor and Description |
|---|
LLMObsRecordTypeSerializer(Class<LLMObsRecordType> t) |
Copyright © 2026. All rights reserved.