Packages

package tracer

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class JavaPipelineStage(uid: String, name: String, index: Int, inputCol: StageField, outputCol: StageField, inputAnnotatorType: StageField, outputAnnotatorType: StageField) extends Product with Serializable
  2. case class PipelineStage[T <: Transformer](stage: T, uid: String, name: String, index: Int, inputCol: StageField, outputCol: StageField, inputAnnotatorType: StageField, outputAnnotatorType: StageField) extends Product with Serializable

    Class to represent a stage in a pipeline.

    Class to represent a stage in a pipeline.

    stage

    The transformer stage The type of the transformer is a generic type T that extends Transformer

    uid

    The unique identifier of the stage

    name

    The name of the Annotator

    index

    The index of the stage in the pipeline

    inputCol

    The input column of the stage

    outputCol

    The output column of the stage

    inputAnnotatorType

    The input annotator type of the stage

    outputAnnotatorType

    The output annotator type of the stage

  3. class PipelineTracer extends AnyRef

    PipelineTracer is a utility class that helps to trace the stages of a PipelineModel and PretrainedPipeline.

    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.

  4. case class StageField(name: String, value: String, fieldType: String) extends Product with Serializable

Value Members

  1. object PipelineTracer
  2. object StageFieldType
    Attributes
    protected

Ungrouped