technology.semi.weaviate.client.v1.batch.model.BatchDeleteOutput Maven / Gradle / Ivy
package technology.semi.weaviate.client.v1.batch.model;
public interface BatchDeleteOutput {
String VERBOSE = "verbose";
String MINIMAL = "minimal";
}
package technology.semi.weaviate.client.v1.batch.model;
public interface BatchDeleteOutput {
String VERBOSE = "verbose";
String MINIMAL = "minimal";
}