Class CreateModelRegistryRequest

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

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

    • CreateModelRegistryRequest

      public CreateModelRegistryRequest()
  • Method Details

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

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

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

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

      public void setAuthorizedIPRanges(List<String> authorizedIPRanges)
      Setter for authorizedIPRanges. The whitelist of CIDR blocks which can access the API server.
    • 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