4 writes to SentimentText
Microsoft.Extensions.ML.Tests (4)
PredictionEnginePoolTests.cs (4)
52
Assert.NotNull(inFlight.Predict(new SentimentData {
SentimentText
= "great" }));
57
Assert.NotNull(afterSwap.Predict(new SentimentData {
SentimentText
= "terrible" }));
64
Assert.NotNull(reused.Predict(new SentimentData {
SentimentText
= "fine" }));
106
Assert.NotNull(afterOverflow.Predict(new SentimentData {
SentimentText
= "still works" }));