Package io.milvus.param.control
Class GetQuerySegmentInfoParam.Builder
- java.lang.Object
-
- io.milvus.param.control.GetQuerySegmentInfoParam.Builder
-
- Enclosing class:
- GetQuerySegmentInfoParam
public static final class GetQuerySegmentInfoParam.Builder extends Object
Builder forGetQuerySegmentInfoParamclass.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetQuerySegmentInfoParambuild()Verifies parameters and creates a newGetQuerySegmentInfoParaminstance.GetQuerySegmentInfoParam.BuilderwithCollectionName(@NonNull String collectionName)Sets the collection name.
-
-
-
Method Detail
-
withCollectionName
public GetQuerySegmentInfoParam.Builder withCollectionName(@NonNull @NonNull String collectionName)
Sets the collection name. Collection name cannot be empty or null.- Parameters:
collectionName- collection name- Returns:
Builder
-
build
public GetQuerySegmentInfoParam build() throws ParamException
Verifies parameters and creates a newGetQuerySegmentInfoParaminstance.- Returns:
GetQuerySegmentInfoParam- Throws:
ParamException
-
-