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.

@FunctionalInterface public static interface BulkInferenceRunner.Factory
Factory interface for creating BulkInferenceRunner instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(BulkInferenceRunnerConfig bulkInferenceRunnerConfig)
    Creates a new inference runner with the specified execution configuration.
  • Method Details

    • create

      BulkInferenceRunner create(BulkInferenceRunnerConfig bulkInferenceRunnerConfig)
      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