◆ ProcessCallable()
fiftyone.pipeline.engines.data.ProcessCallable.ProcessCallable | ( | AspectEngine | engine | ) |
Construct a new instance.
- Parameters
-
- engine - the engine to make available to the Callable#call() method
\r\n
A Callable implementation which stores an AspectEngine to be used by the Callable#call() method.
The Callable#call() method is left to be implemented anonymously when using this class.
ProcessCallable (AspectEngine engine)
Construct a new instance. More...
|
final AspectEngine | engine
The engine which is doing the processing.
|
fiftyone.pipeline.engines.data.ProcessCallable.ProcessCallable | ( | AspectEngine | engine | ) |
Construct a new instance.