Class MetalExecutionManagerHealthCheck
- Namespace
- DotCompute.Backends.Metal.Execution
- Assembly
- DotCompute.Backends.Metal.dll
Health check result for the execution manager
public sealed class MetalExecutionManagerHealthCheck
- Inheritance
-
MetalExecutionManagerHealthCheck
- Inherited Members
Properties
CheckTime
public DateTimeOffset CheckTime { get; set; }
Property Value
ComponentHealth
public Dictionary<string, bool> ComponentHealth { get; }
Property Value
IsHealthy
public bool IsHealthy { get; set; }
Property Value
Issues
public IList<string> Issues { get; }