◆ __construct()
fiftyone\pipeline\cloudrequestengine\CloudRequestEngine::__construct | ( | $settings | ) |
Constructor for CloudRequestEngine.
- Parameters
-
- array - settings Settings should contain a resourceKey and optionally a cloudEndPoint to overwrite the default baseurl
Member Function Documentation
◆ getEvidenceKeyFilter()
fiftyone\pipeline\cloudrequestengine\CloudRequestEngine::getEvidenceKeyFilter ( ) Instance of EvidenceKeyFilter based on the evidence keys fetched from the cloud service by the private getEvidenceKeys() method.
- Returns
- BasicListEvidenceKeyFilter
◆ processInternal()
fiftyone\pipeline\cloudrequestengine\CloudRequestEngine::processInternal ( $flowData ) Processing function for the CloudRequestEngine Makes a request to the cloud service with the supplied resource key and evidence and returns a JSON object that is then parsed by cloud engines placed later in the pipeline.
- Parameters
-
- FlowData -