Search Results for

    Show / Hide Table of Contents

    Interface IKnnVectorProperty

    Inherited Members
    IDocValuesProperty.DocValues
    ICoreProperty.CopyTo
    ICoreProperty.Fields
    ICoreProperty.Similarity
    ICoreProperty.Store
    IProperty.LocalMetadata
    IProperty.Meta
    IProperty.Name
    IProperty.Type
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IKnnVectorProperty : IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping

    Properties

    | Edit this page View Source

    Dimension

    The dimension of the vector.

    Declaration
    [DataMember(Name = "dimension")]
    int? Dimension { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Method

    The method to use when the underlying Approximate k-NN algorithm does not require training.

    Declaration
    [DataMember(Name = "method")]
    IKnnMethod Method { get; set; }
    Property Value
    Type Description
    IKnnMethod
    | Edit this page View Source

    ModelId

    The model to use when the underlying Approximate k-NN algorithm requires a training step.

    Declaration
    [DataMember(Name = "model_id")]
    string ModelId { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Dimension
      • Method
      • ModelId
    • Extension Methods
    Back to top Generated by DocFX