Class ReferencesBatcher
- java.lang.Object
-
- technology.semi.weaviate.client.base.BaseClient<BatchReferenceResponse[]>
-
- technology.semi.weaviate.client.v1.batch.api.ReferencesBatcher
-
- All Implemented Interfaces:
ClientResult<BatchReferenceResponse[]>
public class ReferencesBatcher extends BaseClient<BatchReferenceResponse[]> implements ClientResult<BatchReferenceResponse[]>
-
-
Constructor Summary
Constructors Constructor Description ReferencesBatcher(Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Result<BatchReferenceResponse[]>run()ReferencesBatcherwithReference(BatchReference reference)ReferencesBatcherwithReferences(BatchReference... references)-
Methods inherited from class technology.semi.weaviate.client.base.BaseClient
sendDeleteRequest, sendGetRequest, sendHeadRequest, sendPatchRequest, sendPostRequest, sendPutRequest
-
-
-
-
Constructor Detail
-
ReferencesBatcher
public ReferencesBatcher(Config config)
-
-
Method Detail
-
withReference
public ReferencesBatcher withReference(BatchReference reference)
-
withReferences
public ReferencesBatcher withReferences(BatchReference... references)
-
run
public Result<BatchReferenceResponse[]> run()
- Specified by:
runin interfaceClientResult<BatchReferenceResponse[]>
-
-