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 booleanequals(Object o)FleetSpotOptionAllocationStrategygetAllocationStrategy()LonggetInstancePoolsToUseCount()FloatgetMaxTotalPrice()inthashCode()FleetSpotOptionsetAllocationStrategy(FleetSpotOptionAllocationStrategy allocationStrategy)FleetSpotOptionsetInstancePoolsToUseCount(Long instancePoolsToUseCount)FleetSpotOptionsetMaxTotalPrice(Float maxTotalPrice)StringtoString()
-
-
-
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()
-
-