Class PytorchQAInput

java.lang.Object
org.apache.ignite.example.ml.pytorchtranslator.PytorchQAInput
All Implemented Interfaces:
Serializable

public class PytorchQAInput extends Object implements Serializable
Serializable wrapper for QAInput
See Also:
  • Constructor Details

    • PytorchQAInput

      public PytorchQAInput(String question, String paragraph)
  • Method Details

    • getQuestion

      public String getQuestion()
    • getParagraph

      public String getParagraph()