Package com.databricks.sdk.mixin
Class NodeTypeSelector
- java.lang.Object
-
- com.databricks.sdk.mixin.NodeTypeSelector
-
public class NodeTypeSelector extends Object
-
-
Constructor Summary
Constructors Constructor Description NodeTypeSelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeTypeSelectorwithCategory(String category)NodeTypeSelectorwithFleet(String fleet)NodeTypeSelectorwithGbPerCore(Integer gbPerCore)NodeTypeSelectorwithGraviton()NodeTypeSelectorwithIsIoCacheEnabled()NodeTypeSelectorwithLocalDisk()NodeTypeSelectorwithLocalDiskMinSize(Integer localDiskMinSize)NodeTypeSelectorwithMinCores(Integer minCores)NodeTypeSelectorwithMinGpus(Integer minGpus)NodeTypeSelectorwithMinMemoryGb(Integer minMemoryGb)NodeTypeSelectorwithPhotonDriverCapable()NodeTypeSelectorwithPhotonWorkerCapable()NodeTypeSelectorwithSupportPortForwarding()
-
-
-
Method Detail
-
withMinMemoryGb
public NodeTypeSelector withMinMemoryGb(Integer minMemoryGb)
-
withGbPerCore
public NodeTypeSelector withGbPerCore(Integer gbPerCore)
-
withMinCores
public NodeTypeSelector withMinCores(Integer minCores)
-
withMinGpus
public NodeTypeSelector withMinGpus(Integer minGpus)
-
withLocalDisk
public NodeTypeSelector withLocalDisk()
-
withLocalDiskMinSize
public NodeTypeSelector withLocalDiskMinSize(Integer localDiskMinSize)
-
withCategory
public NodeTypeSelector withCategory(String category)
-
withPhotonWorkerCapable
public NodeTypeSelector withPhotonWorkerCapable()
-
withPhotonDriverCapable
public NodeTypeSelector withPhotonDriverCapable()
-
withGraviton
public NodeTypeSelector withGraviton()
-
withIsIoCacheEnabled
public NodeTypeSelector withIsIoCacheEnabled()
-
withSupportPortForwarding
public NodeTypeSelector withSupportPortForwarding()
-
withFleet
public NodeTypeSelector withFleet(String fleet)
-
-