Class FleetSpotOption
- java.lang.Object
-
- com.databricks.sdk.service.compute.FleetSpotOption
-
@Generated public class FleetSpotOption extends Object
-
-
Constructor Summary
Constructors Constructor Description FleetSpotOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
FleetSpotOptionAllocationStrategy
getAllocationStrategy()
Long
getInstancePoolsToUseCount()
Float
getMaxTotalPrice()
int
hashCode()
FleetSpotOption
setAllocationStrategy(FleetSpotOptionAllocationStrategy allocationStrategy)
FleetSpotOption
setInstancePoolsToUseCount(Long instancePoolsToUseCount)
FleetSpotOption
setMaxTotalPrice(Float maxTotalPrice)
String
toString()
-
-
-
Method Detail
-
setAllocationStrategy
public FleetSpotOption setAllocationStrategy(FleetSpotOptionAllocationStrategy allocationStrategy)
-
getAllocationStrategy
public FleetSpotOptionAllocationStrategy getAllocationStrategy()
-
setInstancePoolsToUseCount
public FleetSpotOption setInstancePoolsToUseCount(Long instancePoolsToUseCount)
-
getInstancePoolsToUseCount
public Long getInstancePoolsToUseCount()
-
setMaxTotalPrice
public FleetSpotOption setMaxTotalPrice(Float maxTotalPrice)
-
getMaxTotalPrice
public Float getMaxTotalPrice()
-
-