Uses of Class
com.oracle.bmc.datascience.model.PredefinedExpressionThresholdScalingConfiguration
-
Packages that use PredefinedExpressionThresholdScalingConfiguration Package Description com.oracle.bmc.datascience.model -
-
Uses of PredefinedExpressionThresholdScalingConfiguration in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return PredefinedExpressionThresholdScalingConfiguration Modifier and Type Method Description PredefinedExpressionThresholdScalingConfiguration
PredefinedExpressionThresholdScalingConfiguration.Builder. build()
PredefinedExpressionThresholdScalingConfiguration
PredefinedMetricExpressionRule. getScaleInConfiguration()
PredefinedExpressionThresholdScalingConfiguration
PredefinedMetricExpressionRule. getScaleOutConfiguration()
Methods in com.oracle.bmc.datascience.model with parameters of type PredefinedExpressionThresholdScalingConfiguration Modifier and Type Method Description PredefinedExpressionThresholdScalingConfiguration.Builder
PredefinedExpressionThresholdScalingConfiguration.Builder. copy(PredefinedExpressionThresholdScalingConfiguration model)
PredefinedMetricExpressionRule.Builder
PredefinedMetricExpressionRule.Builder. scaleInConfiguration(PredefinedExpressionThresholdScalingConfiguration scaleInConfiguration)
PredefinedMetricExpressionRule.Builder
PredefinedMetricExpressionRule.Builder. scaleOutConfiguration(PredefinedExpressionThresholdScalingConfiguration scaleOutConfiguration)
Constructors in com.oracle.bmc.datascience.model with parameters of type PredefinedExpressionThresholdScalingConfiguration Constructor Description PredefinedMetricExpressionRule(PredefinedMetricExpressionRule.MetricType metricType, PredefinedExpressionThresholdScalingConfiguration scaleInConfiguration, PredefinedExpressionThresholdScalingConfiguration scaleOutConfiguration)
Deprecated.
-