Show / Hide Table of Contents

Class AutoScalingPolicyDetails

Details for an autoscaling policy to enable on the model deployment. Each autoscaling configuration can have one autoscaling policy. In a threshold-based autoscaling policy, an autoscaling action is triggered when a performance metric meets or exceeds a threshold.

Inheritance
object
AutoScalingPolicyDetails
ThresholdBasedAutoScalingPolicyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
[JsonConverter(typeof(AutoScalingPolicyDetailsModelConverter))]
public class AutoScalingPolicyDetails
In this article
Back to top