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 Details

    • MlServingProvisionK8sRequest

      public MlServingProvisionK8sRequest()
  • Method Details

    • getInstanceGroups

      public List<InstanceGroup> getInstanceGroups()
      Getter for instanceGroups. The instance groups.
    • setInstanceGroups

      public void setInstanceGroups(List<InstanceGroup> instanceGroups)
      Setter for instanceGroups. The instance groups.
    • getEnvironmentCrn

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

      public void setEnvironmentCrn(String environmentCrn)
      Setter for environmentCrn. The CRN of the environment for the cluster to create.
    • getTags

      public List<ProvisionTag> getTags()
      Getter for tags. Tags to add to the cloud provider resources created. This is in addition to any tags added by Cloudera.
    • setTags

      public void setTags(List<ProvisionTag> tags)
      Setter for tags. Tags to add to the cloud provider resources created. This is in addition to any tags added by Cloudera.
    • getNetwork

      public OverlayNetwork getNetwork()
      Getter for network. The overlay network for an AWS Kubernetes cluster's CNI.
    • setNetwork

      public void setNetwork(OverlayNetwork network)
      Setter for network. The overlay network for an AWS Kubernetes cluster's CNI.
    • 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