t

com.johnsnowlabs.nlp.annotators.classification

ReadFewShotAssertionClassifierModel

trait ReadFewShotAssertionClassifierModel extends InternalReadOnnxModel with ReadsGenericClassifierGraph[FewShotAssertionClassifierModel]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReadFewShotAssertionClassifierModel
  2. ReadsGenericClassifierGraph
  3. ReadTensorflowModel
  4. ParamsAndFeaturesReadable
  5. DefaultParamsReadable
  6. MLReadable
  7. InternalReadOnnxModel
  8. AnyRef
  9. 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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def load(path: String): FewShotAssertionClassifierModel
    Definition Classes
    MLReadable
    Annotations
    @Since( "1.6.0" )
  16. def loadSavedModel(modelPath: String, spark: SparkSession, hasDifferentiableHead: Boolean = false): FewShotAssertionClassifierModel
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def read: MLReader[FewShotAssertionClassifierModel]
    Definition Classes
    ParamsAndFeaturesReadable → DefaultParamsReadable → MLReadable
  21. def readGenericClassifierGraph(instance: FewShotAssertionClassifierModel, path: String, spark: SparkSession): Unit
  22. def readModel(instance: FewShotAssertionClassifierModel, path: String, spark: SparkSession): Unit
  23. 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
  24. def readTensorflowChkPoints(path: String, spark: SparkSession, suffix: String, zipped: Boolean, tags: Array[String], initAllTables: Boolean): TensorflowWrapper
    Definition Classes
    ReadTensorflowModel
  25. def readTensorflowHub(path: String, spark: SparkSession, suffix: String, zipped: Boolean, useBundle: Boolean, tags: Array[String]): TensorflowWrapper
    Definition Classes
    ReadTensorflowModel
  26. 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
  27. def readTensorflowWithSPModel(path: String, spark: SparkSession, suffix: String, zipped: Boolean, useBundle: Boolean, tags: Array[String], initAllTables: Boolean, loadSP: Boolean): TensorflowWrapper
    Definition Classes
    ReadTensorflowModel
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. val tfFile: String
    Definition Classes
    ReadsGenericClassifierGraph → ReadTensorflowModel
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ReadTensorflowModel

Inherited from ParamsAndFeaturesReadable[FewShotAssertionClassifierModel]

Inherited from DefaultParamsReadable[FewShotAssertionClassifierModel]

Inherited from MLReadable[FewShotAssertionClassifierModel]

Inherited from InternalReadOnnxModel

Inherited from AnyRef

Inherited from Any

Ungrouped