Package com.cloudera.cdp.ml.model
Class DeleteModelRegistryRequest
java.lang.Object
com.cloudera.cdp.ml.model.DeleteModelRegistryRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.791-07:00")
public class DeleteModelRegistryRequest
extends Object
Request for deleting model registry.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getForce()
Getter for force.getId()
Deprecated.Getter for modelRegistryCrn.Deprecated.int
hashCode()
void
Setter for force.void
Deprecated.void
setModelRegistryCrn
(String modelRegistryCrn) Setter for modelRegistryCrn.void
setWorkspaceCrn
(String workspaceCrn) Deprecated.toString()
-
Constructor Details
-
DeleteModelRegistryRequest
public DeleteModelRegistryRequest()
-
-
Method Details
-
getId
Deprecated.Getter for id. Deprecated, please use modelRegistryCrn. The environment CRN of the model registry. -
setId
Deprecated.Setter for id. Deprecated, please use modelRegistryCrn. The environment CRN of the model registry. -
getWorkspaceCrn
Deprecated.Getter for workspaceCrn. Deprecated. The workspace CRN of the model registry (Public cloud only). -
setWorkspaceCrn
Deprecated.Setter for workspaceCrn. Deprecated. The workspace CRN of the model registry (Public cloud only). -
getForce
Getter for force. Force delete a model registry workspace even if errors occur during deletion. Force delete removes the guarantee that resources in your cloud account will be cleaned up. By default, force is set to false. -
setForce
Setter for force. Force delete a model registry workspace even if errors occur during deletion. Force delete removes the guarantee that resources in your cloud account will be cleaned up. By default, force is set to false. -
getModelRegistryCrn
Getter for modelRegistryCrn. CRN of the model registry to be deleted. -
setModelRegistryCrn
Setter for modelRegistryCrn. CRN of the model registry to be deleted. -
equals
-
hashCode
public int hashCode() -
toString
-