Class AddInstanceGroupsRequest

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-01-23T07:12:39.983-08:00") public class AddInstanceGroupsRequest extends Object
Request object for AddInstanceGroups.
  • Constructor Details

    • AddInstanceGroupsRequest

      public AddInstanceGroupsRequest()
  • Method Details

    • getWorkspaceCrn

      public String getWorkspaceCrn()
      Getter for workspaceCrn. The CRN of the workbench to which the instance groups are to be added.
    • setWorkspaceCrn

      public void setWorkspaceCrn(String workspaceCrn)
      Setter for workspaceCrn. The CRN of the workbench to which the instance groups are to be added.
    • getInstanceGroups

      public List<InstanceGroup> getInstanceGroups()
      Getter for instanceGroups. The instance groups that we want to add to the workbench.
    • setInstanceGroups

      public void setInstanceGroups(List<InstanceGroup> instanceGroups)
      Setter for instanceGroups. The instance groups that we want to add to the workbench.
    • 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