Interface WeaviateProtoBaseSearch.WeightsForTargetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoBaseSearch.WeightsForTarget,WeaviateProtoBaseSearch.WeightsForTarget.Builder
- Enclosing class:
- WeaviateProtoBaseSearch
public static interface WeaviateProtoBaseSearch.WeightsForTargetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring target = 1;com.google.protobuf.ByteStringstring target = 1;floatfloat weight = 2;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
-
getTarget
String getTarget()string target = 1;- Returns:
- The target.
-
getTargetBytes
com.google.protobuf.ByteString getTargetBytes()string target = 1;- Returns:
- The bytes for target.
-
getWeight
float getWeight()float weight = 2;- Returns:
- The weight.
-