Package org.mlflow.api.proto
Interface Service.UpdateGatewayBudgetPolicyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.UpdateGatewayBudgetPolicy,Service.UpdateGatewayBudgetPolicy.Builder
- Enclosing class:
- Service
public static interface Service.UpdateGatewayBudgetPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional .mlflow.BudgetAction budget_action = 6;doubleoptional double budget_amount = 3;optional string budget_policy_id = 1;com.google.protobuf.ByteStringoptional string budget_policy_id = 1;optional .mlflow.BudgetUnit budget_unit = 2;optional .mlflow.BudgetDuration duration = 4;optional .mlflow.BudgetDuration duration = 4;optional .mlflow.BudgetTargetScope target_scope = 5;optional string updated_by = 7;com.google.protobuf.ByteStringoptional string updated_by = 7;booleanoptional .mlflow.BudgetAction budget_action = 6;booleanoptional double budget_amount = 3;booleanoptional string budget_policy_id = 1;booleanoptional .mlflow.BudgetUnit budget_unit = 2;booleanoptional .mlflow.BudgetDuration duration = 4;booleanoptional .mlflow.BudgetTargetScope target_scope = 5;booleanoptional string updated_by = 7;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasBudgetPolicyId
boolean hasBudgetPolicyId()optional string budget_policy_id = 1;- Returns:
- Whether the budgetPolicyId field is set.
-
getBudgetPolicyId
String getBudgetPolicyId()optional string budget_policy_id = 1;- Returns:
- The budgetPolicyId.
-
getBudgetPolicyIdBytes
com.google.protobuf.ByteString getBudgetPolicyIdBytes()optional string budget_policy_id = 1;- Returns:
- The bytes for budgetPolicyId.
-
hasBudgetUnit
boolean hasBudgetUnit()optional .mlflow.BudgetUnit budget_unit = 2;- Returns:
- Whether the budgetUnit field is set.
-
getBudgetUnit
Service.BudgetUnit getBudgetUnit()optional .mlflow.BudgetUnit budget_unit = 2;- Returns:
- The budgetUnit.
-
hasBudgetAmount
boolean hasBudgetAmount()optional double budget_amount = 3;- Returns:
- Whether the budgetAmount field is set.
-
getBudgetAmount
double getBudgetAmount()optional double budget_amount = 3;- Returns:
- The budgetAmount.
-
hasDuration
boolean hasDuration()optional .mlflow.BudgetDuration duration = 4;- Returns:
- Whether the duration field is set.
-
getDuration
Service.BudgetDuration getDuration()optional .mlflow.BudgetDuration duration = 4;- Returns:
- The duration.
-
getDurationOrBuilder
Service.BudgetDurationOrBuilder getDurationOrBuilder()optional .mlflow.BudgetDuration duration = 4; -
hasTargetScope
boolean hasTargetScope()optional .mlflow.BudgetTargetScope target_scope = 5;- Returns:
- Whether the targetScope field is set.
-
getTargetScope
Service.BudgetTargetScope getTargetScope()optional .mlflow.BudgetTargetScope target_scope = 5;- Returns:
- The targetScope.
-
hasBudgetAction
boolean hasBudgetAction()optional .mlflow.BudgetAction budget_action = 6;- Returns:
- Whether the budgetAction field is set.
-
getBudgetAction
Service.BudgetAction getBudgetAction()optional .mlflow.BudgetAction budget_action = 6;- Returns:
- The budgetAction.
-
hasUpdatedBy
boolean hasUpdatedBy()optional string updated_by = 7;- Returns:
- Whether the updatedBy field is set.
-
getUpdatedBy
String getUpdatedBy()optional string updated_by = 7;- Returns:
- The updatedBy.
-
getUpdatedByBytes
com.google.protobuf.ByteString getUpdatedByBytes()optional string updated_by = 7;- Returns:
- The bytes for updatedBy.
-