Vowpal Wabbit
|
#include <parse_example_json.h>
Public Member Functions | |
DecisionServiceState () | |
BaseState< audit > * | StartObject (Context< audit > &) override |
BaseState< audit > * | EndObject (Context< audit > &, rapidjson::SizeType) override |
BaseState< audit > * | Key (Context< audit > &ctx, const char *str, rapidjson::SizeType length, bool) override |
![]() | |
BaseState (const char *pname) | |
virtual BaseState< audit > * | Null (Context< audit > &ctx) |
virtual BaseState< audit > * | Bool (Context< audit > &ctx, bool b) |
virtual BaseState< audit > * | Float (Context< audit > &ctx, float v) |
virtual BaseState< audit > * | Uint (Context< audit > &ctx, unsigned v) |
virtual BaseState< audit > * | String (Context< audit > &ctx, const char *str, rapidjson::SizeType len, bool) |
virtual BaseState< audit > * | StartArray (Context< audit > &ctx) |
virtual BaseState< audit > * | EndArray (Context< audit > &ctx, rapidjson::SizeType) |
Public Attributes | |
DecisionServiceInteraction * | data |
![]() | |
const char * | name |
Definition at line 1078 of file parse_example_json.h.
|
inline |
Definition at line 1081 of file parse_example_json.h.
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
Definition at line 1091 of file parse_example_json.h.
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
Definition at line 1097 of file parse_example_json.h.
References _stricmp, DecisionServiceInteraction::actions, Context< audit >::array_float_state, Context< audit >::array_uint_state, Context< audit >::bool_state, Context< audit >::ccb_outcome_list_state, Context< audit >::default_state, DecisionServiceInteraction::eventId, Context< audit >::float_state, Context< audit >::key, Context< audit >::key_length, Context< audit >::label_index_state, Context< audit >::label_single_property_state, Context< audit >::label_state, ArrayToVectorState< audit, T >::output_array, DecisionServiceInteraction::probabilities, DecisionServiceInteraction::probabilityOfDrop, ArrayToVectorState< audit, T >::return_state, DecisionServiceInteraction::skipLearn, and Context< audit >::string_state.
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
Definition at line 1085 of file parse_example_json.h.
DecisionServiceInteraction* DecisionServiceState< audit >::data |
Definition at line 1083 of file parse_example_json.h.
Referenced by Context< audit >::SetStartStateToDecisionService().