Class MetalHealthCheckResult
- Namespace
- DotCompute.Backends.Metal.Execution
- Assembly
- DotCompute.Backends.Metal.dll
Result of a health check
public sealed class MetalHealthCheckResult
- Inheritance
-
MetalHealthCheckResult
- 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; }