3 references to TrySetValue
Microsoft.ML.Data (3)
EntryPoints\EntryPointNode.cs (2)
550
_inputBuilder.
TrySetValue
(colField, colName);
802
bool 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
"/>.