Class AddInstanceGroupsMlServingAppRequest

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

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

    • AddInstanceGroupsMlServingAppRequest

      public AddInstanceGroupsMlServingAppRequest()
  • Method Details

    • getAppCrn

      public String getAppCrn()
      Getter for appCrn. The CRN of the Cloudera AI Inference Service instance to which the instance groups will be added.
    • setAppCrn

      public void setAppCrn(String appCrn)
      Setter for appCrn. The CRN of the Cloudera AI Inference Service instance to which the instance groups will be added.
    • getInstanceGroups

      public List<InstanceGroup> getInstanceGroups()
      Getter for instanceGroups. The instance groups to be added to the Cloudera AI Inference Service instance.
    • setInstanceGroups

      public void setInstanceGroups(List<InstanceGroup> instanceGroups)
      Setter for instanceGroups. The instance groups to be added to the Cloudera AI Inference Service instance.
    • 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