Package datadog.trace.api.llmobs.noop
Class NoOpLLMObsEvalProcessor
java.lang.Object
datadog.trace.api.llmobs.noop.NoOpLLMObsEvalProcessor
- All Implemented Interfaces:
LLMObs.LLMObsEvalProcessor
-
Field Summary
Fields -
Constructor Summary
Constructors -
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)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NoOpLLMObsEvalProcessor
public NoOpLLMObsEvalProcessor()
-
-
Method Details
-
SubmitEvaluation
public void SubmitEvaluation(LLMObsSpan llmObsSpan, String label, double scoreValue, Map<String, Object> tags) - Specified by:
SubmitEvaluationin interfaceLLMObs.LLMObsEvalProcessor
-
SubmitEvaluation
public void SubmitEvaluation(LLMObsSpan llmObsSpan, String label, double scoreValue, String mlApp, Map<String, Object> tags) - Specified by:
SubmitEvaluationin interfaceLLMObs.LLMObsEvalProcessor
-
SubmitEvaluation
public void SubmitEvaluation(LLMObsSpan llmObsSpan, String label, String categoricalValue, Map<String, Object> tags) - Specified by:
SubmitEvaluationin interfaceLLMObs.LLMObsEvalProcessor
-
SubmitEvaluation
public void SubmitEvaluation(LLMObsSpan llmObsSpan, String label, String categoricalValue, String mlApp, Map<String, Object> tags) - Specified by:
SubmitEvaluationin interfaceLLMObs.LLMObsEvalProcessor
-