Uses of Enum Class
org.mlflow.api.proto.Service.GuardrailAction
Packages that use Service.GuardrailAction
-
Uses of Service.GuardrailAction in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.GuardrailActionModifier and TypeMethodDescriptionstatic Service.GuardrailActionService.GuardrailAction.forNumber(int value) Service.CreateGatewayGuardrail.Builder.getAction()optional .mlflow.GuardrailAction action = 5;Service.CreateGatewayGuardrail.getAction()optional .mlflow.GuardrailAction action = 5;Service.CreateGatewayGuardrailOrBuilder.getAction()optional .mlflow.GuardrailAction action = 5;Service.GatewayGuardrail.Builder.getAction()optional .mlflow.GuardrailAction action = 5;Service.GatewayGuardrail.getAction()optional .mlflow.GuardrailAction action = 5;Service.GatewayGuardrailOrBuilder.getAction()optional .mlflow.GuardrailAction action = 5;static Service.GuardrailActionService.GuardrailAction.valueOf(int value) Deprecated.static Service.GuardrailActionService.GuardrailAction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Service.GuardrailActionReturns the enum constant of this class with the specified name.static Service.GuardrailAction[]Service.GuardrailAction.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 Service.GuardrailActionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Service.GuardrailAction>Service.GuardrailAction.internalGetValueMap()Methods in org.mlflow.api.proto with parameters of type Service.GuardrailActionModifier and TypeMethodDescriptionService.CreateGatewayGuardrail.Builder.setAction(Service.GuardrailAction value) optional .mlflow.GuardrailAction action = 5;Service.GatewayGuardrail.Builder.setAction(Service.GuardrailAction value) optional .mlflow.GuardrailAction action = 5;