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

com.databricks.sdk.service.jobs.QueueDetailsCodeCode Maven / Gradle / Ivy

There is a newer version: 0.35.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;

/**
 * The reason for queuing the run. * `ACTIVE_RUNS_LIMIT_REACHED`: The run was queued due to reaching
 * the workspace limit of active task runs. * `MAX_CONCURRENT_RUNS_REACHED`: The run was queued due
 * to reaching the per-job limit of concurrent job runs. * `ACTIVE_RUN_JOB_TASKS_LIMIT_REACHED`: The
 * run was queued due to reaching the workspace limit of active run job tasks.
 */
@Generated
public enum QueueDetailsCodeCode {
  ACTIVE_RUNS_LIMIT_REACHED, // The run was queued due to reaching the workspace limit of active
  // task runs.
  ACTIVE_RUN_JOB_TASKS_LIMIT_REACHED, // The run was queued due to reaching the workspace limit of
  // active run job
  // tasks.
  MAX_CONCURRENT_RUNS_REACHED, // The run was queued due to reaching the per-job limit of concurrent
  // job runs.
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy