| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LLMObsPromptVersionResponse |
AgentObservabilityApi.createLLMObsPromptVersion(String promptId,
LLMObsCreatePromptVersionRequest body)
Create a new Agent Observability prompt version.
|
CompletableFuture<LLMObsPromptVersionResponse> |
AgentObservabilityApi.createLLMObsPromptVersionAsync(String promptId,
LLMObsCreatePromptVersionRequest body)
Create a new Agent Observability prompt version.
|
ApiResponse<LLMObsPromptVersionResponse> |
AgentObservabilityApi.createLLMObsPromptVersionWithHttpInfo(String promptId,
LLMObsCreatePromptVersionRequest body)
Create a new version of an existing Agent Observability prompt.
|
CompletableFuture<ApiResponse<LLMObsPromptVersionResponse>> |
AgentObservabilityApi.createLLMObsPromptVersionWithHttpInfoAsync(String promptId,
LLMObsCreatePromptVersionRequest body)
Create a new Agent Observability prompt version.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsCreatePromptVersionRequest |
LLMObsCreatePromptVersionRequest.data(LLMObsCreatePromptVersionData data) |
LLMObsCreatePromptVersionRequest |
LLMObsCreatePromptVersionRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.