Uses of Enum Class
org.mlflow.api.proto.Service.BudgetTargetScope
Packages that use Service.BudgetTargetScope
-
Uses of Service.BudgetTargetScope in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.BudgetTargetScopeModifier and TypeMethodDescriptionstatic Service.BudgetTargetScopeService.BudgetTargetScope.forNumber(int value) Service.CreateGatewayBudgetPolicy.Builder.getTargetScope()optional .mlflow.BudgetTargetScope target_scope = 4;Service.CreateGatewayBudgetPolicy.getTargetScope()optional .mlflow.BudgetTargetScope target_scope = 4;Service.CreateGatewayBudgetPolicyOrBuilder.getTargetScope()optional .mlflow.BudgetTargetScope target_scope = 4;Service.GatewayBudgetPolicy.Builder.getTargetScope()Scope of the budget (GLOBAL or WORKSPACE)Service.GatewayBudgetPolicy.getTargetScope()Scope of the budget (GLOBAL or WORKSPACE)Service.GatewayBudgetPolicyOrBuilder.getTargetScope()Scope of the budget (GLOBAL or WORKSPACE)Service.UpdateGatewayBudgetPolicy.Builder.getTargetScope()optional .mlflow.BudgetTargetScope target_scope = 5;Service.UpdateGatewayBudgetPolicy.getTargetScope()optional .mlflow.BudgetTargetScope target_scope = 5;Service.UpdateGatewayBudgetPolicyOrBuilder.getTargetScope()optional .mlflow.BudgetTargetScope target_scope = 5;static Service.BudgetTargetScopeService.BudgetTargetScope.valueOf(int value) Deprecated.static Service.BudgetTargetScopeService.BudgetTargetScope.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Service.BudgetTargetScopeReturns the enum constant of this class with the specified name.static Service.BudgetTargetScope[]Service.BudgetTargetScope.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.BudgetTargetScopeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Service.BudgetTargetScope>Service.BudgetTargetScope.internalGetValueMap()Methods in org.mlflow.api.proto with parameters of type Service.BudgetTargetScopeModifier and TypeMethodDescriptionService.CreateGatewayBudgetPolicy.Builder.setTargetScope(Service.BudgetTargetScope value) optional .mlflow.BudgetTargetScope target_scope = 4;Service.GatewayBudgetPolicy.Builder.setTargetScope(Service.BudgetTargetScope value) Scope of the budget (GLOBAL or WORKSPACE)Service.UpdateGatewayBudgetPolicy.Builder.setTargetScope(Service.BudgetTargetScope value) optional .mlflow.BudgetTargetScope target_scope = 5;