Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 878 Bytes

File metadata and controls

39 lines (23 loc) · 878 Bytes

EpInfo

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]]

Properties

Property Value

Type

Name

The identifier of the bootstrapper/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