| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static LLMObsExperimentStatus |
LLMObsExperimentStatus.COMPLETED |
static LLMObsExperimentStatus |
LLMObsExperimentStatus.FAILED |
static LLMObsExperimentStatus |
LLMObsExperimentStatus.INTERRUPTED |
static LLMObsExperimentStatus |
LLMObsExperimentStatus.RUNNING |
| Modifier and Type | Method and Description |
|---|---|
static LLMObsExperimentStatus |
LLMObsExperimentStatus.fromValue(String value) |
LLMObsExperimentStatus |
LLMObsExperimentUpdateDataAttributesRequest.getStatus()
Execution status of an LLM Observability experiment.
|
LLMObsExperimentStatus |
LLMObsExperimentDataAttributesResponse.getStatus()
Execution status of an LLM Observability experiment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LLMObsExperimentStatus.LLMObsExperimentStatusSerializer.serialize(LLMObsExperimentStatus value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
LLMObsExperimentUpdateDataAttributesRequest.setStatus(LLMObsExperimentStatus status) |
void |
LLMObsExperimentDataAttributesResponse.setStatus(LLMObsExperimentStatus status) |
LLMObsExperimentUpdateDataAttributesRequest |
LLMObsExperimentUpdateDataAttributesRequest.status(LLMObsExperimentStatus status) |
LLMObsExperimentDataAttributesResponse |
LLMObsExperimentDataAttributesResponse.status(LLMObsExperimentStatus status) |
| Constructor and Description |
|---|
LLMObsExperimentStatusSerializer(Class<LLMObsExperimentStatus> t) |
Copyright © 2026. All rights reserved.