◆ run()
static void fiftyone.devicedetection.examples.console.GettingStartedOnPrem.run | ( | String | dataFile, |
List< Map< String, String >> | evidenceList, | ||
OutputStream | outputStream | ||
) | throws Exception |
static
Run the example.
- Parameters
-
- dataFile - a device detection data file
- evidenceList - a List<Map<String, String>> representing evidence
- outputStream - somewhere for the results
- Examples
- console/GettingStartedOnPrem.java.