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