Class HybridArgument
- java.lang.Object
-
- io.weaviate.client.v1.graphql.query.argument.HybridArgument
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHybridArgument.HybridArgumentBuilderstatic classHybridArgument.Searches
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbuild()static HybridArgument.HybridArgumentBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)FloatgetAlpha()StringgetFusionType()String[]getProperties()StringgetQuery()HybridArgument.SearchesgetSearches()String[]getTargetVectors()Float[]getVector()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static HybridArgument.HybridArgumentBuilder builder()
-
getQuery
public String getQuery()
-
getAlpha
public Float getAlpha()
-
getVector
public Float[] getVector()
-
getFusionType
public String getFusionType()
-
getProperties
public String[] getProperties()
-
getTargetVectors
public String[] getTargetVectors()
-
getSearches
public HybridArgument.Searches getSearches()
-
canEqual
protected boolean canEqual(Object other)
-
-