Class ResourcePoolConfig

java.lang.Object
com.cloudera.cdp.ml.model.ResourcePoolConfig

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-03-19T13:03:28.401-07:00") public class ResourcePoolConfig extends Object
Resource pool configuration for quota management.
  • Constructor Details

    • ResourcePoolConfig

      public ResourcePoolConfig()
  • Method Details

    • getParentPoolName

      public String getParentPoolName()
      Getter for parentPoolName. The name of the parent resource pool.
    • setParentPoolName

      public void setParentPoolName(String parentPoolName)
      Setter for parentPoolName. The name of the parent resource pool.
    • getWorkspaceQuota

      public QuotaConfig getWorkspaceQuota()
      Getter for workspaceQuota. The resource quota.
    • setWorkspaceQuota

      public void setWorkspaceQuota(QuotaConfig workspaceQuota)
      Setter for workspaceQuota. The resource quota.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object