Class GetModelRegistryKubeconfigResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.678-07:00")
    public class GetModelRegistryKubeconfigResponse
    extends CdpResponse
    GetModelRegistryKubeconfigResponse response provides model registry kube config.
    • Constructor Detail

      • GetModelRegistryKubeconfigResponse

        public GetModelRegistryKubeconfigResponse()
    • Method Detail

      • getKubeConfig

        public String getKubeConfig()
        Getter for kubeConfig. KubeConfig of the model registry cluster
      • setKubeConfig

        public void setKubeConfig​(String kubeConfig)
        Setter for kubeConfig. KubeConfig of the model registry cluster
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object