Skip to content

Move IComponentFactory from EntryPoints namespace #861

@eerhardt

Description

@eerhardt

The current IComponentFactory types are in the Microsoft.ML.Runtime.EntryPoints namespace.

namespace Microsoft.ML.Runtime.EntryPoints
{
/// <summary>
/// This is a token interface that all component factories must implement.
/// </summary>
public interface IComponentFactory

We should move them to a more appropriate namespace, since EntryPoint doesn't really make sense, they are used outside of EntryPoints. I think they should go in the same namespace as the ComponentCatalog.

Also, we should remove the IArgsComponent interface, as I don't see it serving any purpose.

/cc @TomFinley @Zruty0 @codemzs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions