Skip to content

mopipe.core.segments.segmenttypes

SegmentType Objects

class SegmentType(Enum)

Type of segment.

SegmentTypeMixin Objects

class SegmentTypeMixin()

Mixin class for all segments types.

segment_type

@property
def segment_type() -> SegmentType

The type of the segment.

PreprocessorType Objects

class PreprocessorType(SegmentTypeMixin)

Mixin class for preprocessing segments.

SummaryType Objects

class SummaryType(SegmentTypeMixin)

Mixin class for summary segments.

TransformType Objects

class TransformType(SegmentTypeMixin)

Mixin class for transform segments.

AnalysisType Objects

class AnalysisType(SegmentTypeMixin)

Mixin class for analysis segments.

VisualizationType Objects

class VisualizationType(SegmentTypeMixin)

Mixin class for visualization segments.

WriteType Objects

class WriteType(SegmentTypeMixin)

Mixin class for write segments.

OtherType Objects

class OtherType(SegmentTypeMixin)

Mixin class for other segments.