Package | Description |
---|---|
com.oracle.bmc.datascience.model |
Modifier and Type | Method and Description |
---|---|
static PredefinedMetricExpressionRule.MetricType |
PredefinedMetricExpressionRule.MetricType.create(String key) |
PredefinedMetricExpressionRule.MetricType |
PredefinedMetricExpressionRule.getMetricType()
Metric type
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
PredefinedMetricExpressionRule.Builder |
PredefinedMetricExpressionRule.Builder.metricType(PredefinedMetricExpressionRule.MetricType metricType)
Metric type
|
Constructor and Description |
---|
PredefinedMetricExpressionRule(PredefinedMetricExpressionRule.MetricType metricType,
PredefinedExpressionThresholdScalingConfiguration scaleInConfiguration,
PredefinedExpressionThresholdScalingConfiguration scaleOutConfiguration)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.