static Service.BudgetTargetScope |
Service.BudgetTargetScope.forNumber(int value) |
|
Service.BudgetTargetScope |
Service.CreateGatewayBudgetPolicy.Builder.getTargetScope() |
optional .mlflow.BudgetTargetScope target_scope = 4;
|
Service.BudgetTargetScope |
Service.CreateGatewayBudgetPolicy.getTargetScope() |
optional .mlflow.BudgetTargetScope target_scope = 4;
|
Service.BudgetTargetScope |
Service.CreateGatewayBudgetPolicyOrBuilder.getTargetScope() |
optional .mlflow.BudgetTargetScope target_scope = 4;
|
Service.BudgetTargetScope |
Service.GatewayBudgetPolicy.Builder.getTargetScope() |
Scope of the budget (GLOBAL or WORKSPACE)
|
Service.BudgetTargetScope |
Service.GatewayBudgetPolicy.getTargetScope() |
Scope of the budget (GLOBAL or WORKSPACE)
|
Service.BudgetTargetScope |
Service.GatewayBudgetPolicyOrBuilder.getTargetScope() |
Scope of the budget (GLOBAL or WORKSPACE)
|
Service.BudgetTargetScope |
Service.UpdateGatewayBudgetPolicy.Builder.getTargetScope() |
optional .mlflow.BudgetTargetScope target_scope = 5;
|
Service.BudgetTargetScope |
Service.UpdateGatewayBudgetPolicy.getTargetScope() |
optional .mlflow.BudgetTargetScope target_scope = 5;
|
Service.BudgetTargetScope |
Service.UpdateGatewayBudgetPolicyOrBuilder.getTargetScope() |
optional .mlflow.BudgetTargetScope target_scope = 5;
|
static Service.BudgetTargetScope |
Service.BudgetTargetScope.valueOf(int value) |
Deprecated.
|
static Service.BudgetTargetScope |
Service.BudgetTargetScope.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static Service.BudgetTargetScope |
Service.BudgetTargetScope.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Service.BudgetTargetScope[] |
Service.BudgetTargetScope.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|