Uses of Enum Class
org.mlflow.api.proto.Webhooks.WebhookStatus
Packages that use Webhooks.WebhookStatus
-
Uses of Webhooks.WebhookStatus in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Webhooks.WebhookStatusModifier and TypeMethodDescriptionstatic Webhooks.WebhookStatusWebhooks.WebhookStatus.forNumber(int value) Webhooks.CreateWebhook.Builder.getStatus()Initial status (defaults to ACTIVE if not specified)Webhooks.CreateWebhook.getStatus()Initial status (defaults to ACTIVE if not specified)Webhooks.CreateWebhookOrBuilder.getStatus()Initial status (defaults to ACTIVE if not specified)Webhooks.UpdateWebhook.Builder.getStatus()New status for the webhookWebhooks.UpdateWebhook.getStatus()New status for the webhookWebhooks.UpdateWebhookOrBuilder.getStatus()New status for the webhookWebhooks.Webhook.Builder.getStatus()Current status of the webhookWebhooks.Webhook.getStatus()Current status of the webhookWebhooks.WebhookOrBuilder.getStatus()Current status of the webhookstatic Webhooks.WebhookStatusWebhooks.WebhookStatus.valueOf(int value) Deprecated.static Webhooks.WebhookStatusWebhooks.WebhookStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Webhooks.WebhookStatusReturns the enum constant of this class with the specified name.static Webhooks.WebhookStatus[]Webhooks.WebhookStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mlflow.api.proto that return types with arguments of type Webhooks.WebhookStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Webhooks.WebhookStatus>Webhooks.WebhookStatus.internalGetValueMap()Methods in org.mlflow.api.proto with parameters of type Webhooks.WebhookStatusModifier and TypeMethodDescriptionWebhooks.CreateWebhook.Builder.setStatus(Webhooks.WebhookStatus value) Initial status (defaults to ACTIVE if not specified)Webhooks.UpdateWebhook.Builder.setStatus(Webhooks.WebhookStatus value) New status for the webhookWebhooks.Webhook.Builder.setStatus(Webhooks.WebhookStatus value) Current status of the webhook