Uses of Class
com.databricks.sdk.service.compute.ClusterLogConf
-
Packages that use ClusterLogConf Package Description com.databricks.sdk.service.compute com.databricks.sdk.service.pipelines -
-
Uses of ClusterLogConf in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return ClusterLogConf Modifier and Type Method Description ClusterLogConf
ClusterAttributes. getClusterLogConf()
ClusterLogConf
ClusterDetails. getClusterLogConf()
ClusterLogConf
ClusterSpec. getClusterLogConf()
ClusterLogConf
CreateCluster. getClusterLogConf()
ClusterLogConf
EditCluster. getClusterLogConf()
ClusterLogConf
ClusterLogConf. setDbfs(DbfsStorageInfo dbfs)
ClusterLogConf
ClusterLogConf. setS3(S3StorageInfo s3)
Methods in com.databricks.sdk.service.compute with parameters of type ClusterLogConf Modifier and Type Method Description ClusterAttributes
ClusterAttributes. setClusterLogConf(ClusterLogConf clusterLogConf)
ClusterDetails
ClusterDetails. setClusterLogConf(ClusterLogConf clusterLogConf)
ClusterSpec
ClusterSpec. setClusterLogConf(ClusterLogConf clusterLogConf)
CreateCluster
CreateCluster. setClusterLogConf(ClusterLogConf clusterLogConf)
EditCluster
EditCluster. setClusterLogConf(ClusterLogConf clusterLogConf)
-
Uses of ClusterLogConf in com.databricks.sdk.service.pipelines
Methods in com.databricks.sdk.service.pipelines that return ClusterLogConf Modifier and Type Method Description ClusterLogConf
PipelineCluster. getClusterLogConf()
Methods in com.databricks.sdk.service.pipelines with parameters of type ClusterLogConf Modifier and Type Method Description PipelineCluster
PipelineCluster. setClusterLogConf(ClusterLogConf clusterLogConf)
-