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