7 references to IServerFactory
Microsoft.ML.Core (5)
Data\ServerChannel.cs (5)
171
/// the associated <see cref="
IServerFactory
"/> for security reasons.
173
public static
IServerFactory
CreateDefaultServerFactoryOrNull(IHostEnvironment env)
183
if (!env.ComponentCatalog.TryFindComponent(typeof(
IServerFactory
), "mini", out component))
185
IServerFactory
factory = (
IServerFactory
)Activator.CreateInstance(component.ArgumentType);
Microsoft.ML.Data (2)
Commands\DataCommand.cs (2)
48
public ServerChannel.
IServerFactory
Server;
68
private readonly ServerChannel.
IServerFactory
_serverFactory;