Class Milvusdbcollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.Milvusdbcollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Milvusdbcollection extends com.ibm.cloud.sdk.core.service.model.GenericModel
milvus service details.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
getCollectionId()
Gets the collectionId.java.lang.String
getCollectionName()
Gets the collectionName.java.util.List<java.lang.String>
getPhysicalChannels()
Gets the physicalChannels.java.util.List<java.lang.String>
getVirtualChannels()
Gets the virtualChannels.
-
-
-
Method Detail
-
getCollectionId
public java.lang.Long getCollectionId()
Gets the collectionId. milvus collection id.- Returns:
- the collectionId
-
getCollectionName
public java.lang.String getCollectionName()
Gets the collectionName. milvus status.- Returns:
- the collectionName
-
getPhysicalChannels
public java.util.List<java.lang.String> getPhysicalChannels()
Gets the physicalChannels. milvus physical channels.- Returns:
- the physicalChannels
-
getVirtualChannels
public java.util.List<java.lang.String> getVirtualChannels()
Gets the virtualChannels. milvus virtual channels.- Returns:
- the virtualChannels
-
-