Package com.cloudera.cdp.ml.model
Class WorkspaceInstanceGroup
java.lang.Object
com.cloudera.cdp.ml.model.WorkspaceInstanceGroup
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.791-07:00")
public class WorkspaceInstanceGroup
extends Object
Instance group information to show in workspace details.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for instanceCount.Getter for instanceGroupName.Getter for instances.Getter for instanceType.Getter for maxInstances.Getter for minInstances.getTags()
Getter for tags.int
hashCode()
void
setInstanceCount
(Integer instanceCount) Setter for instanceCount.void
setInstanceGroupName
(String instanceGroupName) Setter for instanceGroupName.void
setInstances
(List<Instance> instances) Setter for instances.void
setInstanceType
(String instanceType) Setter for instanceType.void
setMaxInstances
(Integer maxInstances) Setter for maxInstances.void
setMinInstances
(Integer minInstances) Setter for minInstances.void
Setter for tags.toString()
-
Constructor Details
-
WorkspaceInstanceGroup
public WorkspaceInstanceGroup()
-
-
Method Details
-
getInstanceType
Getter for instanceType. The cloud provider instance type for the node instance. -
setInstanceType
Setter for instanceType. The cloud provider instance type for the node instance. -
getInstanceCount
Getter for instanceCount. The initial number of instance node. -
setInstanceCount
Setter for instanceCount. The initial number of instance node. -
getInstanceGroupName
Getter for instanceGroupName. The unique name of the instance group. -
setInstanceGroupName
Setter for instanceGroupName. The unique name of the instance group. -
getMinInstances
Getter for minInstances. The minimum number of instances that can be deployed to this instance group. If the value is 0, the group might be empty. -
setMinInstances
Setter for minInstances. The minimum number of instances that can be deployed to this instance group. If the value is 0, the group might be empty. -
getMaxInstances
Getter for maxInstances. The maximum number of instances that can be deployed to this instance group. -
setMaxInstances
Setter for maxInstances. The maximum number of instances that can be deployed to this instance group. -
getInstances
Getter for instances. Instances in the instance group. -
setInstances
Setter for instances. Instances in the instance group. -
getTags
Getter for tags. Tags are key/value pairs that are applied to all tag-able resources deployed in the workspace's cloud environment. -
setTags
Setter for tags. Tags are key/value pairs that are applied to all tag-able resources deployed in the workspace's cloud environment. -
equals
-
hashCode
public int hashCode() -
toString
-