fiftyone.devicedetection 4.4.124 → 4.4.125

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -94,12 +94,6 @@ class DeviceDetectionPipelineBuilder extends PipelineBuilder {
94
94
  * This means that properties will always have values
95
95
  * (i.e. no need to check .HasValue) but some may be inaccurate.
96
96
  * By default, this is false.
97
- * @param {boolean} options.usePredictiveGraph [deprecated] This setting on affects
98
- * on-premise engines, not cloud.
99
- * True, the engine will use the predictive optimized graph to in detections.
100
- * @param {boolean} options.usePerformanceGraph [deprecated] This setting on affects
101
- * on-premise engines, not cloud.
102
- * True, the engine will use the performance optimized graph to in detections.
103
97
  * @param {string} options.cloudEndPoint This setting only affects
104
98
  * cloud engine, not on-premise.
105
99
  * Choose a non default endpoint for the cloud request engine
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fiftyone.devicedetection",
3
- "version": "4.4.124",
3
+ "version": "4.4.125",
4
4
  "description": "Parse HTTP headers to detect the device type, model, operating system, browser, and crawler information",
5
5
  "keywords": [
6
6
  "51degrees",