Package | Description |
---|---|
com.oracle.bmc.datascience.model |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
List<MetricExpressionRule> |
ThresholdBasedAutoScalingPolicyDetails.getRules()
The list of autoscaling policy rules.
|
Modifier and Type | Method and Description |
---|---|
ThresholdBasedAutoScalingPolicyDetails.Builder |
ThresholdBasedAutoScalingPolicyDetails.Builder.rules(List<MetricExpressionRule> rules)
The list of autoscaling policy rules.
|
Constructor and Description |
---|
ThresholdBasedAutoScalingPolicyDetails(List<MetricExpressionRule> rules,
Integer maximumInstanceCount,
Integer minimumInstanceCount,
Integer initialInstanceCount)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.