Class ModifyMlServingAppRequest

java.lang.Object
com.cloudera.cdp.ml.model.ModifyMlServingAppRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.791-07:00") public class ModifyMlServingAppRequest extends Object
Request object for the ModifyMlServingApp method.
  • Constructor Details

    • ModifyMlServingAppRequest

      public ModifyMlServingAppRequest()
  • Method Details

    • getAppCrn

      public String getAppCrn()
      Getter for appCrn. The CRN of the Cloudera AI Inference Service to be modified.
    • setAppCrn

      public void setAppCrn(String appCrn)
      Setter for appCrn. The CRN of the Cloudera AI Inference Service to be modified.
    • getInstanceGroupName

      public String getInstanceGroupName()
      Getter for instanceGroupName. The name of the instance group to be modified.
    • setInstanceGroupName

      public void setInstanceGroupName(String instanceGroupName)
      Setter for instanceGroupName. The name of the instance group to be modified.
    • getMin

      public Integer getMin()
      Getter for min. The desired minimum number of instances in the instance group.
    • setMin

      public void setMin(Integer min)
      Setter for min. The desired minimum number of instances in the instance group.
    • getMax

      public Integer getMax()
      Getter for max. The desired maximum number of instances in the instance group.
    • setMax

      public void setMax(Integer max)
      Setter for max. The desired maximum number of instances in the instance group.
    • getInstanceType

      public String getInstanceType()
      Getter for instanceType. The desired instance type of the instance group.
    • setInstanceType

      public void setInstanceType(String instanceType)
      Setter for instanceType. The desired instance type of the instance group.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object