Package io.milvus.grpc
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 Summary
Modifier and TypeMethodDescriptiongetFunctions(int index) Currently only a single function is supported, and multiple functionsintCurrently only a single function is supported, and multiple functionsCurrently only a single function is supported, and multiple functionsgetFunctionsOrBuilder(int index) Currently only a single function is supported, and multiple functionsList<? extends FunctionSchemaOrBuilder> Currently only a single function is supported, and multiple functionsgetParams(int index) may be supported in the future, so repeated is used here.intmay be supported in the future, so repeated is used here.may be supported in the future, so repeated is used here.getParamsOrBuilder(int index) may be supported in the future, so repeated is used here.List<? extends KeyValuePairOrBuilder> may be supported in the future, so repeated is used here.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFunctionsList
List<FunctionSchema> getFunctionsList()Currently only a single function is supported, and multiple functions
repeated .milvus.proto.schema.FunctionSchema functions = 1; -
getFunctions
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
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
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
may be supported in the future, so repeated is used here.
repeated .milvus.proto.common.KeyValuePair params = 2;
-