Evaluation

com.softinio.verdict4s.algebra.Evaluation
See theEvaluation companion object
final case class Evaluation(model: Model, answers: SortedMap[QuestionKey, Answer], usage: Usage)

A complete evaluation response.

Value parameters

answers

one answer per question, under the keys you supplied

model

the model that actually performed the evaluation, which for an alias such as jev-latest resolves to a pinned version

usage

tokens consumed by the request

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

The answer under one key, if the service returned one.

The answer under one key, if the service returned one.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product