Table of Contents

Class ValidationResult

Namespace
DotCompute.Backends.CPU.Threading.NUMA
Assembly
DotCompute.Backends.CPU.dll

A class that represents validation result.

public sealed record ValidationResult : IEquatable<ValidationResult>
Inheritance
ValidationResult
Implements
Inherited Members

Properties

Issues

Gets or sets a value indicating whether sues.

public required IReadOnlyList<ValidationIssue> Issues { get; init; }

Property Value

IReadOnlyList<ValidationIssue>

The issues.

OverallResult

Gets or sets the overall result.

public required ValidationSeverity OverallResult { get; init; }

Property Value

ValidationSeverity

The overall result.

TestedComponents

Gets or sets the tested components.

public required IReadOnlyList<string> TestedComponents { get; init; }

Property Value

IReadOnlyList<string>

The tested components.

ValidationTime

Gets or sets the validation time.

public required DateTime ValidationTime { get; init; }

Property Value

DateTime

The validation time.