package transformation
- Alphabetic
- Public
- All
Type Members
- trait AbstractFactory[A] extends AnyRef
-
class
Deliverable[T] extends Identifiable with HasType
A deliverable is a container of an object that will be transferred by a io.github.setl.workflow.DeliverableDispatcher.
A deliverable is a container of an object that will be transferred by a io.github.setl.workflow.DeliverableDispatcher.
- T
type of the payload
- Annotations
- @Evolving()
-
abstract
class
Factory[A] extends AbstractFactory[A] with Logging with Identifiable with HasDescription with Writable
Factory could be used to manipulate data.
Factory could be used to manipulate data.
A Factory is able to read data from a data source, process/transform it and write it back to the storage.
- A
the type of object that the factory is supposed to produce
- Annotations
- @Evolving()
-
trait
MLTransformer[T, M <: Model[_]] extends Transformer[T]
A MLTransformer is a basic transformer with a ML model and ML-related functionality.
A MLTransformer is a basic transformer with a ML model and ML-related functionality.
- T
Data type of the transformer
- Annotations
- @Evolving()
-
trait
Transformer[T] extends Logging with Identifiable
A transformer can transform data into a type A
A transformer can transform data into a type A
- T
: Type of output data
- Annotations
- @Evolving()
Value Members
- object Deliverable