Class Scheduler
java.lang.Object
io.weaviate.client.base.AsyncBaseClient<Classification>
io.weaviate.client.v1.async.classifications.api.Scheduler
- All Implemented Interfaces:
AsyncClientResult<Classification>
public class Scheduler
extends AsyncBaseClient<Classification>
implements AsyncClientResult<Classification>
-
Field Summary
Fields inherited from class io.weaviate.client.base.AsyncBaseClient
client -
Constructor Summary
ConstructorsConstructorDescriptionScheduler(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, Getter getter, Executor executor) -
Method Summary
Modifier and TypeMethodDescriptionrun(org.apache.hc.core5.concurrent.FutureCallback<Result<Classification>> callback) withBasedOnProperties(String[] basedOnProperties) withClassifyProperties(String[] classifyProperties) withClassName(String className) withSettings(Object settings) withSourceWhereFilter(WhereFilter whereFilter) withTargetWhereFilter(WhereFilter whereFilter) withTrainingSetWhereFilter(WhereFilter whereFilter) 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
-
Scheduler
public Scheduler(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, Getter getter, Executor executor)
-
-
Method Details
-
withType
-
withClassName
-
withClassifyProperties
-
withBasedOnProperties
-
withSourceWhereFilter
-
withTrainingSetWhereFilter
-
withTargetWhereFilter
-
withSettings
-
withWaitForCompletion
-
run
public Future<Result<Classification>> run(org.apache.hc.core5.concurrent.FutureCallback<Result<Classification>> callback) - Specified by:
runin interfaceAsyncClientResult<Classification>
-