LLMObsAnnotatedInteractionsByTraceResponse |
AgentObservabilityApi.getLLMObsAnnotatedInteractionsByTraceIDs(List<String> contentIds,
AgentObservabilityApi.GetLLMObsAnnotatedInteractionsByTraceIDsOptionalParameters parameters)
Get annotated interactions by content IDs.
|
CompletableFuture<LLMObsAnnotatedInteractionsByTraceResponse> |
AgentObservabilityApi.getLLMObsAnnotatedInteractionsByTraceIDsAsync(List<String> contentIds,
AgentObservabilityApi.GetLLMObsAnnotatedInteractionsByTraceIDsOptionalParameters parameters)
Get annotated interactions by content IDs.
|
ApiResponse<LLMObsAnnotatedInteractionsByTraceResponse> |
AgentObservabilityApi.getLLMObsAnnotatedInteractionsByTraceIDsWithHttpInfo(List<String> contentIds,
AgentObservabilityApi.GetLLMObsAnnotatedInteractionsByTraceIDsOptionalParameters parameters)
Returns annotated interactions across all annotation queues for the given content IDs.
|
CompletableFuture<ApiResponse<LLMObsAnnotatedInteractionsByTraceResponse>> |
AgentObservabilityApi.getLLMObsAnnotatedInteractionsByTraceIDsWithHttpInfoAsync(List<String> contentIds,
AgentObservabilityApi.GetLLMObsAnnotatedInteractionsByTraceIDsOptionalParameters parameters)
Get annotated interactions by content IDs.
|