Click or drag to resize

analyticJobRunFlags Enumeration

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbWEM.Core.project.analyticJobRunFlags"]

Namespace:  imbWEM.Core.project
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
[FlagsAttribute]
public enum analyticJobRunFlags
Members
  Member nameValueDescription
none0
sample_devTake51 Limits sample size to development take of 5
sample_devTake102 Limits sample size to development take of 10
sample_devTake153 The sample dev take15
sample_devTake254 Limits sample size to development take of 25
sample_devTake407 The sample dev take40
sample_randomTake8 The sample random take - it will randomly pick sample entries
enable_WebCache16 The system will use web cache for http requests
enable_WebStructureCache32 The system will use web structure models cache
enable_NLPCache64 The system will use cache for NLP analysis results
setup_sciProjectFromPreset128 The system will create new temp instance of analyticProject with default settings
report_FolderPurge256 Purges all files from report output directory before report creation starts
execution_skipTest512 Skip test execution --- used for reporting module debug
build_deliveryMeta1024
sample_devTake22048
sample_devTake1004096
See Also