| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static LLMObsExperimentType |
LLMObsExperimentType.EXPERIMENTS |
| Modifier and Type | Method and Description |
|---|---|
static LLMObsExperimentType |
LLMObsExperimentType.fromValue(String value) |
LLMObsExperimentType |
LLMObsExperimentUpdateDataRequest.getType()
Resource type of an LLM Observability experiment.
|
LLMObsExperimentType |
LLMObsExperimentDataResponse.getType()
Resource type of an LLM Observability experiment.
|
LLMObsExperimentType |
LLMObsExperimentDataRequest.getType()
Resource type of an LLM Observability experiment.
|
LLMObsExperimentType |
LLMObsDeleteExperimentsDataRequest.getType()
Resource type of an LLM Observability experiment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LLMObsExperimentType.LLMObsExperimentTypeSerializer.serialize(LLMObsExperimentType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
LLMObsExperimentUpdateDataRequest.setType(LLMObsExperimentType type) |
void |
LLMObsExperimentDataResponse.setType(LLMObsExperimentType type) |
void |
LLMObsExperimentDataRequest.setType(LLMObsExperimentType type) |
void |
LLMObsDeleteExperimentsDataRequest.setType(LLMObsExperimentType type) |
LLMObsExperimentUpdateDataRequest |
LLMObsExperimentUpdateDataRequest.type(LLMObsExperimentType type) |
LLMObsExperimentDataResponse |
LLMObsExperimentDataResponse.type(LLMObsExperimentType type) |
LLMObsExperimentDataRequest |
LLMObsExperimentDataRequest.type(LLMObsExperimentType type) |
LLMObsDeleteExperimentsDataRequest |
LLMObsDeleteExperimentsDataRequest.type(LLMObsExperimentType type) |
| Constructor and Description |
|---|
LLMObsDeleteExperimentsDataRequest(LLMObsDeleteExperimentsDataAttributesRequest attributes,
LLMObsExperimentType type) |
LLMObsExperimentDataRequest(LLMObsExperimentDataAttributesRequest attributes,
LLMObsExperimentType type) |
LLMObsExperimentDataResponse(LLMObsExperimentDataAttributesResponse attributes,
String id,
LLMObsExperimentType type) |
LLMObsExperimentUpdateDataRequest(LLMObsExperimentUpdateDataAttributesRequest attributes,
LLMObsExperimentType type) |
| Constructor and Description |
|---|
LLMObsExperimentTypeSerializer(Class<LLMObsExperimentType> t) |
Copyright © 2026. All rights reserved.