Packages

p

ai.mantik.planner

pipelines

package pipelines

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class InvalidPipelineException extends PipelineException

    A pipeline is invalid.

  2. class PipelineException extends RuntimeException

    Something is wrong with a pipeline.

  3. case class PipelineRuntimeDefinition(name: String, steps: Seq[Step], inputType: DataType) extends Product with Serializable

    Runtime definition of pipelines.

    Runtime definition of pipelines. Must be compatible with the Golang Pipeline controller definition.

  4. class PipelineTypeException extends PipelineException

    DataTypes do not match within the pipeline.

Value Members

  1. object PipelineRuntimeDefinition extends Serializable

Ungrouped