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