class BatchTransformationManager: Any
Constructors
<init>
constructor(configuration: BatchConfiguration)
Manages and supervises the transformations of all models contained in the BatchConfiguration.
Parameters
Name | Description |
---|---|
configuration: BatchConfiguration
|
configuration for the batch processing |
Methods
run
fun run()
Execution of the batch transformation defined within the configuration.
ReturnValue
Name | Description |
---|---|
Unit
|
Manages and supervises the transformations of all models contained in the BatchConfiguration.