Uses of Class
com.oracle.bmc.datascience.model.MetricExpressionRule
-
Packages that use MetricExpressionRule Package Description com.oracle.bmc.datascience.model -
-
Uses of MetricExpressionRule in com.oracle.bmc.datascience.model
Subclasses of MetricExpressionRule in com.oracle.bmc.datascience.model Modifier and Type Class Description class
CustomMetricExpressionRule
A custom Monitoring Query Language (MQL) expression for triggering an autoscaling action on the model deployment.class
PredefinedMetricExpressionRule
An expression built using CPU or Memory metrics for triggering an autoscaling action on the model deployment.Methods in com.oracle.bmc.datascience.model that return types with arguments of type MetricExpressionRule Modifier and Type Method Description List<MetricExpressionRule>
ThresholdBasedAutoScalingPolicyDetails. getRules()
The list of autoscaling policy rules.Method parameters in com.oracle.bmc.datascience.model with type arguments of type MetricExpressionRule Modifier and Type Method Description ThresholdBasedAutoScalingPolicyDetails.Builder
ThresholdBasedAutoScalingPolicyDetails.Builder. rules(List<MetricExpressionRule> rules)
The list of autoscaling policy rules.Constructor parameters in com.oracle.bmc.datascience.model with type arguments of type MetricExpressionRule Constructor Description ThresholdBasedAutoScalingPolicyDetails(List<MetricExpressionRule> rules, Integer maximumInstanceCount, Integer minimumInstanceCount, Integer initialInstanceCount)
Deprecated.
-