Class UpgradeWorkspaceRequest

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-01-23T07:12:39.983-08:00") public class UpgradeWorkspaceRequest extends Object
Request object for the UpgradeWorkspace method.
  • Constructor Details

    • UpgradeWorkspaceRequest

      public UpgradeWorkspaceRequest()
  • Method Details

    • getEnvironmentName

      public String getEnvironmentName()
      Getter for environmentName. The environment of the workbench.
    • setEnvironmentName

      public void setEnvironmentName(String environmentName)
      Setter for environmentName. The environment of the workbench.
    • getWorkspaceName

      public String getWorkspaceName()
      Getter for workspaceName. The name of the workbench.
    • setWorkspaceName

      public void setWorkspaceName(String workspaceName)
      Setter for workspaceName. The name of the workbench.
    • getMlVersion

      public String getMlVersion()
      Getter for mlVersion. The version of workbench to upgrade to.
    • setMlVersion

      public void setMlVersion(String mlVersion)
      Setter for mlVersion. The version of workbench to upgrade to.
    • getWorkspaceCrn

      public String 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

      public void setWorkspaceCrn(String workspaceCrn)
      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

      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