Uses of Enum Class
org.mlflow.api.proto.Service.BudgetDurationUnit
Packages that use Service.BudgetDurationUnit
-
Uses of Service.BudgetDurationUnit in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.BudgetDurationUnitModifier and TypeMethodDescriptionstatic Service.BudgetDurationUnitService.BudgetDurationUnit.forNumber(int value) Service.BudgetDuration.Builder.getUnit()Unit of time (MINUTES, HOURS, DAYS, WEEKS, MONTHS)Service.BudgetDuration.getUnit()Unit of time (MINUTES, HOURS, DAYS, WEEKS, MONTHS)Service.BudgetDurationOrBuilder.getUnit()Unit of time (MINUTES, HOURS, DAYS, WEEKS, MONTHS)static Service.BudgetDurationUnitService.BudgetDurationUnit.valueOf(int value) Deprecated.static Service.BudgetDurationUnitService.BudgetDurationUnit.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Service.BudgetDurationUnitReturns the enum constant of this class with the specified name.static Service.BudgetDurationUnit[]Service.BudgetDurationUnit.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.BudgetDurationUnitModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Service.BudgetDurationUnit>Service.BudgetDurationUnit.internalGetValueMap()Methods in org.mlflow.api.proto with parameters of type Service.BudgetDurationUnitModifier and TypeMethodDescriptionService.BudgetDuration.Builder.setUnit(Service.BudgetDurationUnit value) Unit of time (MINUTES, HOURS, DAYS, WEEKS, MONTHS)