Package com.cloudera.cdp.ml.model
Class MlServingApp
java.lang.Object
com.cloudera.cdp.ml.model.MlServingApp
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.791-07:00")
public class MlServingApp
extends Object
The Cloudera AI Inference Service instance.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for appCrn.Getter for appName.Getter for cloudPlatform.Getter for cluster.Getter for creationDate.Getter for environmentCrn.Getter for environmentName.Getter for httpsEnabled.Getter for isPrivateCluster.Getter for mlServingVersion.Getter for namespace.Getter for ownerEmail.Getter for status.Getter for subnetsForLoadBalancers.Getter for usePublicLoadBalancer.int
hashCode()
void
Setter for appCrn.void
setAppName
(String appName) Setter for appName.void
setCloudPlatform
(String cloudPlatform) Setter for cloudPlatform.void
setCluster
(KubernetesCluster cluster) Setter for cluster.void
setCreationDate
(ZonedDateTime creationDate) Setter for creationDate.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.void
setEnvironmentName
(String environmentName) Setter for environmentName.void
setHttpsEnabled
(Boolean httpsEnabled) Setter for httpsEnabled.void
setIsPrivateCluster
(Boolean isPrivateCluster) Setter for isPrivateCluster.void
setMlServingVersion
(String mlServingVersion) Setter for mlServingVersion.void
setNamespace
(String namespace) Setter for namespace.void
setOwnerEmail
(String ownerEmail) Setter for ownerEmail.void
Setter for status.void
setSubnetsForLoadBalancers
(List<String> subnetsForLoadBalancers) Setter for subnetsForLoadBalancers.void
setUsePublicLoadBalancer
(Boolean usePublicLoadBalancer) Setter for usePublicLoadBalancer.toString()
-
Constructor Details
-
MlServingApp
public MlServingApp()
-
-
Method Details
-
getCloudPlatform
Getter for cloudPlatform. The cloud platform of the environment that was used to create this instance. -
setCloudPlatform
Setter for cloudPlatform. The cloud platform of the environment that was used to create this instance. -
getAppName
Getter for appName. The name of the Cloudera AI Inference Service instance. -
setAppName
Setter for appName. The name of the Cloudera AI Inference Service instance. -
getAppCrn
Getter for appCrn. The CRN of the Cloudera AI Inference Service instance. -
setAppCrn
Setter for appCrn. The CRN of the Cloudera AI Inference Service instance. -
getEnvironmentCrn
Getter for environmentCrn. The CRN of the environment. -
setEnvironmentCrn
Setter for environmentCrn. The CRN of the environment. -
getEnvironmentName
Getter for environmentName. The name of the environment. -
setEnvironmentName
Setter for environmentName. The name of the environment. -
getNamespace
Getter for namespace. The namespace used for this service. -
setNamespace
Setter for namespace. The namespace used for this service. -
getOwnerEmail
Getter for ownerEmail. The email of the user who created this service. -
setOwnerEmail
Setter for ownerEmail. The email of the user who created this service. -
getMlServingVersion
Getter for mlServingVersion. The Cloudera AI Inference Service version running on this instance. -
setMlServingVersion
Setter for mlServingVersion. The Cloudera AI Inference Service version running on this instance. -
getIsPrivateCluster
Getter for isPrivateCluster. Is this service installed on a private cluster. -
setIsPrivateCluster
Setter for isPrivateCluster. Is this service installed on a private cluster. -
getCreationDate
Getter for creationDate. Creation date of Cloudera AI Inference Service instance. -
setCreationDate
Setter for creationDate. Creation date of Cloudera AI Inference Service instance. -
getCluster
Getter for cluster. The Kubernetes cluster information. -
setCluster
Setter for cluster. The Kubernetes cluster information. -
getStatus
Getter for status. The status of the Cloudera AI Inference Service instance. -
setStatus
Setter for status. The status of the Cloudera AI Inference Service instance. -
getUsePublicLoadBalancer
Getter for usePublicLoadBalancer. Indicates if this Cloudera AI Inference Service instance uses a public load balancer. -
setUsePublicLoadBalancer
Setter for usePublicLoadBalancer. Indicates if this Cloudera AI Inference Service instance uses a public load balancer. -
getHttpsEnabled
Getter for httpsEnabled. Indicates if HTTPs communication was enabled on this application when it was provisioned. -
setHttpsEnabled
Setter for httpsEnabled. Indicates if HTTPs communication was enabled on this application when it was provisioned. -
getSubnetsForLoadBalancers
Getter for subnetsForLoadBalancers. The list of subnets used for the load balancer. -
setSubnetsForLoadBalancers
Setter for subnetsForLoadBalancers. The list of subnets used for the load balancer. -
equals
-
hashCode
public int hashCode() -
toString
-