Package com.cloudera.cdp.ml.model
Class MlServingProvisionK8sRequest
java.lang.Object
com.cloudera.cdp.ml.model.MlServingProvisionK8sRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.791-07:00")
public class MlServingProvisionK8sRequest
extends Object
Request object for provisioning Cloudera AI Inference Service instance groups.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for environmentCrn.Getter for instanceGroups.Getter for network.getTags()
Getter for tags.int
hashCode()
void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.void
setInstanceGroups
(List<InstanceGroup> instanceGroups) Setter for instanceGroups.void
setNetwork
(OverlayNetwork network) Setter for network.void
setTags
(List<ProvisionTag> tags) Setter for tags.toString()
-
Constructor Details
-
MlServingProvisionK8sRequest
public MlServingProvisionK8sRequest()
-
-
Method Details
-
getInstanceGroups
Getter for instanceGroups. The instance groups. -
setInstanceGroups
Setter for instanceGroups. The instance groups. -
getEnvironmentCrn
Getter for environmentCrn. The CRN of the environment for the cluster to create. -
setEnvironmentCrn
Setter for environmentCrn. The CRN of the environment for the cluster to create. -
getTags
Getter for tags. Tags to add to the cloud provider resources created. This is in addition to any tags added by Cloudera. -
setTags
Setter for tags. Tags to add to the cloud provider resources created. This is in addition to any tags added by Cloudera. -
getNetwork
Getter for network. The overlay network for an AWS Kubernetes cluster's CNI. -
setNetwork
Setter for network. The overlay network for an AWS Kubernetes cluster's CNI. -
equals
-
hashCode
public int hashCode() -
toString
-