Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 647 Bytes

File metadata and controls

35 lines (21 loc) · 647 Bytes

EpInfo

Namespace: Microsoft.AI.Foundry.Local

Describes a discoverable execution provider bootstrapper.

public record EpInfo

Properties

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