analyticJobRunFlags Enumeration |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:imbWEM.Core.project.analyticJobRunFlags"]
Namespace: imbWEM.Core.project
[FlagsAttribute] public enum analyticJobRunFlags
| Member name | Value | Description | |
|---|---|---|---|
| none | 0 | ||
| sample_devTake5 | 1 | Limits sample size to development take of 5 | |
| sample_devTake10 | 2 | Limits sample size to development take of 10 | |
| sample_devTake15 | 3 | The sample dev take15 | |
| sample_devTake25 | 4 | Limits sample size to development take of 25 | |
| sample_devTake40 | 7 | The sample dev take40 | |
| sample_randomTake | 8 | The sample random take - it will randomly pick sample entries | |
| enable_WebCache | 16 | The system will use web cache for http requests | |
| enable_WebStructureCache | 32 | The system will use web structure models cache | |
| enable_NLPCache | 64 | The system will use cache for NLP analysis results | |
| setup_sciProjectFromPreset | 128 | The system will create new temp instance of analyticProject with default settings | |
| report_FolderPurge | 256 | Purges all files from report output directory before report creation starts | |
| execution_skipTest | 512 | Skip test execution --- used for reporting module debug | |
| build_deliveryMeta | 1024 | ||
| sample_devTake2 | 2048 | ||
| sample_devTake100 | 4096 |