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

com.databricks.sdk.service.ml.RegistryWebhookStatus Maven / Gradle / Ivy

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

package com.databricks.sdk.service.ml;

import com.databricks.sdk.support.Generated;

/** This describes an enum */
@Generated
public enum RegistryWebhookStatus {
  ACTIVE, // Webhook is triggered when an associated event happens.
  DISABLED, // Webhook is not triggered.
  TEST_MODE, // Webhook can be triggered through the test endpoint, but is not triggered on a
  // real event.

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy