3 references to TrySetValue
Microsoft.ML.Data (3)
EntryPoints\EntryPointNode.cs (2)
550_inputBuilder.TrySetValue(colField, colName); 802bool success = _inputBuilder.TrySetValue(pair.Key, BuildParameterValue(pair.Value));
EntryPoints\InputBuilder.cs (1)
148/// Returns the array of required values that were not specified using <see cref="TrySetValue"/>.