Package com.cloudera.cdp.ml.model
Class WorkspaceSummary
java.lang.Object
com.cloudera.cdp.ml.model.WorkspaceSummary
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.791-07:00")
public class WorkspaceSummary
extends Object
A Cloudera Machine Learning workspace which includes the deployed configuration details.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for backupMetadata.Getter for cloudPlatform.Getter for clusterID.Getter for creationDate.Getter for creatorCrn.getCrn()
Getter for crn.Getter for environmentCrn.Getter for environmentName.Getter for failureMessage.Getter for filesystemID.Getter for healthInfoLists.Getter for httpsEnabled.Getter for instanceName.Getter for instanceStatus.Getter for instanceUrl.Getter for isPrivate.Getter for isRestored.Getter for k8sClusterName.Getter for loadBalancerIPWhitelists.Getter for monitoringEnabled.Getter for nfsVersion.Getter for upgradeState.Getter for version.int
hashCode()
void
setBackupMetadata
(BackupMetadata backupMetadata) Setter for backupMetadata.void
setCloudPlatform
(String cloudPlatform) Setter for cloudPlatform.void
setClusterID
(String clusterID) Setter for clusterID.void
setCreationDate
(ZonedDateTime creationDate) Setter for creationDate.void
setCreatorCrn
(String creatorCrn) Setter for creatorCrn.void
Setter for crn.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.void
setEnvironmentName
(String environmentName) Setter for environmentName.void
setFailureMessage
(String failureMessage) Setter for failureMessage.void
setFilesystemID
(String filesystemID) Setter for filesystemID.void
setHealthInfoLists
(List<HealthInfo> healthInfoLists) Setter for healthInfoLists.void
setHttpsEnabled
(Boolean httpsEnabled) Setter for httpsEnabled.void
setInstanceName
(String instanceName) Setter for instanceName.void
setInstanceStatus
(String instanceStatus) Setter for instanceStatus.void
setInstanceUrl
(String instanceUrl) Setter for instanceUrl.void
setIsPrivate
(Boolean isPrivate) Setter for isPrivate.void
setIsRestored
(Boolean isRestored) Setter for isRestored.void
setK8sClusterName
(String k8sClusterName) Setter for k8sClusterName.void
setLoadBalancerIPWhitelists
(List<String> loadBalancerIPWhitelists) Setter for loadBalancerIPWhitelists.void
setMonitoringEnabled
(Boolean monitoringEnabled) Setter for monitoringEnabled.void
setNfsVersion
(String nfsVersion) Setter for nfsVersion.void
setUpgradeState
(UpgradeState upgradeState) Setter for upgradeState.void
setVersion
(String version) Setter for version.toString()
-
Constructor Details
-
WorkspaceSummary
public WorkspaceSummary()
-
-
Method Details
-
getInstanceName
Getter for instanceName. The name of the workspace. -
setInstanceName
Setter for instanceName. The name of the workspace. -
getEnvironmentName
Getter for environmentName. The name of the workspace's environment. -
setEnvironmentName
Setter for environmentName. The name of the workspace's environment. -
getInstanceStatus
Getter for instanceStatus. The workspace's current status. -
setInstanceStatus
Setter for instanceStatus. The workspace's current status. -
getInstanceUrl
Getter for instanceUrl. URL of the workspace's user interface. -
setInstanceUrl
Setter for instanceUrl. URL of the workspace's user interface. -
getEnvironmentCrn
Getter for environmentCrn. CRN of the environment. -
setEnvironmentCrn
Setter for environmentCrn. CRN of the environment. -
getCrn
Getter for crn. The CRN of the workspace. -
setCrn
Setter for crn. The CRN of the workspace. -
getK8sClusterName
Getter for k8sClusterName. The Kubernetes cluster name. -
setK8sClusterName
Setter for k8sClusterName. The Kubernetes cluster name. -
getCreatorCrn
Getter for creatorCrn. The CRN of the creator of the workspace. -
setCreatorCrn
Setter for creatorCrn. The CRN of the creator of the workspace. -
getVersion
Getter for version. The version of Cloudera Machine Learning that was installed on the workspace. -
setVersion
Setter for version. The version of Cloudera Machine Learning that was installed on the workspace. -
getHttpsEnabled
Getter for httpsEnabled. Indicates if HTTPs communication was enabled on this workspace when provisioned. -
setHttpsEnabled
Setter for httpsEnabled. Indicates if HTTPs communication was enabled on this workspace when provisioned. -
getFilesystemID
Getter for filesystemID. A filesystem ID referencing the filesystem that was created on the cloud provider environment that this workspace uses. -
setFilesystemID
Setter for filesystemID. A filesystem ID referencing the filesystem that was created on the cloud provider environment that this workspace uses. -
getCloudPlatform
Getter for cloudPlatform. The cloud platform of the environment that was used to create this workspace. -
setCloudPlatform
Setter for cloudPlatform. The cloud platform of the environment that was used to create this workspace. -
getMonitoringEnabled
Getter for monitoringEnabled. If usage monitoring is enabled or not on this workspace. -
setMonitoringEnabled
Setter for monitoringEnabled. If usage monitoring is enabled or not on this workspace. -
getLoadBalancerIPWhitelists
Getter for loadBalancerIPWhitelists. The whitelist of IPs for load balancer. -
setLoadBalancerIPWhitelists
Setter for loadBalancerIPWhitelists. The whitelist of IPs for load balancer. -
getCreationDate
Getter for creationDate. Creation date of workspace. -
setCreationDate
Setter for creationDate. Creation date of workspace. -
getFailureMessage
Getter for failureMessage. Failure message from the most recent failure that has occurred during workspace provisioning. -
setFailureMessage
Setter for failureMessage. Failure message from the most recent failure that has occurred during workspace provisioning. -
getHealthInfoLists
Getter for healthInfoLists. The health info information of the workspace. -
setHealthInfoLists
Setter for healthInfoLists. The health info information of the workspace. -
getUpgradeState
Getter for upgradeState. The upgrade state contains the workspace upgrade information. -
setUpgradeState
Setter for upgradeState. The upgrade state contains the workspace upgrade information. -
getNfsVersion
Getter for nfsVersion. NFS Version of the filesystem. -
setNfsVersion
Setter for nfsVersion. NFS Version of the filesystem. -
getBackupMetadata
Getter for backupMetadata. The Backup Metadata for the workspace. -
setBackupMetadata
Setter for backupMetadata. The Backup Metadata for the workspace. -
getClusterID
Getter for clusterID. The Cluster ID for the workspace. -
setClusterID
Setter for clusterID. The Cluster ID for the workspace. -
getIsPrivate
Getter for isPrivate. The value to indicate if the cluster is private or not. -
setIsPrivate
Setter for isPrivate. The value to indicate if the cluster is private or not. -
getIsRestored
Getter for isRestored. The value to indicate if the workspace is restored one or not -
setIsRestored
Setter for isRestored. The value to indicate if the workspace is restored one or not -
equals
-
hashCode
public int hashCode() -
toString
-