Class ClusterSize
- java.lang.Object
-
- com.databricks.sdk.service.compute.ClusterSize
-
@Generated public class ClusterSize extends Object
-
-
Constructor Summary
Constructors Constructor Description ClusterSize()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
AutoScale
getAutoscale()
Long
getNumWorkers()
int
hashCode()
ClusterSize
setAutoscale(AutoScale autoscale)
ClusterSize
setNumWorkers(Long numWorkers)
String
toString()
-
-
-
Method Detail
-
setAutoscale
public ClusterSize setAutoscale(AutoScale autoscale)
-
getAutoscale
public AutoScale getAutoscale()
-
setNumWorkers
public ClusterSize setNumWorkers(Long numWorkers)
-
getNumWorkers
public Long getNumWorkers()
-
-