Package com.cloudera.cdp.ml.model
Class Workspace
java.lang.Object
com.cloudera.cdp.ml.model.Workspace
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.791-07:00")
public class Workspace
extends Object
A ML workspace, which includes the cluster and storage.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for authorizedIPRanges.Getter for backupMetadata.Getter for cloudPlatform.Getter for clusterBaseDomain.Getter for clusterID.Getter for creationDate.Getter for creatorCrn.getCrn()
Getter for crn.Getter for endpointPublicAccess.Getter for environmentCrn.Getter for environmentName.Getter for failureMessage.Getter for filesystemID.Getter for governanceEnabled.Getter for healthInfoLists.Getter for httpsEnabled.Getter for instanceGroups.Getter for instanceName.Getter for instanceStatus.Getter for instanceUrl.Getter for isPrivate.Getter for isRestored.Getter for k8sClusterName.Getter for loadBalancerIPWhitelists.Getter for modelMetricsEnabled.Getter for monitoringEnabled.Getter for nfsVersion.Getter for subnets.Getter for subnetsForLoadBalancers.getTags()
Getter for tags.Getter for upgradeState.Getter for version.Getter for whitelistAuthorizedIPRanges.int
hashCode()
void
setAuthorizedIPRanges
(List<String> authorizedIPRanges) Setter for authorizedIPRanges.void
setBackupMetadata
(BackupMetadata backupMetadata) Setter for backupMetadata.void
setCloudPlatform
(String cloudPlatform) Setter for cloudPlatform.void
setClusterBaseDomain
(String clusterBaseDomain) Setter for clusterBaseDomain.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
setEndpointPublicAccess
(Boolean endpointPublicAccess) Setter for endpointPublicAccess.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
setGovernanceEnabled
(Boolean governanceEnabled) Setter for governanceEnabled.void
setHealthInfoLists
(List<HealthInfo> healthInfoLists) Setter for healthInfoLists.void
setHttpsEnabled
(Boolean httpsEnabled) Setter for httpsEnabled.void
setInstanceGroups
(List<WorkspaceInstanceGroup> instanceGroups) Setter for instanceGroups.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
setModelMetricsEnabled
(Boolean modelMetricsEnabled) Setter for modelMetricsEnabled.void
setMonitoringEnabled
(Boolean monitoringEnabled) Setter for monitoringEnabled.void
setNfsVersion
(String nfsVersion) Setter for nfsVersion.void
setSubnets
(List<String> subnets) Setter for subnets.void
setSubnetsForLoadBalancers
(List<String> subnetsForLoadBalancers) Setter for subnetsForLoadBalancers.void
Setter for tags.void
setUpgradeState
(UpgradeState upgradeState) Setter for upgradeState.void
setVersion
(String version) Setter for version.void
setWhitelistAuthorizedIPRanges
(Boolean whitelistAuthorizedIPRanges) Setter for whitelistAuthorizedIPRanges.toString()
-
Constructor Details
-
Workspace
public Workspace()
-
-
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. To Display if Https is enabled or not. -
setHttpsEnabled
Setter for httpsEnabled. To Display if Https is enabled or not. -
getEndpointPublicAccess
Getter for endpointPublicAccess. To check if the cluster is publicly accessible or not. -
setEndpointPublicAccess
Setter for endpointPublicAccess. To check if the cluster is publicly accessible or not. -
getFilesystemID
Getter for filesystemID. filesystemID used by the workspace -
setFilesystemID
Setter for filesystemID. filesystemID used by the workspace -
getTags
Getter for tags. Tags provided by the user at the time of workspace creation. -
setTags
Setter for tags. Tags provided by the user at the time of workspace creation. -
getInstanceGroups
Getter for instanceGroups. The instance groups. -
setInstanceGroups
Setter for instanceGroups. The instance groups. -
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. IP whitelist for loadBalancer. -
setLoadBalancerIPWhitelists
Setter for loadBalancerIPWhitelists. IP whitelist for loadBalancer. -
getCreationDate
Getter for creationDate. Creation date of workspace. -
setCreationDate
Setter for creationDate. Creation date of workspace. -
getHealthInfoLists
Getter for healthInfoLists. The health info information of the workspace. -
setHealthInfoLists
Setter for healthInfoLists. The health info information of the 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. -
getClusterBaseDomain
Getter for clusterBaseDomain. The basedomain of the cluster. -
setClusterBaseDomain
Setter for clusterBaseDomain. The basedomain of the cluster. -
getModelMetricsEnabled
Getter for modelMetricsEnabled. Whether model metrics is enabled. -
setModelMetricsEnabled
Setter for modelMetricsEnabled. Whether model metrics is enabled. -
getGovernanceEnabled
Getter for governanceEnabled. Whether governance is enabled. -
setGovernanceEnabled
Setter for governanceEnabled. Whether governance is enabled. -
getSubnets
Getter for subnets. The subnets of the workspace. -
setSubnets
Setter for subnets. The subnets of the workspace. -
getWhitelistAuthorizedIPRanges
Getter for whitelistAuthorizedIPRanges. Whether to whitelist only 'authorizedIPRanges' given or all public IPs. -
setWhitelistAuthorizedIPRanges
Setter for whitelistAuthorizedIPRanges. Whether to whitelist only 'authorizedIPRanges' given or all public IPs. -
getAuthorizedIPRanges
Getter for authorizedIPRanges. The whitelist of CIDR blocks which can access the API server. -
setAuthorizedIPRanges
Setter for authorizedIPRanges. The whitelist of CIDR blocks which can access the API server. -
getNfsVersion
Getter for nfsVersion. NFS Version of the filesystem. -
setNfsVersion
Setter for nfsVersion. NFS Version of the filesystem. -
getSubnetsForLoadBalancers
Getter for subnetsForLoadBalancers. The list of subnets used for the load balancer that CML creates. -
setSubnetsForLoadBalancers
Setter for subnetsForLoadBalancers. The list of subnets used for the load balancer that CML creates. -
getUpgradeState
Getter for upgradeState. The upgrade state contains the workspace upgrade information. -
setUpgradeState
Setter for upgradeState. The upgrade state contains the workspace upgrade information. -
getBackupMetadata
Getter for backupMetadata. The Backup MetaData for this Workspace -
setBackupMetadata
Setter for backupMetadata. The Backup MetaData for this 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
-