Package com.cloudera.cdp.ml.model
Class UpgradeModelRegistryRequest
java.lang.Object
com.cloudera.cdp.ml.model.UpgradeModelRegistryRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-09-26T09:46:34.516-07:00")
public class UpgradeModelRegistryRequest
extends Object
Request for upgrading model registry.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for azureOptions.getCrn()
Getter for crn.Getter for disableObjectStoreCsiDriver.int
hashCode()
void
setAzureOptions
(AzureUpgradeOptions azureOptions) Setter for azureOptions.void
Setter for crn.void
setDisableObjectStoreCsiDriver
(Boolean disableObjectStoreCsiDriver) Setter for disableObjectStoreCsiDriver.toString()
-
Constructor Details
-
UpgradeModelRegistryRequest
public UpgradeModelRegistryRequest()
-
-
Method Details
-
getCrn
Getter for crn. The CRN of the model registry to be upgraded. -
setCrn
Setter for crn. The CRN of the model registry to be upgraded. -
getDisableObjectStoreCsiDriver
Getter for disableObjectStoreCsiDriver. If true, opt out of enabling the object store CSI driver integration. CSI driver integration offers increased scalability but requires the \"Storage Account Contributor\" role on Azure. -
setDisableObjectStoreCsiDriver
Setter for disableObjectStoreCsiDriver. If true, opt out of enabling the object store CSI driver integration. CSI driver integration offers increased scalability but requires the \"Storage Account Contributor\" role on Azure. -
getAzureOptions
Getter for azureOptions. AzureUpgradeOptions options for model registry upgrade when using User Defined Routing (UDR). -
setAzureOptions
Setter for azureOptions. AzureUpgradeOptions options for model registry upgrade when using User Defined Routing (UDR). -
equals
-
hashCode
public int hashCode() -
toString
-