◆ filterEvidence()
fiftyone\pipeline\core\EvidenceKeyFilter::filterEvidence | ( | $evidenceKeyObject | ) |
filterevidence from an object
- Parameters
-
- mixed[] - evidence dicitonary contents
- Returns
- mixed[] filtered evidence dictionary contents
\r\n
An evidence key filter is added to a FlowElement It tells the Pipeline which evidence it is interested in This can be used to determine whether a request can be cached Or to filter out evidence not needed by any element in a Pipeline This base class is always extended for a specific filter type.
filterEvidence ($evidenceKeyObject)
filterevidence from an object More...
| |
filterEvidenceKey ($key)
see if a property key should be in the filtered evidence More...
|
fiftyone\pipeline\core\EvidenceKeyFilter::filterEvidence | ( | $evidenceKeyObject | ) |
filterevidence from an object
fiftyone\pipeline\core\EvidenceKeyFilter::filterEvidenceKey | ( | $key | ) |
see if a property key should be in the filtered evidence