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 Details

    • MlServingApp

      public MlServingApp()
  • Method Details

    • getCloudPlatform

      public String getCloudPlatform()
      Getter for cloudPlatform. The cloud platform of the environment that was used to create this instance.
    • setCloudPlatform

      public void setCloudPlatform(String cloudPlatform)
      Setter for cloudPlatform. The cloud platform of the environment that was used to create this instance.
    • getAppName

      public String getAppName()
      Getter for appName. The name of the Cloudera AI Inference Service instance.
    • setAppName

      public void setAppName(String appName)
      Setter for appName. The name of the Cloudera AI Inference Service instance.
    • getAppCrn

      public String getAppCrn()
      Getter for appCrn. The CRN of the Cloudera AI Inference Service instance.
    • setAppCrn

      public void setAppCrn(String appCrn)
      Setter for appCrn. The CRN of the Cloudera AI Inference Service instance.
    • getEnvironmentCrn

      public String getEnvironmentCrn()
      Getter for environmentCrn. The CRN of the environment.
    • setEnvironmentCrn

      public void setEnvironmentCrn(String environmentCrn)
      Setter for environmentCrn. The CRN of the environment.
    • getEnvironmentName

      public String getEnvironmentName()
      Getter for environmentName. The name of the environment.
    • setEnvironmentName

      public void setEnvironmentName(String environmentName)
      Setter for environmentName. The name of the environment.
    • getNamespace

      public String getNamespace()
      Getter for namespace. The namespace used for this service.
    • setNamespace

      public void setNamespace(String namespace)
      Setter for namespace. The namespace used for this service.
    • getOwnerEmail

      public String getOwnerEmail()
      Getter for ownerEmail. The email of the user who created this service.
    • setOwnerEmail

      public void setOwnerEmail(String ownerEmail)
      Setter for ownerEmail. The email of the user who created this service.
    • getMlServingVersion

      public String getMlServingVersion()
      Getter for mlServingVersion. The Cloudera AI Inference Service version running on this instance.
    • setMlServingVersion

      public void setMlServingVersion(String mlServingVersion)
      Setter for mlServingVersion. The Cloudera AI Inference Service version running on this instance.
    • getIsPrivateCluster

      public Boolean getIsPrivateCluster()
      Getter for isPrivateCluster. Is this service installed on a private cluster.
    • setIsPrivateCluster

      public void setIsPrivateCluster(Boolean isPrivateCluster)
      Setter for isPrivateCluster. Is this service installed on a private cluster.
    • getCreationDate

      public ZonedDateTime getCreationDate()
      Getter for creationDate. Creation date of Cloudera AI Inference Service instance.
    • setCreationDate

      public void setCreationDate(ZonedDateTime creationDate)
      Setter for creationDate. Creation date of Cloudera AI Inference Service instance.
    • getCluster

      public KubernetesCluster getCluster()
      Getter for cluster. The Kubernetes cluster information.
    • setCluster

      public void setCluster(KubernetesCluster cluster)
      Setter for cluster. The Kubernetes cluster information.
    • getStatus

      public String getStatus()
      Getter for status. The status of the Cloudera AI Inference Service instance.
    • setStatus

      public void setStatus(String status)
      Setter for status. The status of the Cloudera AI Inference Service instance.
    • getUsePublicLoadBalancer

      public Boolean getUsePublicLoadBalancer()
      Getter for usePublicLoadBalancer. Indicates if this Cloudera AI Inference Service instance uses a public load balancer.
    • setUsePublicLoadBalancer

      public void setUsePublicLoadBalancer(Boolean usePublicLoadBalancer)
      Setter for usePublicLoadBalancer. Indicates if this Cloudera AI Inference Service instance uses a public load balancer.
    • getHttpsEnabled

      public Boolean getHttpsEnabled()
      Getter for httpsEnabled. Indicates if HTTPs communication was enabled on this application when it was provisioned.
    • setHttpsEnabled

      public void setHttpsEnabled(Boolean httpsEnabled)
      Setter for httpsEnabled. Indicates if HTTPs communication was enabled on this application when it was provisioned.
    • getSubnetsForLoadBalancers

      public List<String> getSubnetsForLoadBalancers()
      Getter for subnetsForLoadBalancers. The list of subnets used for the load balancer.
    • setSubnetsForLoadBalancers

      public void setSubnetsForLoadBalancers(List<String> subnetsForLoadBalancers)
      Setter for subnetsForLoadBalancers. The list of subnets used for the load balancer.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object