Uses of Class
com.databricks.sdk.service.compute.FleetOnDemandOptionAllocationStrategy
-
Packages that use FleetOnDemandOptionAllocationStrategy Package Description com.databricks.sdk.service.compute -
-
Uses of FleetOnDemandOptionAllocationStrategy in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return FleetOnDemandOptionAllocationStrategy Modifier and Type Method Description FleetOnDemandOptionAllocationStrategyFleetOnDemandOption. getAllocationStrategy()static FleetOnDemandOptionAllocationStrategyFleetOnDemandOptionAllocationStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static FleetOnDemandOptionAllocationStrategy[]FleetOnDemandOptionAllocationStrategy. 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 FleetOnDemandOptionAllocationStrategy Modifier and Type Method Description FleetOnDemandOptionFleetOnDemandOption. setAllocationStrategy(FleetOnDemandOptionAllocationStrategy allocationStrategy)
-