Uses of Enum Class
org.mlflow.api.proto.Webhooks.WebhookAction
Packages that use Webhooks.WebhookAction
-
Uses of Webhooks.WebhookAction in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Webhooks.WebhookActionModifier and TypeMethodDescriptionstatic Webhooks.WebhookActionWebhooks.WebhookAction.forNumber(int value) Webhooks.WebhookEvent.Builder.getAction()Action type (required)Webhooks.WebhookEvent.getAction()Action type (required)Webhooks.WebhookEventOrBuilder.getAction()Action type (required)static Webhooks.WebhookActionWebhooks.WebhookAction.valueOf(int value) Deprecated.static Webhooks.WebhookActionWebhooks.WebhookAction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Webhooks.WebhookActionReturns the enum constant of this class with the specified name.static Webhooks.WebhookAction[]Webhooks.WebhookAction.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.WebhookActionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Webhooks.WebhookAction>Webhooks.WebhookAction.internalGetValueMap()Methods in org.mlflow.api.proto with parameters of type Webhooks.WebhookActionModifier and TypeMethodDescriptionWebhooks.WebhookEvent.Builder.setAction(Webhooks.WebhookAction value) Action type (required)