TaskDistill constructor
TaskDistill({})
Implementation
TaskDistill({
required this.taskId,
required this.recordLocation,
required this.lod,
required this.collection,
required this.targetOutputSize,
required this.factor,
required this.size,
required this.embedBatchSize,
required this.bucket,
this.toEmbed,
this.lastChunk,
this.emitted,
});