Package com.cloudera.cdp.ml.model
Class DescribeWorkspaceRequest
java.lang.Object
com.cloudera.cdp.ml.model.DescribeWorkspaceRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:39.983-08:00")
public class DescribeWorkspaceRequest
extends Object
Request object for the DescribeWorkspace method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for environmentName.Getter for workspaceCrn.Getter for workspaceName.int
hashCode()
void
setEnvironmentName
(String environmentName) Setter for environmentName.void
setWorkspaceCrn
(String workspaceCrn) Setter for workspaceCrn.void
setWorkspaceName
(String workspaceName) Setter for workspaceName.toString()
-
Constructor Details
-
DescribeWorkspaceRequest
public DescribeWorkspaceRequest()
-
-
Method Details
-
getEnvironmentName
Getter for environmentName. The environment for the workbench to describe. -
setEnvironmentName
Setter for environmentName. The environment for the workbench to describe. -
getWorkspaceName
Getter for workspaceName. The name of the workbench to describe. -
setWorkspaceName
Setter for workspaceName. The name of the workbench to describe. -
getWorkspaceCrn
Getter for workspaceCrn. The CRN of the workbench to describe. 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 to describe. 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
-