1 write to Kind
Microsoft.ML.Data (1)
LoggingEventArgs.cs (1)
33
Kind
= 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)
96
switch (e.
Kind
)
111
throw new NotImplementedException($"{nameof(ChannelMessageKind)}.{e.
Kind
} is not yet implemented.");
Microsoft.ML.AutoML.Samples (2)
AutoMLExperiment.cs (1)
37
if (e.Source == nameof(AutoMLExperiment) && e.
Kind
> Runtime.ChannelMessageKind.Trace)
Sweepable\SweepableLightGBMBinaryExperiment.cs (1)
63
if (e.Source == nameof(AutoMLExperiment) && e.
Kind
> Runtime.ChannelMessageKind.Trace)
Microsoft.ML.Data (1)
LoggingEventArgs.cs (1)
35
Message = $"[Source={Source}, Kind={
Kind
}] {RawMessage}";
Microsoft.ML.IntegrationTests (1)
IntegrationTestBaseClass.cs (1)
71
if (e.
Kind
>= MessageKindToLog)
Microsoft.ML.TestFramework (1)
BaseTestBaseline.cs (1)
177
if (e.
Kind
>= MessageKindToLog)
Microsoft.ML.TorchSharp.Tests (1)
ObjectDetectionTests.cs (1)
75
if (e.Source.StartsWith("ObjectDetectionTrainer") && e.
Kind
== ChannelMessageKind.Info && e.Message.Contains("Loss:"))