\r\n

51Degrees Device Detection Python  4.4

Device Detection services for 51Degrees Pipeline

fiftyone_devicedetection_examples.cloud.failuretomatch Namespace Reference

 resource_key = os.environ["resource_key"]
 pipeline
 flowdata1 = pipeline.create_flowdata()
string  iphone_ua = "Mozilla/5.0 (iPhone; CPU iPhone OS 11_2 like Mac OS X) AppleWebKit/604.4.7 (KHTML, like Gecko) Mobile/15C114"
string  badUA = "--"  flowdata2 = pipeline.create_flowdata()

Variable Documentation

◆ badUA

string fiftyone_devicedetection_examples.cloud.failuretomatch.badUA = "--"

◆ flowdata1

fiftyone_devicedetection_examples.cloud.failuretomatch.flowdata1 = pipeline.create_flowdata()

◆ flowdata2

fiftyone_devicedetection_examples.cloud.failuretomatch.flowdata2 = pipeline.create_flowdata()

◆ iphone_ua

string fiftyone_devicedetection_examples.cloud.failuretomatch.iphone_ua = "Mozilla/5.0 (iPhone; CPU iPhone OS 11_2 like Mac OS X) AppleWebKit/604.4.7 (KHTML, like Gecko) Mobile/15C114"

◆ pipeline

fiftyone_devicedetection_examples.cloud.failuretomatch.pipeline
Initial value:
1 = DeviceDetectionCloudPipelineBuilder({
2  "resource_key": resource_key
3  }).build()
Definition: __init__.py:1

◆ resource_key

string fiftyone_devicedetection_examples.cloud.failuretomatch.resource_key = os.environ["resource_key"]
On This Page