Package com.cloudera.cdp.ml.model
Class CreateMlServingAppRequest
java.lang.Object
com.cloudera.cdp.ml.model.CreateMlServingAppRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.791-07:00")
public class CreateMlServingAppRequest
extends Object
Request object for the CreateMlServingApp method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for appName.Getter for clusterCrn.Getter for environmentCrn.Getter for loadBalancerIPWhitelists.Getter for provisionK8sRequest.Getter for skipValidation.Getter for staticSubdomain.Getter for subnetsForLoadBalancers.Getter for usePublicLoadBalancer.int
hashCode()
void
setAppName
(String appName) Setter for appName.void
setClusterCrn
(String clusterCrn) Setter for clusterCrn.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.void
setLoadBalancerIPWhitelists
(List<String> loadBalancerIPWhitelists) Setter for loadBalancerIPWhitelists.void
setProvisionK8sRequest
(MlServingProvisionK8sRequest provisionK8sRequest) Setter for provisionK8sRequest.void
setSkipValidation
(Boolean skipValidation) Setter for skipValidation.void
setStaticSubdomain
(String staticSubdomain) Setter for staticSubdomain.void
setSubnetsForLoadBalancers
(List<String> subnetsForLoadBalancers) Setter for subnetsForLoadBalancers.void
setUsePublicLoadBalancer
(Boolean usePublicLoadBalancer) Setter for usePublicLoadBalancer.toString()
-
Constructor Details
-
CreateMlServingAppRequest
public CreateMlServingAppRequest()
-
-
Method Details
-
getAppName
Getter for appName. The name of the Cloudera AI Inference Service to be created. -
setAppName
Setter for appName. The name of the Cloudera AI Inference Service to be created. -
getEnvironmentCrn
Getter for environmentCrn. The environment CRN. -
setEnvironmentCrn
Setter for environmentCrn. The environment CRN. -
getClusterCrn
Getter for clusterCrn. The cluster CRN of an existing cluster where Cloudera AI Inference Service instance will be deployed. -
setClusterCrn
Setter for clusterCrn. The cluster CRN of an existing cluster where Cloudera AI Inference Service instance will be deployed. -
getProvisionK8sRequest
Getter for provisionK8sRequest. The request for Kubernetes cluster provisioning. Required in public cloud. -
setProvisionK8sRequest
Setter for provisionK8sRequest. The request for Kubernetes cluster provisioning. Required in public cloud. -
getUsePublicLoadBalancer
Getter for usePublicLoadBalancer. The boolean flag to request a public load balancer. By default, a private load balancer is used. -
setUsePublicLoadBalancer
Setter for usePublicLoadBalancer. The boolean flag to request a public load balancer. By default, a private load balancer is used. -
getSkipValidation
Getter for skipValidation. Skip pre-flight validations if requested. -
setSkipValidation
Setter for skipValidation. Skip pre-flight validations if requested. -
getLoadBalancerIPWhitelists
Getter for loadBalancerIPWhitelists. The whitelist of IPs for load balancer. -
setLoadBalancerIPWhitelists
Setter for loadBalancerIPWhitelists. The whitelist of IPs for load balancer. -
getSubnetsForLoadBalancers
Getter for subnetsForLoadBalancers. The list of subnets to be used for the load balancer. -
setSubnetsForLoadBalancers
Setter for subnetsForLoadBalancers. The list of subnets to be used for the load balancer. -
getStaticSubdomain
Getter for staticSubdomain. The static subdomain to be used for the Cloudera AI Inference Service instance. -
setStaticSubdomain
Setter for staticSubdomain. The static subdomain to be used for the Cloudera AI Inference Service instance. -
equals
-
hashCode
public int hashCode() -
toString
-