Class InferenceService
java.lang.Object
org.elasticsearch.xpack.esql.inference.InferenceService
-
Constructor Summary
ConstructorsConstructorDescriptionInferenceService(Client client) Creates a new inference service with the given client. -
Method Summary
Modifier and TypeMethodDescriptionbulkInferenceRunner(BulkInferenceRunnerConfig bulkInferenceRunnerConfig) Creates an inference resolver for resolving inference IDs in logical plans.
-
Constructor Details
-
InferenceService
Creates a new inference service with the given client.- Parameters:
client- the Elasticsearch client for inference operations
-
-
Method Details
-
inferenceResolver
Creates an inference resolver for resolving inference IDs in logical plans.- Returns:
- a new inference resolver instance
-
bulkInferenceRunner
-
bulkInferenceRunner
-