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

#include <json_utils.h>

Public Attributes

std::string eventId
 
std::string timestamp
 
std::vector< unsigned > actions
 
std::vector< float > probabilities
 
std::vector< unsigned > baseline_actions
 
float probabilityOfDrop = 0.f
 
float originalLabelCost = 0.f
 
float originalLabelCostFirstSlot = 0.f
 
bool skipLearn {false}
 

Member Data Documentation

◆ actions

std::vector<unsigned> DecisionServiceInteraction::actions

◆ baseline_actions

std::vector<unsigned> DecisionServiceInteraction::baseline_actions

◆ eventId

std::string DecisionServiceInteraction::eventId

◆ originalLabelCost

float DecisionServiceInteraction::originalLabelCost = 0.f

◆ originalLabelCostFirstSlot

float DecisionServiceInteraction::originalLabelCostFirstSlot = 0.f

◆ probabilities

std::vector<float> DecisionServiceInteraction::probabilities

◆ probabilityOfDrop

float DecisionServiceInteraction::probabilityOfDrop = 0.f

◆ skipLearn

bool DecisionServiceInteraction::skipLearn {false}

◆ timestamp

std::string DecisionServiceInteraction::timestamp

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