Class DeleteModelRegistryRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.678-07:00")
    public class DeleteModelRegistryRequest
    extends Object
    Request for deleting model registry.
    • Constructor Detail

      • DeleteModelRegistryRequest

        public DeleteModelRegistryRequest()
    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object