Uses of Class
com.oracle.bmc.datascience.model.PredefinedMetricExpressionRule.MetricType
-
Packages that use PredefinedMetricExpressionRule.MetricType Package Description com.oracle.bmc.datascience.model -
-
Uses of PredefinedMetricExpressionRule.MetricType in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return PredefinedMetricExpressionRule.MetricType Modifier and Type Method Description static PredefinedMetricExpressionRule.MetricType
PredefinedMetricExpressionRule.MetricType. create(String key)
PredefinedMetricExpressionRule.MetricType
PredefinedMetricExpressionRule. getMetricType()
Metric typestatic PredefinedMetricExpressionRule.MetricType
PredefinedMetricExpressionRule.MetricType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PredefinedMetricExpressionRule.MetricType[]
PredefinedMetricExpressionRule.MetricType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datascience.model with parameters of type PredefinedMetricExpressionRule.MetricType Modifier and Type Method Description PredefinedMetricExpressionRule.Builder
PredefinedMetricExpressionRule.Builder. metricType(PredefinedMetricExpressionRule.MetricType metricType)
Metric typeConstructors in com.oracle.bmc.datascience.model with parameters of type PredefinedMetricExpressionRule.MetricType Constructor Description PredefinedMetricExpressionRule(PredefinedMetricExpressionRule.MetricType metricType, PredefinedExpressionThresholdScalingConfiguration scaleInConfiguration, PredefinedExpressionThresholdScalingConfiguration scaleOutConfiguration)
Deprecated.
-