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

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

import com.databricks.sdk.support.Generated;

/**
 * The state of an endpoint, indicating whether or not the endpoint is queryable. An endpoint is
 * READY if all of the served entities in its active configuration are ready. If any of the actively
 * served entities are in a non-ready state, the endpoint state will be NOT_READY.
 */
@Generated
public enum EndpointStateReady {
  NOT_READY,
  READY,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy