Uses of Class
technology.semi.weaviate.client.v1.schema.model.WeaviateClass
-
Packages that use WeaviateClass Package Description technology.semi.weaviate.client.v1.schema.api technology.semi.weaviate.client.v1.schema.model -
-
Uses of WeaviateClass in technology.semi.weaviate.client.v1.schema.api
Methods in technology.semi.weaviate.client.v1.schema.api that return types with arguments of type WeaviateClass Modifier and Type Method Description Result<WeaviateClass>ClassGetter. run()Methods in technology.semi.weaviate.client.v1.schema.api with parameters of type WeaviateClass Modifier and Type Method Description ClassCreatorClassCreator. withClass(WeaviateClass clazz) -
Uses of WeaviateClass in technology.semi.weaviate.client.v1.schema.model
Methods in technology.semi.weaviate.client.v1.schema.model that return WeaviateClass Modifier and Type Method Description WeaviateClassWeaviateClass.WeaviateClassBuilder. build()Methods in technology.semi.weaviate.client.v1.schema.model that return types with arguments of type WeaviateClass Modifier and Type Method Description List<WeaviateClass>Schema. getClasses()Method parameters in technology.semi.weaviate.client.v1.schema.model with type arguments of type WeaviateClass Modifier and Type Method Description Schema.SchemaBuilderSchema.SchemaBuilder. classes(List<WeaviateClass> classes)
-