Package com.cloudera.cdp.ml.model
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for parentPoolName.Getter for workspaceQuota.int
hashCode()
void
setParentPoolName
(String parentPoolName) Setter for parentPoolName.void
setWorkspaceQuota
(QuotaConfig workspaceQuota) Setter for workspaceQuota.toString()
-
Constructor Details
-
ResourcePoolConfig
public ResourcePoolConfig()
-
-
Method Details
-
getParentPoolName
Getter for parentPoolName. The name of the parent resource pool. -
setParentPoolName
Setter for parentPoolName. The name of the parent resource pool. -
getWorkspaceQuota
Getter for workspaceQuota. The resource quota. -
setWorkspaceQuota
Setter for workspaceQuota. The resource quota. -
equals
-
hashCode
public int hashCode() -
toString
-