Track the specified IFlowData instance.
If the key created from the data does not yet exist in the tracker then it will be added. If it does already exist then the meta-data will be updated according to the tracker implementation's logic.
- Parameters
-
- data - The IFlowData to track.
|
- Returns
- True if no matching entry existed in the tracker or if the entry existed but further processing is allowed by the tracker's logic. False if a matching entry was found and the tracker's logic does not allow further processing of this flow data instance.
Implements FiftyOne.Pipeline.Engines.Trackers.ITracker.