| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LLMObsPromptVersionResponse |
AgentObservabilityApi.updateLLMObsPromptVersion(String promptId,
Long version,
LLMObsUpdatePromptVersionRequest body)
Update an Agent Observability prompt version.
|
CompletableFuture<LLMObsPromptVersionResponse> |
AgentObservabilityApi.updateLLMObsPromptVersionAsync(String promptId,
Long version,
LLMObsUpdatePromptVersionRequest body)
Update an Agent Observability prompt version.
|
ApiResponse<LLMObsPromptVersionResponse> |
AgentObservabilityApi.updateLLMObsPromptVersionWithHttpInfo(String promptId,
Long version,
LLMObsUpdatePromptVersionRequest body)
Update the description, the feature-flag environments, or both, for a specific version of an
Agent Observability prompt.
|
CompletableFuture<ApiResponse<LLMObsPromptVersionResponse>> |
AgentObservabilityApi.updateLLMObsPromptVersionWithHttpInfoAsync(String promptId,
Long version,
LLMObsUpdatePromptVersionRequest body)
Update an Agent Observability prompt version.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsUpdatePromptVersionRequest |
LLMObsUpdatePromptVersionRequest.data(LLMObsUpdatePromptVersionData data) |
LLMObsUpdatePromptVersionRequest |
LLMObsUpdatePromptVersionRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.