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
idIdThe Id.
versionlong?The version.
namestringThe name.
codeint?The code.
dataLengthbyte?The length of data.
conversiondouble?The conversion factor.
offsetdouble?The offset of the data.
sourceSourceThe Source.
faultResetModeFaultResetMode?The fault reset mode.
unitOfMeasureUnitOfMeasureThe 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.