Package org.apache.flink.table.ml
Interface AsyncPredictRuntimeProvider
-
- All Superinterfaces:
ModelProvider
@PublicEvolving public interface AsyncPredictRuntimeProvider extends ModelProvider
A provider for creating asynchronous predict function.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.flink.table.ml.ModelProvider
ModelProvider.Context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncPredictFunctioncreateAsyncPredictFunction(ModelProvider.Context context)Creates anAsyncPredictFunctioninstance.-
Methods inherited from interface org.apache.flink.table.ml.ModelProvider
copy
-
-
-
-
Method Detail
-
createAsyncPredictFunction
AsyncPredictFunction createAsyncPredictFunction(ModelProvider.Context context)
Creates anAsyncPredictFunctioninstance.
-
-