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-01-23T07:12:39.983-08:00")
public class AddInstanceGroupsRequest
extends Object
Request object for AddInstanceGroups.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for instanceGroups.Getter for workspaceCrn.int
hashCode()
void
setInstanceGroups
(List<InstanceGroup> instanceGroups) Setter for instanceGroups.void
setWorkspaceCrn
(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
-