Interface FunctionScoreOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FunctionScore, FunctionScore.Builder

public interface FunctionScoreOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getFunctionsList

      List<FunctionSchema> getFunctionsList()
       Currently only a single function is supported, and multiple functions
       
      repeated .milvus.proto.schema.FunctionSchema functions = 1;
    • getFunctions

      FunctionSchema getFunctions(int index)
       Currently only a single function is supported, and multiple functions
       
      repeated .milvus.proto.schema.FunctionSchema functions = 1;
    • getFunctionsCount

      int getFunctionsCount()
       Currently only a single function is supported, and multiple functions
       
      repeated .milvus.proto.schema.FunctionSchema functions = 1;
    • getFunctionsOrBuilderList

      List<? extends FunctionSchemaOrBuilder> getFunctionsOrBuilderList()
       Currently only a single function is supported, and multiple functions
       
      repeated .milvus.proto.schema.FunctionSchema functions = 1;
    • getFunctionsOrBuilder

      FunctionSchemaOrBuilder getFunctionsOrBuilder(int index)
       Currently only a single function is supported, and multiple functions
       
      repeated .milvus.proto.schema.FunctionSchema functions = 1;
    • getParamsList

      List<KeyValuePair> getParamsList()
       may be supported in the future, so repeated is used here.
       
      repeated .milvus.proto.common.KeyValuePair params = 2;
    • getParams

      KeyValuePair getParams(int index)
       may be supported in the future, so repeated is used here.
       
      repeated .milvus.proto.common.KeyValuePair params = 2;
    • getParamsCount

      int getParamsCount()
       may be supported in the future, so repeated is used here.
       
      repeated .milvus.proto.common.KeyValuePair params = 2;
    • getParamsOrBuilderList

      List<? extends KeyValuePairOrBuilder> getParamsOrBuilderList()
       may be supported in the future, so repeated is used here.
       
      repeated .milvus.proto.common.KeyValuePair params = 2;
    • getParamsOrBuilder

      KeyValuePairOrBuilder getParamsOrBuilder(int index)
       may be supported in the future, so repeated is used here.
       
      repeated .milvus.proto.common.KeyValuePair params = 2;