Interface WeaviateProtoBaseSearch.TargetsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoBaseSearch.Targets,WeaviateProtoBaseSearch.Targets.Builder
- Enclosing class:
- WeaviateProtoBaseSearch
public static interface WeaviateProtoBaseSearch.TargetsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsWeights(String key) Deprecated..weaviate.v1.CombinationMethod combination = 2;int.weaviate.v1.CombinationMethod combination = 2;getTargetVectors(int index) repeated string target_vectors = 1;com.google.protobuf.ByteStringgetTargetVectorsBytes(int index) repeated string target_vectors = 1;intrepeated string target_vectors = 1;repeated string target_vectors = 1;Deprecated.intDeprecated.getWeightsForTargets(int index) repeated .weaviate.v1.WeightsForTarget weights_for_targets = 4;intrepeated .weaviate.v1.WeightsForTarget weights_for_targets = 4;repeated .weaviate.v1.WeightsForTarget weights_for_targets = 4;getWeightsForTargetsOrBuilder(int index) repeated .weaviate.v1.WeightsForTarget weights_for_targets = 4;repeated .weaviate.v1.WeightsForTarget weights_for_targets = 4;Deprecated.floatgetWeightsOrDefault(String key, float defaultValue) Deprecated.floatgetWeightsOrThrow(String key) Deprecated.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
-
getTargetVectorsList
repeated string target_vectors = 1;- Returns:
- A list containing the targetVectors.
-
getTargetVectorsCount
int getTargetVectorsCount()repeated string target_vectors = 1;- Returns:
- The count of targetVectors.
-
getTargetVectors
repeated string target_vectors = 1;- Parameters:
index- The index of the element to return.- Returns:
- The targetVectors at the given index.
-
getTargetVectorsBytes
com.google.protobuf.ByteString getTargetVectorsBytes(int index) repeated string target_vectors = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the targetVectors at the given index.
-
getCombinationValue
int getCombinationValue().weaviate.v1.CombinationMethod combination = 2;- Returns:
- The enum numeric value on the wire for combination.
-
getCombination
WeaviateProtoBaseSearch.CombinationMethod getCombination().weaviate.v1.CombinationMethod combination = 2;- Returns:
- The combination.
-
getWeightsCount
Deprecated.deprecated in 1.26.2 - use weights_for_targets
map<string, float> weights = 3 [deprecated = true]; -
containsWeights
Deprecated.deprecated in 1.26.2 - use weights_for_targets
map<string, float> weights = 3 [deprecated = true]; -
getWeights
Deprecated.UsegetWeightsMap()instead. -
getWeightsMap
Deprecated.deprecated in 1.26.2 - use weights_for_targets
map<string, float> weights = 3 [deprecated = true]; -
getWeightsOrDefault
Deprecated.deprecated in 1.26.2 - use weights_for_targets
map<string, float> weights = 3 [deprecated = true]; -
getWeightsOrThrow
Deprecated.deprecated in 1.26.2 - use weights_for_targets
map<string, float> weights = 3 [deprecated = true]; -
getWeightsForTargetsList
List<WeaviateProtoBaseSearch.WeightsForTarget> getWeightsForTargetsList()repeated .weaviate.v1.WeightsForTarget weights_for_targets = 4; -
getWeightsForTargets
repeated .weaviate.v1.WeightsForTarget weights_for_targets = 4; -
getWeightsForTargetsCount
int getWeightsForTargetsCount()repeated .weaviate.v1.WeightsForTarget weights_for_targets = 4; -
getWeightsForTargetsOrBuilderList
List<? extends WeaviateProtoBaseSearch.WeightsForTargetOrBuilder> getWeightsForTargetsOrBuilderList()repeated .weaviate.v1.WeightsForTarget weights_for_targets = 4; -
getWeightsForTargetsOrBuilder
repeated .weaviate.v1.WeightsForTarget weights_for_targets = 4;
-