Class ResourceCollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.ResourceCollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ResourceCollection extends com.ibm.cloud.sdk.core.service.model.GenericModelGet Milvus Service Detail for target type = cpd.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Resource>getDetails()Gets the details.java.lang.StringgetType()Gets the type.
-
-
-
Method Detail
-
getDetails
public java.util.List<Resource> getDetails()
Gets the details. List of engines or services details.- Returns:
- the details
-
getType
public java.lang.String getType()
Gets the type. Type of engine/service.- Returns:
- the type
-
-