Vowpal Wabbit
|
#include <parse_example_json.h>
Public Attributes | |
std::string | eventId |
std::vector< unsigned > | actions |
std::vector< float > | probabilities |
float | probabilityOfDrop = 0.f |
bool | skipLearn {false} |
Definition at line 994 of file parse_example_json.h.
std::vector<unsigned> DecisionServiceInteraction::actions |
Definition at line 997 of file parse_example_json.h.
Referenced by CCBOutcomeList< audit >::EndArray(), DecisionServiceState< audit >::Key(), and parse_line_json().
std::string DecisionServiceInteraction::eventId |
Definition at line 996 of file parse_example_json.h.
Referenced by DecisionServiceState< audit >::Key().
std::vector<float> DecisionServiceInteraction::probabilities |
Definition at line 998 of file parse_example_json.h.
Referenced by CCBOutcomeList< audit >::EndArray(), and DecisionServiceState< audit >::Key().
float DecisionServiceInteraction::probabilityOfDrop = 0.f |
Definition at line 999 of file parse_example_json.h.
Referenced by DecisionServiceState< audit >::Key(), and VW::read_line_decision_service_json().
bool DecisionServiceInteraction::skipLearn {false} |
Definition at line 1000 of file parse_example_json.h.
Referenced by DecisionServiceState< audit >::Key(), and parse_line_json().