Packages

class PipelineTracer extends AnyRef

PipelineTracer is a utility class that helps to trace the stages of a PipelineModel and PretrainedPipeline. It provides methods to generate a schema of the pipeline, a list of entities, relations, and assertions. It also provides a method to generate a dictionary for the parser.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PipelineTracer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PipelineTracer(pretrainedPipeline: PretrainedPipeline)
  2. new PipelineTracer(pipelineModel: PipelineModel)

    pipelineModel

    The pipeline model to trace

Type Members

  1. implicit class OptionStringRich extends AnyRef
  2. implicit class StringRich extends AnyRef

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def createParserDictionary(): String

    Creates a dictionary for the PipelineOutputParser in Python

  7. def createPipelineSchema(): String

    Returns the schema of the pipeline

  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getJavaPipelineStages: Array[JavaPipelineStage]

    Returns the PipelineStages as an array of JavaPipelineStage for Python calls

  13. def getPipelineStages: Array[PipelineStage[Transformer]]

    Returns an array of PipelineStage to get the stages in the pipeline.

  14. def getPossibleAssertions: Array[String]

    Returns the possible assertions in the pipeline

  15. def getPossibleEntities: Array[String]

    Returns the possible entities in the pipeline

  16. def getPossibleRelations: Array[String]

    Returns the possible relations in the pipeline

  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  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. val pipelineModel: PipelineModel
  23. def printPipelineSchema(): Unit

    Prints the schema of the pipeline

  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped