Namespace: Microsoft.AI.Foundry.Local
Describes a discoverable execution provider bootstrapper.
public record EpInfo : System.IEquatable`1[[Microsoft.AI.Foundry.Local.EpInfo, Microsoft.AI.Foundry.Local, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]The identifier of the bootstrapper/execution provider (e.g. "CUDAExecutionProvider").
public string Name { get; set; }True if this EP has already been successfully downloaded and registered.
public bool IsRegistered { get; set; }