Packages

object DistilBertForMultipleChoice extends ReadablePretrainedDistilBertForMultipleChoiceModel with ReadDistilBertForMultipleChoiceModel with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DistilBertForMultipleChoice
  2. Serializable
  3. Serializable
  4. ReadDistilBertForMultipleChoiceModel
  5. ReadOpenvinoModel
  6. ReadOnnxModel
  7. ReadablePretrainedDistilBertForMultipleChoiceModel
  8. HasPretrained
  9. ParamsAndFeaturesReadable
  10. DefaultParamsReadable
  11. MLReadable
  12. AnyRef
  13. 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: (DistilBertForMultipleChoice, 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): DistilBertForMultipleChoice
    Definition Classes
    MLReadable
    Annotations
    @Since( "1.6.0" )
  18. def loadSavedModel(modelPath: String, spark: SparkSession): DistilBertForMultipleChoice
  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: DistilBertForMultipleChoice, 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): DistilBertForMultipleChoice
  26. def pretrained(name: String, lang: String): DistilBertForMultipleChoice
  27. def pretrained(name: String): DistilBertForMultipleChoice
  28. def pretrained(): DistilBertForMultipleChoice

    Java compliant-overrides

    Java compliant-overrides

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

    Java default argument interoperability

    Java default argument interoperability

    Definition Classes
    HasPretrained
  30. def pretrainedEngine(name: String, lang: String, preferredEngine: String): DistilBertForMultipleChoice
    Definition Classes
    HasPretrained
  31. def pretrainedEngine(name: String, preferredEngine: String): DistilBertForMultipleChoice
    Definition Classes
    HasPretrained
  32. def read: MLReader[DistilBertForMultipleChoice]
    Definition Classes
    ParamsAndFeaturesReadable → DefaultParamsReadable → MLReadable
  33. def readModel(instance: DistilBertForMultipleChoice, 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. val readers: ArrayBuffer[(DistilBertForMultipleChoice, String, SparkSession) ⇒ Unit]
    Attributes
    protected
    Definition Classes
    ParamsAndFeaturesReadable
  39. val skipPreferredEngine: Boolean
    Definition Classes
    HasPretrained
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from ReadOpenvinoModel

Inherited from ReadOnnxModel

Inherited from DefaultParamsReadable[DistilBertForMultipleChoice]

Inherited from MLReadable[DistilBertForMultipleChoice]

Inherited from AnyRef

Inherited from Any

Ungrouped