Implemented interface member:
method
TryGetOption<T>
Microsoft.ML.Runtime.IHostEnvironmentInternal.TryGetOption<T>(System.String, out T)
1 reference to TryGetOption
Microsoft.ML.Data (1)
MLContext.cs (1)
204public bool TryGetOption<T>(string name, out T value) => _env.TryGetOption<T>(name, out value);