Class ModelRegistryProvisionK8sRequest

java.lang.Object
com.cloudera.cdp.ml.model.ModelRegistryProvisionK8sRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.791-07:00") public class ModelRegistryProvisionK8sRequest extends Object
Request object for provisioning model registry.
  • Constructor Details

    • ModelRegistryProvisionK8sRequest

      public ModelRegistryProvisionK8sRequest()
  • Method Details

    • 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