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

com.databricks.sdk.service.serving.EndpointStateConfigUpdate 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.serving;

import com.databricks.sdk.support.Generated;

/**
 * The state of an endpoint's config update. This informs the user if the pending_config is in
 * progress, if the update failed, or if there is no update in progress. Note that if the endpoint's
 * config_update state value is IN_PROGRESS, another update can not be made until the update
 * completes or fails."
 */
@Generated
public enum EndpointStateConfigUpdate {
  IN_PROGRESS,
  NOT_UPDATING,
  UPDATE_CANCELED,
  UPDATE_FAILED,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy