Class CreateModelRegistryRequest

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-04-23T14:14:34.210-07:00") public class CreateModelRegistryRequest extends Object
Request object for creating model registry.
  • Constructor Details Link icon

    • CreateModelRegistryRequest Link icon

      public CreateModelRegistryRequest()
  • Method Details Link icon

    • getNamespace Link icon

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      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 Link icon

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

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

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

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

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

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

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

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

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

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

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

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

      public Boolean getWhitelistAuthorizedIPRanges()
      Getter for whitelistAuthorizedIPRanges. Whether to whitelist only authorizedIPRanges given or all public IPs.
    • setWhitelistAuthorizedIPRanges Link icon

      public void setWhitelistAuthorizedIPRanges(Boolean whitelistAuthorizedIPRanges)
      Setter for whitelistAuthorizedIPRanges. Whether to whitelist only authorizedIPRanges given or all public IPs.
    • getAuthorizedIPRanges Link icon

      public List<String> getAuthorizedIPRanges()
      Getter for authorizedIPRanges. The whitelist of CIDR blocks which can access the API server.
    • setAuthorizedIPRanges Link icon

      public void setAuthorizedIPRanges(List<String> authorizedIPRanges)
      Setter for authorizedIPRanges. The whitelist of CIDR blocks which can access the API server.
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object