Uses of Class
com.databricks.sdk.service.compute.FleetSpotOptionAllocationStrategy
-
Packages that use FleetSpotOptionAllocationStrategy Package Description com.databricks.sdk.service.compute -
-
Uses of FleetSpotOptionAllocationStrategy in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return FleetSpotOptionAllocationStrategy Modifier and Type Method Description FleetSpotOptionAllocationStrategyFleetSpotOption. getAllocationStrategy()static FleetSpotOptionAllocationStrategyFleetSpotOptionAllocationStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static FleetSpotOptionAllocationStrategy[]FleetSpotOptionAllocationStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.compute with parameters of type FleetSpotOptionAllocationStrategy Modifier and Type Method Description FleetSpotOptionFleetSpotOption. setAllocationStrategy(FleetSpotOptionAllocationStrategy allocationStrategy)
-