com.databricks.sdk.service.compute.RuntimeEngine Maven / Gradle / Ivy
The 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 the cluster's runtime engine, either standard or Photon.
*
* This field is not compatible with legacy `spark_version` values that contain `-photon-`.
* Remove `-photon-` from the `spark_version` and set `runtime_engine` to `PHOTON`.
*
*
If left unspecified, the runtime engine defaults to standard unless the spark_version contains
* -photon-, in which case Photon will be used.
*/
@Generated
public enum RuntimeEngine {
NULL,
PHOTON,
STANDARD,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy