Uses of Class
io.milvus.param.highlevel.collection.CreateSimpleCollectionParam
-
Packages that use CreateSimpleCollectionParam Package Description io.milvus.client io.milvus.param.highlevel.collection -
-
Uses of CreateSimpleCollectionParam in io.milvus.client
Methods in io.milvus.client with parameters of type CreateSimpleCollectionParam Modifier and Type Method Description R<RpcStatus>AbstractMilvusGrpcClient. createCollection(CreateSimpleCollectionParam requestParam)R<RpcStatus>MilvusClient. createCollection(CreateSimpleCollectionParam requestParam)Creates a collection in Milvus.R<RpcStatus>MilvusMultiServiceClient. createCollection(CreateSimpleCollectionParam requestParam) -
Uses of CreateSimpleCollectionParam in io.milvus.param.highlevel.collection
Methods in io.milvus.param.highlevel.collection that return CreateSimpleCollectionParam Modifier and Type Method Description CreateSimpleCollectionParamCreateSimpleCollectionParam.Builder. build()Verifies parameters and creates a newCreateSimpleCollectionParaminstance.
-