Uses of Class
org.apache.sysds.resource.CloudUtils.InstanceFamily
- 
Packages that use CloudUtils.InstanceFamily Package Description org.apache.sysds.resource  - 
- 
Uses of CloudUtils.InstanceFamily in org.apache.sysds.resource
Methods in org.apache.sysds.resource that return CloudUtils.InstanceFamily Modifier and Type Method Description static CloudUtils.InstanceFamilyCloudUtils.InstanceFamily. customValueOf(String name)static CloudUtils.InstanceFamilyCloudUtils. getInstanceFamily(String instanceName)static CloudUtils.InstanceFamilyCloudUtils.InstanceFamily. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudUtils.InstanceFamily[]CloudUtils.InstanceFamily. values()Returns an array containing the constants of this enum type, in the order they are declared. 
 -