Interface MilvusService.Status
-
- Enclosing class:
- MilvusService
public static interface MilvusService.Status
milvus status.
-
-
Field Detail
-
RUNNING
static final java.lang.String RUNNING
running.- See Also:
- Constant Field Values
-
PENDING
static final java.lang.String PENDING
pending.- See Also:
- Constant Field Values
-
STOPPED
static final java.lang.String STOPPED
stopped.- See Also:
- Constant Field Values
-
-