You are here: Start » FIL.NET » DetectAnomalies2ModelId Class

DetectAnomalies2ModelId Class

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Identifier of Detect Anomalies 2 model.

Constructors

 ConstructorDescription
DetectAnomalies2ModelId(String, Nullable<DeviceKind>, Int32)
DetectAnomalies2ModelId()

Properties

 NameTypeDescription
DeviceIndexSystem.Int32An index of a device selected for deploying and executing the model.
DeviceTypeSystem.Nullable<FilNet.DeviceKind>A type of a device selected for deploying and executing the model. If not set, device is selected depending on version (CPU/GPU) of installed Deep Learning add-on.
ModelDirectorySystem.StringA Detect Anomalies 2 model stored in a specific disk directory.

Methods

 NameDescription
Equals(FilNet.DetectAnomalies2ModelId)
Equals(object)Inherited from System.Object
Equals(FilNet.DetectAnomalies2ModelId, FilNet.DetectAnomalies2ModelId)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also