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 Type
    Method
    Description
    string target = 1;
    com.google.protobuf.ByteString
    string target = 1;
    float
    float weight = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.