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 ClusterLogConfClusterAttributes. getClusterLogConf()ClusterLogConfClusterDetails. getClusterLogConf()ClusterLogConfClusterSpec. getClusterLogConf()ClusterLogConfCreateCluster. getClusterLogConf()ClusterLogConfEditCluster. getClusterLogConf()ClusterLogConfClusterLogConf. setDbfs(DbfsStorageInfo dbfs)ClusterLogConfClusterLogConf. setS3(S3StorageInfo s3)Methods in com.databricks.sdk.service.compute with parameters of type ClusterLogConf Modifier and Type Method Description ClusterAttributesClusterAttributes. setClusterLogConf(ClusterLogConf clusterLogConf)ClusterDetailsClusterDetails. setClusterLogConf(ClusterLogConf clusterLogConf)ClusterSpecClusterSpec. setClusterLogConf(ClusterLogConf clusterLogConf)CreateClusterCreateCluster. setClusterLogConf(ClusterLogConf clusterLogConf)EditClusterEditCluster. 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 ClusterLogConfPipelineCluster. getClusterLogConf()Methods in com.databricks.sdk.service.pipelines with parameters of type ClusterLogConf Modifier and Type Method Description PipelineClusterPipelineCluster. setClusterLogConf(ClusterLogConf clusterLogConf)
-