Uses of Class
com.oracle.bmc.datascience.model.ManagedComputeClusterMetricExpressionRule
-
Packages that use ManagedComputeClusterMetricExpressionRule Package Description com.oracle.bmc.datascience.model -
-
Uses of ManagedComputeClusterMetricExpressionRule in com.oracle.bmc.datascience.model
Subclasses of ManagedComputeClusterMetricExpressionRule in com.oracle.bmc.datascience.model Modifier and Type Class Description classManagedComputeClusterCustomMetricExpressionRuleA custom Monitoring Query Language (MQL) expression for triggering an autoscaling action on the managed compute cluster type compute target .classManagedComputeClusterPredefinedMetricExpressionRuleAn expression built using CPU or Memory metrics for triggering an autoscaling action on the managed compute cluster type compute target .Methods in com.oracle.bmc.datascience.model that return types with arguments of type ManagedComputeClusterMetricExpressionRule Modifier and Type Method Description List<ManagedComputeClusterMetricExpressionRule>ManagedComputeClusterThresholdBasedAutoScalingPolicyDetails. getRules()The list of autoscaling policy rules.Method parameters in com.oracle.bmc.datascience.model with type arguments of type ManagedComputeClusterMetricExpressionRule Modifier and Type Method Description ManagedComputeClusterThresholdBasedAutoScalingPolicyDetails.BuilderManagedComputeClusterThresholdBasedAutoScalingPolicyDetails.Builder. rules(List<ManagedComputeClusterMetricExpressionRule> rules)The list of autoscaling policy rules.Constructor parameters in com.oracle.bmc.datascience.model with type arguments of type ManagedComputeClusterMetricExpressionRule Constructor Description ManagedComputeClusterThresholdBasedAutoScalingPolicyDetails(List<ManagedComputeClusterMetricExpressionRule> rules, Integer maximumInstanceCount, Integer minimumInstanceCount, Integer initialInstanceCount)Deprecated.
-