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

com.databricks.sdk.service.provisioning.WorkspaceStatus 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.provisioning;

import com.databricks.sdk.support.Generated;

/**
 * The status of the workspace. For workspace creation, usually it is set to `PROVISIONING`
 * initially. Continue to check the status until the status is `RUNNING`.
 */
@Generated
public enum WorkspaceStatus {
  BANNED,
  CANCELLING,
  FAILED,
  NOT_PROVISIONED,
  PROVISIONING,
  RUNNING,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy