Marker

class Marker(input, name=None, metadata=None)[source]

This class assists user in using pipe module.

Constructor for Marker

Parameters
  • input (Any) – Instance of any type that has .data attribute. For example, biome or pmaf.pipe.agents.dockers.

  • name (Optional[str]) – Name of the marker instance.

  • metadata (Optional[dict]) – Metadata of the marker instance.

Attributes

inlet

Inlet type of the marker.

input

Input of the marker.

metadata

Metadata of the instance.

name

Name of the instance.

outlet

Outlet type marker.

output

Output of the marker.

tasks

List all the tasks.

upcoming

Upcoming task.

Methods

compute()

Evaluate specs

embed_specs(*args)

Embed specs to the Marker.

get_outputs()

Get the outputs.

next()

Same as builtin next() command.