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="2023-12-01T13:59:40.609-08:00") public class UpgradeWorkspaceRequest extends Object
Request object for the UpgradeWorkspace method.
-
-
Constructor Summary
Constructors Constructor Description UpgradeWorkspaceRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getEnvironmentName()
Getter for environmentName.String
getMlVersion()
Getter for mlVersion.String
getWorkspaceCrn()
Getter for workspaceCrn.String
getWorkspaceName()
Getter for workspaceName.int
hashCode()
void
setEnvironmentName(String environmentName)
Setter for environmentName.void
setMlVersion(String mlVersion)
Setter for mlVersion.void
setWorkspaceCrn(String workspaceCrn)
Setter for workspaceCrn.void
setWorkspaceName(String workspaceName)
Setter for workspaceName.String
toString()
-
-
-
Method Detail
-
getEnvironmentName
public String getEnvironmentName()
Getter for environmentName. The environment of the workspace.
-
setEnvironmentName
public void setEnvironmentName(String environmentName)
Setter for environmentName. The environment of the workspace.
-
getWorkspaceName
public String getWorkspaceName()
Getter for workspaceName. The name of the workspace.
-
setWorkspaceName
public void setWorkspaceName(String workspaceName)
Setter for workspaceName. The name of the workspace.
-
getMlVersion
public String getMlVersion()
Getter for mlVersion. The version of workspace to upgrade to.
-
setMlVersion
public void setMlVersion(String mlVersion)
Setter for mlVersion. The version of workspace to upgrade to.
-
getWorkspaceCrn
public String getWorkspaceCrn()
Getter for workspaceCrn. The CRN of the workspace. If CRN is specified only the CRN is used for identifying the workspace, environment and name arguments are ignored.
-
setWorkspaceCrn
public void setWorkspaceCrn(String workspaceCrn)
Setter for workspaceCrn. The CRN of the workspace. If CRN is specified only the CRN is used for identifying the workspace, environment and name arguments are ignored.
-
-