| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static LLMObsPromptVersionType |
LLMObsPromptVersionType.PROMPT_TEMPLATE_VERSIONS |
| Modifier and Type | Method and Description |
|---|---|
static LLMObsPromptVersionType |
LLMObsPromptVersionType.fromValue(String value) |
LLMObsPromptVersionType |
LLMObsUpdatePromptVersionData.getType()
Resource type of an Agent Observability prompt version.
|
LLMObsPromptVersionType |
LLMObsPromptVersionListData.getType()
Resource type of an Agent Observability prompt version.
|
LLMObsPromptVersionType |
LLMObsPromptVersionData.getType()
Resource type of an Agent Observability prompt version.
|
LLMObsPromptVersionType |
LLMObsCreatePromptVersionData.getType()
Resource type of an Agent Observability prompt version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LLMObsPromptVersionType.LLMObsPromptVersionTypeSerializer.serialize(LLMObsPromptVersionType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
LLMObsUpdatePromptVersionData.setType(LLMObsPromptVersionType type) |
void |
LLMObsPromptVersionListData.setType(LLMObsPromptVersionType type) |
void |
LLMObsPromptVersionData.setType(LLMObsPromptVersionType type) |
void |
LLMObsCreatePromptVersionData.setType(LLMObsPromptVersionType type) |
LLMObsUpdatePromptVersionData |
LLMObsUpdatePromptVersionData.type(LLMObsPromptVersionType type) |
LLMObsPromptVersionListData |
LLMObsPromptVersionListData.type(LLMObsPromptVersionType type) |
LLMObsPromptVersionData |
LLMObsPromptVersionData.type(LLMObsPromptVersionType type) |
LLMObsCreatePromptVersionData |
LLMObsCreatePromptVersionData.type(LLMObsPromptVersionType type) |
| Constructor and Description |
|---|
LLMObsCreatePromptVersionData(LLMObsCreatePromptVersionDataAttributes attributes,
LLMObsPromptVersionType type) |
LLMObsPromptVersionData(LLMObsPromptVersionDataAttributes attributes,
String id,
LLMObsPromptVersionType type) |
LLMObsPromptVersionListData(LLMObsPromptVersionListDataAttributes attributes,
String id,
LLMObsPromptVersionType type) |
LLMObsUpdatePromptVersionData(LLMObsUpdatePromptVersionDataAttributes attributes,
LLMObsPromptVersionType type) |
| Constructor and Description |
|---|
LLMObsPromptVersionTypeSerializer(Class<LLMObsPromptVersionType> t) |
Copyright © 2026. All rights reserved.