Class AdkWebServer.RunEvalResult
java.lang.Object
com.google.adk.JsonBaseModel
com.google.adk.web.AdkWebServer.RunEvalResult
- Enclosing class:
AdkWebServer
DTO for the response of POST /apps/{appName}/eval_sets/{evalSetId}/run-eval. Contains the
results of an evaluation run.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.adk.JsonBaseModel
fromJsonNode, fromJsonString, getMapper, toJson, toJsonNode, toJsonString
-
Field Details
-
appName
-
evalSetId
-
evalId
-
finalEvalStatus
-
evalMetricResults
-
sessionId
-
-
Constructor Details
-
RunEvalResult
public RunEvalResult(String appName, String evalSetId, String evalId, String finalEvalStatus, List<List<Object>> evalMetricResults, String sessionId) Constructs a RunEvalResult.- Parameters:
appName
- The application name.evalSetId
- The evaluation set ID.evalId
- The evaluation ID.finalEvalStatus
- The final status of the evaluation.evalMetricResults
- The results for each metric.sessionId
- The session ID associated with the evaluation.
-
RunEvalResult
public RunEvalResult()
-