All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.milvus.v2.common.IndexBuildState Maven / Gradle / Ivy

There is a newer version: 2.4.8
Show newest version
package io.milvus.v2.common;

public enum IndexBuildState {
    IndexStateNone,
    Unissued,
    InProgress,
    Finished,
    Failed,
    Retry,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy