Table of Contents

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

DateTimeOffset

ComponentHealth

public Dictionary<string, bool> ComponentHealth { get; }

Property Value

Dictionary<string, bool>

IsHealthy

public bool IsHealthy { get; set; }

Property Value

bool

Issues

public IList<string> Issues { get; }

Property Value

IList<string>