Class MlInferenceExample

java.lang.Object
org.apache.ignite.example.ml.MlBaseExample
org.apache.ignite.example.ml.MlInferenceExample

public class MlInferenceExample extends MlBaseExample
This example demonstrates: 1. Downloading and Deploying the sentiment analysis Model from DJL. 2. Inference using built-in DJL Input, Output, and TranslatorFactory for sentiment analysis model: - Simple prediction - Batch prediction - SQL-based prediction - Colocated prediction
  • Field Details

  • Constructor Details

    • MlInferenceExample

      public MlInferenceExample()
  • Method Details