Class Scheduler
java.lang.Object
io.weaviate.client.base.BaseClient<Classification>
io.weaviate.client.v1.classifications.api.Scheduler
- All Implemented Interfaces:
ClientResult<Classification>
-
Field Summary
Fields inherited from class io.weaviate.client.base.BaseClient
config, serializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrun()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.BaseClient
getWeaviateErrorResponse, sendDeleteRequest, sendGetRequest, sendHeadRequest, sendHttpRequest, sendPatchRequest, sendPostRequest, sendPutRequest, toResponse
-
Constructor Details
-
Scheduler
-
-
Method Details
-
withType
-
withClassName
-
withClassifyProperties
-
withBasedOnProperties
-
withSourceWhereFilter
-
withTrainingSetWhereFilter
-
withTargetWhereFilter
-
withSettings
-
withWaitForCompletion
-
run
- Specified by:
runin interfaceClientResult<Classification>
-