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

LocatePointsModelId Class

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

Identifier of Locate Points model.

Constructors

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

Properties

 NameTypeDescription
ModelDirectorySystem.StringA Locate Points model stored in a specific disk directory.
TargetDeviceSystem.Nullable<AvlNet.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(AvlNet.LocatePointsModelId)
Equals(object)Inherited from System.Object
Equals(AvlNet.LocatePointsModelId, AvlNet.LocatePointsModelId)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also