| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LLMObsPromptResponse |
AgentObservabilityApi.createLLMObsPrompt(LLMObsCreatePromptRequest body)
Create an Agent Observability prompt.
|
LLMObsPromptResponse |
AgentObservabilityApi.updateLLMObsPrompt(String promptId,
LLMObsUpdatePromptRequest body)
Update an Agent Observability prompt.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<LLMObsPromptResponse> |
AgentObservabilityApi.createLLMObsPromptAsync(LLMObsCreatePromptRequest body)
Create an Agent Observability prompt.
|
ApiResponse<LLMObsPromptResponse> |
AgentObservabilityApi.createLLMObsPromptWithHttpInfo(LLMObsCreatePromptRequest body)
Create a new prompt (and its first version) in the Agent Observability prompt registry.
|
CompletableFuture<ApiResponse<LLMObsPromptResponse>> |
AgentObservabilityApi.createLLMObsPromptWithHttpInfoAsync(LLMObsCreatePromptRequest body)
Create an Agent Observability prompt.
|
CompletableFuture<LLMObsPromptResponse> |
AgentObservabilityApi.updateLLMObsPromptAsync(String promptId,
LLMObsUpdatePromptRequest body)
Update an Agent Observability prompt.
|
ApiResponse<LLMObsPromptResponse> |
AgentObservabilityApi.updateLLMObsPromptWithHttpInfo(String promptId,
LLMObsUpdatePromptRequest body)
Update the title, the description, or both, for an Agent Observability prompt.
|
CompletableFuture<ApiResponse<LLMObsPromptResponse>> |
AgentObservabilityApi.updateLLMObsPromptWithHttpInfoAsync(String promptId,
LLMObsUpdatePromptRequest body)
Update an Agent Observability prompt.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsPromptResponse |
LLMObsPromptResponse.data(LLMObsPromptData data) |
LLMObsPromptResponse |
LLMObsPromptResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.