Expand description
Data record and sample batch types.
Re-exports§
pub use crate::types::RecordId;pub use crate::types::Sentence;pub use crate::types::SourceId;pub use crate::types::TaxonomyValue;
Structs§
- Data
Record - Canonical record payload produced by a DataSource.
- Quality
Score - Trust/quality metadata for a record.
- Record
Chunk - A chunked view over a section.
- Record
Section - A structured section within a record.
- Sample
Batch - Batch of pairs.
- Sample
Pair - Sample pair (positive/negative) derived from a triplet.
- Sample
Triplet - Sample triplet (anchor/positive/negative).
- Text
Batch - Batch of text samples.
- Text
Sample - A single text sample (chunk + weight).
- Triplet
Batch - Batch of triplets.
Enums§
- Chunk
View - Chunk view metadata (window or summary).
- Pair
Label - Pair label for supervised pair batches.
- Section
Role - Role label for a section.