Class Aggregate
- 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) withClassName(String className) withFields(Field... fields) withGroupBy(String propertyName) withNearAudio(NearAudioArgument nearAudio) withNearDepth(NearDepthArgument nearDepth) withNearImage(NearImageArgument nearImage) withNearImu(NearImuArgument nearImu) withNearObject(NearObjectArgument withNearObjectFilter) withNearText(NearTextArgument withNearTextFilter) withNearThermal(NearThermalArgument nearThermal) withNearVector(NearVectorArgument withNearVectorFilter) withNearVideo(NearVideoArgument nearVideo) withObjectLimit(Integer objectLimit) withTenant(String tenant) withWhere(WhereFilter where) Deprecated.withWhere(WhereArgument where) Methods inherited from class io.weaviate.client.base.BaseClient
getWeaviateErrorResponse, sendDeleteRequest, sendGetRequest, sendHeadRequest, sendHttpRequest, sendPatchRequest, sendPostRequest, sendPutRequest, toResponse
-
Constructor Details
-
Aggregate
-
-
Method Details
-
withClassName
-
withFields
-
withWhere
Deprecated. -
withWhere
-
withGroupBy
-
withAsk
-
withNearText
-
withNearObject
-
withNearVector
-
withNearImage
-
withNearAudio
-
withNearVideo
-
withNearDepth
-
withNearThermal
-
withNearImu
-
withObjectLimit
-
withTenant
-
run
- Specified by:
runin interfaceClientResult<GraphQLResponse>
-