Package com.cloudera.cdp.ml.model
Class ModifyClusterInstanceGroupRequest
java.lang.Object
com.cloudera.cdp.ml.model.ModifyClusterInstanceGroupRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:27.700-07:00")
public class ModifyClusterInstanceGroupRequest
extends Object
Request object for ModifyClusterInstanceGroup.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for accelerator.Getter for instanceGroupName.Getter for instanceType.getMax()Getter for max.getMin()Getter for min.getName()Getter for name.Getter for workspaceCrn.inthashCode()voidsetAccelerator(Accelerator accelerator) Setter for accelerator.voidsetInstanceGroupName(String instanceGroupName) Setter for instanceGroupName.voidsetInstanceType(String instanceType) Setter for instanceType.voidSetter for max.voidSetter for min.voidSetter for name.voidsetWorkspaceCrn(String workspaceCrn) Setter for workspaceCrn.toString()
-
Constructor Details
-
ModifyClusterInstanceGroupRequest
public ModifyClusterInstanceGroupRequest()
-
-
Method Details
-
getWorkspaceCrn
Getter for workspaceCrn. The CRN of the workbench cluster to modify. -
setWorkspaceCrn
Setter for workspaceCrn. The CRN of the workbench cluster to modify. -
getInstanceGroupName
Getter for instanceGroupName. The system-assigned name of the instance group in the workbench cluster to be modified. -
setInstanceGroupName
Setter for instanceGroupName. The system-assigned name of the instance group in the workbench cluster to be modified. -
getMin
Getter for min. The desired autoscaling min of the workbench cluster instance group. -
setMin
Setter for min. The desired autoscaling min of the workbench cluster instance group. -
getMax
Getter for max. The desired autoscaling min of the workbench cluster instance group. -
setMax
Setter for max. The desired autoscaling min of the workbench cluster instance group. -
getInstanceType
Getter for instanceType. The desired instance type of the workbench cluster instance group. -
setInstanceType
Setter for instanceType. The desired instance type of the workbench cluster instance group. -
getName
Getter for name. The unique name for the instance or resource group of the workbench. -
setName
Setter for name. The unique name for the instance or resource group of the workbench. -
getAccelerator
Getter for accelerator. The accelerator, which refers to the GPU type configuration. -
setAccelerator
Setter for accelerator. The accelerator, which refers to the GPU type configuration. -
equals
-
hashCode
public int hashCode() -
toString
-