Class Explore
java.lang.Object
io.weaviate.client.base.AsyncBaseClient<GraphQLResponse>
io.weaviate.client.v1.async.graphql.api.Explore
- All Implemented Interfaces:
AsyncClientResult<GraphQLResponse>
public class Explore
extends AsyncBaseClient<GraphQLResponse>
implements AsyncClientResult<GraphQLResponse>
-
Field Summary
Fields inherited from class io.weaviate.client.base.AsyncBaseClient
client -
Constructor Summary
ConstructorsConstructorDescriptionExplore(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) withFields(ExploreFields... fields) withNearAudio(NearAudioArgument nearAudio) withNearDepth(NearDepthArgument nearDepth) withNearImage(NearImageArgument nearImage) withNearImu(NearImuArgument nearImu) withNearObject(NearObjectArgument nearObject) withNearText(NearTextArgument nearText) withNearThermal(NearThermalArgument nearThermal) withNearVector(NearVectorArgument nearVector) withNearVideo(NearVideoArgument nearVideo) withOffset(Integer offset) 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
-
Explore
public Explore(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider)
-
-
Method Details
-
withFields
-
withLimit
-
withOffset
-
withAsk
-
withNearText
-
withNearObject
-
withNearVector
-
withNearImage
-
withNearAudio
-
withNearVideo
-
withNearDepth
-
withNearThermal
-
withNearImu
-
run
public Future<Result<GraphQLResponse>> run(org.apache.hc.core5.concurrent.FutureCallback<Result<GraphQLResponse>> callback) - Specified by:
runin interfaceAsyncClientResult<GraphQLResponse>
-