You are here: Start » AVL.NET » DetectAnomalies1ModelId Class

DetectAnomalies1ModelId Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Identifier of Detect Anomalies 1 model.

Constructors

 ConstructorDescription
DetectAnomalies1ModelId(String, Nullable<DeviceType>)
DetectAnomalies1ModelId()

Properties

 NameTypeDescription
ModelDirectorySystem.StringA Detect Anomalies 1 model stored in a specific disk directory.
TargetDeviceSystem.Nullable<AvlNet.DeviceType>A device selected for deploying and executing the model. If not set, a device depending on a version (CPU/GPU) of installed Deep Learning Add-on is selected.

Methods

 NameDescription
Equals(AvlNet.DetectAnomalies1ModelId)
Equals(object)Inherited from System.Object
Equals(AvlNet.DetectAnomalies1ModelId, AvlNet.DetectAnomalies1ModelId)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also