toggle menu
DICE API Documentation
JVM
switch theme
search in API
DICE API Documentation
/
com.embabel.dice.projection.grounding
/
GroundingWiringService
/
GroundingReport
Grounding
Report
data
class
GroundingReport
(
val
propositions
:
Int
,
val
attempted
:
Int
,
val
written
:
Int
,
val
skipped
:
Int
,
val
failed
:
Int
)
Members
Constructors
Grounding
Report
Link copied to clipboard
constructor
(
propositions
:
Int
,
attempted
:
Int
,
written
:
Int
,
skipped
:
Int
,
failed
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
attempted
Link copied to clipboard
val
attempted
:
Int
failed
Link copied to clipboard
val
failed
:
Int
propositions
Link copied to clipboard
val
propositions
:
Int
skipped
Link copied to clipboard
val
skipped
:
Int
written
Link copied to clipboard
val
written
:
Int