Skip to content

Commit c1ba624

Browse files
committed
added missing exampel id & timestamp copy
version bump
1 parent 5280a32 commit c1ba624

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

cs/azure/Trainer/Operations/LearnOperation.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ public TrainerResult Learn(PipelineData example)
8888
PartitionKey = example.PartitionKey,
8989
Latency = latency,
9090
ProbabilityOfDrop = example.ProbabilityOfDrop,
91-
ActionsTags = example.ActionsTags
91+
ActionsTags = example.ActionsTags,
92+
EventId = example.EventId,
93+
Timestamp = example.Timestamp
9294
};
9395
}
9496
catch (Exception ex)

cs/version.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<VowpalWabbitAssemblyVersion>8.3.0.7</VowpalWabbitAssemblyVersion>
4+
<VowpalWabbitAssemblyVersion>8.3.0.8</VowpalWabbitAssemblyVersion>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)