Interface BulkInferenceRunner.Factory
- Enclosing class:
BulkInferenceRunner
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory interface for creating
BulkInferenceRunner instances.-
Method Summary
Modifier and TypeMethodDescriptioncreate(BulkInferenceRunnerConfig bulkInferenceRunnerConfig) Creates a new inference runner with the specified execution configuration.
-
Method Details
-
create
Creates a new inference runner with the specified execution configuration.- Parameters:
bulkInferenceRunnerConfig- Configuration defining concurrency limits and execution parameters- Returns:
- A configured inference runner implementation
-