4 references to TrySetValueJson
Microsoft.ML.Core.Tests (1)
UnitTests\TestEntryPoints.cs (1)
379
ib1.
TrySetValueJson
("ExampleWeightColumnName", tok);
Microsoft.ML.Data (3)
EntryPoints\EntryPointNode.cs (1)
672
if (!_inputBuilder.
TrySetValueJson
(pair.Key, pair.Value))
EntryPoints\InputBuilder.cs (2)
505
if (!inputBuilder.
TrySetValueJson
(pair.Key, pair.Value))
566
if (!inputBuilder.
TrySetValueJson
(pair.Key, pair.Value))