Class KnnMethodParametersDescriptor
Inheritance
KnnMethodParametersDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class KnnMethodParametersDescriptor : IsADictionaryDescriptorBase<KnnMethodParametersDescriptor, IKnnMethodParameters, string, object>, IDescriptor, IPromise<IKnnMethodParameters>
Constructors
|
Edit this page
View Source
KnnMethodParametersDescriptor()
Declaration
public KnnMethodParametersDescriptor()
Methods
|
Edit this page
View Source
Parameter(string, object)
Declaration
public KnnMethodParametersDescriptor Parameter(string name, object value)
Parameters
Returns
Implements
Extension Methods