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

io.milvus.param.IndexBuildState Maven / Gradle / Ivy

package io.milvus.param;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy