| 程序包 | 说明 |
|---|---|
| io.milvus.client | |
| io.milvus.param.index |
| 限定符和类型 | 方法和说明 |
|---|---|
R<GetIndexStateResponse> |
MilvusClient.getIndexState(GetIndexStateParam requestParam)
Shows the index building state(in-progress/finished/failed), and the reason for failure (if any).
|
R<GetIndexStateResponse> |
MilvusMultiServiceClient.getIndexState(GetIndexStateParam requestParam) |
R<GetIndexStateResponse> |
AbstractMilvusGrpcClient.getIndexState(@NonNull GetIndexStateParam requestParam)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
GetIndexStateParam |
GetIndexStateParam.Builder.build()
Verifies parameters and creates a new
GetIndexStateParam instance. |
Copyright © 2023. All rights reserved.