Uses of Class
org.mlflow.api.proto.Webhooks.WebhookEntity
-
Packages that use Webhooks.WebhookEntity Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Webhooks.WebhookEntity in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Webhooks.WebhookEntity Modifier and Type Method Description static Webhooks.WebhookEntity
Webhooks.WebhookEntity. forNumber(int value)
Webhooks.WebhookEntity
Webhooks.WebhookEvent.Builder. getEntity()
Entity type (required)Webhooks.WebhookEntity
Webhooks.WebhookEvent. getEntity()
Entity type (required)Webhooks.WebhookEntity
Webhooks.WebhookEventOrBuilder. getEntity()
Entity type (required)static Webhooks.WebhookEntity
Webhooks.WebhookEntity. valueOf(int value)
Deprecated.static Webhooks.WebhookEntity
Webhooks.WebhookEntity. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Webhooks.WebhookEntity
Webhooks.WebhookEntity. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Webhooks.WebhookEntity[]
Webhooks.WebhookEntity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mlflow.api.proto that return types with arguments of type Webhooks.WebhookEntity Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Webhooks.WebhookEntity>
Webhooks.WebhookEntity. internalGetValueMap()
Methods in org.mlflow.api.proto with parameters of type Webhooks.WebhookEntity Modifier and Type Method Description Webhooks.WebhookEvent.Builder
Webhooks.WebhookEvent.Builder. setEntity(Webhooks.WebhookEntity value)
Entity type (required)
-