Uses of Record Class
dev.dokimos.core.Example
Packages that use Example
-
Uses of Example in dev.dokimos.core
Methods in dev.dokimos.core that return ExampleModifier and TypeMethodDescriptionExample.Builder.build()ItemResult.example()Returns the value of theexamplerecord component.Dataset.get(int index) Returns the example at the specified index.static ExampleCreates an example with a single input and expected output.Methods in dev.dokimos.core that return types with arguments of type ExampleModifier and TypeMethodDescriptionDataset.examples()Returns the examples in the dataset.Dataset.iterator()Methods in dev.dokimos.core with parameters of type ExampleModifier and TypeMethodDescriptionDataset.Builder.addExample(Example example) Adds an example to the dataset.Run the task on the givenExampleand produce outputs.Method parameters in dev.dokimos.core with type arguments of type ExampleModifier and TypeMethodDescriptionDataset.Builder.addExamples(List<Example> examples) Adds multiple examples to the dataset.Constructors in dev.dokimos.core with parameters of type ExampleModifierConstructorDescriptionItemResult(Example example, Map<String, Object> actualOutputs, List<EvalResult> evalResults) Creates an instance of aItemResultrecord class.Constructor parameters in dev.dokimos.core with type arguments of type Example