Vowpal Wabbit
Loading...
Searching...
No Matches
Public Attributes | List of all members
VW::details::parser_runtime Class Reference

#include <global_data.h>

Public Attributes

std::string data_filename
 
std::unique_ptr< parserexample_parser
 
std::unique_ptr< VW::details::input_parsercustom_parser
 
std::thread parse_thread
 
size_t max_examples
 
bool chain_hash_json = false
 

Member Data Documentation

◆ chain_hash_json

bool VW::details::parser_runtime::chain_hash_json = false

◆ custom_parser

std::unique_ptr<VW::details::input_parser> VW::details::parser_runtime::custom_parser

◆ data_filename

std::string VW::details::parser_runtime::data_filename

◆ example_parser

std::unique_ptr<parser> VW::details::parser_runtime::example_parser

◆ max_examples

size_t VW::details::parser_runtime::max_examples

◆ parse_thread

std::thread VW::details::parser_runtime::parse_thread

The documentation for this class was generated from the following file: