Class Explore
- All Implemented Interfaces:
ClientResult<GraphQLResponse>
-
Field Summary
Fields inherited from class io.weaviate.client.base.BaseClient
config, serializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrun()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.BaseClient
getWeaviateErrorResponse, sendDeleteRequest, sendGetRequest, sendHeadRequest, sendHttpRequest, sendPatchRequest, sendPostRequest, sendPutRequest, toResponse
-
Constructor Details
-
Explore
-
-
Method Details
-
withFields
-
withLimit
-
withOffset
-
withAsk
-
withNearText
-
withNearObject
-
withNearVector
-
withNearImage
-
withNearAudio
-
withNearVideo
-
withNearDepth
-
withNearThermal
-
withNearImu
-
run
- Specified by:
runin interfaceClientResult<GraphQLResponse>
-