Class TargetCustomMetricExpressionRule
A custom Monitoring Query Language (MQL) expression for triggering an autoscaling action on the workload.
Inheritance
TargetCustomMetricExpressionRule
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class TargetCustomMetricExpressionRule : ManagedComputeClusterWorkloadMetricExpressionRule
Properties
ScaleConfiguration
Declaration
[Required(ErrorMessage = "ScaleConfiguration is required.")]
[JsonProperty(PropertyName = "scaleConfiguration")]
public TargetCustomExpressionQueryScalingConfiguration ScaleConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| TargetCustomExpressionQueryScalingConfiguration |
Remarks
Required