object FewShotAssertionClassifierModel extends ReadablePretrainedFewShotAssertionClassifierModel with ReadFewShotAssertionClassifierModel with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FewShotAssertionClassifierModel
  2. Serializable
  3. Serializable
  4. ReadFewShotAssertionClassifierModel
  5. ReadsGenericClassifierGraph
  6. ReadTensorflowModel
  7. InternalReadOnnxModel
  8. ReadablePretrainedFewShotAssertionClassifierModel
  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: (FewShotAssertionClassifierModel, String, SparkSession) ⇒ Unit): Unit
    Definition Classes
    ParamsAndFeaturesReadable
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val classifierOnnxFile: String
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def createTensorflowWrapperPlaceholder(): TensorflowWrapper
  9. val defaultLang: String
    Definition Classes
    HasPretrained
  10. lazy val defaultLoc: String
    Definition Classes
    HasPretrained
  11. val defaultModelName: Some[String]
    Definition Classes
    ReadablePretrainedFewShotAssertionClassifierModel → HasPretrained
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def load(path: String): FewShotAssertionClassifierModel
    Definition Classes
    MLReadable
    Annotations
    @Since( "1.6.0" )
  19. def loadSavedModel(modelPath: String, spark: SparkSession, hasDifferentiableHead: Boolean = false): FewShotAssertionClassifierModel
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def pretrained(name: String, lang: String, remoteLoc: String): FewShotAssertionClassifierModel
    Definition Classes
    ReadablePretrainedFewShotAssertionClassifierModel → HasPretrained
  24. def pretrained(name: String, lang: String): FewShotAssertionClassifierModel
    Definition Classes
    ReadablePretrainedFewShotAssertionClassifierModel → HasPretrained
  25. def pretrained(name: String): FewShotAssertionClassifierModel
    Definition Classes
    ReadablePretrainedFewShotAssertionClassifierModel → HasPretrained
  26. def pretrained(): FewShotAssertionClassifierModel

    Java compliant-overrides

    Java compliant-overrides

    Definition Classes
    ReadablePretrainedFewShotAssertionClassifierModel → HasPretrained
  27. def read: MLReader[FewShotAssertionClassifierModel]
    Definition Classes
    ParamsAndFeaturesReadable → DefaultParamsReadable → MLReadable
  28. def readGenericClassifierGraph(instance: FewShotAssertionClassifierModel, path: String, spark: SparkSession): Unit
  29. def readModel(instance: FewShotAssertionClassifierModel, path: String, spark: SparkSession): Unit
  30. def readOnnxModel(path: String, onnxFile: String, spark: SparkSession, suffix: String, zipped: Boolean = true, useBundle: Boolean = false, sessionOptions: Option[SessionOptions] = None, supressWarnings: Boolean = false): OnnxWrapper
    Definition Classes
    InternalReadOnnxModel
  31. def readTensorflowChkPoints(path: String, spark: SparkSession, suffix: String, zipped: Boolean, tags: Array[String], initAllTables: Boolean): TensorflowWrapper
    Definition Classes
    ReadTensorflowModel
  32. def readTensorflowHub(path: String, spark: SparkSession, suffix: String, zipped: Boolean, useBundle: Boolean, tags: Array[String]): TensorflowWrapper
    Definition Classes
    ReadTensorflowModel
  33. def readTensorflowModel(path: String, spark: SparkSession, suffix: String, zipped: Boolean, useBundle: Boolean, tags: Array[String], initAllTables: Boolean, savedSignatures: Option[Map[String, String]]): TensorflowWrapper
    Definition Classes
    ReadTensorflowModel
  34. def readTensorflowWithSPModel(path: String, spark: SparkSession, suffix: String, zipped: Boolean, useBundle: Boolean, tags: Array[String], initAllTables: Boolean, loadSP: Boolean): TensorflowWrapper
    Definition Classes
    ReadTensorflowModel
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. val tfFile: String
    Definition Classes
    ReadsGenericClassifierGraph → ReadTensorflowModel
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from ReadTensorflowModel

Inherited from InternalReadOnnxModel

Inherited from HasPretrained[FewShotAssertionClassifierModel]

Inherited from ParamsAndFeaturesReadable[FewShotAssertionClassifierModel]

Inherited from DefaultParamsReadable[FewShotAssertionClassifierModel]

Inherited from MLReadable[FewShotAssertionClassifierModel]

Inherited from AnyRef

Inherited from Any

Ungrouped