Class ModelRegistryProvisionK8sRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.678-07:00")
    public class ModelRegistryProvisionK8sRequest
    extends Object
    Request object for provisioning model registry.
    • Constructor Detail

      • ModelRegistryProvisionK8sRequest

        public ModelRegistryProvisionK8sRequest()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object