Packages

object Gemma3ForMultiModal extends ReadablePretrainedGemma3ForMultiModal with ReadGemma3ForMultiModalDLModel with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Gemma3ForMultiModal
  2. Serializable
  3. Serializable
  4. ReadGemma3ForMultiModalDLModel
  5. ReadOpenvinoModel
  6. ReadablePretrainedGemma3ForMultiModal
  7. HasPretrained
  8. ParamsAndFeaturesReadable
  9. DefaultParamsReadable
  10. MLReadable
  11. AnyRef
  12. 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: (Gemma3ForMultiModal, 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): Gemma3ForMultiModal
    Definition Classes
    MLReadable
    Annotations
    @Since( "1.6.0" )
  18. def loadSavedModel(modelPath: String, spark: SparkSession, useOpenvino: Boolean = false): Gemma3ForMultiModal
  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: Gemma3ForMultiModal, path: String, session: SparkSession): Unit
    Attributes
    protected
    Definition Classes
    ParamsAndFeaturesReadable
  23. val openvinoFile: String
  24. def pretrained(name: String, lang: String, remoteLoc: String): Gemma3ForMultiModal
  25. def pretrained(name: String, lang: String): Gemma3ForMultiModal
  26. def pretrained(name: String): Gemma3ForMultiModal
  27. def pretrained(): Gemma3ForMultiModal

    Java compliant-overrides

    Java compliant-overrides

    Definition Classes
    ReadablePretrainedGemma3ForMultiModalHasPretrained
  28. def pretrained(name: String, lang: String, remoteLoc: String, preferredEngine: String = "onnx"): Gemma3ForMultiModal

    Java default argument interoperability

    Java default argument interoperability

    Definition Classes
    HasPretrained
  29. def pretrainedEngine(name: String, lang: String, preferredEngine: String): Gemma3ForMultiModal
    Definition Classes
    HasPretrained
  30. def pretrainedEngine(name: String, preferredEngine: String): Gemma3ForMultiModal
    Definition Classes
    HasPretrained
  31. def read: MLReader[Gemma3ForMultiModal]
    Definition Classes
    ParamsAndFeaturesReadable → DefaultParamsReadable → MLReadable
  32. def readModel(instance: Gemma3ForMultiModal, path: String, spark: SparkSession): Unit
  33. def readOpenvinoModel(path: String, spark: SparkSession, suffix: String, zipped: Boolean = true): OpenvinoWrapper
    Definition Classes
    ReadOpenvinoModel
  34. def readOpenvinoModels(path: String, spark: SparkSession, modelNames: Seq[String], suffix: String, zipped: Boolean = true): Map[String, OpenvinoWrapper]
    Definition Classes
    ReadOpenvinoModel
  35. val readers: ArrayBuffer[(Gemma3ForMultiModal, String, SparkSession) ⇒ Unit]
    Attributes
    protected
    Definition Classes
    ParamsAndFeaturesReadable
  36. val skipPreferredEngine: Boolean
    Definition Classes
    HasPretrained
  37. val suffix: String
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from ReadOpenvinoModel

Inherited from DefaultParamsReadable[Gemma3ForMultiModal]

Inherited from MLReadable[Gemma3ForMultiModal]

Inherited from AnyRef

Inherited from Any

Ungrouped