Uses of Class
org.mlflow.api.proto.Webhooks.WebhookAction
-
Packages that use Webhooks.WebhookAction Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Webhooks.WebhookAction in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Webhooks.WebhookAction Modifier and Type Method Description static Webhooks.WebhookAction
Webhooks.WebhookAction. forNumber(int value)
Webhooks.WebhookAction
Webhooks.WebhookEvent.Builder. getAction()
Action type (required)Webhooks.WebhookAction
Webhooks.WebhookEvent. getAction()
Action type (required)Webhooks.WebhookAction
Webhooks.WebhookEventOrBuilder. getAction()
Action type (required)static Webhooks.WebhookAction
Webhooks.WebhookAction. valueOf(int value)
Deprecated.static Webhooks.WebhookAction
Webhooks.WebhookAction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Webhooks.WebhookAction
Webhooks.WebhookAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Webhooks.WebhookAction[]
Webhooks.WebhookAction. 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.WebhookAction Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Webhooks.WebhookAction>
Webhooks.WebhookAction. internalGetValueMap()
Methods in org.mlflow.api.proto with parameters of type Webhooks.WebhookAction Modifier and Type Method Description Webhooks.WebhookEvent.Builder
Webhooks.WebhookEvent.Builder. setAction(Webhooks.WebhookAction value)
Action type (required)
-