Packages

object XlmRoBertaForMultipleChoice extends ReadablePretrainedXmlRoBertaForMultipleChoiceModel with ReadRoBertaForMultipleChoiceModelDLModel with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XlmRoBertaForMultipleChoice
  2. Serializable
  3. Serializable
  4. ReadRoBertaForMultipleChoiceModelDLModel
  5. ReadSentencePieceModel
  6. ReadOpenvinoModel
  7. ReadOnnxModel
  8. ReadablePretrainedXmlRoBertaForMultipleChoiceModel
  9. HasPretrained
  10. ParamsAndFeaturesReadable
  11. DefaultParamsReadable
  12. MLReadable
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addReader(reader: (XlmRoBertaForMultipleChoice, String, SparkSession) ⇒ Unit): Unit
    Definition Classes
    ParamsAndFeaturesReadable
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. val defaultLang: String
    Definition Classes
    HasPretrained
  8. lazy val defaultLoc: String
    Definition Classes
    HasPretrained
  9. val defaultModelName: Some[String]
  10. val defaultPreferredEngine: String
    Definition Classes
    HasPretrained
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def load(path: String): XlmRoBertaForMultipleChoice
    Definition Classes
    MLReadable
    Annotations
    @Since( "1.6.0" )
  18. def loadSavedModel(modelPath: String, spark: SparkSession): XlmRoBertaForMultipleChoice
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def onRead(instance: XlmRoBertaForMultipleChoice, path: String, session: SparkSession): Unit
    Attributes
    protected
    Definition Classes
    ParamsAndFeaturesReadable
  23. val onnxFile: String
  24. val openvinoFile: String
  25. def pretrained(name: String, lang: String, remoteLoc: String): XlmRoBertaForMultipleChoice
  26. def pretrained(name: String, lang: String): XlmRoBertaForMultipleChoice
  27. def pretrained(name: String): XlmRoBertaForMultipleChoice
  28. def pretrained(): XlmRoBertaForMultipleChoice

    Java compliant-overrides

    Java compliant-overrides

    Definition Classes
    ReadablePretrainedXmlRoBertaForMultipleChoiceModelHasPretrained
  29. def pretrained(name: String, lang: String, remoteLoc: String, preferredEngine: String = "onnx"): XlmRoBertaForMultipleChoice

    Java default argument interoperability

    Java default argument interoperability

    Definition Classes
    HasPretrained
  30. def pretrainedEngine(name: String, lang: String, preferredEngine: String): XlmRoBertaForMultipleChoice
    Definition Classes
    HasPretrained
  31. def pretrainedEngine(name: String, preferredEngine: String): XlmRoBertaForMultipleChoice
    Definition Classes
    HasPretrained
  32. def read: MLReader[XlmRoBertaForMultipleChoice]
    Definition Classes
    ParamsAndFeaturesReadable → DefaultParamsReadable → MLReadable
  33. def readModel(instance: XlmRoBertaForMultipleChoice, path: String, spark: SparkSession): Unit
  34. def readOnnxModel(path: String, spark: SparkSession, suffix: String, zipped: Boolean = true, useBundle: Boolean = false, modelName: Option[String] = None, tmpFolder: Option[String] = None, dataFilePostfix: Option[String] = None): OnnxWrapper
    Definition Classes
    ReadOnnxModel
  35. def readOnnxModels(path: String, spark: SparkSession, modelNames: Seq[String], suffix: String, zipped: Boolean = true, useBundle: Boolean = false, dataFilePostfix: String = "_data"): Map[String, OnnxWrapper]
    Definition Classes
    ReadOnnxModel
  36. def readOpenvinoModel(path: String, spark: SparkSession, suffix: String, zipped: Boolean = true): OpenvinoWrapper
    Definition Classes
    ReadOpenvinoModel
  37. def readOpenvinoModels(path: String, spark: SparkSession, modelNames: Seq[String], suffix: String, zipped: Boolean = true): Map[String, OpenvinoWrapper]
    Definition Classes
    ReadOpenvinoModel
  38. def readSentencePieceModel(path: String, spark: SparkSession, suffix: String, filename: String): SentencePieceWrapper
    Definition Classes
    ReadSentencePieceModel
  39. val readers: ArrayBuffer[(XlmRoBertaForMultipleChoice, String, SparkSession) ⇒ Unit]
    Attributes
    protected
    Definition Classes
    ParamsAndFeaturesReadable
  40. val skipPreferredEngine: Boolean
    Definition Classes
    HasPretrained
  41. val sppFile: String
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from ReadSentencePieceModel

Inherited from ReadOpenvinoModel

Inherited from ReadOnnxModel

Inherited from DefaultParamsReadable[XlmRoBertaForMultipleChoice]

Inherited from MLReadable[XlmRoBertaForMultipleChoice]

Inherited from AnyRef

Inherited from Any

Ungrouped