Class CreateModelRegistryRequest


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

      • CreateModelRegistryRequest

        public CreateModelRegistryRequest()
    • Method Detail

      • getNamespace

        public String getNamespace()
        Getter for namespace. The namespace of the model registry.
      • setNamespace

        public void setNamespace​(String namespace)
        Setter for namespace. The namespace of the model registry.
      • getS3AccessKey

        public String getS3AccessKey()
        Getter for s3AccessKey. The S3 access key of Ozone.
      • setS3AccessKey

        public void setS3AccessKey​(String s3AccessKey)
        Setter for s3AccessKey. The S3 access key of Ozone.
      • getS3SecretKey

        public String getS3SecretKey()
        Getter for s3SecretKey. The S3 secret key of Ozone.
      • setS3SecretKey

        public void setS3SecretKey​(String s3SecretKey)
        Setter for s3SecretKey. The S3 secret key of Ozone.
      • getS3Bucket

        public String getS3Bucket()
        Getter for s3Bucket. The s3Bucket of Ozone.
      • setS3Bucket

        public void setS3Bucket​(String s3Bucket)
        Setter for s3Bucket. The s3Bucket of Ozone.
      • getS3Endpoint

        public String getS3Endpoint()
        Getter for s3Endpoint. The endpoint of Ozone.
      • setS3Endpoint

        public void setS3Endpoint​(String s3Endpoint)
        Setter for s3Endpoint. The endpoint of Ozone.
      • getCreatorCrn

        public String getCreatorCrn()
        Getter for creatorCrn. The creator of model registry.
      • setCreatorCrn

        public void setCreatorCrn​(String creatorCrn)
        Setter for creatorCrn. The creator of model registry.
      • getEnvironmentCrn

        public String getEnvironmentCrn()
        Getter for environmentCrn. The environment CRN of model registry.
      • setEnvironmentCrn

        public void setEnvironmentCrn​(String environmentCrn)
        Setter for environmentCrn. The environment CRN of model registry.
      • getEnvironmentName

        public String getEnvironmentName()
        Getter for environmentName. The environment for the model registry to create.
      • setEnvironmentName

        public void setEnvironmentName​(String environmentName)
        Setter for environmentName. The environment for the model registry to create.
      • getUsePublicLoadBalancer

        public Boolean getUsePublicLoadBalancer()
        Getter for usePublicLoadBalancer. The boolean flag to request a public load balancer. By default, a private load balancer is used.
      • setUsePublicLoadBalancer

        public void setUsePublicLoadBalancer​(Boolean usePublicLoadBalancer)
        Setter for usePublicLoadBalancer. The boolean flag to request a public load balancer. By default, a private load balancer is used.
      • getSubnetsForLoadBalancers

        public List<String> getSubnetsForLoadBalancers()
        Getter for subnetsForLoadBalancers. The list of subnets used for the load balancer that CML creates.
      • setSubnetsForLoadBalancers

        public void setSubnetsForLoadBalancers​(List<String> subnetsForLoadBalancers)
        Setter for subnetsForLoadBalancers. The list of subnets used for the load balancer that CML creates.
      • getOutboundTypes

        public List<String> getOutboundTypes()
        Getter for outboundTypes. Outbound Types provided for the cluster.
      • setOutboundTypes

        public void setOutboundTypes​(List<String> outboundTypes)
        Setter for outboundTypes. Outbound Types provided for the cluster.
      • getSkipValidation

        public Boolean getSkipValidation()
        Getter for skipValidation. Skip pre-flight validations if requested.
      • setSkipValidation

        public void setSkipValidation​(Boolean skipValidation)
        Setter for skipValidation. Skip pre-flight validations if requested.
      • getPrivateCluster

        public Boolean getPrivateCluster()
        Getter for privateCluster. Whether to create a private cluster.
      • setPrivateCluster

        public void setPrivateCluster​(Boolean privateCluster)
        Setter for privateCluster. Whether to create a private cluster.
      • getProvisionK8sRequest

        public ModelRegistryProvisionK8sRequest getProvisionK8sRequest()
        Getter for provisionK8sRequest. The request for Kubernetes cluster provision. Required in public cloud.
      • setProvisionK8sRequest

        public void setProvisionK8sRequest​(ModelRegistryProvisionK8sRequest provisionK8sRequest)
        Setter for provisionK8sRequest. The request for Kubernetes cluster provision. Required in public cloud.
      • getBackupCrn

        public String getBackupCrn()
        Getter for backupCrn. The CRN of the backup that this model registry is created from.
      • setBackupCrn

        public void setBackupCrn​(String backupCrn)
        Setter for backupCrn. The CRN of the backup that this model registry is created from.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object