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