Vowpal Wabbit
Public Attributes | List of all members
DecisionServiceInteraction Struct Reference

#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}
 

Detailed Description

Definition at line 994 of file parse_example_json.h.

Member Data Documentation

◆ actions

std::vector<unsigned> DecisionServiceInteraction::actions

◆ eventId

std::string DecisionServiceInteraction::eventId

Definition at line 996 of file parse_example_json.h.

Referenced by DecisionServiceState< audit >::Key().

◆ probabilities

std::vector<float> DecisionServiceInteraction::probabilities

◆ probabilityOfDrop

float DecisionServiceInteraction::probabilityOfDrop = 0.f

◆ skipLearn

bool DecisionServiceInteraction::skipLearn {false}

Definition at line 1000 of file parse_example_json.h.

Referenced by DecisionServiceState< audit >::Key(), and parse_line_json().


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