Package com.cloudera.cdp.ml.model
Class DeleteInstanceGroupRequest
java.lang.Object
com.cloudera.cdp.ml.model.DeleteInstanceGroupRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.791-07:00")
public class DeleteInstanceGroupRequest
extends Object
Request object for the DeleteInstanceGroup method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for instanceGroupName.Getter for workspaceCrn.int
hashCode()
void
setInstanceGroupName
(String instanceGroupName) Setter for instanceGroupName.void
setWorkspaceCrn
(String workspaceCrn) Setter for workspaceCrn.toString()
-
Constructor Details
-
DeleteInstanceGroupRequest
public DeleteInstanceGroupRequest()
-
-
Method Details
-
getWorkspaceCrn
Getter for workspaceCrn. The CRN of the workspace from which instance group is to be deleted. -
setWorkspaceCrn
Setter for workspaceCrn. The CRN of the workspace from which instance group is to be deleted. -
getInstanceGroupName
Getter for instanceGroupName. The instance group that we want to delete from the workspace. -
setInstanceGroupName
Setter for instanceGroupName. The instance group that we want to delete from the workspace. -
equals
-
hashCode
public int hashCode() -
toString
-