Interface WeaviateProtoBaseSearch.NearDepthSearchOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoBaseSearch.NearDepthSearch,WeaviateProtoBaseSearch.NearDepthSearch.Builder
- Enclosing class:
- WeaviateProtoBaseSearch
public static interface WeaviateProtoBaseSearch.NearDepthSearchOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondoubleoptional double certainty = 2;getDepth()string depth = 1;com.google.protobuf.ByteStringstring depth = 1;doubleoptional double distance = 3;.weaviate.v1.Targets targets = 5;.weaviate.v1.Targets targets = 5;getTargetVectors(int index) Deprecated.weaviate.v1.NearDepthSearch.target_vectors is deprecated.com.google.protobuf.ByteStringgetTargetVectorsBytes(int index) Deprecated.weaviate.v1.NearDepthSearch.target_vectors is deprecated.intDeprecated.weaviate.v1.NearDepthSearch.target_vectors is deprecated.Deprecated.weaviate.v1.NearDepthSearch.target_vectors is deprecated.booleanoptional double certainty = 2;booleanoptional double distance = 3;boolean.weaviate.v1.Targets targets = 5;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
-
getDepth
String getDepth()string depth = 1;- Returns:
- The depth.
-
getDepthBytes
com.google.protobuf.ByteString getDepthBytes()string depth = 1;- Returns:
- The bytes for depth.
-
hasCertainty
boolean hasCertainty()optional double certainty = 2;- Returns:
- Whether the certainty field is set.
-
getCertainty
double getCertainty()optional double certainty = 2;- Returns:
- The certainty.
-
hasDistance
boolean hasDistance()optional double distance = 3;- Returns:
- Whether the distance field is set.
-
getDistance
double getDistance()optional double distance = 3;- Returns:
- The distance.
-
getTargetVectorsList
Deprecated.weaviate.v1.NearDepthSearch.target_vectors is deprecated. See v1/base_search.proto;l=129deprecated in 1.26 - use targets
repeated string target_vectors = 4 [deprecated = true];- Returns:
- A list containing the targetVectors.
-
getTargetVectorsCount
Deprecated.weaviate.v1.NearDepthSearch.target_vectors is deprecated. See v1/base_search.proto;l=129deprecated in 1.26 - use targets
repeated string target_vectors = 4 [deprecated = true];- Returns:
- The count of targetVectors.
-
getTargetVectors
Deprecated.weaviate.v1.NearDepthSearch.target_vectors is deprecated. See v1/base_search.proto;l=129deprecated in 1.26 - use targets
repeated string target_vectors = 4 [deprecated = true];- Parameters:
index- The index of the element to return.- Returns:
- The targetVectors at the given index.
-
getTargetVectorsBytes
Deprecated.weaviate.v1.NearDepthSearch.target_vectors is deprecated. See v1/base_search.proto;l=129deprecated in 1.26 - use targets
repeated string target_vectors = 4 [deprecated = true];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the targetVectors at the given index.
-
hasTargets
boolean hasTargets().weaviate.v1.Targets targets = 5;- Returns:
- Whether the targets field is set.
-
getTargets
WeaviateProtoBaseSearch.Targets getTargets().weaviate.v1.Targets targets = 5;- Returns:
- The targets.
-
getTargetsOrBuilder
WeaviateProtoBaseSearch.TargetsOrBuilder getTargetsOrBuilder().weaviate.v1.Targets targets = 5;
-