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

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

// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.

package com.databricks.sdk.service.jobs;

import com.databricks.sdk.support.Generated;

/** This describes an enum */
@Generated
public enum RunResultState {
  CANCELED, // The run was canceled at user request.
  FAILED, // The task completed with an error.
  SUCCESS, // The task completed successfully.
  TIMEDOUT, // The run was stopped after reaching the timeout.
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy