Class AiModelDiagnostic
- Namespace
- Geotab.Checkmate.ObjectModel.Engine
- Assembly
- Geotab.Checkmate.ObjectModel.dll
A diagnostic for an AI Model.
public class AiModelDiagnostic : DataDiagnostic, IEntity, IComparable, IIdentifiable, IVersion
- Inheritance
-
AiModelDiagnostic
- Implements
- Inherited Members
Constructors
AiModelDiagnostic()
Initializes a new instance of the AiModelDiagnostic class.
public AiModelDiagnostic()
AiModelDiagnostic(Id?, long?, string?, int?, byte?, double?, double?, Source?, FaultResetMode?, UnitOfMeasure?)
Initializes a new instance of the AiModelDiagnostic class.
public AiModelDiagnostic(Id? id, long? version, string? name, int? code, byte? dataLength, double? conversion, double? offset, Source? source, FaultResetMode? faultResetMode, UnitOfMeasure? unitOfMeasure)
Parameters
id
IdThe Id.
version
long?The version.
name
stringThe name.
code
int?The code.
dataLength
byte?The length of data.
conversion
double?The conversion factor.
offset
double?The offset of the data.
source
SourceThe Source.
faultResetMode
FaultResetMode?The fault reset mode.
unitOfMeasure
UnitOfMeasureThe UnitOfMeasure.
Methods
Clone()
Creates a new object that is a copy of the current instance.
public override IEntity Clone()
Returns
- IEntity
A new object that is a copy of this instance.