All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.databricks.sdk.service.compute.ClusterSource Maven / Gradle / Ivy

There is a newer version: 0.38.0
Show newest version
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.

package com.databricks.sdk.service.compute;

import com.databricks.sdk.support.Generated;

/**
 * Determines whether the cluster was created by a user through the UI, created by the Databricks
 * Jobs Scheduler, or through an API request. This is the same as cluster_creator, but read only.
 */
@Generated
public enum ClusterSource {
  API,
  JOB,
  MODELS,
  PIPELINE,
  PIPELINE_MAINTENANCE,
  SQL,
  UI,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy