Class CustomInput

java.lang.Object
org.apache.ignite.example.ml.custom.CustomInput
All Implemented Interfaces:
Serializable

public class CustomInput extends Object implements Serializable
Defines the input structure for custom ML model inference.
See Also:
  • Constructor Details

    • CustomInput

      public CustomInput(String text, String[] candidates, boolean multiLabel)
  • Method Details