public class Explore extends BaseClient<GraphQLResponse> implements ClientResult<GraphQLResponse>
| Modifier and Type | Method and Description |
|---|---|
Result<GraphQLResponse> |
run() |
Explore |
withAsk(AskArgument ask) |
Explore |
withFields(ExploreFields... fields) |
Explore |
withLimit(Integer limit) |
Explore |
withNearImage(NearImageArgument nearImage) |
Explore |
withNearObject(NearObjectArgument nearObject) |
Explore |
withNearText(NearTextArgument nearText) |
Explore |
withNearVector(NearVectorArgument nearVector) |
Explore |
withOffset(Integer offset) |
sendDeleteRequest, sendGetRequest, sendHeadRequest, sendPatchRequest, sendPostRequest, sendPutRequestpublic Explore(Config config)
public Explore withFields(ExploreFields... fields)
public Explore withNearVector(NearVectorArgument nearVector)
public Explore withNearObject(NearObjectArgument nearObject)
public Explore withNearText(NearTextArgument nearText)
public Explore withAsk(AskArgument ask)
public Explore withNearImage(NearImageArgument nearImage)
public Result<GraphQLResponse> run()
run in interface ClientResult<GraphQLResponse>Copyright © 2022 SeMI Technologies B.V.. All rights reserved.