| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LLMObsPromptSDKResponse |
AgentObservabilityApi.getLLMObsPrompt(String promptId)
Get an Agent Observability prompt.
|
LLMObsPromptSDKResponse |
AgentObservabilityApi.getLLMObsPrompt(String promptId,
AgentObservabilityApi.GetLLMObsPromptOptionalParameters parameters)
Get an Agent Observability prompt.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<LLMObsPromptSDKResponse> |
AgentObservabilityApi.getLLMObsPromptAsync(String promptId)
Get an Agent Observability prompt.
|
CompletableFuture<LLMObsPromptSDKResponse> |
AgentObservabilityApi.getLLMObsPromptAsync(String promptId,
AgentObservabilityApi.GetLLMObsPromptOptionalParameters parameters)
Get an Agent Observability prompt.
|
ApiResponse<LLMObsPromptSDKResponse> |
AgentObservabilityApi.getLLMObsPromptWithHttpInfo(String promptId,
AgentObservabilityApi.GetLLMObsPromptOptionalParameters parameters)
Get the latest version of an Agent Observability prompt by prompt ID.
|
CompletableFuture<ApiResponse<LLMObsPromptSDKResponse>> |
AgentObservabilityApi.getLLMObsPromptWithHttpInfoAsync(String promptId,
AgentObservabilityApi.GetLLMObsPromptOptionalParameters parameters)
Get an Agent Observability prompt.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsPromptSDKResponse |
LLMObsPromptSDKResponse.data(LLMObsPromptSDKData data) |
LLMObsPromptSDKResponse |
LLMObsPromptSDKResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.