com.databricks.sdk.service.pipelines.DeploymentKind Maven / Gradle / Ivy
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
package com.databricks.sdk.service.pipelines;
import com.databricks.sdk.support.Generated;
/**
* The deployment method that manages the pipeline: - BUNDLE: The pipeline is managed by a
* Databricks Asset Bundle.
*/
@Generated
public enum DeploymentKind {
BUNDLE,
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy