| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static LLMObsProjectType |
LLMObsProjectType.PROJECTS |
| Modifier and Type | Method and Description |
|---|---|
static LLMObsProjectType |
LLMObsProjectType.fromValue(String value) |
LLMObsProjectType |
LLMObsProjectUpdateDataRequest.getType()
Resource type of an LLM Observability project.
|
LLMObsProjectType |
LLMObsProjectDataRequest.getType()
Resource type of an LLM Observability project.
|
LLMObsProjectType |
LLMObsDeleteProjectsDataRequest.getType()
Resource type of an LLM Observability project.
|
LLMObsProjectType |
LLMObsProjectDataResponse.getType()
Resource type of an LLM Observability project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LLMObsProjectType.LLMObsProjectTypeSerializer.serialize(LLMObsProjectType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
LLMObsProjectUpdateDataRequest.setType(LLMObsProjectType type) |
void |
LLMObsProjectDataRequest.setType(LLMObsProjectType type) |
void |
LLMObsDeleteProjectsDataRequest.setType(LLMObsProjectType type) |
void |
LLMObsProjectDataResponse.setType(LLMObsProjectType type) |
LLMObsProjectUpdateDataRequest |
LLMObsProjectUpdateDataRequest.type(LLMObsProjectType type) |
LLMObsProjectDataRequest |
LLMObsProjectDataRequest.type(LLMObsProjectType type) |
LLMObsDeleteProjectsDataRequest |
LLMObsDeleteProjectsDataRequest.type(LLMObsProjectType type) |
LLMObsProjectDataResponse |
LLMObsProjectDataResponse.type(LLMObsProjectType type) |
| Constructor and Description |
|---|
LLMObsDeleteProjectsDataRequest(LLMObsDeleteProjectsDataAttributesRequest attributes,
LLMObsProjectType type) |
LLMObsProjectDataRequest(LLMObsProjectDataAttributesRequest attributes,
LLMObsProjectType type) |
LLMObsProjectDataResponse(LLMObsProjectDataAttributesResponse attributes,
String id,
LLMObsProjectType type) |
LLMObsProjectUpdateDataRequest(LLMObsProjectUpdateDataAttributesRequest attributes,
LLMObsProjectType type) |
| Constructor and Description |
|---|
LLMObsProjectTypeSerializer(Class<LLMObsProjectType> t) |
Copyright © 2026. All rights reserved.