Pipeline.Meta.DNA.StructuralChromosome (pipeline v0.0.1)

View Source

Controls the fundamental architecture of the pipeline

Summary

Types

t()

@type t() :: %Pipeline.Meta.DNA.StructuralChromosome{
  branching_complexity: non_neg_integer(),
  parallelism_factor: float(),
  prompt_patterns: [map()],
  provider_mappings: map(),
  step_sequences: [map()]
}

Functions

from_genome(chromosomes)