1 write to Kind
Microsoft.ML.Data (1)
LoggingEventArgs.cs (1)
33Kind = kind;
9 references to Kind
Microsoft.ML.AutoML (3)
AutoMLExperiment\IMLContextManager.cs (1)
46_channel.Send(new ChannelMessage(e.Kind, MessageSensitivity.Unknown, e.Message));
Experiment\Experiment.cs (2)
96switch (e.Kind) 111throw new NotImplementedException($"{nameof(ChannelMessageKind)}.{e.Kind} is not yet implemented.");
Microsoft.ML.AutoML.Samples (2)
AutoMLExperiment.cs (1)
37if (e.Source == nameof(AutoMLExperiment) && e.Kind > Runtime.ChannelMessageKind.Trace)
Sweepable\SweepableLightGBMBinaryExperiment.cs (1)
63if (e.Source == nameof(AutoMLExperiment) && e.Kind > Runtime.ChannelMessageKind.Trace)
Microsoft.ML.Data (1)
LoggingEventArgs.cs (1)
35Message = $"[Source={Source}, Kind={Kind}] {RawMessage}";
Microsoft.ML.IntegrationTests (1)
IntegrationTestBaseClass.cs (1)
71if (e.Kind >= MessageKindToLog)
Microsoft.ML.TestFramework (1)
BaseTestBaseline.cs (1)
177if (e.Kind >= MessageKindToLog)
Microsoft.ML.TorchSharp.Tests (1)
ObjectDetectionTests.cs (1)
75if (e.Source.StartsWith("ObjectDetectionTrainer") && e.Kind == ChannelMessageKind.Info && e.Message.Contains("Loss:"))