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

ClassifyObjectModelId Class

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

Identifier of Classify Object model.

Constructors

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

Properties

 NameTypeDescription
ModelDirectorySystem.StringA Classify Object model stored in a specific disk directory.
TargetDeviceSystem.Nullable<FilNet.DeviceType>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.

Methods

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

Remarks

See also