Package datadog.trace.api.llmobs
Interface LLMObs.LLMObsEvalProcessor
- All Known Implementing Classes:
NoOpLLMObsEvalProcessor
- Enclosing class:
LLMObs
public static interface LLMObs.LLMObsEvalProcessor
-
Method Summary
Modifier and TypeMethodDescriptionvoidSubmitEvaluation(LLMObsSpan llmObsSpan, String label, double scoreValue, String mlApp, Map<String, Object> tags) voidSubmitEvaluation(LLMObsSpan llmObsSpan, String label, double scoreValue, Map<String, Object> tags) voidSubmitEvaluation(LLMObsSpan llmObsSpan, String label, String categoricalValue, String mlApp, Map<String, Object> tags) voidSubmitEvaluation(LLMObsSpan llmObsSpan, String label, String categoricalValue, Map<String, Object> tags)
-
Method Details
-
SubmitEvaluation
void SubmitEvaluation(LLMObsSpan llmObsSpan, String label, double scoreValue, Map<String, Object> tags) -
SubmitEvaluation
-
SubmitEvaluation
-
SubmitEvaluation
-