Class ValidationWarning
- Namespace
- DotCompute.Backends.CPU.Accelerators
- Assembly
- DotCompute.Backends.CPU.dll
A class that represents validation warning.
public class ValidationWarning
- Inheritance
-
ValidationWarning
- Inherited Members
Properties
Category
Gets or sets the category.
public required string Category { get; set; }
Property Value
- string
The category.
Impact
Gets or sets the impact.
public required string Impact { get; set; }
Property Value
- string
The impact.
Message
Gets or sets the message.
public required string Message { get; set; }
Property Value
- string
The message.