Package com.cloudera.cdp.ml.model
Class Autoscaling
java.lang.Object
com.cloudera.cdp.ml.model.Autoscaling
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:27.700-07:00")
public class Autoscaling
extends Object
Configuration for instance auto scaling.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for enabled.Getter for maxInstances.Getter for minInstances.inthashCode()voidsetEnabled(Boolean enabled) Setter for enabled.voidsetMaxInstances(Integer maxInstances) Setter for maxInstances.voidsetMinInstances(Integer minInstances) Setter for minInstances.toString()
-
Constructor Details
-
Autoscaling
public Autoscaling()
-
-
Method Details
-
getMinInstances
Getter for minInstances. The minimum number of instance for auto scaling. -
setMinInstances
Setter for minInstances. The minimum number of instance for auto scaling. -
getMaxInstances
Getter for maxInstances. The maximum number of instance for auto scaling. -
setMaxInstances
Setter for maxInstances. The maximum number of instance for auto scaling. -
getEnabled
Getter for enabled. The boolean flag to enable the auto scaling. -
setEnabled
Setter for enabled. The boolean flag to enable the auto scaling. -
equals
-
hashCode
public int hashCode() -
toString
-