Class Aggregate
java.lang.Object
io.weaviate.client.base.AsyncBaseClient<GraphQLResponse>
io.weaviate.client.v1.async.graphql.api.Aggregate
- All Implemented Interfaces:
AsyncClientResult<GraphQLResponse>
public class Aggregate
extends AsyncBaseClient<GraphQLResponse>
implements AsyncClientResult<GraphQLResponse>
-
Field Summary
Fields inherited from class io.weaviate.client.base.AsyncBaseClient
client -
Constructor Summary
ConstructorsConstructorDescriptionAggregate(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) -
Method Summary
Modifier and TypeMethodDescriptionrun(org.apache.hc.core5.concurrent.FutureCallback<Result<GraphQLResponse>> callback) withAsk(AskArgument ask) withClassName(String className) withFields(Field... fields) withGroupBy(String propertyName) withNearAudio(NearAudioArgument nearAudio) withNearDepth(NearDepthArgument nearDepth) withNearImage(NearImageArgument nearImage) withNearImu(NearImuArgument nearImu) withNearObject(NearObjectArgument withNearObjectFilter) withNearText(NearTextArgument withNearTextFilter) withNearThermal(NearThermalArgument nearThermal) withNearVector(NearVectorArgument withNearVectorFilter) withNearVideo(NearVideoArgument nearVideo) withObjectLimit(Integer objectLimit) withTenant(String tenant) withWhere(WhereFilter where) Deprecated.withWhere(WhereArgument where) Methods inherited from class io.weaviate.client.base.AsyncBaseClient
getRequest, sendDeleteRequest, sendDeleteRequest, sendGetRequest, sendGetRequest, sendHeadRequest, sendHeadRequest, sendPatchRequest, sendPatchRequest, sendPostRequest, sendPostRequest, sendPutRequest, sendPutRequestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.weaviate.client.base.AsyncClientResult
run
-
Constructor Details
-
Aggregate
public Aggregate(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider)
-
-
Method Details
-
withClassName
-
withFields
-
withWhere
Deprecated. -
withWhere
-
withGroupBy
-
withAsk
-
withNearText
-
withNearObject
-
withNearVector
-
withNearImage
-
withNearAudio
-
withNearVideo
-
withNearDepth
-
withNearThermal
-
withNearImu
-
withObjectLimit
-
withTenant
-
run
public Future<Result<GraphQLResponse>> run(org.apache.hc.core5.concurrent.FutureCallback<Result<GraphQLResponse>> callback) - Specified by:
runin interfaceAsyncClientResult<GraphQLResponse>
-