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

com.databricks.sdk.service.jobs.ViewsToExport 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.jobs;

import com.databricks.sdk.support.Generated;

/**
 * * `CODE`: Code view of the notebook. * `DASHBOARDS`: All dashboard views of the notebook. *
 * `ALL`: All views of the notebook.
 */
@Generated
public enum ViewsToExport {
  ALL, // All views of the notebook.
  CODE, // Code view of the notebook.
  DASHBOARDS, // All dashboard views of the notebook.
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy