Package org.gridgain.internal.ml.compute
Class MlBatchPredictionJob<I extends org.gridgain.ml.model.MlBatchJobParameters,O>
java.lang.Object
org.gridgain.ml.compute.MlComputeJob<I,List<O>>
org.gridgain.internal.ml.compute.MlBatchPredictionJob<I,O>
- All Implemented Interfaces:
org.apache.ignite.compute.ComputeJob<I,List<O>>
public class MlBatchPredictionJob<I extends org.gridgain.ml.model.MlBatchJobParameters,O>
extends org.gridgain.ml.compute.MlComputeJob<I,List<O>>
Compute job for batch ML predictions using ML_EMBEDDED executor.
This job takes MlBatchJobParameters and returns a list of raw prediction results.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <I extends org.gridgain.ml.model.MlBatchJobParameters,O>
Class<? extends org.apache.ignite.compute.ComputeJob<I,List<O>>> jobClass()predictAsync(org.apache.ignite.compute.JobExecutionContext context, I arg) Methods inherited from class org.gridgain.ml.compute.MlComputeJob
executeAsync, inputMarshaller, updateModelPathFromDeploymentUnits
-
Constructor Details
-
MlBatchPredictionJob
public MlBatchPredictionJob()
-
-
Method Details