TaskDistill class
- Mixed-in types
-
- ExecutableTask
- Available extensions
- Annotations
-
- @artifact
Constructors
-
TaskDistill({required String taskId, required RecordLocation recordLocation, required int lod, required String collection, required int targetOutputSize, required int factor, required int size, required int embedBatchSize, required String bucket, List<
String> ? toEmbed, int? lastChunk, int? emitted})
Properties
- bucket → String
-
final
- collection → String
-
final
- embedBatchSize → int
-
final
- emitted ↔ int?
-
getter/setter pair
- emittedCount → int
-
no setter
- factor → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastChunk ↔ int?
-
getter/setter pair
- lod → int
-
final
- nextOutputIndex → int
-
no setter
- recordLocation → RecordLocation
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shouldScheduleNextLevel → bool
-
no setter
- size → int
-
final
- targetOutputSize → int
-
final
- taskId → String
-
final
- to → _a
-
Available on _k, provided by the $TaskDistill extension
no setter -
toEmbed
↔ List<
String> ? -
getter/setter pair
Methods
-
copyWith(
{_7? taskId, _i? recordLocation, _9? lod, _9? deltaLod, _7? collection, _9? targetOutputSize, _9? deltaTargetOutputSize, _9? factor, _9? deltaFactor, _9? size, _9? deltaSize, _9? embedBatchSize, _9? deltaEmbedBatchSize, _7? bucket, _6? toEmbed, _n deleteToEmbed = _F, _6? appendToEmbed, _6? removeToEmbed, _9? lastChunk, _n deleteLastChunk = _F, _9? deltaLastChunk, _9? emitted, _n deleteEmitted = _F, _9? deltaEmitted}) → _k -
Available on _k, provided by the $TaskDistill extension
-
get(
String doc) → Future< Chunk> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prompt(
bool summarize) → String -
toMap(
) → _5 -
Available on _k, provided by the $TaskDistill extension
-
toString(
) → String -
A string representation of this object.
inherited
-
workOnTask(
TaskExecutionContext context) → Future< void> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited