Package com.cloudera.cdp.ml.model
Class AddInstanceGroupsRequest
java.lang.Object
com.cloudera.cdp.ml.model.AddInstanceGroupsRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:27.700-07:00")
public class AddInstanceGroupsRequest
extends Object
Request object for AddInstanceGroups.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for instanceGroups.Getter for workspaceCrn.inthashCode()voidsetInstanceGroups(List<InstanceGroup> instanceGroups) Setter for instanceGroups.voidsetWorkspaceCrn(String workspaceCrn) Setter for workspaceCrn.toString()
-
Constructor Details
-
AddInstanceGroupsRequest
public AddInstanceGroupsRequest()
-
-
Method Details
-
getWorkspaceCrn
Getter for workspaceCrn. The CRN of the workbench to which the instance groups are to be added. -
setWorkspaceCrn
Setter for workspaceCrn. The CRN of the workbench to which the instance groups are to be added. -
getInstanceGroups
Getter for instanceGroups. The instance groups that we want to add to the workbench. -
setInstanceGroups
Setter for instanceGroups. The instance groups that we want to add to the workbench. -
equals
-
hashCode
public int hashCode() -
toString
-