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 Details

    • DeleteModelRegistryRequest

      public DeleteModelRegistryRequest()
  • Method Details

    • getId

      @Deprecated public String getId()
      Deprecated.
      Getter for id. Deprecated, please use modelRegistryCrn. The environment CRN of the model registry.
    • setId

      @Deprecated public void setId(String id)
      Deprecated.
      Setter for id. Deprecated, please use modelRegistryCrn. The environment CRN of the model registry.
    • getWorkspaceCrn

      @Deprecated public String getWorkspaceCrn()
      Deprecated.
      Getter for workspaceCrn. Deprecated. The workspace CRN of the model registry (Public cloud only).
    • setWorkspaceCrn

      @Deprecated public void setWorkspaceCrn(String workspaceCrn)
      Deprecated.
      Setter for workspaceCrn. Deprecated. The workspace CRN of the model registry (Public cloud only).
    • getForce

      public Boolean 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

      public void setForce(Boolean force)
      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

      public String getModelRegistryCrn()
      Getter for modelRegistryCrn. CRN of the model registry to be deleted.
    • setModelRegistryCrn

      public void setModelRegistryCrn(String modelRegistryCrn)
      Setter for modelRegistryCrn. CRN of the model registry to be deleted.
    • 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