EpInfo

May 27, 2026 ยท View on GitHub

Namespace: Microsoft.AI.Foundry.Local

Describes a discoverable execution provider.

public record EpInfo

Properties

Name

The identifier of the execution provider (e.g. "CUDAExecutionProvider").

public string Name { get; set; }

Property Value

String

IsRegistered

True if this EP has already been successfully downloaded and registered.

public bool IsRegistered { get; set; }

Property Value

Boolean