Show / Hide Table of Contents

Class ScalingPolicy

The scaling policy to apply to each model of the deployment.

Inheritance
object
ScalingPolicy
AutoScalingPolicy
FixedSizeScalingPolicy
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(ScalingPolicyModelConverter))]
public class ScalingPolicy
In this article
Back to top