Uses of Enum Class
org.mlflow.api.proto.Service.FallbackStrategy
Packages that use Service.FallbackStrategy
-
Uses of Service.FallbackStrategy in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.FallbackStrategyModifier and TypeMethodDescriptionstatic Service.FallbackStrategyService.FallbackStrategy.forNumber(int value) Service.FallbackConfig.Builder.getStrategy()The fallback strategy.Service.FallbackConfig.getStrategy()The fallback strategy.Service.FallbackConfigOrBuilder.getStrategy()The fallback strategy.static Service.FallbackStrategyService.FallbackStrategy.valueOf(int value) Deprecated.static Service.FallbackStrategyService.FallbackStrategy.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Service.FallbackStrategyReturns the enum constant of this class with the specified name.static Service.FallbackStrategy[]Service.FallbackStrategy.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.FallbackStrategyModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Service.FallbackStrategy>Service.FallbackStrategy.internalGetValueMap()Methods in org.mlflow.api.proto with parameters of type Service.FallbackStrategyModifier and TypeMethodDescriptionService.FallbackConfig.Builder.setStrategy(Service.FallbackStrategy value) The fallback strategy.