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

SegmentInstancesModelId Class

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

Identifier of Segment Instances model.

Constructors

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

Properties

 NameTypeDescription
ModelDirectorySystem.StringA Segment Instances 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(object)Inherited from System.Object
Equals(AvlNet.SegmentInstancesModelId)
Equals(AvlNet.SegmentInstancesModelId, AvlNet.SegmentInstancesModelId)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also