Package com.cloudera.cdp.ml.model
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for authorizedIPRanges.Getter for backupCrn.Getter for creatorCrn.Getter for environmentCrn.Getter for environmentName.Getter for namespace.Getter for outboundTypes.Getter for privateCluster.Getter for provisionK8sRequest.Getter for s3AccessKey.Getter for s3Bucket.Getter for s3Endpoint.Getter for s3SecretKey.Getter for skipValidation.Getter for subnetsForLoadBalancers.Getter for usePublicLoadBalancer.Getter for whitelistAuthorizedIPRanges.int
hashCode()
void
setAuthorizedIPRanges
(List<String> authorizedIPRanges) Setter for authorizedIPRanges.void
setBackupCrn
(String backupCrn) Setter for backupCrn.void
setCreatorCrn
(String creatorCrn) Setter for creatorCrn.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.void
setEnvironmentName
(String environmentName) Setter for environmentName.void
setNamespace
(String namespace) Setter for namespace.void
setOutboundTypes
(List<String> outboundTypes) Setter for outboundTypes.void
setPrivateCluster
(Boolean privateCluster) Setter for privateCluster.void
setProvisionK8sRequest
(ModelRegistryProvisionK8sRequest provisionK8sRequest) Setter for provisionK8sRequest.void
setS3AccessKey
(String s3AccessKey) Setter for s3AccessKey.void
setS3Bucket
(String s3Bucket) Setter for s3Bucket.void
setS3Endpoint
(String s3Endpoint) Setter for s3Endpoint.void
setS3SecretKey
(String s3SecretKey) Setter for s3SecretKey.void
setSkipValidation
(Boolean skipValidation) Setter for skipValidation.void
setSubnetsForLoadBalancers
(List<String> subnetsForLoadBalancers) Setter for subnetsForLoadBalancers.void
setUsePublicLoadBalancer
(Boolean usePublicLoadBalancer) Setter for usePublicLoadBalancer.void
setWhitelistAuthorizedIPRanges
(Boolean whitelistAuthorizedIPRanges) Setter for whitelistAuthorizedIPRanges.toString()
-
Constructor Details
-
CreateModelRegistryRequest
public CreateModelRegistryRequest()
-
-
Method Details
-
getNamespace
Getter for namespace. The namespace of the model registry. -
setNamespace
Setter for namespace. The namespace of the model registry. -
getS3AccessKey
Getter for s3AccessKey. The S3 access key of Ozone. -
setS3AccessKey
Setter for s3AccessKey. The S3 access key of Ozone. -
getS3SecretKey
Getter for s3SecretKey. The S3 secret key of Ozone. -
setS3SecretKey
Setter for s3SecretKey. The S3 secret key of Ozone. -
getS3Bucket
Getter for s3Bucket. The s3Bucket of Ozone. -
setS3Bucket
Setter for s3Bucket. The s3Bucket of Ozone. -
getS3Endpoint
Getter for s3Endpoint. The endpoint of Ozone. -
setS3Endpoint
Setter for s3Endpoint. The endpoint of Ozone. -
getCreatorCrn
Getter for creatorCrn. The creator of model registry. -
setCreatorCrn
Setter for creatorCrn. The creator of model registry. -
getEnvironmentCrn
Getter for environmentCrn. The environment CRN of model registry. -
setEnvironmentCrn
Setter for environmentCrn. The environment CRN of model registry. -
getEnvironmentName
Getter for environmentName. The environment for the model registry to create. -
setEnvironmentName
Setter for environmentName. The environment for the model registry to create. -
getUsePublicLoadBalancer
Getter for usePublicLoadBalancer. The boolean flag to request a public load balancer. By default, a private load balancer is used. -
setUsePublicLoadBalancer
Setter for usePublicLoadBalancer. The boolean flag to request a public load balancer. By default, a private load balancer is used. -
getSubnetsForLoadBalancers
Getter for subnetsForLoadBalancers. The list of subnets used for the load balancer that CML creates. -
setSubnetsForLoadBalancers
Setter for subnetsForLoadBalancers. The list of subnets used for the load balancer that CML creates. -
getOutboundTypes
Getter for outboundTypes. Outbound Types provided for the cluster. -
setOutboundTypes
Setter for outboundTypes. Outbound Types provided for the cluster. -
getSkipValidation
Getter for skipValidation. Skip pre-flight validations if requested. -
setSkipValidation
Setter for skipValidation. Skip pre-flight validations if requested. -
getPrivateCluster
Getter for privateCluster. Whether to create a private cluster. -
setPrivateCluster
Setter for privateCluster. Whether to create a private cluster. -
getProvisionK8sRequest
Getter for provisionK8sRequest. The request for Kubernetes cluster provision. Required in public cloud. -
setProvisionK8sRequest
Setter for provisionK8sRequest. The request for Kubernetes cluster provision. Required in public cloud. -
getBackupCrn
Getter for backupCrn. The CRN of the backup that this model registry is created from. -
setBackupCrn
Setter for backupCrn. The CRN of the backup that this model registry is created from. -
getWhitelistAuthorizedIPRanges
Getter for whitelistAuthorizedIPRanges. Whether to whitelist only authorizedIPRanges given or all public IPs -
setWhitelistAuthorizedIPRanges
Setter for whitelistAuthorizedIPRanges. Whether to whitelist only authorizedIPRanges given or all public IPs -
getAuthorizedIPRanges
Getter for authorizedIPRanges. The whitelist of CIDR blocks which can access the API server. -
setAuthorizedIPRanges
Setter for authorizedIPRanges. The whitelist of CIDR blocks which can access the API server. -
equals
-
hashCode
public int hashCode() -
toString
-