VectorbaseEntry Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the VectorbaseEntry class.
public VectorbaseEntry(ReadOnlyMemory<float> vector, BinaryData data, int? id = default);
new Azure.Projects.AI.VectorbaseEntry : ReadOnlyMemory<single> * BinaryData * Nullable<int> -> Azure.Projects.AI.VectorbaseEntry
Public Sub New (vector As ReadOnlyMemory(Of Single), data As BinaryData, Optional id As Nullable(Of Integer) = Nothing)
Parameters
- vector
- ReadOnlyMemory<Single>
- data
- BinaryData