Dataset

org.llm4s.eval.dataset.Dataset
final case class Dataset[I, O](id: DatasetId, name: String, description: String, inputSchema: Option[Value], outputSchema: Option[Value], examples: List[Example[I, O]], createdAt: Instant, tags: Set[String])

A named, versioned collection of Example instances.

Type parameters

I

input type

O

output type

Value parameters

createdAt

creation timestamp

description

purpose and content of the dataset

examples

ordered list of examples

id

unique identifier

inputSchema

optional JSON Schema describing the expected input structure

name

human-readable name

outputSchema

optional JSON Schema describing the expected referenceOutput structure

tags

dataset-level labels for discovery

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product