Uses of Class
com.cloudera.cdp.ml.model.ModelRegistry
Packages that use ModelRegistry
-
Uses of ModelRegistry in com.cloudera.cdp.ml.model
Methods in com.cloudera.cdp.ml.model that return ModelRegistryModifier and TypeMethodDescriptionDescribeModelRegistryResponse.getModelRegistry()Getter for modelRegistry.Methods in com.cloudera.cdp.ml.model that return types with arguments of type ModelRegistryModifier and TypeMethodDescriptionListModelRegistriesResponse.getModelRegistries()Getter for modelRegistries.Methods in com.cloudera.cdp.ml.model with parameters of type ModelRegistryModifier and TypeMethodDescriptionvoidDescribeModelRegistryResponse.setModelRegistry(ModelRegistry modelRegistry) Setter for modelRegistry.Method parameters in com.cloudera.cdp.ml.model with type arguments of type ModelRegistryModifier and TypeMethodDescriptionvoidListModelRegistriesResponse.setModelRegistries(List<ModelRegistry> modelRegistries) Setter for modelRegistries.