Class TargetPredefinedExpressionThresholdScalingConfiguration
The scaling configuration for the predefined metric expression rule for the workload.
Inheritance
TargetPredefinedExpressionThresholdScalingConfiguration
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class TargetPredefinedExpressionThresholdScalingConfiguration : TargetScalingConfiguration
Properties
Threshold
Declaration
[Required(ErrorMessage = "Threshold is required.")]
[JsonProperty(PropertyName = "threshold")]
public float? Threshold { get; set; }
Property Value
| Type | Description |
|---|---|
| float? | A metric value at which the scaling operation will be triggered. |
Remarks
Required