com.databricks.sdk.service.compute.Kind 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;
/**
* The kind of compute described by this compute specification.
*
* Depending on `kind`, different validations and default values will be applied.
*
*
The first usage of this value is for the simple cluster form where it sets `kind =
* CLASSIC_PREVIEW`.
*/
@Generated
public enum Kind {
CLASSIC_PREVIEW,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy