Package com.cloudera.cdp.ml.model
Class UpgradeWorkspaceRequest
java.lang.Object
com.cloudera.cdp.ml.model.UpgradeWorkspaceRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:27.700-07:00")
public class UpgradeWorkspaceRequest
extends Object
Request object for the UpgradeWorkspace method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for environmentName.Getter for mlVersion.Getter for workspaceCrn.Getter for workspaceName.inthashCode()voidsetEnvironmentName(String environmentName) Setter for environmentName.voidsetMlVersion(String mlVersion) Setter for mlVersion.voidsetWorkspaceCrn(String workspaceCrn) Setter for workspaceCrn.voidsetWorkspaceName(String workspaceName) Setter for workspaceName.toString()
-
Constructor Details
-
UpgradeWorkspaceRequest
public UpgradeWorkspaceRequest()
-
-
Method Details
-
getEnvironmentName
Getter for environmentName. The environment of the workbench. -
setEnvironmentName
Setter for environmentName. The environment of the workbench. -
getWorkspaceName
Getter for workspaceName. The name of the workbench. -
setWorkspaceName
Setter for workspaceName. The name of the workbench. -
getMlVersion
Getter for mlVersion. The version of workbench to upgrade to. -
setMlVersion
Setter for mlVersion. The version of workbench to upgrade to. -
getWorkspaceCrn
Getter for workspaceCrn. The CRN of the workbench. If CRN is specified only the CRN is used for identifying the workbench, environment and name arguments are ignored. -
setWorkspaceCrn
Setter for workspaceCrn. The CRN of the workbench. If CRN is specified only the CRN is used for identifying the workbench, environment and name arguments are ignored. -
equals
-
hashCode
public int hashCode() -
toString
-