tfx.v1.testing.Channel

Dummy channel for testing.

Inherits From: BaseChannel

type

type_name Name of the artifact type class that Channel takes.

Methods

future

get_data_dependent_node_ids

Get data dependent nodes of this channel.

Currently only the OutputChannel directly imposes the data dependency, but other channels can also indirectly have a data dependency if they depend on the OutputChannel. Use this abstract method to define transitive data dependency.

Returns
A set of data-dependent node IDs.

__eq__

Return self==value.