Uses of Enum Class
org.apache.sysds.resource.CloudUtils.CloudProvider
Packages that use CloudUtils.CloudProvider
-
Uses of CloudUtils.CloudProvider in org.apache.sysds.resource
Methods in org.apache.sysds.resource that return CloudUtils.CloudProviderModifier and TypeMethodDescriptionstatic CloudUtils.CloudProviderReturns the enum constant of this class with the specified name.static CloudUtils.CloudProvider[]CloudUtils.CloudProvider.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.resource with parameters of type CloudUtils.CloudProviderModifier and TypeMethodDescriptionstatic doubleCloudUtils.calculateClusterPrice(EnumerationUtils.ConfigurationPoint config, double time, CloudUtils.CloudProvider provider) This method calculates the cluster price based on the estimated execution time and the cluster configuration.static voidCloudUtils.setProvider(CloudUtils.CloudProvider provider) Static prover initialization method.