We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5280a32 commit c1ba624Copy full SHA for c1ba624
cs/azure/Trainer/Operations/LearnOperation.cs
@@ -88,7 +88,9 @@ public TrainerResult Learn(PipelineData example)
88
PartitionKey = example.PartitionKey,
89
Latency = latency,
90
ProbabilityOfDrop = example.ProbabilityOfDrop,
91
- ActionsTags = example.ActionsTags
+ ActionsTags = example.ActionsTags,
92
+ EventId = example.EventId,
93
+ Timestamp = example.Timestamp
94
};
95
}
96
catch (Exception ex)
cs/version.props
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
<PropertyGroup>
4
-<VowpalWabbitAssemblyVersion>8.3.0.7</VowpalWabbitAssemblyVersion>
+<VowpalWabbitAssemblyVersion>8.3.0.8</VowpalWabbitAssemblyVersion>
5
</PropertyGroup>
6
</Project>
0 commit comments